Home » Archives

Content tagged with: php

[19 Jun 2012 | No Comment | ]

Most people are familiar with common vulnerabilities in PHP code, such as SQL Injections and XSS. SQL Injections can be prevented by using a good data base abstraction layer, but there may be old code which depends on developers manually sanitizing input. XSS vulnerabilities may not be dealt with properly, nor may command execution vulnerabilities using functions such as system().

[18 Jun 2012 | No Comment | ]

This short video show you how to deploy a PHP application to Windows Azure, Microsoft’s cloud infrastructure.

[3 May 2012 | 2 Comments | ]

PHP 5.4 is about to bring some of the most exciting changes to the PHP language to date. Learn about traits, array dereferencing, indirect method calls using array callback syntax and improvements to closures and streams. Additionally, the talk reminds the new bits in PHP 5.3, in case you missed them: Namespaces, closures and PHAR.

[25 Apr 2012 | No Comment | ]

Couchbase Server is a fully memcached API compatible database that solves performance, scaling and querying needs. It relies on proven technologies like memcached and Apache CouchDB along with a chunk of open source components that make the whole thing work. Couchbase developed a PHP extension to work with Couchbase Server.

[11 Jul 2011 | No Comment | ]

This short tutorial explains the if/elseif/else instructions for PHP.

Video producer: TheNewBoston.com

[9 May 2011 | No Comment | ]

Rasmus Lerdorf, the inventory of PHP, discusses PHP performance.

[9 May 2011 | No Comment | ]

Ryan Lane, Operations Engineer at Wikimedia Foundation, gives a detailed presentation of the infrastructure of one of the top web presences.

Video Producer: http://marakana.com/

[7 Apr 2011 | No Comment | ]

This video covers the basics of the CouchDB HTTP API and how to use it from PHP. Some architecture approaches are discussed and it briefly looks at things to avoid when moving from an RDBMS to a Document Database such as CouchDB.

[21 Mar 2011 | No Comment | ]

This tutorial shows how to write “if else” statements in PHP.

Video Producer: The New Boston

[17 Mar 2011 | No Comment | ]

This video demonstrates how to quickly get up and running with PHP 5.3.1 and MongoDB on Windows 7 and IIS 7 and getting started with Lithium, the most RAD framework for PHP 5.3+.

Video Producer: spacialeffect.com