-
Recent Posts
Tags
app engines attributes cgi database DBI Debian frameworks full screen terminal GWT hacks hardware hobbit howto html inheritance javascript jQuery libraries Linux mac oracle OSX parallels Perl photoshop pixels PostgreSQL programming qa regression testing screen size Software Development style template toolkit term Theory translation type cast User Interface virtual machine virtual machines visual studio vmware web design web programming
Tag Archives: howto
Web Applications on a Mac: Using The CGI Module
CGI is a Perl module that makes common tasks in web apps easier. To be frank, I have usually used it in conjunction with CGI::Application, but it is useful to know how to access it directly. My mac already had the CGI module installed. I verified this by typing the following commands: perl use CGI; [...]
The Default Behavior of the ‘tab’ Key in OSX
I spent a year doing a lot of manual QA of a large web app. In that time I learned some survival strategies for data entry on web pages. God bless the tab key. Unfortunately the tab key does not work properly under os x and browsers. You should be able to tab to any [...]
.cvsignore
At work, we operate on an open floor plan system, where developers work shoulder to shoulder, and each and every conversation is shared by each and every developer on the team. This is GREAT for engendering a sense of collaboration and communal creativity, but terrible SOMETIMES for getting work done. Enter the Bose noise canceling [...]
Including CSS and JavaScript in WordPress Posts Using ‘Custom Fields’