A Better Applet Experience, Part 2: Poster Frames
In part one of this series I showed you how to set up a loading image, including an animated spinner gif. In this part I'll show you how use a... more »
0 commentsSave Tags: gui, java, javascript
How To Create An Amazing jQuery Style Switcher
Learn how to create an amazing, and degradable style switcher using jQuery.
0 commentsSave Tags: javascript, web 2.0, web design
Mootools basics + 5 useful tips
In this post, you will find a little reminder of Mootools base functions (Basic Learning) + 5 very cool tips and examples to do more things with less... more »
0 commentsSave Tags: javascript, open source, web 2.0, web design
Chain.js - Great JavaScript Template Engine
Find out how to use Chain.js (a JQuery plugin) as client-side Javascript template engine -- the best one I've ever seen.
2 commentsSave Tags: javascript
A must have tool for all web developers who care about performance
"Yslow for Internet Explorer"
0 commentsSave Tags: java, javascript, tools
Call Server Side code from Client Side using ASP.NET AJAX
To call server side functions from client side (javascript), on way is to use AJAX, and the easiest way out, is to use the ASP.NET AJAX Extensions. In... more »
0 commentsSave Tags: .net, ajax, javascript, web 2.0
Design a stunning Alert Box using MooTools
This tutorial explains how to design a stunning Alert Box which changes and improves the classic look of JavaScript Alert Boxes.
0 commentsSave Tags: frameworks, javascript, web 2.0, web design
Converting Ext Javascript to jQuery
Provides examples of how to convert code that uses the Ext-JS library to jQuery.
0 commentsSave Tags: how-to, javascript
Look ma, no callbacks! (Arrows in Javascript)
In this article, we will see how we can use arrows in Javascript. Arrows are a concept from functional programming, and we’ll see how they can make... more »
0 commentsSave Tags: javascript
CSS Sprites2 - It's JavaScript Time
A sense of movement is often the differentiator between Flash-heavy web sites and standards-based sites. Flash interfaces have always seemed more... more »
1 commentsSave Tags: css-html, javascript, web design
A Better JavaScript Template Engine
Rizqi Ahmad from Germany has introduced a nice solution for client-side template based on JQuery. The Chain.js allows you to use any piece of HTML (or... more »
0 commentsSave Tags: css-html, javascript
Advanced JavaScript Tooling Webinar (free)
This Wednesday, MyEclipse will host a FREE webinar that will explore the advanced JavaScript tooling available in MyEclipse 7.0M1. Register today.
0 commentsSave Tags: announcement, eclipse, java, javascript
JavaScript frameworks
Excellent List of famous JavaScript frameworks,
1 commentsSave Tags: ajax, frameworks, gui, javascript
How To Efficiently Search A JSON Array
We all know that JavaScript can be a great tool for enhancing the user experience of your website. However, when written poorly it can actually do the... more »
0 commentsSave Tags: javascript
Using Javascript and PHP to upload files
As many of you know the HTML file input element is very very primitive. It accepts very little styling, etc. My problem was I had to upload files to a... more »
0 commentsSave Tags: how-to, javascript, php
wForms - A Javascript Extension to Web Forms
wForms is a javascript extension that adds commonly needed behaviors to traditional web forms. It follows the principle of progressive enhancement :... more »
0 commentsSave Tags: javascript
The ugly side of developing AIR HTML apps
Lately I’ve been getting a little bummed about AIR, because I’m starting to bump into limitations of the platform more and more. What’s particularly... more »
0 commentsSave Tags: ajax, css-html, javascript, ria
10 useful jQuery plugins :: ENHANCE
A great selection of jQuery plugins.
0 commentsSave Tags: css-html, javascript, web 2.0
Debugging JavaScript: Throw Away Your Alerts!
One JavaScript statement that rarely surfaces in the wild is throw(). The throw statement allows you to throw a formal error — sending details of the... more »
0 commentsSave Tags: javascript, tools
TraceMonkey: JavaScript Lightspeed
I'm extremely pleased to announce the launch of TraceMonkey, an evolution of Firefox's SpiderMonkey JavaScript engine for Firefox 3.1 that uses a new... more »
0 commentsSave Tags: announcement, javascript
John Resig - TraceMonkey
I've been waiting to blog about this for a long time now. A fantastic new improvement to Mozilla's JavaScript engine (SpiderMonkey) has landed.... more »
0 commentsSave Tags: javascript, tools
ExtJS Grids and Grails
I’ve been playing around with ExtJS and Grails lately. I have to say that I’m quite impressed with the quality of ExtJS (I’ve used YUI a lot in the... more »
0 commentsSave Tags: frameworks, groovy, javascript
JavaScript getElementById Issues and How To Fix
A quick overview of why JavaScript toolkits include a byId function, and how it fixes the problems
0 commentsSave Tags: how-to, javascript
Ajax Forms with jQuery
There are so many different javascript frameworks out there, but I have recently started to use jQuery, and I love it. Not only is the library much... more »
0 commentsSave Tags: ajax, javascript
Drag & Drop Sortable Lists with JavaScript and CSS
In Web applications I've seen numerous — and personally implemented a few — ways to rearrange items in a list. All of those were indirect interactions... more »
1 commentsSave Tags: css-html, javascript
via