Archive for March, 2010

Today i was looking how to do jQuery alert, like i do it on every javascript. Well, its the same, you can simply use:

$("li").click(function(){
          var current_id=$(this).attr('id');
          alert(current_id);
          // these alert two times one is empty another one is content_1

   });

But then again, this is only usefull when programing. I went for a search for best jQuery plugins to do some proper jQuery alert dialogs. This is the first one i found:

jqModal is a lightweight window plugin written for jQuery which improves & makes easier the use of windows. jqModal is a plugin for jQuery to help you display notices, dialogs, and modal windows in a web browser. It is flexible and tiny, akin to a “Swiss Army Knife”, and makes a great base as a general purpose windowing framework.

But then i found excactly what i was looking for:  jquery alert dialogs

This plugin utilizes the $.alerts namespace, but there are three built-in shortcut functions that make implementation easier:
jAlert(message, [title, callback])
jConfirm(message, [title, callback])
jPrompt(message, [value, title, callback])
Unlike their native JavaScript counterparts, you can use HTML in the message parameter. To specify a newline, you can use either \n or <br />

This plugin utilizes the $.alerts namespace, but there are three built-in shortcut functions that make implementation easier:

  • jAlert(message, [title, callback])
  • jConfirm(message, [title, callback])
  • jPrompt(message, [value, title, callback])

Unlike their native JavaScript counterparts, you can use HTML in the message parameter. To specify a newline, you can use either \n or <br />

Check out the demo.

In prevoius post, i was writing about paid blog directory list. But why pay for something if you can get it for free?
Here is the list of top free blog directories. This listing includes google’s page rank, alexa ranking, registration requirement and reciprocal links.
Read more on free blog directories.

Continue Reading

If you write a blog, you probably want to get some traffic. One of the things you can do now is to submit blog to blog directory list. Like always, its important to submit to good blog directory list – you dont want to be in the ones where is all crap. The best blog directory list are human edited blog directory.

Submitting your blog to an established human edited blog directory has many benefits besides additional exposure. Proper link building is a critical component of launching a new blog or helping grow an established blog and submitting to a respected blog directory helps give credibility to your blog from the perspective of search engines.

Its hard to find good blog directory list. The best ones are paid service, but in this post i also list some of the best free blog directory list

Paid blog direcory list

  • Best of the web blogs: BOTW is one of the most recognizable names in the directory business. Getting your blog listed in their blog directory is of value and will cost you a fraction of what they are charging for websites.
  • Bloggeries: Bloggeries is a growing and respected human edited blog directory that lists only blogs. nice additional feature is seperate links on the listing page to inner pages of the blog submitted.
  • Delightful Blogs: Delight Blogs is a quality blog directory that manually reviews all submissions before they go live.
  • http://blogannounce.info
  • http://portal.eatonweb.com/

But why pay if you can get something for free? Check free blog directories.

© Copyright Webspices.net. All Rights Reserved.