CSS shadows - A drop shadow roundup
A comprehensive listing of CSS and JavaScript techniques to create browser based drop shadow effects.
0 commentsSave Tags: ajax, how-to, javascript, web services
Reading XML with jQuery
Welcome to my first of many articles for Think2Loud! Today I thought I’d start with something simple that will lead into several other topics. So here... more »
0 commentsSave Tags: ajax, javascript, web 2.0, xml
One form, many uses - server side jQuery with Jaxer
This article looks at using server side jQuery to disable or completely remove DOM form elements before they reach the client's browser. This is done... more »
0 commentsSave Tags: ajax, javascript, server
John Resig - JavaScript Benchmark Quality
JavaScript Benchmarks aren't adapting well to the rapid increase in JavaScript engine performance. I provide some simple tests for verifying this and... more »
0 commentsSave Tags: javascript, opinion, tools
JavaScript to Detect Google Chrome
The negative side of having a new (and promisingly become popular) browser, no matter how good it can be, is you’ll have to test your web apps with it... more »
0 commentsSave Tags: javascript
Using V8 - the Google's Chrome Javascript Virtual Machine
Who never wandered how virtual machines work? But better than creating your own virtual machine, what if you can use one done by a big company... more »
0 commentsSave Tags: how-to, javascript
Map / Filter / Reduce in Javascript using Prototype
Tutorial on how to use best techniques from functional programming in javascript.
0 commentsSave Tags: ajax, javascript
John Resig - JavaScript in Chrome
However the most important question, to JavaScript developers, is: How will this affect my normal development routine? I've done some research, talked... more »
0 commentsSave Tags: javascript, tools
libv8 + libfastcgi = Server Side JavaScript
Serverside Javascript using the V8 Google Chrome JS VM and FastCGI
0 commentsSave Tags: ajax, javascript, server, trends
My first impression of Google Chrome Part II (With hidden features!!!)
In part one i talked about the installation process, the general browsing experience, the view page source option, the DOM inspector and the... more »
0 commentsSave Tags: javascript, news, reviews, web design
Chrome's jittered JavaScript kills Silverlight?
The biggest rival for Microsoft's next-generation Silverlight Web technology will be JavaScript, not Adobe's ubiquitous Flash, according to experts... more »
2 commentsSave Tags: flash-flex, javascript, microsoft, web 2.0
Google Chrome, JavaScript and Smalltalk
The secret is out since yesterday: Google has released Google Chrome - a new webbrowser. It's easy to install - and from a first impression also very... more »
0 commentsSave Tags: javascript, other languages
FancyZoom meet jQuery
A few days ago John posted a rewritten version of Cabel Sasser’s FancyZoom to work with Prototype and Scriptaculous. I took it upon myself to port it... more »
0 commentsSave Tags: frameworks, javascript
Handle SMS Text messages with ease
Sms2do is a free environment to design and evaluate SMS text messaging applications. It can be used to add MO (Mobile Originated) services to any... more »
0 commentsSave Tags: announcement, java, javascript, mobile
gameQuery - Games plugin for jQuery
gameQuery is a jQuery plug-in to help make javascript games easier to develop by adding some simple mechanism and commodity. It's still in a very... more »
0 commentsSave Tags: frameworks, games, javascript
Easy way to improve your image gallery using jQuery
Let's say you are browsing a CSS gallery and you want to check out some new and beautiful website designs. And you are of course interested in some... more »
0 commentsSave Tags: css-html, javascript
Starting With jQuery - Validation Plug-in
This series of posts on using jQuery with no prior knowledge comes to its third iteration. Today's post focuses on an introduction to the Validation... more »
0 commentsSave Tags: javascript
Create a Java applet to download information in remote Web services
Start with a Java applet and build a server-based proxy system that uses your browser to access an arbitrary Web service. You'll use JavaScript code... more »
2 commentsSave Tags: how-to, java, javascript, web services
Build an Unsupported Browser Warning with jQuery
Over at CSS-tricks there’s an article about blocking Internet Explorer 6. The IE 6 Blocker Script is a very nice idea and that’s what I will probably... more »
0 commentsSave Tags: frameworks, how-to, javascript, tools
The Dojo Toolkit Multi-file Uploader
The Dojo Toolkit now has support for multi-file uploads, thanks to the new Deft project. The dojox.form.FileUploader class embeds a hidden SWF file in... more »
0 commentsSave Tags: frameworks, javascript
Cappuccino Web Framework
Cappuccino is an open source application framework for developing applications that look and feel like the desktop software users are familiar with. ... more »
0 commentsSave Tags: frameworks, javascript
TraceMonkey Update
Brendan Eich just posted some new metrics for TraceMonkey (Firefox's new Javascript JIT compiler) and it looks like it could be faster than V8.
0 commentsSave Tags: javascript, news, tools, web 2.0
V8 under the hood
I think I can add one more option to my last post about VMs. With Chrome, Google released a new virtual machine for Javascript called V8. I’ve spent... more »
0 commentsSave Tags: javascript, opinion, tools
Google Chrome: "JavaScript Forever!"
From a developer perspective, Google Chrome sends a clear message about Google's commitment to JavaScript. What does this means to the next... more »
1 commentsSave Tags: javascript, opinion, ria, trends
Detecting Google Chrome Using Javascript
As we all know, Google's Chrome browser hit the web yesterday. Whether you wanted to or not, you definitely downloaded Google's effort to see what... more »
3 commentsSave Tags: frameworks, javascript, web design
via