PHP 5.3 Released!

Posted by Dave on June 30, 2009 in php

PHP 5.3 has been released. Also, Eclipse Galileo was recently released as well as PDT 2.1 which has support for PHP 5.3!
The PHP development team is proud to announce the immediate release of PHP 5.3.0. This […]

New PHP Intepreter-Based XSS and SQL Security Tester

Posted by Dave on June 19, 2009 in php

Researchers from MIT, Stanford and Syracuse have developed a program named “Ardilla” which can analyze PHP code for Cross-Site Scripting (XSS) and SQL injection attack vulnerabilities. The researchers say Ardilla found 68 never-before found vulnerabilities in five different PHP applications using the tool — 23 SQL injection and 45 XSS flaws.
Ardilla is an automated tool […]

Zend Framework 1.8.2 Released

Posted by Dave on May 27, 2009 in zend framework

This is a maintenance release but well worth upgrading to of course.
The Zend Framework team is pleased to announce the immediate
availability of the 1.8.2 release. This release is the second
maintenance release in the 1.8 series.  Fixes for this release focus on
Zend_Db and autoloading improvements. In all, over 50 issues were closed
for the release.
With the introduction […]

Zend Framework 1.8.0 released!

Posted by Dave on April 30, 2009 in zend framework

Zend Framework 1.8.0 has been released. This is the first in the 1.8 series of releases. You can get it here:
http://framework.zend.com/download/latest
Over 200 bug and feature fixes have been added for this minor
release!
Here is list of the primary feature additions for Zend Framework 1.8.0:

Zend_Tool, contributed by Ralph Schindler
Zend_Application, contributed by Ben Scholzen and Matthew Weier O’Phinney
Zend_Loader_Autoloader […]

Create a MySQL Database from the Command Line

Posted by Dave on April 8, 2009 in mysql

Every now and then I find myself needing to create a MySQL database while on the command line. Often it is just as fast or faster than loading up another program or accessing phpMyAdmin in a browser. So, first things first, we need to connect to the database:
mysql -u root -p
MySQL will prompt for the […]

Getting Started With Zend Framework

Posted by Dave on March 22, 2009 in zend framework

The Zend Framework library is based around the MVC (Model, View, Controller) and Front Controller design patterns. The Front Controller is the point of entry for all requests that are NOT being served up directly by your web server. Such requests include style sheets, javascript, images and other static files. Zend Framework implements the front […]

Zend Filter StripTags XSS Vulnerability

Posted by Dave on March 20, 2009 in zend framework

Just a heads up to those using the Zend Framework. Wil Sinclair posted the following to the Zend Framework announcements mailing list:
The Zend Framework team was recently notified of an XSS attack vector in its Zend_Filter_StripTags class. Zend_Filter_StripTags offers the ability to strip HTML tags from text, but also to selectively choose which tags and […]

Coding Mistakes PHP Newbies Make

Posted by Dave on March 11, 2009 in php

1. Never trust user input! Doing so can lead to security issues such a hijacked sessions, SQL injection and your entire site being compromised. This goes for all of the PHP superglobals such as $_SERVER and not just $_GET, $_POST and $_REQUEST arrays. The only exception would be the $_SESSION superglobal as this persists on […]

Analyze your Typing!

Posted by Dave on March 7, 2009 in whatevs

I analyzed my blog with Typealyzer and it says I am of the type ISTP - The Mechanics.
The independent and problem-solving type. They are especially attuned to the demands of the moment are masters of responding to challenges that arise spontaneously. They generally prefer to think things out for themselves and often avoid inter-personal conflicts.
The […]

What gender wrote this?

Posted by Dave on December 3, 2008 in whatevs

Well according to GenderAnalyzer.com they are 88% sure I’m a man (I’m 100% sure - checked this morning).  GenderAnalyzer uses Artificial Intelligence to determine if a homepage is written by a man or woman.
What is your site’s results?