Filtering User Input/Output in Zend Framework
There are two areas where user input should be filtered: on display and on storage. Luckily, Zend Framework provides tools for this…
There are two areas where user input should be filtered: on display and on storage. Luckily, Zend Framework provides tools for this…
So, since I want to save some keystrokes, I rarely will go back to the Front Controller and Bootstrap to get resources. I also like to store them in the registry in a fashion that I see fit.
Goal: Clever named site that shows local establishments close to your location. Was based on Google Ip location services. The thought was just for people to think ‘whats close to me’ and type that up.
One of the things I learned while working at “The Triangle” was the “joy” of auditing. From their point of view, auditing was extreme. Think journaling and you have a pretty good idea. Now, when we talk about auditing, make sure to understand this is referring to change tracking and not vulnerability or fault detection.
Really enjoyed my time at WordCamp Milwaukee 2012. Got to meet a lot of great people. I did a presentation on Secure Wordpress Coding. Feel free to download the slides.
There are two types of resumes out there: employed resumes vs unemployed resumes. Or that is to say bragging resumes vs qualifications resumes. There is a time and place for both… and mixing them up may not be in your best interest.
There are a number of performance arguments about combining assets to reduce HTTP requests and speed up your site. I agree! However, I do have to say that there is such a thing as overkill - to the detriment of speed and security…
I was looking at mock objects in PHPUnit the other day and started to get confused. When I asked for a Mock
object, the entire object was a mock. In all actuality, it wasn’t so much a Mock of the object but a complete shell of it.
I’ve been making a push to have more of my projects multi-lingual. However, one thing I kept forgetting about was those super-rare error messages that have to come from the Controller. For the most part, all of your errors should be handled by your validators in your forms. However, from time to time, there needs to be an error handled in your controller.
Goal: to create a bachelor cookbook and sell it to other bachelors online. The price of the cookbook was to be very cheap so that it wasn’t too much of a risk. The book itself was supposed to be picture rich and very verbose. It showed how to accomplish tasks that other books assumed a person knew.