Become JavaScript expert in 10 hours

with hands-on step-by-step tutorials built into JavaScript Editor.

 

Tip: in most cases it is easy to add JavaScript to content-managed systems.

For example, at Blackjack Tips Pro, JavaScript is used to customize a Wordpress theme.

 

Quick preview: to see what JavaScript Editor can do for you, click here (animated Flash, 700KB).

 

Additional components
 
Download
additional spell-check dictionaries and components to extend the functionality of JavaScript Editor.

Read related daily news:

DHTML News
AJAX News
PHP News

 

 

 

 

 

JavaScript News: stay one step ahead with the very best and latest in JavaScript
from around the world

[ Stay informed: click here to bookmark this page ]

Feature article:

How to read and write files in JavaScript

Are you looking for the ways to access the file system using JavaScript? Read this article to find out how...


 

Design stunning web pages and applications
quickly and effortlessly

with JavaScript Editor

 

Edd Dumbill's Weblog: Behind the Times
Thoughts and comment from Edd Dumbill, technology writer and free software hacker.

by Edd Dumbill
48 days ago
Making the Description of a Project schema richer!
by Edd Dumbill
79 days ago
At RailsConf 2009, I'll be presenting a three hour tutorial on the configuration management system, Chef.
by Edd Dumbill
86 days ago
Celebrating the successful use of Expectnation at Web 2.0 Expo
by Edd Dumbill
223 days ago
I'm pleased to announce the release of Learning Rails, and its companion web site, Excursions on Rails
by Edd Dumbill
361 days ago
The current gatekeepers of the web and tech industry are publications such as TechCrunch and TechMeme. I barely ever read these, and here's why.
by Edd Dumbill
364 days ago
Identi.ca's a new microblogging service. It rocks, and here's why
by Edd Dumbill
366 days ago
We've switched on personal schedule sharing on the OSCON web site.
by Edd Dumbill
371 days ago
Read on to see what I want to see, and get 15% off OSCON registration
by Edd Dumbill
373 days ago
Alas, a bit disappointed to pick up on the continuation of the bogus microformats vs RDF holy war
by Edd Dumbill
374 days ago
I want to use existing Bonjour-aware tools among an ad-hoc group of people
 
The JavaScript Weblog
The JavaScript Weblog
The JavaScript Weblog

by Brad Hill
1053 days ago
This postscript is to thank the wonderful Amber Rhea and Russell Heimlich for their work here. The good news is that they are both remaining in the Weblogs, Inc. family. You can find Russ at DV Guru, and Amber at Download Squad. This blog will remain archived for reference and searching. Thanks to everyone who visited here!Permalink | Email this  />


by Amber Rhea
1056 days ago
Well, folks, today officially marks the final day of The Javascript Weblog. I've had a lot of fun blogging here for the past 7 months, and hopefully my posts have been helpful and informative to you as well.

If you are so heartbroken at the thought of this blog going dark because you just can't get enough of Amber Rhea, worry not! You can find me at the Georgia Podcast Network, where I pontificate about a variety of topics; and my personal blog, Being Amber Rhea. And you might just catch me somewhere else 'round the Weblogs, Inc. network, as well.

I'll leave you with links to some of my favorite Javascript/webdev information sites: Vitamin A List Apart Ajaxian Thanks, y'all.Permalink | Email this  />


by Amber Rhea
1057 days ago
Here's another cool and useful thing you can do with Ajax: serve rotating ads. Instead of settling for a static ad on a page a user might not refresh for minutes or even hours, you can set the ads to rotate at a predetermined interval. The concept and implementation are so simple, it's a wonder this hasn't taken off more. Just put the ad inside an iframe and refresh its contents on every XHR call. (Caveat: if you're using a Strict doctype, your page won't validate, since iframes aren't valid in Strict. Perhaps there's a way to achieve the same thing using the object element?)R this  />


by Russell Heimlich
1058 days ago
Thickbox 2.0 is the ultimate lightbox spin off. Besides supporting multiple images, with Thickbox 2.0 you can display inline content, iframed content, or content served through AJAX with a hybrid modal. Check out the examples and learn how to add it to your site. Very slick! I wish this was out 4 months ago.Read&n this  />


by Amber Rhea
1059 days ago
James at Brothercake brings us Docking Boxes (dbx) - drag-and-drop, snap-to-grid boxes with show/hide functionality. (All the functionality is fully accessible via keyboard, as well.) When I first saw this, I thought, "Cool!" - but I couldn't think of any practical uses for it.

However, the more I thought about it, I realized Docking Boxes could actually serve a practical purpose all across the Internet. There are tons of sites that offer customizable profile pages, including the option to show or hide various pieces of content (Yahoo and Frappr are two that immediately come to mind). Currently, customizing your Yahoo profile is kind of a pain; it takes forever and the interface is clunky. But what if you could simply drag and drop content boxes to wherever you want them on the page? Hell, if Docking Boxes really took off, even MySpace might start to suck a little less!Read& this  />


by Russell Heimlich
1061 days ago
When you think of Javascript, you generally think of the web. But Javascript is used in many different places other than cyberspace. So if you are curious about trying out Javascript in a new environment, check out these guides.

