jQuery Pagination Plugin

Posted in: Blogs, jQuery, Programming- Jan 23, 2011 No Comments

I found a jQuery pagination plugin at http://rohitsengar.cueblocks.net/jquery-pagination-plugin/. The plugin is brilliant except for it’s lack of jQuery.noConflict() solution. I have unminified the plugin and made the small changes necessary for jQuery.noConflict() support. I hope the author (Rohit) don’t mind me unminifying his script and redistributing it here. If you have any isues please feel [...]

100 Open Computer Courses

Posted in: Blogs- Dec 05, 2009 1 Comment

While doing my usual random searching through Google I stumbled across a wonderful resource. Something I think every individual not only computer savvy persons or geeks would find useful. It’s a list of 100 open computer courses. Yes, open as in FREE! The are split into the following categories: Computer Science and Engineering Computer Security [...]

Useful Online HTML Tools

Posted in: Blogs- Nov 17, 2009 5 Comments

Ever interested in applying all kind of stuff to text you already have, like converting csv data into a table or reversing the order of words in a sentence without reversing the letters of the words? Well, I have and it has been a nightmare to find online resources to get these quick tasks completed. [...]

My Personal Online Portfolio

Posted in: Blogs- Mar 12, 2009 No Comments

JamalahBryan.com (JB) is an expansion of the Wordpress Maasahan theme originally created by Padd IT Solution. While most of the original layout was maintained I added a lot of new features to suit my needs along with the color change. The original theme used multiple CSS files to match layout, colours etc., but I prefer to have all my CSS in one stylesheet which is much easier for future editing. Similar to my choice to combine the stylesheets I also changed the implementation of some features. For instance, the featured post gallery was created using Mootools but I am a jQuery guy :) so I found a jQuery plugin and customised it to my needs.