Rebol for the experienced Javascript Programmers
I stumbled upon Gregory Higley’s Blog on Stackoverflow. He makes his living writing C#, Ruby, and occasionally Objective C but one of his two personal... more »
Tweet 0 CommentsSave Tags: ajax, javascript, research, web 2.0
jMP3 - Jquery Mp3 Plugin
jMP3 (javaScript MP3 player) is an easy way make any MP3 playable directly on most any web site (to those with Flash & javaScript enabled), using... more »
Tweet 0 CommentsSave Tags: ajax, javascript, tools, web 2.0
July GroovyMag is Out!
The July edition of GroovyMag is out! There's a lot of great articles in it including the one I authored entitled 'Inline Editing with jQuery'. The... more »
Tweet 0 CommentsSave Tags: ajax, announcement, groovy, open source
HTML5 is a Big Deal for Enterprise Developers
I was recently made aware of HTML5's canvas element and I believe that this could render Silverlight, JavaFX and Flex obsolete. The "canvas" tag... more »
Tweet 0 CommentsSave Tags: ajax, flash-flex, opinion, ria
Ajax Push for OpenSocial
At CommunityOne, Chris Schalk and I presented our ideas on how to integrate Ajax Push with OpenSocial: Developing Sleek and Collaborative Applications... more »
Tweet 0 CommentsSave Tags: ajax, frameworks, java
AJAX Features in ASP.NET MVC
For a few moments when I first approached ASP.NET MVC I really thought it was the negation of AJAX. With a programming model heavily based on REST... more »
Tweet 0 CommentsSave Tags: .net, ajax
KANA 10 is the new poster child for Dojo, Ajax and SOA
KANA 10 was built using WaveMaker and the IBM SOA Foundation and was developed in conjunction with IBM customers. KANA did a complete rewrite of their... more »
Tweet 0 CommentsSave Tags: ajax, javascript, web 2.0
Upload Multiple Files in ASP.NET using jQuery
Continuing my ‘no less than an exciting’ journey of exploring ASP.NET with jQuery, today’s article will demonstrate how to Upload multiple files in... more »
Tweet 0 CommentsSave Tags: .net, ajax, javascript
Now that Firefox 3.5 is out, let the benchmark battles begin
Since the last time I posted browser benchmarks, Google Chrome jumped to version 2, Safari released version 4, Internet Explorer 8 was released, and... more »
Tweet 2 CommentsSave Tags: ajax, javascript, microsoft, usability
List of Really Useful Plugins For jQuery Developers
This is a list of jQuery plugins that jQuery Developers can utilize in development of their own jQuery components, tools and applications.
Tweet 0 CommentsSave Tags: ajax, frameworks, javascript, web design
Direct RIA + Google App Engine = Simplicity + Scalability
ZK 3.6.2 supports Google App Engine, allowing you to run ZK in the Google cloud! For more details on the installation procedure please refer to this... more »
Tweet 0 CommentsSave Tags: ajax, announcement, java
Never worry about ASP.NET AJAX’s .d again
When I recently received this message from a frustrated reader: After hours and hours of slamming my head into the desk it turns out it was the... more »
Tweet 0 CommentsSave Tags: .net, ajax, reviews
15 Best Techniques For Implementing Autosuggest With AJAX Into Your Site
This collection includes standard auto suggest scripts, del.icious tag suggestion, autosuggest control to search images on Flickr, and advanced table... more »
Tweet 0 CommentsSave Tags: ajax, javascript, tools, web design
Ajax Same Origin Policy No More with Firefox 3.5
Firefox 3.5 now allows you to make AJAX Requests, or more correctly XMLHttpRequests cross domain (in other words foo.com can make XHR requests to... more »
Tweet 0 CommentsSave Tags: ajax, javascript, security, tools
Prevent Crawlers On Your Data Service
At ConvergeSC 2009, an attendee asked me to describe how to prevent crawlers from trolling your ADO.NET Data Service. I explained as best as I could,... more »
Tweet 0 CommentsSave Tags: .net, ajax, javascript, web services
Debugging JavaScript in Mozilla Firefox, with IntelliJ IDEA
IntelliJ IDEA 9M1 supports debugging of JavaScript code in Mozilla Firefox. And it's already available for a try!
Tweet 0 CommentsSave Tags: ajax, how-to, javascript, tools
How to implement a launching soon page with PHP and jQuery
This tutorial explains how to implement a simple launching soon page using PHP and jQuery. You can download the source code, ready to use in your web... more »
Tweet 1 CommentsSave Tags: ajax, frameworks, javascript, php
Moving your script tags: The quickest way to improve site performance
Web browsers treat script tags as blocking. See why moving them to the bottom of the page will cause your site to load faster.
Tweet 1 CommentsSave Tags: ajax, javascript, usability, web design
Facebook like Autosuggestion with jQuery, Ajax and PHP.
I love facebook API it's neat, so I had developed Facebook like Autosuggestion user search with jQuery, Ajax and PHP. It's simple and clean just you... more »
Tweet 2 CommentsSave Tags: ajax, how-to, javascript, php
ZKGrails 0.7.4 has been released
This version supports ZK 3.6.2 and Grails 1.1.1. Grails applications using ZKGrails 0.7.4 will be benefit from performance improvement of the latest... more »
Tweet 0 CommentsSave Tags: ajax, java, ria
Google I/O 2009 - AJAX APIs to Navigate User-Generated Content
Vast Rank is a College Ranking & Review website that makes use of several Google APIs to power its unique set of features. This session will dig into... more »
Tweet 0 CommentsSave Tags: ajax, web design
MyTableGrid a new Prototype based table grid control
MyTableGrid is a JavaScript based DataGrid control built on the Prototype library. It allows you to display your data in a simple and flexible way.
Tweet 0 CommentsSave Tags: ajax, javascript, web 2.0, web design
Struts 2 -A Simple AJAX Drop down Example
This is for struts 2 beginners, its a simple Struts 2 - AJAX Drop down Example where the drop down box automatically submits the request and... more »
Tweet 0 CommentsSave Tags: ajax, frameworks, java, open source
Is it an AJAX Request or a Normal Request?
In modern web application development, many a times you would want to know if the incoming HTTP Request is an AJAX request or just a Normal request.... more »
Tweet 5 CommentsSave Tags: ajax, java, javascript, php
FireQuery: Firebug enhancements for jQuery
Why? Because I was sick of clicking on green object links to see what is contained in jQuery expressions in Firebug 1.3.
Tweet 0 CommentsSave Tags: ajax, javascript, tools