Category Archives: How To

Geek Quiz – Which one is faster?

OR   !! SPOILER !! If you run these two functions with an array of values ranging from 1-1000 ten times and take the average execution time here are the results: Average Steve Time: 0.0060594081878662 seconds Average Ben Time: 0.033687472343445 … Continue reading

Posted in How To, Technical | Leave a comment

YUI 2.7.0 Datatable Nested HTML Table Bug

For all you javascript hackers out there, I ran into a pretty good gotcha while laying out a web application interface today. If you are using an HTML table element to do any layout (I know who does that really?), … Continue reading

Posted in How To, Technical | Leave a comment

Debugging Symfony with Zend Studio

I must confess, Zend Studio 5.5 (haven’t upgraded to Zend Studio for Eclipse yet) is a fantastic tool.  I do all my php development in this environment, and the benefits are huge. While I have been using the debugger triggered … Continue reading

Posted in How To, Technical | Tagged , , | Leave a comment