Category Archives: Development

Awesome Front-End Development Tools

Some of my favorite front-end development resources (aside from Firebug, and the jQuery library!) Continue reading

Migrating Dreamweaver Snippets

While there may be export plugins our there, if you are just wanting to migrate custom snippets between computers (or from one version to another if they’re compatible enough), just copy over the custom snippets folder. Continue reading

Remove Safari Toolbar on iPhone

Use this code if you want your web app to feel more like a native app. Thanks to Sitepoint for this one. Continue reading

Windows XP Mode for Testing IE6 on Windows 7 Machine

When I was researching ways to run IE6 for browser testing purposes on my Windows 7 machine I came across XP Mode.

I never thought I’d say this, but “Thanks Microsoft for this helpful development tool.” Continue reading

Github Repository Creation For Dummies

If you’re like me, an interface designer/developer, not a hardcore back-end developer, and you do what you can to avoid the terminal, github can be daunting, especially during the setup process of creating a repository. The GUI interfaces for github … Continue reading