Get 5 books (PDF) for the price of 1 and get to help the victims of the recent bushfires in Australia. SitePoint is well known for their book: The Principles of Beautiful Web Design More details on The Bushfire Relief Sale site.
Entries from February 12th, 2009
SitePoint Books: The Bushfire Relief Sale
February 12th, 2009 · No Comments · Books
Tags: bushfire·Sitepoint·Victoria·Web Design
Agile Modeling and Einstein
February 9th, 2009 · No Comments · Business
Last week, a friend of mine asked me about my opinion about keeping design documents simple. What follows is a quote from the Agile Modeling article he sent me over Skype. One of the more controversial concepts in Agile Modeling is that agile models and agile documents are sufficient for the task at hand, or [...]
Tags: Agile Modeling·Einstein
Zend Framework Large File Upload Issues
February 3rd, 2009 · 3 Comments · PHP
I tried modifying this Zend_Form_Element_File example to support larger file uploads but noticed that I’ve been getting “Undefined index” errors when my uploads are bigger than 8MB. Notice: Undefined index: tmp_name in C:\quickstart\library\Zend\File\Transfer\Adapter\Abstract.php on line 589 Notice: Undefined index: name in C:\quickstart\library\Zend\Validate\File\Size.php on line 398 Notice: Undefined index: tmp_name in C:\quickstart\library\Zend\File\Transfer\Adapter\Abstract.php on line 589 Notice: [...]