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

Skin your Firefox with Personas

May 20th, 2009 by Sunil

Open source is always rocking. It will encourage your works and it will come up with new ideas. It gives you the freedom to create new or modify the existing one. A simple example is Firefox persona.

Yesterday just for a fun, I tried firefox persona. Persona is a lightweight skin that changes the look of your Firefox web browser. You can select it from the persona gallery or you can create your own.

Read the rest of this entry

Check your pagerank with PaRaMeter – a free, bulk page rank checking software

May 15th, 2009 by Sunil

Google pagerank will be a craze for the SEO masters. So page rank checking is so important for them. Finding an appropriate tool is important. It should be ease the life for them. 

I have been checking for such a tool which checks all the pages in my blog for rank. There is a lot of page rank checking tool. But in that, we have to manually copy paste the URLs one by one. There may be a limitation of up to 50 URLs or something. So it is time taking.

Finally I found such a ranking tool which will check all the URLs in the website. We have to pass the only URL of the site. That’s all. The software called “PaRaMeter” stands for Page Ranking Meter. It is a free page rank checking and monitoring tool. We can call it as a bulk page rank checker.

Read the rest of this entry

Facebook is now available in Malayalam

May 10th, 2009 by Sunil

The popular online community Facebook is now available in some Indian languages. I never think that Facebook has that much popularity among the Malayalees. Most of the Malayalees using Orkut as their online community. Even it is supporting Malayalam scrap and all, but it not supporting Malayalam user interface. In this case Facebook got a step forward.

Read the rest of this entry

Multiple file upload problem in wordpress

May 4th, 2009 by Sunil

It is a long time since i write something under Wordpress category. So I would like to share my recent experiment with you.

Yesterday I have tried several times to upload multiple files upload in wordress file upload.

Add files to wordpress

Add files to wordpress

Read the rest of this entry

Myhtmlworld completed 6 months

May 1st, 2009 by Sunil

My blog started 6 months back. Exactly my first post was on November 28, 2008. It would be nice if I check my previous posts and comments.

Till now I have posted 33 posts in 5 categories, 8 pages,  and 77 valid comments. I got around 25 comments on Expression Web SuperPreview for Internet Explorer and a few questions. And this post brings some hits to my blog. Still now I am getting good traffic to this post. I understood that a lot of malayalees searching for Malayalam calendar and Malayalam panchangam. Read the rest of this entry