August 2009
Installing Tomcat + BlazeDs on Ubuntu
boz — Sun, 08/30/2009 - 15:47
1. Install tomcat6 via synaptic.
sudo apt-get tomcat6 tomcat6-admin
There may be some tweaks that you need to do after install. I didn't need to change anything, but you can find help from the ubuntu help page for tomcat.
Eclipse Galileo + Aptana + PDT + Flex Builder + Bazaar
boz — Fri, 08/28/2009 - 10:33
My development environment varies based on the project that I'm working with. For my latest project I'm creating a Flex media player and though I started using Gedit, I've moved to Eclipse + Flex Builder so as to take advantage of Flex's Builders code completion feature. Other features that I needed for this project were support for FTP, Bazaar, PHP, and JQuery. Here are the steps I took to build the IDE for this project.
Development Task Management with Tasque
boz — Tue, 08/11/2009 - 14:04
Whenever I start to get overwhelmed with development tasks it is best for me to make a list so that I can see what needs done. From there I can prioritize and execute. On my current project I've been using Tasque for simple development task management. I've found it helpful to prefix my tasks with the language it pertains to. Tasque sorts tasks alphabetically so it naturally groups tasks of the same sort. Happy developing!


