FireQuery is a Firebug extension for jQuery development

FireQuery is a Firebug extension for jQuery development.

FireQuery is a Firefox extension integrated with Firebug

  • jQuery expressions are intelligently presented in Firebug Console and DOM inspector
  • attached jQuery data are first class citizens
  • elements in jQuery collections are highlighted on hover
  • jQuerify: enables you to inject jQuery into any web page
  • jQuery Lint: enables you to automatically inject jQuery Lint into the page as it is loaded (great for ad-hoc code validation)

How to organize your wordpress blogroll links?

How to organize your wordpress blogroll links?.

You can have the link in the following orders:

Orderby
– ‘id’
– ‘url’
– ‘name’
– ‘target’
– ‘description’
– ‘owner’ – User who added bookmark through bookmarks Manager.
– ‘rating’
– ‘updated’
– ‘rel’ – bookmark relationship (XFN).
– ‘notes’
– ‘rss’
– ‘length’ – The length of the bookmark name, shortest to longest.
– ‘rand’ – Display bookmarks in random order.

So then you would have to do this:

<?php wp_list_bookmarks(‘title_li=&category=2&orderby=id’); ?>