Showing posts with label and. Show all posts
Showing posts with label and. Show all posts

Thursday, April 17, 2014

Use One Keyboard and Mouse with Multiple Computers

Learn how user can easily share the same set of userr keyboard and mouse with two or more computers without requiring any extra hardware.

My work setup is something like this – I have two desktop computers, each running Windows, and they are both connected over LAN. Each of these machines have separate monitors but they share the same wireless keyboard and mouse – thus the desk looks less cluttered and I can quickly switch between the two computers.
This can be done is multiple ways. There’s a simple hardware device called the KVM switch that is helpful when userr computers aren’t connected over a network. With a KVM Switch, user can easily manage multiple computers (CPUs) with just one monitor, keyboard, and mouse.
The idea is a simple. The switch has USB ports where user may attach the shared keyboard and mouse. Then connect the switch and userr computers using the included cables and user are good to go. Most switches have a button to help user flip between computers.
KVM Switch
KVM switches even make it possible for user share the same set of microphones and speakers with multiple computers. And it doesn’t matter whether userr computers are running Windows, Mac or a mix of both.
Software Alternatives to KVM Switches
If user are not too keen on a hardware based solution and if userr systems are connected with each other over LAN, all user need is copy of Input Director, a Windows-only utility that’s easy to configure and is absolutely free for personal use.
As a first step, user need to install the Input Director software on all userr machines. The computer that is physically connected to the keyboard and mouse becomes the “Master” machine while other systems will be known as “Slave” machines.
The good thing about using a software based solution is that user can seamlessly switch between computers without having to press any buttons as in the case of KVM switches.
Update: See another good alternative to help user control two computers with a single keyboard and mouse
There are however a few points user need to remember:
1. Never shut down the Master machines without turning off the Slave machine first because then user would lose access to the keyboard and the mouse as well.
2. Don’t disable networking in Windows while the keyboard /mouse is active on the Slave side else user’ll have to restart the Master to regain control over the mouse and keyboard.
3. There may be instances when userr Master machine won’t be able to recognize the Slave(s). In that case, simple right-click the Input Director icon in the system tray and choose “Rescan Slave Systems.”
4. Unlike a VNC software, user can’t drag and drop windows from one computer to another. However, Input Director supports clipboard sharing so user can copy-paste URLs and other text across computers.
[*] Input Director is for Windows only but if user are work with both Mac and Windows, or if user intend to use the program in a commercial environment, check out Synergy.
[**] If user only want to share a monitor between two computers, user don’t even need a KVM switch. Just connect one computer to the monitor using a VGA cable and the other monitor using the DVI or HDMI cable. You can then switch between computer using a button on the monitor itself.
Read More..

Sunday, April 13, 2014

Dedicated Project Management Software For Architects And Engineers

By Jerri Perry


Having installed the project management software for architects and engineers, you can now start using it immediately. This development can now be used to meet deadlines or handle small projects that may come up while the main one is going on. Owners should avoid making that mistake without the assistance of appropriate computer programs. Ensure that you maintain a good relationship with the other consultants so that you can learn more about their challenges.

Some management establishments directly employ all engineering services under one roof, but they are the exception rather than the rule. Their fees are based on the cost of construction and can vary from 4 to 12 percent, depending on the nature and extent of services to be provided. Gone are the days when all leaders employed the same fee structure. Nowadays the fee structure is established by negotiations between the owner and the consultant.

Most architectural organizations include services for other design professions, including engineering design, plumbing, and civil engineering, which might include in-house staff or subcontracted work. All directors must be conversant with the program. Most customers are scared when they are charged expensively for goods and services. For this reason, they opt to window shop for better quality and cheaper rates. Consultants who strike a balance between their costs and what the client is willing to pay develop good relations and references.

The application is able to highlight tasks during construction and erection of services such as pipes, water installations and gas distribution. These issues rise from levels in a house, space must be provided in partitions and other vertical areas to encapsulate these risers. The program evaluates the design and is able to come up with schedules of work, duration, number of man-hours and cost of labor.

They have to skim through the muddy waters without involving you. When conflicts arise, let them resolve problems on their own. A reputable company may accumulate all figures and come up with a comprehensive document.Consequently, the management prepares cost-effective methods of project completion. The proprietor must still allocate sufficient time for this work. Associating yourself with prospective clientele gives you an upper hand when looking to expand your market. If knowledgeable, these employees are not available to complete this function. If not, the owner has several options that include outsourcing of qualified computer experts who use this program effectively.

A manager who provides an unrealistic schedule may impact the start of construction, completion, length of time for each task such that you can organize for funding. A contractor who agrees to a unrealistically short construction schedule just to please an owner does everyone a disservice. The supervisor should be present when these changes are updated in the program so that completed activities are ticked, the pending identified and delays are evened of through small bits of overtime or saving time by accelerating other tasks.

