AJAX Articles ::
Improve your JQuery :: 25 Tips to help you
Posted on :: Dec 16
In this Very extensive and long article/Tutorial, I'm going to give you some reasons as to how to and why you shouldimprove your JQuery Knowledge and Scripting.
jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings.
I'm no jQuery expert. I don't claim to be, so if there are mistakes in this article then feel free to correct me or make suggestions for improvements.
I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in.7 reasons why you really should learn jQuery
Posted on :: Dec 16
In the last 2 or 3 years, we have all experienced the comeback of javascript. A language cursed in many ways, for its lack of consistency across browsers, slow runtime performance and poor tooling (debugging). The revival of Javascript is hard to miss though, given the jungle of frameworks and effects libraries that are becoming available. Even browser manufacturers are jumping on this trend by delivering javascript engines that dramatically speed up javascript execution. Javascript "2.0" seems to be the fuel for the next generation of web applications.
For long I have more or less ignored this whole trend. Most developers have enough new things to learn already, and javascript is often not the top priority. The fact that there are a lot of different frameworks (MooTools, Dojo, Prototype, jQuery, etc) does not make it any easier either.
Below are my 7 reasons why you should learn a javascript framework, and that the best one to learn about is jQuery.
Setting Form EncType Dynamically in Internet Explorer
Posted on :: Oct 9
In FireFox, you can dynamically set the EncType of a form element to be "multipart/form-data" for file uploads; however, this does not work in Internet Explorer (IE). Apparently in IE, you have to set the "encoding" of the form rather than the "enctype". The good news is, you can set both values without concern and this will take care of the problem:
Flexigrid :: ColdFusion and JQuery
Posted on :: Sep 21
For a great while now I've been attempting to use and or create a JQuery-based Grid System for several projects I'm working on. I've tried many including jqgrid (and could never get jqgrid working for some reason), but I stumbled upon Flexigrid.
Flexigrid is a Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.
AJAX APIs help for Dreamweaver
Posted on :: Jun 2
I didn't write these extensions, however I am making them available here.
These are Dreamweaver CS3 & CS4 extensions for both the JQuery and Prototype API's for Ajax.// Code jQuery FASTER in Dreamweaver!Reduce tons of typing. If you are into jQuery and use Dreamweaver then you really need this extension. Let us save you tons of time by reducing keystrokes with our jQuery API extension for Dreamweaver which provides code coloring, Snippets, and code hints that list every jQuery and jQuery UI function for you.
// Code Prototype FASTER in Dreamweaver!Reduce tons of typing. If you are into Prototype and use Dreamweaver then you really need this extension. Let us save you tons of time by reducing keystrokes with our Prototype API extension for Dreamweaver which provides code coloring, Snippets, and code hints that list every Prototype function for you.
AjaxContent :: JQuery Plugin
Posted on :: May 11
AjaxContent is a jQuery plugin build to make easier and fast to perform simple ajax calls. Some new feature like binding to form fields change and the extend functionality that parse the result of the first call applying a second ajaxContent event.
AJAX Development Gotchas
Posted on :: May 1
This Article goes over some of the Quirks and Browser behaviors and quirks you hsould be aware of when developing AJAX Applications. We'll be covering browser quirks, limitations and bugs you should watch out for.
Dynamic Drag’n Drop With jQuery And PHP
Posted on :: Apr 21
Drag’n drop generally looks hard-to-apply but it is definitely not by using JavaScript frameworks. Here is, how it is done by using jQuery & jQuery UI:
Google RESTful Ajax » JSON Search in ColdFusion
Posted on :: Apr 15
A Friend of mine was hacking and cursing his way through a routine to convert RSS feeds in to HTML, I had an idea. I thought, "Wow, maybe there's another way to do this ..." Converting RSS can be messy so I opted for a much easier and cleaner solution ... JSON. For those Ajax pros out there ... have a heart ... I'm definitely a nOOb at JSON ... I just wanted to share my experience because the introduction and experience was enlightening ... at least to me it was.