Load jQuery in a Firebug session. When debugging or poking around in sites where jQuery is not already used, I had been pasting the following code into the multi-line FireBug console and hitting Run. This makes jQuery available for debugging, etc. j=document.createElement("SCRIPT"); j.src="http://code.jquery.com/jquery-latest.pack.js"; document.getElementsByTagName("HEAD")[0].appendChild(j); If you use Firebug, this is a handy way to make [...]
Entries Tagged as 'Javascript'
jQuery For Firebug
March 5th, 2008 · 6 Comments
Tags: Javascript · Programming
Show Password Fields
November 21st, 2007 · 7 Comments
A simple Javascript bookmarklet shows password field values. In form fields where a password is entered, it is usually obscured by asterisks or bullets to prevent someone from seeing what you type. This is a great feature but where a long password is being typed or a remembered password is filled in by the browser, [...]
Tags: Javascript · Programming · Security
jQuery 1.2
October 4th, 2007 · 1 Comment
Major Updates To jQuery John Resig and the jQuery team have been busy releasing jQuery 1.2 and a bugfix version 1.2.1. jQuery Version 1.2 Version 1.2 is a major update to the popular Javascript library. Many new features were added and a few were removed, so updating existing code may be required to use the [...]
Tags: Javascript
jQuery 1.1.4 Released
August 25th, 2007 · No Comments
John Resig and the jQuery team have released jQuery 1.1.4. This release addresses bugs, improves performance, adds some functionality, and deprecates some functionality in anticipation of changes upcoming in jQuery version 1.2. Both standard and packed .js files are available at code.jquery.com. jQuery Bugfixes This latest release addresses 53 problem tickets (including those fixed in [...]
Tags: Javascript
jQuery Makes Ajax Easy, Part 1
August 3rd, 2007 · 20 Comments
jQuery Ajax jQuery, John Resig’s Javascript library, makes Ajax easy for beginners and professionals alike. This article dives into using the various jQuery Ajax methods. Ajax Basics Asynchronous JavaScript and XML, or Ajax, has become a catch-all term for client-initiated communications with a server. Specifically, Ajax usually refers to requests sent from a web browser [...]
Tags: Javascript · Programming
jQuery Introduction
July 5th, 2007 · 8 Comments
Javascript Frameworks Abound Do we really need another Javascript framework? There’s the Dojo Toolkit. It’s mature and includes the kitchen sink. Then there’s Prototype. It’s wildly popular and several popular UI layers are built on top of it, including script.aculo.us, Rico, and others. Of course, you can’t leave out mootools. It’s UI library, moo.fx, can [...]
Tags: Javascript · Programming
Ajax Tutorials
May 4th, 2006 · No Comments
Another top-tutorial list. Top 20 Ajax Tutorials. Via digg.
Tags: Javascript · Programming
Google Maps for WordPress – GooMaps
August 16th, 2005 · 65 Comments
Google Maps Update (8 Mar 2009): Updated again to fix the constants broken by a change made by Google. Thanks to brian, who left a comment asking about the maps not working. Update (30 Jan 2007): Updated again to make a link in the popup actually open a new window. Did this by embedding a [...]
Tags: Javascript · Mapping · Programming
Creating a Drag and Drop Schedule For Your Web Application
August 9th, 2005 · 9 Comments
If you are creating a web application and you need to have the ability to schedule resources (people, machines, Precious Moments figurines, etc) it can sometimes be a cumbersome task. With this drag and drop schedule you won’t have to worry about the end user making typos in an html form and causing more trouble [...]
Tags: Javascript · Programming · Tips · Web design
del.icio.us Javascript Linkrolls
August 5th, 2005 · 3 Comments
del.icio.us now provides linkrolls via javascript. All you have to do to use it is copy the following script to your editor (it’s all one line, so remove any line breaks): <script type=”text/javascript”src=”http://del.icio.us/feeds/js/techrageo.us/tech?tags;extended;count=14;title=my%20del.icio.us;bullet=%C2%BB;icon;sort=alpha”></script> Then adjust the querystring to your needs as follows Modify “techrageo.us” to whoever’s del.icio.us links you want to monitor Modify “tech” to [...]
Tags: Javascript · Programming · Tips · Web design
