From the category archives:

JavaScript

SproutCore: Apple’s Flanking Move?

June 16, 2008

I wasn’t all that familiar with Sproutcore, Apple’s JavaScript framework prior to reading this article, but after thinking the arguments over, I think Apple has been flanking the other players in the application marketplace (both online and desktop) for a while. The article Cocoa for Windows + Flash Killer = SproutCore provides some very good [...]

2 comments Read the full article →

Debugging Safari

June 12, 2007

Check out this post by rakaz, which provides a quick walk-through on enabling the debug menu in Safari for Windows, which provides the ability to access JavaScript exceptions, show the JS console, enable a runaway JavaScript timer and turn off “Site-Specific Hacks”. This should make life a bit easier.

2 comments Read the full article →

Firebug Beta 1 Released

December 5, 2006

The beta of Firebug 1.0 has been released and comes with some amazingly useful features. For those unfamiliar with this Firefox extension, Firebug provides a wealth of tools for developers to debug, monitor or edit portions of a site. Portions of it overlap the Web Developer’s toolbar, and in several cases, Firebug surpasses it hands [...]

0 comments Read the full article →

Automatic pullquotes with JavaScript and CSS

September 21, 2006

Automatic pullquotes with JavaScript and CSS provides “a way to add pullquotes without having to duplicate text in the markup“.

0 comments Read the full article →

Mmmm Code Snippets

May 8, 2006

Code Snippets is an online resource, providing a central user-writable repository for chunks of reusable code. A stroll through the language-agnostic site provides a plethora of tasty bits and bytes from many programming languages and frameworks. Each snippet can be tagged and each tag can be followed via RSS. Users can comment on snippets as [...]

0 comments Read the full article →

FlashObject

March 27, 2006

FlashObject “is a small Javascript file used for embedding Macromedia Flash content. The script can detect the Flash plug-in in all major web browsers (on Mac and PC) and is designed to make embedding Flash movies as easy as possible.”

0 comments Read the full article →

Nifty Corners Cube

March 22, 2006

Nifty Corners Cube is an image-free way of building rounded corners!

0 comments Read the full article →

Docking boxes

March 19, 2006

Docking boxes (dbx) “adds animated drag ‘n’ drop, snap-to-grid, and show/hide-contents functionality to any group of elements. And … in what might be another world-first for brothercake – dbx is fully accessible to the keyboard as well as the mouse, an action I’ve dubbed “press ‘n’ move”.” This looks interesting, and may well join my [...]

0 comments Read the full article →

Animated Live Search

February 17, 2006

Animated Live Search is a great tutorial written by Steve Smith, which discusses how he has built his site-search. The cool thing is that the search presents its results immediately in a handy container within the current page instead of a new page. Tasty demo included.

0 comments Read the full article →

JavaScript Libraries and Patterns

February 17, 2006

Over at SitePoint, Kevin Yank discusses JavaScript Libraries and Patterns, running through packages offered up by Yahoo and others. While a bit short on details, it is a good overview and an ideal point form which to dive into the options.

0 comments Read the full article →