Most probably you will be knowing about all these skills already, it is common sense, still I have found so many developers who just know just one server side language(usually java or .net) and then they think themselves as superman/superwoman. In web application development, that is just one thing. You need to know about lot […]
Category Archives: jquery
akWpLightBox : simple lightbox for wordpress
I always strive for simple solutions to all my problems, akWpLightBox plugin is result of one such endeavor. For quite some time now I was looking for a plugin which is lightweight, and can show images in lightbox like effect, in my blog. The effort of creating a javascript functionality for that was putting me […]
akModal: simplest alternative to thickbox
For those in hurry, download the plugin from jquery plugin page [download#11#nohits] It is a modal pop up box. It can be used to display any url as popup box. It’s simplicity lies in the fact that, we can use it to display forms etc, and then submit the forms, something like I used it […]
Simplified AJAX For WordPress Plugin Developers using Jquery
I am assuming you know how to write a WordPress plugin, and now you are wondering how to use ajax to add that sexy feature that will make your plugin look a bit kool. I faced the same problem, with my akWpUploder plugin. I googled but could not find anything interesting, or should I say, […]
akeditable: Jquery inplace editor
Those of you in hurry to download the plugin or source can download it from plugins page of akeditable at jquery . This is the plugin based on jEditable plugin created by Tuupola and Dylan Verheul. The purpose of create this plugin was to specifically solve the problem that i was facing, ie to give […]
TubeSpy by Ajaxonomy
Tubespy is a jQuery application that can be used to see what people are watching on youtube now. This application is created by cool guys at Ajaxonomy Labs they are also the creator of del.icio.us Spy, which is open source and you can download the source code here. It is built using jquery framework, UI […]
akslideshow
This is a simple jquery implementation of JonDesign’s Smooth SlideShow Library . It aims only to replicate the timed mode feature of jon’s plugin. This is an early alpha release and it works only on firefox now in Beta and it works with both firefox and IE. check out the demo here. You can download […]
Jquery : An Introduction
Jquery according to me is javascript++ , a library that enhances the javascript without adding lot of burden to learn some new syntax and or way of coding, other then what you already know of javascript. In other words, if you are beginning with javascript and looking for a javascript library that can help you […]