Posts Tagged ‘php’

Thousands of modules can’t be wrong, right?

Tibo BeijenFriday, February 20th, 2009
thousands-of-modules-cant-be-wrong-right

Yesterday I attended a presentation showcasing Drupal. Like Joomla! and Wordpress an easy install routine presents the user with a lot of functionality right out of the box. By adding modules as needed one can achieve whatever he wants. So it seems… After the showcase part, the session continued into a case study. The case at hand was a project were all sorts of specific functionality (think: facebook, digg, etc. web 2.0 you know) was required. And it didn’t go as smooth and quick as expected. How come?
(more…)

SQL injection & the Kaspersky hack

Tibo BeijenWednesday, February 11th, 2009
sql-injection-the-kaspersky-hack

Last week I read an article on webwereld titled ‘2008 was year of the SQL injection attack‘. It was based on an article with the same title on networkworld.com. Apparently SQL injection has taken over the lead from XSS. Not surprisingly the first user-comment stated that almost 100% of the exploits were certainly in PHP applications written by would-be programmers. With things so obvious it’s of course unneccessary to provide factual data backing up such a statement. So, nothing to win in that discussion. Three days ago news came that a customer database of Kaspersky was hacked. By using SQL injection. On a PHP website. Could commenter X be right?
(more…)

PHPgg Frontend Special

Tibo BeijenSunday, February 8th, 2009
phpgg-frontend-special

Last saturday (2009 jan 24th) I attended the phpGG Frontend Special. phpGG stands for ‘PHP Gebruikersgroep’ which translates to ‘PHP user group’. The meeting was held in a nice little theater in The Hague and was attended by what looked like about 50 people. The four main presentations scheduled:

  • Microsoft – User Experience on the web
  • Adobe – Flex/AIR
  • Javascript – 8 Reasons every PHP developer should love it
  • The frontend is your friend

(more…)

MSDN InTrack: Microsoft Webstack and PHP Pt. 2

Tibo BeijenMonday, December 15th, 2008
msdn-intrack-microsoft-webstack-and-php-pt-2

Following my first post on the MSDN inTrack day I’ll now cover the second half of the day. The two topics featured were the presentation side of things and the Microsoft Live platform.
(more…)

MSDN InTrack: Microsoft Webstack and PHP

Tibo BeijenWednesday, December 10th, 2008
msdn-intrack-microsoft-webstack-and-php

Last week I attended a one-day Microsoft event about what the Microsoft platform has to offer for PHP developers. Four topics were covered: MS Server 2008 & IIS 7, SQL Server, Presentation and the Live platform. As was explicitly mentioned, the event wasn’t about ‘learning PHP’ but about ‘what’s in store’. It seems like Microsoft takes PHP’s growth seriously . In this first post I’ll cover IIS and SQL Server 2008.

(more…)

Zend_Config strategies

Tibo BeijenSunday, November 30th, 2008
zend_config-strategies

As applications often need to run on different setups (think: develop, test, production), configuration settings can usually be divided in a static ‘application’ part and a more dynamic ‘environment’ part. Zend Framework offers a very flexible set of classes that help reading and organizing configuration data and making it available throughout the entire application. But, as very often, there is no ‘only way’.

(more…)