Archive for the “Jquery” category
jQuery and jQuery Mobile on JSCon 2011, Dhaka
by admin on September 21, 2011
PHPXperts group is one of the most active PHP community in Asia. They have arranged the first JavaScript Conference of Bangladesh on September 17, 2011 at AIUB Auditorium. It was a cool event with 250+ participants. Our (me and Mohammad (…)
jQuery LED Banner – fun with jQuery!
by admin on February 28, 2010
While coming home, I’ve seen a super store showing their items on a big LED type banner. Where item names were scrolling using some lights on/off. It’s an everyday scenery, nothing special. But I’ve come to realize soon, in back of (…)
jQuery – Presentation at phpXperts Seminar, 09
by admin on May 17, 2009
At the phpXperts seminar 2009, I gave a talk on “Blessings of modern javascript framework – jQuery” and it seemed well-received. I enjoyed giving the presentation very much! Special thanks for all the organizers, group members and participants. Here is (…)
Extjs quick start guide for jQuery Developers
by admin on April 5, 2009
I’ve seen many people (including myself) trying out the power of jQuery for once and then getting stuck with it. Why not? It’s one of the coolest and smartest JavaScript library out there. However, I have broken out from the (…)
Interactive character limit for textarea using Jquery
by admin on November 9, 2007
For a textbox, character of a field can easily be limited with maxlength attribute. But maxlength doesn’t work for a textarea. So, It needs an alternate way. For one of my project, I wrote a function for this purpose where (…)
jQuery controlled Dependent (or Cascading) Select List 2
by admin on November 8, 2007
Thank you all. Thanx for using, commenting and visiting my script jQuery controlled Dependent (or Cascading) Select List from my old bolg http://php4bd.wordpress.com and here. I am getting a lots of request and questions from visitors about adding some features (…)
jQuery controlled Dependent (or Cascading) Select List
by admin on July 15, 2007
When I was searching the web for a client side dependent list boxes, I got some scripts. But some of them were very much static (static select name, option name etc.), some were vary complex. Then I thought to make (…)