This month in bookmarks: July 2008

Here are some of my best Delicious bookmarks from this July. Some especially good Javascript tidbits, and you’ll also notice some shell scripting goodness. Expect see it more often. I’m not trying to pick the most popular articles here, just the ones you might have missed.

Share your best link of July in the comments!

Shell

  • Working With History in Bash [TextMate Blog] - Allan Odgaard wrote a hugely useful tutorial to help us master bash history. I found this very useful and I’m sure you will, too.
  • Job scheduling with cron and at [IBM] - Automating repetitive tasks is obviously a huge productivity booster. Here is a good intro to scheduling tasks in Linux. You’ll want to stay tuned, though, as I’ll probably give you some better examples in an upcoming post ;)
  • Top 10 Command Line Tools [Lifehacker] - Some nifty tips here, especially in the comments. Please forgive the shameless plug as I did write 2 of the 10 articles mentioned, but hey I’m frickin’ proud of it, ok?

Mozilla

Firebug Logo

  • Firebug Lite 1.2 [Get Firebug] - Firebug Lite just got a lot cooler for IE, Opera, and Safari. You can use it to inspect HTML, CSS and JavaScript, keep track of your XHRs, and of course use the console. If you haven’t been using it then give it a try until Dragonfly/Drosera/etc. are done.
  • hyperstruct [MozLab] - I’ve been considering making some Firefox extensions for some time, and this suite of tools is exactly what will help. If you need some extra debugging power in Mozilla apps, you’re just an extension away now.
  • Firefox 3 features you may not know [Mozilla Links] - 8 really interesting features baked into Firefox 3 that I had no idea about. I love these little easter egg bits.

Productivity

Web Design

Script & Style

Javascript

  • DOM DocumentFragments [John Resig] - John yet again pulls out some arcane, forgotten Javascript feature and makes it useful. DocumentFragments dramatically decrease the time required to insert many DOM nodes into a document and are supported by IE6+ which means you can use it now!
  • What’s the Fastest Way to Code a Loop in JavaScript? [Gregory Reimer's Weblog] - An incredibly thorough set of tests for coding Javascript loop iteration for performance. I definitely learned a lot from all the examples given and now know the fastest way to iterate different collections etc. in different situations.
  • JavaScript Event Delegation is Easier than You Think [SitePoint] - I find that good knowledge of event handling is unfortunately rare in the web programmer world, since it is such a useful construct to know. SitePoint does a great job of introducing event bubbling and targeting here, something that you should give a read even if you think you have it down.
-Whoa this is one unique post!-

Responses (2)

  1. I’d like to let you know that I wrote “The Definitive Guide to Bash History” a while ago. It has some additional information to the information in textmate’s blog.

  2. @Peteris:

    That was one of the best posts I have read… ever. I included it in the April bookmarks: http://eriwen.com/bookmarks/bookmarks-april-2008/ and anyone who reads this must read it!

    Thank you!

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>