Browsing Category
Programming
8 posts
Interest for PHP is declining ?
Google Insights for Search is an interesting tool, it allows you to take a look at what people are serching for in different parts of the world and how is…
How to scrape webpages using PHP and XPath
If you need to extract information from remote webpages you can read this article about how to do it with PHP and XPath. The autor explains how extracting information can be…
How to generate PDF files dynamically using PHP and Haru
An excellent tutorial on how to create PDF files dynamically using PHP and Haru written by Will Sinclair. And here is a quote from the article that grabbed my attention…
Tips for improving your PHP programming skills
Smashing Magazine published an article with 10 tips to improve your PHP programming skills. They claim to be advanced tips but i tend to disagree. Every PHP programmer with 1-2…
A comparation between Typo3 and Drupal
Working in web development often requires the use of different CMS packages that have certain advantages or disadvantages. At work Typo3 and Drupal are the most often used content management…
PHP support may be on the way in Google App Engine
Rumor has it that Google is adding support for a new runtime language for Google App Engine. If you take a closer look at their roadmap you can see that…
Controversed namespace separator for PHP namespaces
The PHP development team decided to use the backslash (\) as namespace separator in future releases of PHP (up from 5.3) The decision wasn’t very welcomed by the community and…
PHP sucks? No. Programmers suck!
I was reading someday on a blog that PHP sucks, today i read it on another blog. It doesn’t matter on what blogs. They don’t deserve to be mentioned here. …