If we are dealing with demolition of an existing library space to make it ready for new improvements, the contract requirements is able to capture the existing investment and calculate the cost of new chores. It can also be updated as construction is going on. The program enables the employees to edit and update the instructions that may come about in the long run. There should be a requirement to submit daily work tickets outlining the general nature of work performed each day.

The computer experts have developed a system where you can enter the number of workers on the site effectively, their area of operation and the level of completion. This information can be printed in form of tickets and reviewed weekly. If you are not conversant with the project management software for architects and engineers, you can enroll for classes and acquire it for a fee.




About the Author:



Read More..

Saturday, April 12, 2014

Installing Apache and PHP on your PC

So you want to install web server on your own computer and have downloaded
Apache and PHP. Please read

Installing
Web Server on your PC
first, if in doubt.


Installing Apache web server


Installing Apache is a no-brainer. It is just as you install any other software.
Run the set-up, feed the information in each step and click finish to install.
It is a 4-5 step installation and wouldn’t take much time to get installed.
Be sure not install it as a Windows Sevice (default option).


After installation, fire-up your favorite browser. Type in http://localhost
or http://127.0.0.1 (both refer top the local server) in the
address bar and press enter. You’ll see a welcome page stating that your
installation was successful. If it doesn’t show up, go to Start->Programs->Apache
HTTP Sever->Control Apache Sever->START
.


Installing PHP


Installation of PHP is too, straightforward but to integrate and configure
it to work with Apache is a bit cumbersome for a Windows user. Windows users
are more accustomed to GUI for configuring software whereas Apache and PHP like
most other Linux (UNIX) software requires manual configuration through configuration
files which needs to be edited.


PHP comes as a zip file as well as a MSI installation package. I don’t
know how it is to install PHP through MSI package; I myself did it with the
zip one. For the zip file you just have to unzip the package in a root folder
like C:/PHP, D:/PHP. It is recommended to unzip the package in a root folder
and not inside folders like C:/Program Files/PHP, which are deep inside root.


[Update: You may download the MSI
package
of PHP instead of the ZIP one which would do all the set-up and
configuration itself and you would have to do otherwise]


That’s it for this post, in the nest post I’m going to outline
the method of configuring Apache and PHP.


[Update: Read the next article Configuring
Apache Web Server and PHP
]


Related Articles:


Read More..

Friday, April 11, 2014

Understanding Business Voip Providers Chicago And The Advantages Of Internet Phone Systems

By Jerri Perry


Phone Hosted PBX is the rave of corporate telephone communication. Corporates of all sizes are making the switch from traditional phone service to the feature-rich, low-cost option of the business VoIP providers Chicago. The general acceptance and popularity of hosted Phone has resulted in the development of fierce competition among service providers.

To contend, Phone providers are constantly finding innovative ways to offer even more services to corporates. This translates to a host of integration options that corporates can use to streamline their communications. The two most important types of corporate communications are phone and email. These both enable corporates to stay in close contact with their clients. The integration of Microsoft Outlook and Web Browsers into Phone systems centralizes corporate communication with the following options. They are as shown below

The hardware versions of these phones are much like traditional telephone technology. They all have speakers for the ear, as well as microphones to transmit sound. In addition, they use keypads similar to normal phones that can be used for entering a call recipients phone number or data. The phones also include displays that show any numbers being dialed and caller identification information when available.

Upgrading your will also improve your corporate reach and extend its capabilities in ways you likely are not considering right now due to the limitations of your current phone system. Upgrading will prevent countless little problems. This includes the setbacks throughout every day while simultaneously preventing the possibility of a large-scale systems crash or outage.

One should take a quick minute to examine each of these arguments in a little more depth. When you improve your phone system and corporate handsets you will provide your employees with a smoother and better organized piece of technology to work within. The smoother your telephony interface, the faster and more efficiently your employees can handle incoming calls.

The better your employees can handle incoming calls, the greater the satisfaction you will provide your clients. In addition, improved office phone system offers your employees and your clients high quality, highly stable connections to communicate over. The benefits of an improved phone system extend well beyond simply improving those metrics and variables which your company is already aware of.

This option is an extension of the call forwarding feature and offers corporates. There is call redirection to a mobile device so you do not miss calls when you are away from your office phone. There is also the seamless connection to all employees in the organization regardless of their location. One can also access to client contact information stored in phone system.

While corporates ventures to be more centralized communication, business VoIP providers Chicago are responding with more and more integration options. These options are helping to improve corporate communications. Hence continuing to shrink the gap between small and large corporates.




About the Author:



Read More..

Tuesday, April 8, 2014

Increment and Decrement Operators in C

