Web progamming and database development

Diary of problems and solutions related to web programming, database development and related technologies and platforms.

jQuery links

Filtering the contents based on Title, Description + Sorting the contents + Pagination

http://codecanyon.net/item/jquery-jplist-plugin/1860318?

This link provides the code only after payment. To access the similar kind of code, click on the following link:
http://do-web.com/jplist/overview
http://gfxcool.biz/script/272072-codecanyon-jquery-jplist-plugin.html

Multiple Filter (Filterig based on Categories but there is no pagination)

http://www.webegg.co.uk/jquery-multiple-filter/

No comments :

Post a Comment

SQL script to change password from plain text to md5

UPDATE `adminusers` SET `Password` = MD5(`Password`);

No comments :

Post a Comment

Create java web service with client using Axis2 & Eclipse

No comments :

Post a Comment

How To Configure Proxy Settings In Eclipse

No comments :

Post a Comment