Grid for aligning HTML elements

When it comes to layout markup and CSS I use FireBug and the Webdeveloper Toolbar for FireFox constantly. With HTML block alignment a useful tool is the ruler under the Miscellaneous tab in the Webdev Toolbar. The problem with it is this, every page refresh you need to add it back. This is a pain … Continued

BenchMark Limbo with ORMs

So the story goes like this…. I have been building a business model and planning out a SaaS application for a future company I am building. In the process I have been looking at frameworks, ORMs, DBALs, etc… to speed up the build process. At the same time I have had some concerns. Memory usage … Continued