Pages - Menu

Saturday, 28 November 2009

Warning: Do Not Turn your Blog to "DoFollow" Blog

“Do follow” is the opposite of “No-Follow”. Wordpress blogs, by default, use the HTML nofollow attribute on links that point away from the blog. This no follow attribute comes into play with the posting of blog comments. The no-follow tag tells the search engines NOT to follow the link to any other web sites. And I suggest you to don't turn your blog to Do Follow Blog. It will be really bad to your blog. Why to turn blog to "DoFollow" blog?Removing rel="nofollow" will bring the bad flood to your blog SEO and your pagerank. After that you can't find your page indexed in google. Making a blog a dofollow badly divides your PageRank amongst all those who come to comment and leave a link to your site. It turns a blog into a spam spot because people will comment on your blog and spam respectively...

View This Article / Download>>

Friday, 27 November 2009

Useful Windows 7 Sidebar Gadgets

Windows 7 , the  latest operating system by Microsoft, has been introduced with plenty of new features to take over its predecessors  Windows XP and Vista. Few previous features has been improvised to further strengthen Windows 7.One such feature is Desktop Gadgets.  Gadgets are light-weight single-purpose applications that can sit on the user’s computer desktop to ensure higher usability. They are generally designed to do simple tasks, such as clocks, calendars, RSS notifiers or search tools and can be placed on the sidebar, on which they are automatically aligned.Here is list of 6 most useful Windows 7 Sidebar Gadgets:1. App Launcher:You can add applications, folders or Local drives to the App Launcher by dragging and dropping or by using  settings.Download App Launcher2....

View This Article / Download>>

Friday, 20 November 2009

Cool CSS Hacks For Blogger/Blogspot

I have posted Making more professional blogger blogs before this. I suggest you to play with CSS because it is one of the cool stuff to make blog professional and well manage. And today I am sharing you some cool & good looking CSS hacks for your blog. It helps you to have more professional:) So, let's try it.

Create a stunning 3D push button

Nowadays, we can see 3d push buttons nearly everywhere. Most of them are achieved via JavaScript. The main problem of using these scripts is that there are greater chances that they might get blocked by the browser. And with the advent of many ad blockers it has become a serious drawback. In this situation, the CSS comes to rescue. Thought we can’t create 3d push buttons as professional as created by using JavaScript, we can create a basic 3d push button with the help of CSS.



The main CSS commands you’ll need are:
    a.pushbut {

    color:#26a;
    display:block;
    border:1px solid;
    border-color:#aaa #000 #000 #aaa;
    text-decoration:none;
    width:8em; text-align:center;
    height:2em; line-height:2em;
    background:#fc0; font-weight:bold
    }
    a.pushbut:hover
    {
    color:#26a;
    background:#ffd633;
    position:relative;
    top:1px;
    left:1px;
    border-color:#000 #aaa #aaa #000
    }
These must be within