I recently blogged about the virtues of Node.js and my personal desire to use JavaScript on the server. Well, I decided to start putting the pieces together. First of all, every good web framework needs a template system. I found JSON Template, a simple enough template system written in JavaScript and intended for client-side HTML [...]
delicious robots blog
web
Best Buy Sucks -or- How I Learned to Stop Worrying and Love the Squad
I found a decently powered, inexpensive laptop on Best Buy’s web page. The customer reviews seem legit, and mostly positive for the model I found. Then I went to the closest location to purchase one off the shelf. I found the model I wanted, double checked the stats and waived down a sales associate informing [...]
OMG, the interwebs have all the speed. Thx COMCAST.
I moved from point A to point B, wherein my DSL through Qwest was downgraded from 7 Mbit download to 1.5 Mbit download due to my location and the vagaries of DSL. That connection has proved to be about enough to watch a single Hulu stream, standard def. I just upgraded to COMCAST’s entry level [...]
Web / PHP Dev Tools
I currently work for a small software development company that primarily does web development for a traditional LAMP stack where the P stands for PHP. The reason that we primarily work with this stack is because it is a common denominator among web hosting. Customers like it because they can deploy it anywhere, even cheap [...]
Simple web project file management.
I have noticed when working on my own projects outside of work I tend to put files haphazardly in various folder in my home directory. Now that I am starting to work on web related projects, I needed to come up with a sane system for file management. This is an outline of how I [...]