JavaScript Based Code Prettification

Tuesday, March 18, 2008 at 01:02 AM

As seen on Google Code’s new and improved source browser.

Announcing AJAX Libraries API: Speed up your Ajax apps with Google’s infrastructure

Tuesday, May 27, 2008 at 08:21 PM / ajaxian.com

Interesting. I've been using the jquery-1.2.3.js hosted on google code for a few months now. Maybe I should have read the TOS…

Google Doctype

Wednesday, May 14, 2008 at 04:37 PM / code.google.com

What Mark Pilgrim has been working on at Google for the past year or so: an encyclopedia of web development.

highlight.js

Friday, April 04, 2008 at 11:11 AM / softwaremaniacs.org

JavaScript based source highlighter with support for many languages in separate modules. Similar to the JavaScript Prettifier in that <pre><code> blocks are automatically detected and highlighted without an explicit language class.

What Is the Open Web and Why Is It Important?

Thursday, April 03, 2008 at 02:46 PM / codinginparadise.org

Brad Neuberg (Google Gears): “Our historical closeness to the web creates a kind of myopia, where we can’t see how amazing it is. It’s a billion Library of Alexandria’s dropped into our laps.”

Presentational JavaScript to adjust text line-height in proportion to text column width.

Thursday, March 13, 2008 at 03:35 PM / ollicle.com

“If you can’t control the text width the next best thing you can do to compensate for an overly wide text measure is to increase the leading.” — I never considered that but it makes sense.

jQuery evangelism

Monday, March 10, 2008 at 10:13 PM / rc3.org

I need to give jQuery a serious look. Prototype’s Ajax.Request stuff is crippled (no PUT or DELETE) to the point of being worthless; the jQuery selector magic looks a lot more intriguing than what you get with Prototype, too.

Javascript online massive social password cracking ?

Tuesday, March 04, 2008 at 05:03 AM / ardoino.com

Yes! Please. Make your friends on myspace work for you. Idle CPU is wasted CPU, dontchaknow.

Interview with Steve Yegge on Rhino on Rails

Tuesday, January 29, 2008 at 01:18 PM / almaer.com

Dion Almaer sits down with Yegge to talk about his JavaScript/Rails port. Nice one-on-one video, candid, and thick in technical detail.

The solution is quite clear: each browser tab should have its own thread, in which a separate instance of a JavaScript interpreter executes...

Monday, December 10, 2007 at 05:03 PM / pinderkent.blogsavy.com

I had assumed that was already happening today. I really have to dig into the mozilla codebase someday… Seems like it would be worth it to get a better feel for browser internals – even if you weren’t planning hacking on the browser.

Relevance: Silverlight, the DLR, and thee

Wednesday, May 16, 2007 at 09:42 AM / relevancellc.com

“The general thrust of this argument is that having a full-fledge rich-windowing experience in the browser is going to put a stop to all that amateurish mucking around with JavaScript and the DOM. … that’s hogwash.”

Does JavaFX Spell The End Of AJAX?

Tuesday, May 08, 2007 at 11:10 PM / internetnews.com

Is anyone actually falling for this crap? “‘The goal is to make it so people never have to see code’, said Gosling.” — Gag Me!

mjt

Friday, March 16, 2007 at 09:30 AM / mjtemplate.org

Browser-side JavaScript template engine with concepts borrowed from Kid. Used by Freebase to drive formatting around JSON. Looks interesting.

Multi-Select Lists vs. Checkboxes

Tuesday, February 13, 2007 at 07:41 AM / yourtotalsite.com

I'm real close to hating multi-select list boxes right now. Using an overflowed UL of checkboxes has some interesting pros (and cons).

The window.onload problem (still) [peter.michaux.ca]

Monday, February 05, 2007 at 03:29 PM / peter.michaux.ca

Nugget of wisdom: “… developing for the web is frequently about accepting small compromises to big philosophical ideals.”

Implement getElementsByClassName [bugzilla.mozilla.org]

Thursday, February 01, 2007 at 02:08 PM / bugzilla.mozilla.org

Awesome. Robert Sayre just checked in his document.getElementsByClassName implementation to mozilla trunk.

What's New in Prototype 1.5? [xml.com]

Thursday, January 25, 2007 at 07:36 AM / xml.com

Nice review of new features.

Prototype Javascript Framework

Sunday, January 21, 2007 at 03:25 AM / prototypejs.org

Documentation, finally!

Ajax Start Pages Suck [redmonk.com]

Wednesday, January 03, 2007 at 11:48 AM / redmonk.com

Anne isn’t pulling any punches :)

Programmer Hierarchy

Tuesday, December 26, 2006 at 01:44 PM / hermann-uwe.de

Ranks programmers by who they consider themselves superior to. Comedy.

Firebug 1.0 Beta Screencast

Friday, December 08, 2006 at 08:37 PM / soylentfoo.jnewland.com

Holy… This is big. Huge big.

gotAPI.com

Tuesday, October 10, 2006 at 03:31 PM / gotapi.com

The best attempt I've seen at splicing multiple API references together. This uses the external documentation but provides indexing and browsing features.

Getting started with extension development - MozillaZine Knowledge Base

Tuesday, February 28, 2006 at 07:54 PM / kb.mozillazine.org

dangerous waters…

Rails RJS Templates

Tuesday, February 28, 2006 at 08:50 AM / codyfauser.com

I'm starting to “get it” now… Makes a ton of sense.

FireBug

Sunday, January 22, 2006 at 04:52 PM / addons.mozilla.org

Firefox extension with some promising script debugging/spying features.

Bookmarklet Builder

Monday, October 10, 2005 at 10:39 PM / subsimple.com

Useful…

Javascript Event compatibility tables

Sunday, October 09, 2005 at 11:38 AM / quirksmode.org

Nice list of DOM events and the varying support of different browsers.

Core JavaScript 1.5 Reference

Wednesday, June 29, 2005 at 10:55 AM / developer-test.mozilla.org

Mozilla’s JavaScript Reference..

JavaScript Reference

Wednesday, April 27, 2005 at 08:20 AM / javascript-reference.info

Decent javascript reference. I really like the format but the cards are images so you can’t use your browser’s find to locate stuff…

Greasemonkey FUD

Thursday, April 14, 2005 at 08:56 AM / simon.incutio.com

Hi, we're Forrester Research, a division of Microsoft. — I really didn’t expect Firefox to get this much FUD thrown at it.

JavaScript: The World's Most Misunderstood Programming Language

Saturday, January 15, 2005 at 10:17 PM / crockford.com

So true.

XML/XSLT/CSS/JavaScript/ Treeview component..

Friday, September 10, 2004 at 03:29 PM / rollerjm.free.fr

..that rocks. Quite possible the only javascript treeview I'd ever consider using.

JavaScript Toolbox - Calendar Popup To Select Date

Wednesday, July 21, 2004 at 04:07 AM / mattkruse.com