Your online searching blog. Find Blogging tricks and many more

Monday, 19 December 2011

how to speed up firefox with speedy fox


how to speed up firefox with speedy foxwant to
speed-up your firfoxx if yes then download speedyfox and accelarate your browser

download speedy fox

easy-way-student-can-make-money-online


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.
photobucket-logo
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


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 Effects Creating a Border shadow on Image With CSS3 | CSS3 box shadowCSS3 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.
  1. Login to blogger> on the dashboard> go to "Design"> then "Edit HTML"
  2. 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 {
  3. if you have found, replace the CSS code earlier as below
  4. .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


meta+tag How to Put Meta Tags on Each Post Automatically
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 == &quot;index&quot;'> <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.

Saturday, 17 December 2011

seo-tips-blogger-for-blogger


How to add Description and Keyword metatags to Blogger blogs?

If you are a webmaster or site creator, you have to make sure that the site content reaches your target audience. One way of doing that is by carefully assigning title tags as well as meta descriptions and keywords to your web pages. Meta description tags also improve the chances of your site being found and clicked on in the SERPs.
Though Blogger is a Google product, blogs hosted on blogger do not have support for meta descriptions and keywords by default. If you have ever tried adding keywords or description meta tags to your Blogger pages, you might have seen that there is no easy way of implementing that. Here is a workaround to make changes to your blogger template in order to add description and keyword metatags of your choice to your blogger top page as well as to your posts.
In the Layout panel of your blog, click on Edit HTML.
Click on Download Full Template and save a backup copy of your template. This will come in handy to undo any changes in case the changes do not work as expected
Look for the following code in the template
Blogger metatags
Add the following code immediately after the code in step #3.
Blogger meta tags
Replace the http://myurl.blogspot.com/ line with the URL of your blog top page.
Replace the word MY DESCRIPTION with a description for your blog top page.
Replace the word MY KEYWORDS with a list of keywords separated by commas, relevant to your blog top page.
You would need to to follow the steps 4 to 7 – for adding corresponding URL’s, descriptions and keywordsfor for all the individual posts from your blog. For example, if your first article is about your visit to New York, you’ll need to as follows.
Add this code again immediately after the
<b:include data=”blog” name=”all-head-content” /> line:
Replace the http://myurl.blogspot.com/ line withhttp://myurl.blogspot.com/my_visit to_newyork.html.
Replace the word MY DESCRIPTION with description of your visit to New York.
Replace the word MY KEYWORDS with keywords such new york, business visit, usa visit etc.
Please ensure that all the individual posts have titles and descriptions matching the page content. This will help you from preventing your posts to go in Google Sandbox.

help-earth-quake-victims

help muslim earth quake victims and flood victims because they have no shutter to live and no food to eat there are many helpers who help them but this is not enough please we request you


now please