Fix "operation aborted" issues in IE
This issue is caused by script try in to manipulate the DOM before everything has loaded. The linked post describes this in more detail and suggests... more »
0 commentsSave Tags: javascript, windows
Guide to almost pain free web development in IE
If you need to create a website that works in IE, you will probably want to know about these tools, otherwise you will waste time and probably go... more »
0 commentsSave Tags: css-html, how-to, javascript
The Mines Game Implemented with JavaScript
There is the well known mines game nicely implemented with pure JavaScript/CSS/HTML. Someone might be interested in an example of quite complex... more »
0 commentsSave Tags: ajax, css-html, games, javascript
Fantastic News Ticker Newsvine-like using Mootools
This tutorial explains how to implement a News Ticker (Newsvine LIVE panel - like), with news vertical scrolling, using mootools. It's very simple and... more »
0 commentsSave Tags: frameworks, how-to, javascript, web design
Create beautiful tool tips with Prototip
Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework.
3 commentsSave Tags: gui, javascript, web design
Say “Hello World!” Without Main Method in Java
Can you print out “Hello World!” without writing a main method in Java? Think for a while. Yes, you’re right. It can be possible using “static... more »
10 commentsSave Tags: how-to, java
What's the Fastest Way to Code a Loop in JavaScript?
I built a loop benchmarking test suite for different ways of coding loops in JavaScript. There are a few of these out there already, but I didn't find... more »
0 commentsSave Tags: javascript
Internet Explorer 6 on its way out (or not)?
Since attaining a peak of about 95% usage share during 2002 and 2003, Internet Explorer 6 (IE6) has been rapidly losing market share. As the end of... more »
0 commentsSave Tags: ajax, css-html, javascript, web design
Reverse autocomplete
This is a proposal for a small improvement on the autocomplete feature, commonly found in many applications. To my knowledge, it hasn't been described... more »
3 commentsSave Tags: javascript
Getting Out of Binding Situations in JavaScript
Most developers don’t know about—or don’t care enough about—binding in JavaScript. Yet this single issue is responsible for a sizeable portion of the... more »
0 commentsSave Tags: javascript
HP Showroom does Flash effects in JavaScript (via mootools)
The HP Showroom website accomplishes what is normally done is Flash, but without the whole Flash thing. The site is using mootools to create the... more »
0 commentsSave Tags: ajax, css-html, frameworks, javascript
Some Advanced Javascript Techniques: A First Look at jQuery UI
Javascript libraries are full of useful techniques and ideas. This is a first look at a couple techniques employed in the new jQuery UI.
0 commentsSave Tags: javascript
Kwicks 1.5 Released!
New version of Kwicks for jQuery with LOTS of new features: vertical mode, new min option, sticky mode, custom triggers, and more!
0 commentsSave Tags: ajax, announcement, javascript, web 2.0
MooTools Gone Wild: Element Flashing
What about when we want a user’s attention to focus on a specific element on the page without using cheesy graphics? Armed with the latest MooTools... more »
0 commentsSave Tags: css-html, javascript, web 2.0, web design
A CSS/JavaScript HORIZONTAL Accordion
A tutorial on turning Switch on the Code's great css/javascript accordion into a horizontal accordion.
0 commentsSave Tags: css-html, javascript, web design
6 Ways To Subliminally Tell Users "Don't Come Back"
There are many practices that I can’t believe are used on the internet. Here are a few ways to tell the user to never come back to your website.
0 commentsSave Tags: css-html, javascript, usability, web 2.0
The One Rule of DHTML Programming
How can so many smart people be so collectively bad at something as simple as Javascript on a web page?
2 commentsSave Tags: javascript, web 2.0
Discriminate Between JavaScript Object and ActionScript Object In AIR
JavaScript and ActionScript share a nearly identical syntax, object model, and even many object classes because both of them are based on the ECMA-262... more »
0 commentsSave Tags: flash-flex, javascript
Javascript Madness: Introduction
Ideally, we would be able to write single Javascript programs that would work on all browsers. In practice, this is only possible if you are willing... more »
0 commentsSave Tags: javascript, tools
John Resig: Google Doctype
There's been a lot of interest in yesterday's release of Google Doctype. The primary focus of the release is on documentation (specifically... more »
0 commentsSave Tags: javascript, opinion
Javascript String Performance: an Analysis
Recently I was writing a “tips and tricks” blog post that was going to focus on the idea that it is better to use an object as a “string buffer”; the... more »
0 commentsSave Tags: frameworks, javascript, tools
Processing.js
I've ported the Processing visualization language to JavaScript, using the Canvas element. I've been working on this project, off-and-on now, for the... more »
0 commentsSave Tags: frameworks, gui, javascript
Ajax Pioneer Week: John Resig of jQuery
John Resig got in front of the camera, and the projector, as he gives us his thoughts on the state, and future of Ajax.
0 commentsSave Tags: ajax, javascript, opinion
jQuery Examples - Horizontal Accordion
In this example, I have created an accordion effect that reveals a caption for each thumbnail. I’ve done similar navigations like this in flash, so I... more »
0 commentsSave Tags: ajax, javascript, web design
via