Monday, July 30, 2012

Fences 1.01


If you're losing the battle and your desktop icons hide your beautiful wallpaper, help is one click away. Fences quickly and easily organizes your icons into separate windows on your desktop, either automatically or manually.
 Labeling these boxes helps keep programs, photos, files, and Web links together, Then just double click your desktop and hide all your icons.



Download

Web Design - Lesson by Lesson


There are more important tags we have to consider,among them let's see about Bold and Italic tags.
Bold Tags   - <B>  </B>

Italic Tags - <i>  </i>

Let's consider an example

<B> This is about Web Design </B>
<i> This is about Web Design </i>

If you ant bold and italic text,then you can try like this

<B><i> This is about Web Design </i></B>

As well you can underline this using underline tag.

Underline Tags - <U>   </U>
Let's see it's example;


<U><B><i> This is about Web Design </i></B></U>

All this nested HTML codes can be a bit messy,however we can use Cascading Stylesheet for avoiding this.
So,hope to talk about it in next post.

Friday, July 27, 2012

Revo Uninstaller Pro


Revo Uninstaller Pro is a software that helps you to uninstall software and remoe unwanted programs installed on our pc easily.
This is a much faster and more powerful alternative to "Windows Add or Rmove Programs" applet.It has very powerful features to uninstall and remove programs.
You can download it from here.Download

EASEUS Partition Master


EASEUS partition manager is a nifty tool to create and manage disk partitions on Windows systems. Even if you created partitions during the setup process, and know how to use the disk management console to create partitions,kepping this tool with you will be helpful because it offers some amazing features like resize, merge or split partitions, convert FAT to NTFS, convert primary partition to logical and vice versa, and much more.

The personal edition of the tool is free. It has professional and business editions too.



You can download it from here.Download

Thursday, July 26, 2012

Make Your Windows 7 Desktop Organized and Stylish

When we use our computer or laptop,we make some shortcuts,documents,folders on our desktop for our easy use.Therefore this may be good idea at that time to access them easily and quickly.But after some times,you will find your desktop very messy and difficult to reorganize them again.
                     So in this post,I'm going to show you how to reorganize your desktop in windows 7 which is neat and tidy as well to make it more stylish and give you a relax and enjoying when you look at this.So I explain it step by step here.

Steps

  1. Let's think you have too many shortcuts on your desktop which are unorganized.Then I think it will be easy for you to make a folder called "Shortcuts".Then transfer all shortcuts to that folder.


2.As well if you have files and folders that you have worked on and left on your desktop.It will be easy    that make a folder called "Drafts" and put them on that folder.



      3.Then you can use a program called "Objectdock" which can be downloaded for free.after installing it you can put your shortcuts on it.If you want to dock like above simply right click then click settings>size >  Icon Size: 24px, Zoomed Size: 98px  >Style/color>Transparency :drag to the right >Accessibility >Accessibility : Keep on bottom >Ok .You can drag and drop your shortcuts as you like.Download  Objectdock from here.Download

      4. As well you can put shortcuts on the task-bar
          Right click on the task bar > Toolbars > New Toolbar > Choose Desktop > Choose Desktop         >double click shortcuts >select folder.After that right click >unlock the taskbar then right click on your shortcuts toolbar > View >Small >Icons >uncheck Show Text and >uncheck Show Title.

                       
         5.You can also add some gadgets.
            Right click on the desktop > Gadgets.Then choose any gadgets you like.
            Then organize your gadgets and icons as you want.

               

        6. Now you can enjoy with your beautiful desktop.

                        














Monday, July 23, 2012

Web Design -Lesson by Lesson




Hi,
Today I come up with some tags more than previous posts. First talk about "P" tags.When you want to add a paragraph for your web page,there you have to use the"P" tags.
<p>   </p>
For an example:-
<p>This is a paragraph</p>
<p>This is another paragraph</p>






Then talk about "BR" tag.This tag is used when you don't want a  full paragraph break.The space between lines of text is then reduced.
<br>
you can put this as follow
<p>This is a paragraph
<br>..................
</body>
</html>



Related Posts Plugin for WordPress, Blogger...