While searching for employment, I realize I can’t be super picky - but my household does have needs! Because of this, I’ve developed a quick calculator / bookmarklet for the browser that I thought I’d share. It allows you to enter a yearly or hourly amount, and it shows the corresponding amounts. This tells you if that salary posting fits within your needs. (more…)
All entries of my technical and business blog.
PHP Bitwise User Authorization
After looking at the Windows model for controlling file access, I realized I could also do that for user authorization control. (more…)
Eclipse PDT: Integrating Apache Bench for load testing
When I use an IDE, I expect for it to do everything I need for my project, from start to finish. As you may have read in earlier entries, I enjoy using Eclipse PDT. I think its time to include load testing into my arsenal of tools inside of eclipse. I’m going to focus on apache’s AB for this article. (more…)
HTML 5 and Me - Draft 10 thoughts
I thought I’d ramble on a bit about my thoughts on the HTML5 differences from HTML4 draft from working draft 10 in June 2008. You can find it - or the newest one - here: html5 diff. (more…)
Dialing Phone Numbers from a Webpage
I’ve recently been investigating making some better mobile accessible pages for some of my projects. I’ve seen pages that allow you to dial a phone number directly from the webpage - so I thought I’d investigate… (more…)
PHP.ini creator
While listening to someone complain through twitter about their MySQL conf file, I came up with a cool idea: what if I created a PHP.ini creator that would suggest changes to your php.ini file as well as generate an updated version? (more…)
PHP and the UUID
I’ve been thinking more and more about having unique ID’s - especially with working with larger datasets - and I thought it was high time that I investigated the UUID. (more…)
Is PHP's __call() used when no __construct is present?
Simple enough question. Lets check out some test code: (more…)
Localized dates in php
Date formats - How time makes pretty (more…)
Eclipse PDT - Include Paths
When troubleshooting a different problem the other day, I re-entered the world of eclipse include paths. For those of you who are not familiar, the eclipse include path is located as the last option of a eclipse PDT PHP project. (more…)