Different ways to include jQuery in your website

May 30th, 2009 by Sunil

jQuery is javascript frame work which simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.

You can include jQuery in different ways. 

1.Download it from jQuery site and include it into your webpage

1
<script src="javascript/jquery-1.3.2.min.js" type="text/javascript"></script>

2.Include it from Google server

1
2
3
4
5
6
7
8
<script src="https://www.google.com/jsapi"></script>
<script>
google.load('jquery', '1.3.1');
</script>
 
or
 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>

3.Include it from Jquery’s site 

1
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>

These are the different methods to include jQuery. Each of them have there own advantages and disadvantages.

Read the rest of this entry

First plugins that must be installed after WordPress installation

March 7th, 2009 by Sunil

If we think about a blog site, no other blog service will come to our mind. Yes, wordpress is soo popular and powerful in this section. Because it has good flexibility and plenty of options.

 

WordPress

WordPress

If you would like to enrich your blog, you have to install some plugins. There are a lot of plugins are available. Even though I think the below listed plugins are very essential for a good blog site. I am just introducing some essential plugins for WordPress

All in One SEO Pack

All in one SEO pack will optimize your blog automatically. All in SEO pack has a lot of options. I am listing a few here.

  • Automatic title - Browser window title very important in the view of Search Engines. By default there is a chance of generating duplicate titles by wordpress. All in SEO pack will overcome this issue by generating titles for each page. Otherwise you can give yourself by a good title.
  • Automatic descriptions –  All in SEO will generate automatic descriptions if you forget to create the meta description. Meta description is also important in SEO. 
  • Automatic Keywords - All in one SEO pack can generate keywords from categories or the keywords specified from user. 
  • Duplicate content - It avoids the duplicate content found on wordpress blogs

It also has some backward compatibility with other plugins like meta data, Ultimate tag warrior and others. So don’t forget to install All in One SEO pack. Download it from http://wordpress.org/extend/plugins/all-in-one-seo-pack/

WordPress Database Backup

It is important that to back up your contents once in a while. WordPress Database Backup plugin will help to create backups of your core WordPress tables as well as other tables of your choice. But all tables should be in the same Databse. There you can download the back up or keep it into the server or your can email the back up.

Download WordPress backup from http://www.ilfilosofo.com/blog/wp-db-backup/

Google Analytics for WordPress

Everyone will be happy to see their stats of their blog. How many visitors came to their site, what content they seen etc. Google analytics help you to find out all these. There are a lot of options. If you are not interesting to edit your themes or you are not much techie to edit the wordpress code, then you have to install google analytics for wordpress. You can download google analytics plugin from http://wordpress.org/extend/plugins/google-analytics-for-wordpress/ . Following are the main features of the Google analytics plugin for wordpress

  • Automatically tracks and segments all outbound links within posts.
  • Track comment author links
  • Tracks links with in comment.
  • Tracks blogroll links and downloads etc
  • Track AdSense clicks

FeedBurner FeedSmith

Now a days feeds are very important and popular. Many people reading feeds. This plugin detects all ways to access your original WordPress feeds and redirects them to your FeedBurner feed so you can track every possible subscriber. More details available at google

Google XML Sitemaps

Google XML Sitemaps will generate xml sitemap for your blog. XML sitemaps will inform the search engines about their pages on their sites. For download and more information go to http://www.arnebrachhold.de/

I think these are the important plugins that you have to install immediate after WordPress. If you have any suggestion, please let me know.

'Sunil’s blog' and 'Google Dance'

February 22nd, 2009 by Sunil

I started this blog 3 months back. I had been really happy because of the Google’s indexing. But things are changed now. I am feeling something wrong. I had been in 2nd position for the keyword ‘Sunil blog’. Last Thursday onwards this keyword showing in the 2nd page for the blog myhtmlworld.com.

I had no clue about this. I checked with my colleagues and my colleague Sadiq found one interesting article. I think ‘Google Dance’ may be the reason for pulling off the keyword ‘Sunil blog’? Huh! I couldn’t found any other reason.

What is ‘Google Dance’?

The term ‘Google Dance’ means the period when Google is rebuilding its rankings. This time results may be widely fluctuate for a 3 to 5 day period.

I am not that much techie to explain this term

Please visit this article to get more about Google Dance

http://www.metamend.com/google-dance.html

http://dance.efactory.de/

This may be the reason to pulling off my website for 2nd page for that keyword? What do you think? Let’s see.

I am writing this post only to introduce ‘Google Dance’; I wont care even if Google throw me out from the Google search results ;)

Does the page rank really matter?

January 11th, 2009 by Sunil

There was a recent page rank update from Google on this December. Many of the SEO people may notice that. Some websites got a better page rank and some websites lost their existing page rank. 

What are real factors that affect the page ranking? (Really I don’t know!)

According to the words of Google, “PageRank reflects our view of the importance of web pages by considering more than 500 million variables and 2 billion terms. Pages that we believe are important pages receive a higher PageRank and are more likely to appear at the top of the search results.”

And Google is saying that it depends on the links of the page and other links which are coming to the website. (Incoming links). 

google-pagerank

But the last update from Google was not on this policy? I hosted this blog around 1 and half months back only (28th of November). I don’t have much incoming links. But I got page rank 3. But some good sites which have a lot of incoming links lost their page rank. Any of them could find any reason for this? What do you think? 

Now I am feeling like that Google page rank is not a big thing…You may miss the page rank at any time? Build your web page for your visitors not just for search engines!

Google Malayalam news went crazy

December 30th, 2008 by Sunil

When I was checking Google news in Malayalam, I found that the news were not in a right category, check the screenshots. Check the category and the news.

Google Malayalam News

Google Malayalam News

Google news malayalam

Google news malayalam

Google SMS services – amazing service from Google

December 1st, 2008 by Sunil

Today I have seen Google’s new service called Google SMS. You can now search anything from your mobile phone through SMS (Short Message Service) with free of cost. (You have to pay to your service provider for sending SMS – don’t forget that).

You can get the ticket status of train, schedules of train, restaurant information and more… Just try it out. All you need is send an sms to 9-77-33-00000 (without “-“). Eg: Get the PNR status of Indian Railway. Then send sms to PNR <number> to 9773300000.

I think it is country depended. So you have to check the customized (country wise) domain name of Google. Eg: For India,http://labs.google.co.in/smschannels

Read the rest of this entry