Pages - Menu

Thursday, 31 December 2009

Add Advanced Three Wrapper Widget in blogger

You have seen the three wrapper widget in many modified templates. It is very useful in blogging platform. You can add html and javascript gadgets like recent posts, recent articles, popular posts or whatever you like. It is better to add gadgets in sidebar. But it's more better to keep widget in bottom of the page.As it is bottom of the page, readers can read your full article first and widget in last. Where widgets are not much important your post. See the following example: You can add this widget by following the steps. First Log in to Blogger.comGo to Layout -> Edit Html Tabs.Now search for these code:                 ...

   Paste your code here. And paste the below code as show above:






 
 
   


 

 

   
 


 









 
 
   


 

 

   
 


 









 
 
   


 

 

   
 


 






If you get some problems, you have to add the CSS code.

Now, find ]]>

Paste the following code before ]]>


#lower {
       margin:auto;
       padding: 0px 0px 20px 0px;
       width: 100%;
       background:#F6F6F6;
      
     

#lower-wrapper {
       margin:auto;
       padding: 30px 0px 20px 0px;
       width: 960px;

}

#lowerbar-wrapper {
       border:1px solid #DEDEDE;
       background:#FFFFFF;
       float: left;
       margin: 0px 5px auto;
       padding-bottom: 20px;
       width: 32%;
       text-align: justify;
       font-size:100%;
       line-height: 1.6em;
       word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
       overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}


       .lowerbar {margin: 0; padding: 0;}
       .lowerbar .widget {margin: 0; padding: 10px 20px 0px 20px;}


.lowerbar h2 {
       margin: 0px 0px 10px 0px;
       padding: 6px 0px 10px 6px;
       background: #7AA1C3;
       text-align: left;
       color:#FFF;
       font-weight: normal;
       font-size:16px;
}

.lowerbar ul {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      list-style-type: none;
}

.lowerbar li {
      margin: 0px 0px 2px 0px;
      padding: 0px 0px 1px 0px;
      border-bottom: 1px solid #ccc;
}

.lowerbar a {color:  #698CAB; text-decoration: none;}
.lowerbar a:hover {text-decoration: underline; color: #B5BFC9;}
.lowerbar a:visited {text-decoration: none; color: #B5BFC9;}

You can customize the CSS code as your like and Save The Template. And you're Done!



See in the layout section. You can find three new advanced 'Ad a Gadget'. Now add whatever you like!

View This Article / Download>>

Sunday, 13 December 2009

Making Flash Website Using Free Service

 The flash sites are mostly used for advertisements and good for web developments training. Wix is the best site which provide to make free flash websites. It is better and great for the web developers who are searching for making flash website. You have not to edit the layouts and other sources, just it is easy and cool:) Click, Drag and Drop only. It is simply like blogger, but blogger is in Editing HTMLs composing text etc..etc... In Wix you have to put the text in main editing text. This service has other extra tools like making animations, behavior. effects Look at my flash site provided by Wix. http://www.wix.com/kayastha/Hack-Tutors  . Isn't it cool?Easy to customize and easy to edit. Register in Wix with your account and you can see the create button on the main page. Simply...

View This Article / Download>>

Saturday, 5 December 2009

Arrange your Comments Avatar with CSS in blogger

Showing the profile image in blogger comments is being popular now a day. But, it comes to have many problems based on CSS code. Many of them are searching for good CSS based codes. As I have got some problem like there is no extra place for profile image avatars. Look at the below screenshot. Playing with CSS and having some fun I have a trick for that. Now, look at this solved problem.Isn't it cool? Of course it is:)Now how to do it. First of all Go to Blogger > Settings > Comments and enable “Show profile images on comment” as before.In your blogger's Edit Html section search for the following code in CSS area.    #comments-block    width: 580px;    float: left;    padding: 0;    margin: 0;Search only...

View This Article / Download>>

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