In-Place Form Editing using jQuery March 3, 2011August 19, 2017Arvind Bhardwaj 1 As a web developer you often need to play with form submissions and form editings. But at times form editing is required, it becomes very […]
Create Simple Paint Canvas using JavaScript February 6, 2011August 19, 2017Arvind Bhardwaj 2 JavaScript can be a fun for you if used creatively. Here I have tried to create use JavaScript for some fun. This time I have […]
Google like Instant Preview using jQuery & base64 Image Encoding in PHP January 15, 2011August 19, 2017Arvind Bhardwaj 4 This time I have tried to create Google like instant preview feature using jQuery. All of you guys have already seen the instant preview service […]
Stylish Bubbly Image Gallery with jQuery January 9, 2011August 19, 2017Arvind Bhardwaj 0 In this post I have extended the image zoom effect to create an awesome image gallery. This gallery picks a random image from the list […]
Image Zoom Effect with jQuery January 8, 2011August 19, 2017Arvind Bhardwaj 1 Here is a simple script showing image zoom effect on mouseover. The zoom effect is simply a trick to animate the image to a larger […]
Cool Floating Image Gallery with jQuery January 5, 2011August 19, 2017Arvind Bhardwaj 0 Huh! Fed up with the Magento giant. This time lets play with my all time favourite jQuery. Here I am presenting a beautiful image gallery, […]
Orkut like show/hide scraps with jQuery December 18, 2010August 19, 2017Arvind Bhardwaj 2 It will be fun to collapse and expand images on your web pages just like Orkut.com. Believe me its very easy task with help of […]
Simple Password Strength Meter with jQuery September 26, 2010August 19, 2017Arvind Bhardwaj 0 People generally do not realise the power of regular expressions. If utilised at right places, regular expressions can be very helpful. In this post I […]
Simplest Table Sorter with jQuery September 22, 2010August 19, 2017Arvind Bhardwaj 4 Table sorting can be done in two ways: using AJAX call or using simple client side javascript. The first method lacks performance as every time […]