-
Recent Posts
Ubuntu Countdown
Archives
Recent Comments
Categories
Tags
ajax apache api bandwidth bash browsers bug config custom fields data validation Developing with Netsuite Doctrine embed error firefox forms google google analytics html HTML 5 JavaScript jQuery linux netbeans netsuite Netsuite Bugs Netsuite Errors Netsuite Sucks network override PHP PHP Framework php toolkit plugin routing sample code script search security Symfony task Ubuntu web browsers xml YML
Monthly Archives: November 2011
Firefox adds www problem
Firefox for Windows has an annoying “feature” where it tacks on www to the beginning of websites. For example, if you type in ozonesolutions.com, it will turn it into www.ozonesolutions.com. Naturally, if you are trying to access local webservices, this … Continue reading
What is a Framework?
What is a Framework? Why should I use one? Which one should I choose? Often new programmers will ask such questions. Frameworks have become important enough in software development that ignoring them would be unwise, so in this post I … Continue reading
Symfony Framework for PHP
Our Company has been in the process of evaluating the Symfony Framework for PHP. We have written several projects using the framework some small and some larger. In this post I intend to layout some of pluses and drawbacks of … Continue reading
PHP Editor
As a programmer I have used many different PHP editors over the years. Some have been great experiences while others not so much. In this post I would like to highlight two that I think cover most tasks and needs: … Continue reading
Clearing Symfony Cache for a Single Page
Symfony cache is a useful part of the Symfony Framework. It allows you to cache pages, partials, and other sections of pages so that the page is only generated when necessary. However, if you make heavy use of it, you … Continue reading
Doctrine Wherein with Empty Array
Today I was working with some doctrine code and was running into a strange bug. I was running a query that should have returned no objects, but instead returned all objects from a table. It turns out it was due … Continue reading