Increment Operators
  • Symbol ++
  • It is unary operator.
  • It is used to increase the value of variable by 1.
  • It can be used before and after the variable.
  • It can be used with constants and expression .only the variables van is incremented.
  1.  Post-fix increment operator.
  2.  Pre-fix increment operator.

Post-fix increment operator
  • When ++ is follows its operand (variable), it is called post-fix increment operator.
  • Post-fix increase the value of variable after the execution of the statement it first uses the current value of variable in the statement and after the completion of the statement it increases the value by one.

Example:
int a=100,b;
b=a++;
Output
a: 101
b: 100
Decrement Operator

  • Symbol - -
  • It is unary operator.
  • It is use to decrease the value of the variable by one.
  • It can be used before or after the variable name.
  • It cannot be used with constants and expressions. Only the variables can be decremented.

There are two types of decrement operator

  1. Postfix Decrement Operator
  2. Prefix Decrement Operator

Postfix Decrement Operator

  • When - -is follows its operand, it is called postfix decrement operator.
  • In postfix decrement, - - decrease the value of variable after the execution of the statement
  • i.e . It first uses the current value of the variable in the statement and after the completion of the statement it decreases the value by one.

Example:
int a=100,b;
b=a--;
Output
a: 99
b: 100
Postfix Decrement Operator

  • When - - is precedes its operand, it is called prefix decrement, - -decreases the value of the variable before the execution of the statement i.e. it first decreases the current value of the variable by one and then new value is used in the statement.

Example:
int a=100,b;
b=--a;
Output
a: 99
b: 99
Read More..

Thursday, March 27, 2014

Lineage 2 now and back then

This wont be a review as Ive made review few years back. This is how I feel about the changes of this game. Ive started to play at the time of C3 and continued through C4 and C5.
The game back then was amazing - with strong medieval and magic theme, stunning art, amazing music and the gameplay was actually really well balanced and fun. Back then it was very easy to make new friends, play with them and relax. And you can make PvPs at low level and even PKs - dont get me wrong - I dont like to PK players but I dont get upset of being PKed. And its fun when big crowd of newbies chase after a PK. And its fun when somebody tries to PK you and at the end he is at the ground.
What about the grinding that the American players hate so much? Actually for me this was time to enjoy the game, to kill mobs and spent time with friends. More monsters to kill = more time with friends in a party. I dont like doing quests - run to location X talk with NPC Y do a pointless errand, run a lot more. I like to fight mobs and at every level Lineage 2 offers you a lot of different mobs to fight so I dont get bored.
Now about the players strength. Back then you can easily kill mobs at your level. Even level 70 sps could kill level 70-72 mobs - one or two without burning its all mana. The strong ones were the Raid Bosses but even they wasnt this tough as now. And they ran slower ... Now its almost impossible to solo high level monsters - but I like to play solo. I like to play with friends but I like to play solo when I feel it. Now I cant. You need a party of several people to kill a single mob. And some of the classes now are pointless as they are too much nerfed. I remember the time when we with one party fought in LOA and it was so much fun. And at the time of summoners I really like the trains and the train killing.
Now about the art. The new art of the game is soo much WOW like that at times I question myself what exactly am I playing. The old art is stylish, with music matching exactly the location and creating a feeling that you are living in a medieval fairy tail. The new art is flashy, with too much colors and shiny things like sparkling vampires. Lineage 2 was the most beautiful and amazing game, why are they doing this to it? Now at this new locations the feeling is gone and you only get the flashy stuff. And the clothes. Back then the clothes were actually cool and in the theme of the game. Now are sparkling as sparkling ... and those cloaks are ugly and look so artificial. I miss all the starting towns. I wont even talk about the skills and the gameplay after level 80.
With every change now the game feels less and less like Lineage 2 and more and more like WOW. I simply want one thing - server with C3 or C4 on it. And if they like to develop the game to made new territories with stronger monsters.

Now I cant even play for long as I get easily frustrated. I miss the old Lineage2.


And even now when I listen to this I get goosebumps.
Read More..

Tuesday, March 25, 2014

How to Hide Your Post Date Time and or Author

There are some reason for bloger to hide Post date, time and author. May be they want to see their blog looks clear or everything. Now I will show you the trick to "hide your post date, time and or author". the mothods is very simple, just find the code that I pointed to you and delete it. You can chose which part want to delete, date only, time only, author only or it all. Ok, if you decided to do it lets begin the hack.

1. Login to blogger the go to "Layout --> Edit HTML"
2. Click on the "Download Full Template" to back up your template first.
3. Check on the "Expand Widget Templates" check box.

Hide Post Date
find this code and delete it.
<data:post.dateHeader/>.

Hide Post Time
find this code and delete it.
 <span class=post-timestamp>
<b:if cond=data:top.showTimestamp>
<data:top.timestampLabel/>
<b:if cond=data:post.url>
<a class=timestamp-link expr:href=data:post.url rel=bookmark
title=permanent link><abbr class=published
expr:title=data:post.timestampISO8601><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>
.

