This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Monday, 19 December 2011
easy-way-student-can-make-money-online
00:36
No Comments

We should stop wasting time, in over connecting through social media! I feel sorry for my friends who waste hours and hours of their precious time on Facebook or any other social media it may be, which doesn't give back any thing at the end of the day.
At this point of time where i know something about the potential of constructive nature of internet, i cant even look back where i use to waste 8-10 hours of continuous online gaming! That was terrible. My online gaming rig (xfire) has registered more than 1200 online gaming hours. Wish i had spent those on blogging or any other constructive work on online.
Sunday, 18 December 2011
free-image-hosting
finding a place to park your web images is fairly easy to do these days. The problem is there are dozens of sites out there so how do you know which one to use? If you pick the wrong one, you will usually find out pretty quick. After you spend hours uploading all your images and then linking to them from your website, all of a sudden your image links break and your site is broken with no images.
Most free blog template sites let you download their template but fail to mention anything about the images that go along with it. Some people don’t even realize that images need to be hosted somewhere in order for the template to work properly. They install their newly downloaded template and it just works. Other templates don’t host the images and include the images in a folder which you need to find a place for them to live. People get confused and don’t know what to do.
If you are one of these people or just want a place to drop off your images, then listen up. I’ve been using a great image hosting site called Photobucket ever since I started eBlog Templates. You can use their free service which is great for small sites with not a lot of bandwidth needs or upgrade to their pro plan which gives you unlimited bandwidth for around $25/year.
Here are some other great features of Photobucket:
- Keep all your pics and videos in one place – room for up to 10,000 photos and hours of video!
- Share with everyone you know by email, IM or mobile phone.
- Make slideshows and mashups with music, special effects, captions, and more.
- Link to your profile, blog or website. One-click posting, direct to your favorite sites.
Creating a Border shadow on Image With CSS3
08:50
No Comments
Creating a Border shadow on Image With CSS3 | CSS3 box-shadow
A lot of the usefulness of CSS, and the main function of CSS is to beautify the look of a web or blog. If we are very skilled in combining the css code and correct html structure then the simple blogger would be converted into very nice and beautiful looks. If we are serious in managing the blog, you should not just concerned with the information provided, but also the view that is presented, in order to make the visitors can feel comfortable to linger on your blog and also back again to see the development of your the blog(works in reverse).
CSS3 is the next generation of CSS (Cascading Style Sheets) that was the 3rd, there are many advantages of CSS3 than previous generations, and have started to be used in browsers, some of them are Mozilla Firefox v3.6 and Safari V3, hopefully other browsers catch up to support CSS3.
You can see picture in side as an example of the CSS3 effects, well, if you are interested let's begin to make the picture has a shadow with the CSS3 effects.
- Login to blogger> on the dashboard> go to "Design"> then "Edit HTML"
- then find this CSS code :
.post img {
- - -
- - -
}
Note:*Just look at the code in green above, this line (- - -) in red are the CSS definitions that can be different each template
*And sometimes there is a green colored code enhancements, so it can be like this: .post img, table.tr-caption-container { - if you have found, replace the CSS code earlier as below
- .post img {
background:#f5f5f5;
border:2px solid $bordercolor;
padding: 7px;
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
-goog-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
how-to-insert-meta-tag-in-blogger-or-blogspot

This is a way to make the blog description, and keywords in your blog is different in every new post, will be installed automatically. How to Make Every Post Blog Description Different Or How to Make Different Keywords in Every new Blog Post.
In this post i will discuss about how to install dynamic meta tags on blogspot automatically. This technique is very useful for on page optimization for each post, we will have a meta description that is different from one post to another post without bothering to add one by one on each post manually. In other words, meta description and keywords in each post will was generated automatically. This is certainly a solution for those of you who have duplicate meta descriptions.
How to install meta tag description and keywords of each post automatically, and this I share into 2 parts, you just follow one of two ways below:
Before I explain the tricks in the second Meta tag optimization, should I review the tricks to optimize the Meta Title Tag. When we first create a blog, Meta Title is already available on the Edit HTML page, it's just not optimized. Well, for Meta title is more SEO Friendly Title we can change the default with a better blogger again. Please learn how to change it below:
Please search for Blog Title like this:
<title><data:blog.pageTitle/></title>
Then replace all the code above with the code below:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageTitle/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>
After we apply the Meta title above, will look very striking differences at all in the search results. Search engines certainly will easily show which is the main page and which ones are the posting page.












