Step 1: In PhotoShop, select your clone stamp tool. This is located along your tool bar, and it looks like a rubber stamp.
Step 2: Select your brush type and size. You can find this on your top tool bar. Once you click on the brush, a larger window will open up. This will give you a sliding bar to select your brush diameter, hardness, and it will also allow you to pick which type of brush you want to use. Your brush type can have softer edges or harder edges. The softer “fuzzy” edges will give you softer lines which makes blending a little easier. The size will determine the diameter of the cloning effect. You will most likely change the size of your brush depending on what you are trying to clone out. The smaller the area, the smaller the tip you will want to use. Read more...
Today when it is out with its fourth version, fifth generation of the iOS and a few other Apple devices, the iPhone is still the most exciting device that is there in the market. The iOS5 comes with certain features that can still open a whole new world of possibilities for App Development for iPhone. When we thought we have seen it all, we got SIRI- a relatively advanced technology that has changed the way the world knows smartphones. From being your personal travel guide to giving you the option to tag your friends on its own, the iPhone can do it all. The mobile games and online, on the go banking too would see drastic changes with the new iOS. Business cards, receipts, and medical records- everything would be there in your palm- in your iPhone. The iOS5 promises of a better notification center, iMessage to rival the BlackBerry Messaging service, better options for newsstand, reminders and social networking, a much advanced camera and a host of other features to make better the user experience. Read more...
First thing to do is to install the software we need. Open up a terminal and type:
sudo apt-get install bind9
Once installed it is time for some configuring. The first file we need to configure is named.conf.local. So in the terminal type:
sudo nano /etc/bind/named.conf.local
I have used nano to open up the file but use whichever text editor you are happy with. Insert the following code into the file:
# This is the zone definition. replace example.com with your domain name
zone “business.com” {
type master;
file “/etc/bind/zones/business.com.db”;
};
# This is the zone definition for reverse DNS. replace 0.168.192 with your network address in reverse notation – e.g my network address is 192.168.0
zone “1.168.192.in-addr.arpa” {
type master;
file “/etc/bind/zones/rev.0.168.192.in-addr.arpa”;
};
Replace business.com with the name of your DNS domain (this is not the same as an active directory domain but rather a name for your DNS zone).
Next up is the options file. In the terminal type: Read more...
Technically speaking, time management software is an automated system built from the welding of different kinds of systems. And these systems are all derived from several kinds of software. An example of such fusion is a completed product of time management software which is supported by specific features such as attendance software, calendar software, and time tracking software.
Attendance Software is a system that helps prevent time theft most common in the business organization. With its restriction capabilities, this software helps sever buddy punching, tardiness and long lunch breaks. Since their presence and work habits are rigidly supervised, employees become more dedicated to arrive early to work and increase their performance levels. Read more...
1. Identify what needs to be timeboxed.
Everyday we are bombarded by tasks that we need to accomplish, from simple chores of cooking our meals to more complex task of writing a book report. These types of tasks that we do and that are assigned to us are just some of the things that we can use timeboxing with. Applying timeboxing on small tasks first can be most effective to give us time to adjust and get use to the technique.
2. Determine your goal.
To better grasp this concept, we have to know why we are doing this. Having a clear list of reasons of what we intend to achieve gives us the motivation to follow through. One of the most common reasons that we have in using this technique is the need to meet a certain deadline or cut-off. Read more...
Windows 8 isn’t out of Microsoft’s magic box yet. However, the Windows 8 Developer Preview has been already out and on a roll for download. Since the rollout of the Developer Preview, users have been speculating how similar or different Windows 8 is from Windows 7. Do both the operating systems have anything common or rare to change the way they use their computers or the internet? Let’s explore Windows 8 and depict the major differences between the to-be successor and its predecessor. Read more...
• Remote backup solution has edge over tape backup Read more...
Think of a 32-bit operating system as a counter that will count up to the number 1 followed by 32 zeros. What the name is for this number, I don’t know. Also, though it is not entirely true; imagine this number represent the amount of power the Windows registry needs to support an operating system that is 32 bits. Now, try to visualize the number 1 followed by 64 zeros. Imagine this represent the power a Windows registry will need to run a 64-bit Windows operating system. By doing this you can easily see the difference between the size of these two OSs. Read more...
One thing that all new programmers must come to term with is the amount of time learning a programming language takes. Although when you have become an expert you will be able to write many programs quickly, you must remember that many programs have taken whole teams of expert developers years to create. So it is important to understand that knowing a programming language or even several is not enough to write some of the more complex programs you have seen. Don’t look upon this new hobby as a way to save yourself a lot of money, as writing your own version of most of the programs that you need to pay for now will be out of your reach. Read more...