Archive for category JavaScript

Advanced docking using jQuery

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 ...

DiggTwitterSlashdotFacebookShare

, ,

No Comments

jQuery Highlight Plugin | bartaz @ GitHub

It will probably not be a big surprise that jQuery Highlight plugin can be used to highlight pieces of text on a page. It's based on great Highlight plugin by Johann Burkard. To be honest most of the credit should go to him, as all I did was a little refactoring and customisation (so blame ...

DiggTwitterSlashdotFacebookShare

, ,

No Comments

Add-on for an add-on: FireScope

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 ...

DiggTwitterSlashdotFacebookShare

, , , ,

No Comments

jQuery 1.3.1 Released

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 ...

DiggTwitterSlashdotFacebookShare

,

No Comments

24-bit PNG support AND rounded corners.

24-bit PNG Support For all of us that have to deal with the massive pain that is Internet Explorer 6 - there is now finally a way to get 24-bit Alpha-Transparent PNGs to work in IE6. And all it takes is a few lines of code, ideally you'd insert these in between some conditional comments. ...

DiggTwitterSlashdotFacebookShare

No Comments

arguments: A JavaScript Oddity

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: ...

DiggTwitterSlashdotFacebookShare

,

No Comments

JavaScript Will Save Us All

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 ...

DiggTwitterSlashdotFacebookShare

, , , , , ,

1 Comment

Techy Treasures #1: Feelin’ Empty

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!

DiggTwitterSlashdotFacebookShare

, ,

No Comments