Archive for the ‘Web development’ Category

Undefined class constant ‘UPLOADS_URI_SUFFIX’

Posted on the January 14th, 2008 under IT, Web development, Zend Framework by Konrad Żak

While trying to receive list of YouTube user’s videos list with Zend Framework 1.0.3 you can get Undefined class constant ‘UPLOADS_URI_SUFFIX’ PHP error. Constant name appear to be incorrectly spelled as UPLAODS_URI_SUFFIX on the 91st line of Zend/Gdata/YouTube.php. It’s easy to fix, this line should look like:

const UPLOADS_URI_SUFFIX = 'uploads';

Later on I found this bug already reported more than month ago:
http://framework.zend.com/issues/browse/ZF-2250

Hope this help, regards.

86 errors, 9 warnings

Posted on the June 26th, 2007 under Web development by Konrad Żak

Let’s consider blogging on http://blogger.com

Nooo. Google seems to be as innovative, as just ignoring healthy standars of web publishing. I thought that 45 errors and 7 warnings of http://google.com compared to page complexity can be hardly beaten. Not true. It can. With just one initial Hello World post my test blog on http://blogger.com got 86 errors nad 9 warnings. Take a look.

http://pathfinder-stories.blogspot.com

I’ve been happy hunting with HTML Validator Firefox extension. 0.8.3.9 this time.

Handy W3C Validators browser buttons

Posted on the February 17th, 2007 under Web development by Konrad Żak

To easy validate HTML and CSS of any website just drag links below and drop them on your bookmarks tab.