Apple / Yahoo widgets both utilize (X)HTML and Javascript for creating simple mini-applications that users can access on their desktop. Both fun and functional.
Developing Apple Widgets
Yahoo Widget Workshop
Sony's popular video editing program, Vegas, has had scripting support since version 4.0. Using a Javascript syntax, developers can add their own functionality to the program to do several repetitive tasks with the click of a button, for example.
Sony's Scripting SDK
Excellent user FAQ
Adobe has a host of applications that incorporate scripting support.
After Effects 6.5 Scripting Guide (PDF)
InDesign Photoshop
Acrobat
Illustrator
Flash
Know of any other applications that use Javascript and have good guides for getting started? Post them in the comments.Permalink | Email this  />


by Amber Rhea
1063 days ago
MyStickies is a burgeoning service-cum-Firefox extension that allows you to place virtual sticky notes all over the web via - you guessed it - Ajax. Its creators describe it as "bookmarks on steroids." For it to work, you have to sign up for a MyStickies account and install a Firefox extension. That's how the magic happens.

And MyStickies isn't alone in its incorporation of extensions. The phenomenon has led Dietrich Kappe to propose the term Bejax - "Browser Extensions and Ajax." He wonders whether combining the power of Ajax with the ease-of-use of browser extensions could be the future of web apps.

What do you think?Read this  />


by Russell Heimlich
1065 days ago
Sean Patrick Kane tested the Javascript performance of the three popular browsers on the Windows side to see how they stack up against one another. You can run his test for yourself with the click of a button. The results are interesting. The slowest was Firefox, most likely due to the many extensions Sean claims his love for. The winner of this informal test was almost 3 times faster than the rest of the pack. You'll have to read the article yourself to find out who it is...


P.S. Post your scores in the comments section. My results looked like this after one run ...

Firefox - 4922 ms
IE - 3642 ms
Firefox (Safe Mode) - 3438 ms
Opera - 1188 msRead&nbs this  />


by Amber Rhea
1066 days ago
Storm has created a wonderfully simple Ajax chat module which can function either as a live chat interface or a "graffiti board." There is a demo available for your chatting pleasure.

In the blog post that accompanies the module, Storm poses the question of whether Ajax applications can truly be "push" applications. It seems to me that Google's GTalk is an embodiment of an answer in the affirmative. However, since I'm not familiar with all the intricacies of GTalk, I'll invite readers to discuss the issue in the comments section. (Sadly, I can't embed the Ajax chat module right here in the blog post.)Read this  />


by Russell Heimlich
1066 days ago
Will Jessup created an interesting rotate script using jQuery. To put the script to good use, he made a solar system model. The script is very responsive to the movement of your mouse and you can look at the planets orbiting the sun from any angle. Here is a link directly to the source code and to see the model in action, click the read link below.Read this  />


by Amber Rhea
1067 days ago
Michael Mahemoff at Ajaxian addresses the issue of native XMLHttpRequest support in IE 7. The IE 7 team has repeatedly stated, with relative fanfare, that the new browser will include native XMLHttpRequest. But, as Michael points out, the question remains: just how native is this native XMLHttpRequest?

Two points worth mentioning are 1) xhr.prototype fails and 2) IE has an option to disable native XHR. So, when native XMLHttpRequest support in IE is being touted, remember to take it with the appropriate serving of saltRead&n this  />


by Russell Heimlich
1070 days ago
Amy Hoy from Slash7.com gave a 3 hour tutorial on Javascript at O'Reilly OSCON 2006. Because she is such a nice person, Amy has released her 3-meg PDF and source code used in her presentation. These are excellent resources to keep handy when you need to look up a method or object. This is no skimpy wimpy PDF; it's 108 pages! Give it a quick read through because it is rather entertaining (well to me anyways). Read  this  />


by Russell Heimlich
1073 days ago
Using Javascript to utilize the scroll wheel a la Google maps is the new "cool guy" thing. I found a site that walks you through the necessary code so you can add it to your next project. What you can use it for besides scrolling in and out is beyond me. Remember, not everyone has a scroll wheel mouse, so use with caution. If you have any great uses for something like this leave a comment. I'm curious as to what other people are imagining. this  />


by Russell Heimlich
1080 days ago
Google has been into office products lately with Google Spreadsheet recently launched and Writely soon to be too. But Google forgot the coolest office app of all -- MS Paint. Now, thanks to a clever Javascripter, a parody is released for our consumption. Mind you this is not an official Google product, but it sure should be. The classic MS Paint interface and functionality have been captured beautifully. Most tools don't work and pop up a confirm box stating "unimplemented. But the tools that do work are a perfect emulation. If only the spray paint can was working... this  />


by Russell Heimlich
1080 days ago
Link Thumbnail is a nifty script that will display a thumbnail of a link they're hovering over. The code is freely available for anyone to use thanks to a creative commons license and an example page can be found here.
Supported browsers include IE 6.0+, Firefox 1.5+, Safari 2.0, and Opera 8.51. Enjoy!Read this  />


ILoveJackDaniels.com has moved to AddedBytes.com!
ILoveJackDaniels.com has moved to AddedBytes.com!

by dave@addedbytes.com
-7 hours ago
The site formerly hosted at ILoveJackDaniels.com has, at the request of the Jack Daniel's trademark team, been moved to the new domain AddedBytes.com. Please update your feeds!

...

Find out how to make incredible, interactive and stunning web pages with JavaScript Editor