Hide Post Author
find this code and delete it.
 <span class=post-author vcard>
<b:if cond=data:top.showAuthor>
<data:top.authorLabel/>
<span class=fn><data:post.author/></span>
</b:if>
</span>
.

5. Save your editting

Good Luck ............

Related Post :
Change Post Date Become Calender Icon


Read More..

Thursday, March 20, 2014

Our Plane and Boat Ride experience to Boracay during Monsoon Season

Our Boracay trip has been booked last year when Cebu Pacific offered their piso-fare deal. We werent very much aware of what our schedule will be but since the total amount that we paid for was only around Php 600 including also the surcharges, we decided to push through anyway. 

It was Sunday when Maring came and left by Tuesday but monsoon rains were still pouring come Thursday morning. Upon arriving at Terminal 3, the usual empty areas were packed with people. Some sleeping, some waiting for flights and a lot of people have been stranded the day before.

Since we had companions who had earlier flights that have been moved, we were aware that our 1205 flight to Caticlan might be moved to a later time. Because of this, we went to Mrs Fields and had a relaxing meal while we wait for further announcement on our flights status. The boarding areas were actually packed with people who should have left earlier. 

We were surprised to hear that our flight was prompt. We actually caught up with our companions who were supposed to leave 45 minutes earlier than us. We were happy though that there wouldnt be anymore waiting time when we reach Caticlan.

Because the plane was small (propeller type), we were aware that it may be a little bumpy. Our take-off was good but when we were going through the clouds, the turbulence was much worse than expected. It was a good thing that this was a short flight and there were no meals, otherwise, Im pretty sure that a lot of drinks would have been spilled because of the really turbulent ride. We thought that after that one set of turbulence, everything will be okay. But during landing, we didnt expect it to be just as bad! As much as I want to be as calm as I can, I could help but pray for our safe landing because for a moment, I thought we were about to crash. I couldnt define how awful it could be but my husband who was seated 2 rows behind me shared that Japanese people who were sitting next to him was showing each other their wet and sweaty hands because of the tension. After we landed, everyone just cheered and I thank God we were able to arrive safely to our destination. You might say that its a little discriminating because the weather that day was really bad but, our companions who landed about 5-10 minutes earlier (same airline company as us) didnt experience the rough turbulent ride that we did. Maybe because their pilot was more experienced than our pilot? Not too sure as well but it would really be better if they let more experienced people handle smaller planes so that people wont be scared to death on their plane ride.

and so, I searched for scary landings on Youtube...

Ours was not as scary but I got interested and watched several more "crosswind" landing videos -- http://www.youtube.com/watch?v=mMvLuUJFHYk
Going back, our package included transfers. We easily made our way to the ferry port via a private van from the airport. After reaching the port, we waited for 15 minutes until we were requested to board the vessel that will bring us to the island. After the tough plane ride that we had, we didnt realize that being at sea will be more challenging. Other than the boat not being as clean and tidy, the waves were stronger than usual. Good thing that it didnt take more than 15 minutes for us to reach the island because we didnt have sea-sickness medicines with us!

Seeing the island though, it was very much worth all the hassle that we had to go through. It was a one-of-a-kind experience that we will never forget! We were all very happy though that we were riding PAL on our way back to Manila - their pilots are really better!

LaNnA
PS. Liked the post? Subscribe to my blog by typing in your email below. Youll get my posts in your inbox via email.
Enter your email address:


Delivered by FeedBurner



-->
Read More..

Sunday, March 16, 2014

Shopping in Vietnam Ho Chi Minh and Hanoi



People say that you can buy a lot of things in HCM city in Vietnam - Well, it actually depends on what you want to buy. The most famous market in Ho Chi Minh city is the Ben Thanh Market. It is like the Divisoria (Manila, Ph) of Vietnam! Other than the delicacies and souvenirs unique to Vietnam, it is very similar to Divi -- The narrow aisles, crowded stalls, overflowing class-A or overrun products and a much humid climate! Ben Thanh is unique in several other ways though. It is divided into several sections like dry goods, textiles, local cuisine and souvenirs including the áo dài. Reminder: When in Ben Thanh, do wear comfortable clothes and bring a lot of patience with you as this is a big big place with heaps of tourists and a mix of locals visiting everyday.

Read more »
Read More..

Monday, March 3, 2014

Invoil and Profistar Payment Proof as of November 9 2013

Thank you Invoil and Profistar! Got paid again! Double your money in just a few days! Signup now at http://bit.ly/invoilph and http://bit.ly/profistar

I also got paid at Adclickxpress! Just a little patience on this one! Signup now at http://bit.ly/adclickxpressph

Be blessed!
Read More..