PHP
New PHP content
Submitted by cyberlot on Mon, 09/08/2008 - 14:43This blog has pretty much become a place for my personal posts and all new coding related content can be found at http://www.phpjack.com.
There you will find a few new posts related to Drupal, XDebug and benchmarking that I hope you find interesting.
Zendcon 2008 coming up
Submitted by cyberlot on Wed, 08/27/2008 - 08:51This will be my third Zendcon and I can't wait to go, Always a lot of interesting talks and people.
Working at Mashery
Submitted by cyberlot on Sun, 06/08/2008 - 08:01Started work at Mashery last week and although I have only been there a couple days but I have to say its the most exciting company I have worked with in a long time.
No spending weeks getting familiar with things, there system is built on top of the solar framework which I have played around with so I was able to jump right into the middle of it and get some things done my first few days there which really feels great.
I hope that I can continue this trend and help them push bug fixes and features out the door on a consistent basis.
PHPJack is Hiring
Submitted by cyberlot on Sun, 04/27/2008 - 21:41For those few that do check my blog out from time to time, I am looking for a couple of PHP web developers in the Seattle (office in renton highlands) area to help with a couple projects.
All the standard crap, you know familiar with PHP, MySQL, HTML, CSS, blah blah blah you have seen it before.
I am open to any applicants including any students looking to build up some industry exp and need a summer job.
Email a resume and some links to any work you have done to richard [at] phpjack.com
PHPJack is Born
Submitted by cyberlot on Sun, 04/27/2008 - 00:14As I mentioned in the prior post I am pretty much a "Jack of all Trades" when it comes to website development. I have done it all from the ground up, hardware, os, apache/mail/mysql, and finally php programming so when I decided to give consulting full time another shot (last time I got hired on full time and dropped the consulting) the name "PHPJack" seemed extremely fitting.
Heading to Canada
Submitted by cyberlot on Thu, 02/14/2008 - 07:23Going to the PHP Quebec Conference next month, should be interesting.
PHP CLA PDO
Submitted by cyberlot on Thu, 01/24/2008 - 16:22What do these 3, 3 letter words mean?
One big mess in the PHP community!!
The problem is the people against the CLA are thinking with emotion and not rational thought. The main argument? CLA's are worthless and hold no legal ground....
You know what I say to that? WHO CARES!!! If a stupid signed piece of paper gets the developers from major databases providing more direct assistance, support and debugging for PHP database drivers then it doesn't matter if the piece of paper is legal or not.
Performance of Zend_Loader
Submitted by cyberlot on Sun, 12/23/2007 - 08:46I posted a comment on http://blog.digitalstruct.com/2007/12/23/zend-framework-performance-zend... but wanted to go into a little more depth.
When you use Zend_Loader your files are wrapped in conditional statements. These statements prevent APC and all other cache/accelerator programs to have problems properly caching your file.
Why use a DB and Memcache for custom sessions?
Submitted by cyberlot on Thu, 11/22/2007 - 07:05In some past articles and in a couple places online I advocate using a custom memcache/db based php session handler. Lately I have gotten a few people ask me why use both? The complaint being that using both increases overhead.
One of those articles is http://www.cyberlot.net/improving-php-sessions. The main issue people seem to have is number 3.
There are a number of reasons to use both, if your site uses any type of persistence having the sessions in the database will allow your sessions to live through a reboot while memcache only sessions would not!
What can a framework do for me? What can't it do?
Submitted by cyberlot on Mon, 11/05/2007 - 17:25The following are from Wikipedia
"A framework is a basic conceptual structure used to solve a complex issue."
"A software framework is a re-usable design for a software system (or subsystem). A software framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an API."

