Archive

Archive for the ‘Tools, Utilities, Infrastructure’ Category

Cool JavaScript Resources

January 5th, 2010

Most people use JQuery extensively… I’ve been using Dojo.

 

> Very Cool JSFiddle – in browser test bed for Java / HTML / CSS (Nice Find Erick)

The best news about this site is that you can share it, save it, version it.  http://jsfiddle.net

 

> Redesigned Dojo API documentation

http://redesign.dojotoolkit.org/

 

> Building iPhone Apps with HTML, CSS, and JavaScript  (BOOK OnLine)

http://building-iphone-apps.labs.oreilly.com/

 

> This is a THEME tester but a great showcase of DIJIT widgets

http://sitepen.com/~canderson/aristojo/140/dijit/themes/themeTester.html

 

>For the love of god do this! { turn off caching in your browser } [ trust me ]

All browsers are different, but if you are a MAN you’re using firefox :-)

Type about:config in the address bar. This will take you to a page with a datagrid and a bunch of configuration settings for Firefox. Set browser.cache.disk.enable and browser.cache.memory.enable both to false.

alan.huffman Tools, Utilities, Infrastructure , , ,

Rebuilding Your System : Alan’s Must Haves

January 5th, 2010

I just started a new job at Vanguard Health and had to setup my development environment. Here’s what I rely on:

 

#1 Most Useful: Hanselman’s Lists:
#2 Swap my keys around:
#3 Install all browsers:
  • Chrome
  • IE 8
  • FireFox (w/ firebugs – of course)
#4 Control Multiple Monitors using 1 keyboard  (nice find Erick)

alan.huffman Tools, Utilities, Infrastructure , ,