Archive for category JavaScript
Advanced docking using jQuery
Posted by John in JavaScript, Programming on June 8th, 2009
Some time ago I was doing some proof of concept: how Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality. This tutorial will show you the results of PoC. via Advanced docking using jQuery. I wouldn't mind using something like this on ...
jQuery Highlight Plugin | bartaz @ GitHub
Posted by John in JavaScript, Programming on June 8th, 2009
Add-on for an add-on: FireScope
Posted by John in CSS, HTML, JavaScript, Programming on January 28th, 2009
What's the world coming to when we've got add-ons for add-ons in Firefox? This extension comes shortly after the announcement that Sitepoint have put up their JavaScript Reference. The new extension pulls in information from their reference, at the moment it only works for the HTML and CSS reference, but once the JavaScript reference is more complete ...
jQuery 1.3.1 Released
Posted by John in JavaScript, Programming on January 22nd, 2009
Only a very short time after the initial 1.3.0 release of jQuery - we're seeing 1.3.1 released to fix a few bugs present in the previous version. With the 1.3.x releases, the jQuery developers have also decided to stop providing a "packed" version of the script, the reasons cited being performance and compatibility reasons. The minified ...
24-bit PNG support AND rounded corners.
Posted by John in JavaScript, Programming on January 6th, 2009
arguments: A JavaScript Oddity
Posted by John in JavaScript, Programming on November 12th, 2008
arguments is the name of a local, array-like object available inside every function. It’s quirky, often ignored, but the source of much programming wizardry; all the major JavaScript libraries tap into the power of the arguments object. It’s something every JavaScript programmer should become familiar with. Inside any function you can access it through the variable: ...
JavaScript Will Save Us All
Posted by John in CSS, HTML, JavaScript, Programming on October 23rd, 2008
A while back, I woke up one morning thinking, John Resig’s got some great CSS3 support in jQuery but it’s all forced into JS statements. I should ask him if he could set things up like Dean Edwards‘ IE7 script so that the JS scans the author’s CSS, finds the advanced selectors, does any necessary ...
Techy Treasures #1: Feelin’ Empty
Posted by John in JavaScript, Programming on October 17th, 2008
Techy Treasures is a new, regular feature where we’ll be publishing tips, tricks and code snippets for web developers. These are not blue-sky bubbles, they’re solid, proven ideas that you can use in the wild with confidence. SitePoint Blogs » Techy Treasures #1: Feelin’ Empty. I know I'll be adding stuff from here to my code library!
Recent Comments