Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: mtsandeep
Overlay js
Version 2 (published on Feb 12 2012) Overlay js is a lightweight overlay jQuery plugin. It only weighs 2kb minified. You can style the overlay completely with css. I have added 3 callback functions in new version to help with … Continue reading
Posted in jquery Leave a comment
Ajax form submission and validation with jquery in codeigniter
I use jquery in almost all websites i make, so now i tried to have some ajax to the forms of my website. I didn’t use any libraries (i heard there are some libraries for ajax in codeigniter, but i … Continue reading
Tracking multiple facebook like buttons and like boxes (using edge.create)
Facebook api provides “FB.Event.Subscribe” for subscribing to some events, in which “edge.create” and “edge.remove” are fired when user likes and unlikes a like button or likebox. (only works with xfbml version of like buttons/ like boxes) The example provided at … Continue reading
Posted in facebook Leave a comment
Pagination in codeignitor
This is an example of generating and displaying pagination in codeigniter. For Controller For model For view
Posted in codeigniter Leave a comment