Mastering Grails: Asynchronous Grails with JSON and Ajax
JavaScript Object Notation (JSON) and Asynchronous JavaScript + XML (Ajax) are staples of Web 2.0 development. In this installment of the Mastering... more »
0 commentsSave Tags: ajax, frameworks, groovy, javascript
Fixing the Web, Part I
We've made major progress on the web since 2005 and the rise of Ajax. JavaScript toolkits like JQuery, Dojo, and YUI have expanded what we can do with... more »
0 commentsSave Tags: frameworks, javascript, opinion
WTFramework bookmarklet
Ever wondered which JavaScript framework was used on a specific website but was too lazy to check the source code for the answer? Fear no more... more »
0 commentsSave Tags: frameworks, javascript, tools
Select All CheckBoxes in a Table Column With and Without jQuery Plugin Demo
I first wrote about selecting all of the checkboxes in an ASP.NET ListView almost three months ago now. You may of noticed in my last post some... more »
0 commentsSave Tags: .net, javascript
Firebug Tutorials for Absolute Beginners
What is Firebug, how to install Firebug, how to use Firebug console to debug JavaScript step by step tutorials.
0 commentsSave Tags: css-html, how-to, javascript, tools
Confessions of an Eccentric Web Developer III
It’s so fun to share my innermost web development thoughts. Some people get furious about some of my ideas. Luckily I don’t give a damn. Take my... more »
0 commentsSave Tags: css-html, humor, javascript, opinion
Using jQuery with ASP.NET - A Beginner's Guide
Did you hear about jQuery.. NO...? It’s fantastic!! Well if you have been hearing those words more too often from your colleagues but haven’t had the... more »
0 commentsSave Tags: .net, frameworks, how-to, javascript
jQuery Examples - Horizontal Accordion
Up until now I have always used Scriptaculous / Prototype for any Java Script animation and effects, but lately I’ve heard a lot of good things about... more »
0 commentsSave Tags: javascript, reviews
jQuery & CSS Tooltip Example
Websites and web applications alike are slowly but surely transitioning towards an environment filled with rich user interface gadgets. Tooltips are... more »
0 commentsSave Tags: css-html, javascript
Let Internet Explorer 6 Behave Like Internet Explorer 7
We all hate Internet Explorer 6 because the lack of support for CSS and the security issues it has. The browser is 7 year old and dated, but is still... more »
0 commentsSave Tags: javascript, reviews, tools
JS-909: A drum machine in JavaScript
At the recent Web Directions JavaScript libraries panel, I was in charge of representing the hard-working non-library hacker. (Of which there exist... more »
0 commentsSave Tags: javascript
iPhone JavaScript Apps
I've been watching, with interest, developers create new applications for the iPhone. Owning one myself - and being knowledgeable in JavaScript - I've... more »
0 commentsSave Tags: javascript, mobile
Unobtrusive JavaScripting
Unobtrusive JavaScriping is a very crucial part of designing a website. As you should know there are 3 major layers of the web, and they should all... more »
0 commentsSave Tags: css-html, javascript, methodology
ASP.NET Connection Session Slides and Samples Posted
I’ve posted my session samples and slides from last week’s Fall 2008 DevConnection conference. As always the conference has been great fun and I’ve... more »
0 commentsSave Tags: .net, javascript, usability, web design
reglib versus JQuery
Let me first of all stress that I'm not trying to bust on JQuery here. JQuery does something that needs to be done, and it does it just about as well... more »
0 commentsSave Tags: frameworks, javascript
Turn your jQuery code into a richer, unit testable, plugin
I find myself increasingly using jQuery as my JavaScript framework of choice. It’s by-line of “write less, do more” really seems apt. But... more »
0 commentsSave Tags: frameworks, javascript
Unobtrusive jQuery + Rails
Anyways, the one thing that is not explained in the errtheblog article is how to get around the issue with rails usage of authenticity tokens. Their... more »
0 commentsSave Tags: frameworks, javascript, ruby
JavaScript Instance private, class private, package and friends
JavaScript does not have private members as understood by a lot of other object oriented programming languages. However it can use closures to... more »
0 commentsSave Tags: javascript
Better jQuery Code #2
In a follow up to my Better jQuery Code #1 post I will be writing about some other small items that I have found to make my code better and more... more »
0 commentsSave Tags: javascript
FUEL
FUEL is a JavaScript Library designed to help developers build extensions using terminology and interfaces that are familiar to them. FUEL is new in... more »
0 commentsSave Tags: frameworks, javascript
via