Latest in Code.

Scott
11 Jan 12 Scott
No comments »
Why I’m excited about JavaScript and Node.js
I’m really excited about the web. For the first time, I am seeing it as a medium to deliver applications that rival native user experience and take advantage of the web’s distributed nature. With browsers becoming increasingly capable, applications can now be built entirely with JavaScript and run...
More

Scott
2 May 11 Scott
7 comments »
Git deployment with Dandelion
Git is the bee's knees when it comes to version control and definitely my DCVS of choice. It's an indispensable tool for collaborating with other developers and has become such an integral part of my development workflow that I cannot imagine working nearly as effectively without it. When it comes time...
More

Kai
26 Apr 11 Kai
In:  CodeResourcesSoftware
No comments »
Aptana 3 is launched!
My IDE of choice, Aptana, has just moved its latest build, Aptana Studio 3, out of beta into full production. I like it for it's highly customizable interface and real-time error checking in CSS, PHP, and JS. I understand it has some awesome Ruby-ness to it as well, but I haven't explored that realm...
More

Christopher
20 Apr 11 Christopher
No comments »
How to create an Evernote webclipper bookmarklet for your iPhone or iPad
So you just got Evernote on your iDevice and you're trying to figure out how to make a webclipping like you can do in Safari / Firefox / Chrome on your desktop computer. The short and unfortunate answer is there's really no way for iOS developers to extend the functionality of the mobile Safari app to...
More

Kai
23 Nov 10 Kai
In:  CodeResources
No comments »
Quick Wordpress Custom Admin
Though it's well documented and discussed, I thought I'd put my hat in the ring for quick and easy Wordpress admin customization. First, let's add your favicon and a custom css file to your admin views. Add this in your functions.php theme file: function extra_admin_css() {     echo...
More