Should Readability suffer for Performance?
Should you code for performance or readability?
0 commentsSave Tags: opinion, php
NetBeans Support for Cake PHP, Symfony, Prado, Zend Framework, Smarty or ... ?
Which PHP frameworks should NetBeans support?
0 commentsSave Tags: php, tools
The New .phar PHP Package
Today I discovered a very powerful addition to the PHP world. Phar is an archive extension for PHP that allows an entire PHP application to be... more »
1 commentsSave Tags: open source, opinion, php, tools
Type Hints for scalar values in PHP
Today Max Horvath released the first public version of his new library PHPTypeSafe. It provides the ability to use PHPs Type Hinting feature for... more »
0 commentsSave Tags: open source, php
Creating a PHP5 Framework - Part 1
With websites becoming more and more dynamic and interactive, developers often look to frameworks to help build websites and web apps rapidly. While... more »
2 commentsSave Tags: frameworks, how-to, php
How to Write Your Own IM Bot in Less Than 5 Minutes
This quick tutorial will show you how to develop your own functional IM bot that works with Google Talk, Yahoo! Messenger, Windows Live and all other... more »
0 commentsSave Tags: how-to, php
PHP Rest Server (part 1 of 3)
I recently had reason to write a REST server in PHP, which was very interesting. There aren't a whole lot of resources on this topic around so I... more »
0 commentsSave Tags: php, server, web services
Getting started with CodeIgniter
Creating a CodeIgniter application is easier than you might think. Take a guided tour through your first project: a simple Web page with a contact... more »
0 commentsSave Tags: news, open source, php
NetBeans: Differences between Beta and Latest Builds
NetBeans 6.5 Beta was published almost 3 weeks ago. For me the beta is obsolete and if you try a recent build, you can notice that there was fixed... more »
0 commentsSave Tags: php, tools
Symfony’s super puper cache plugin
I was never had a chance to speed up symfony project performance. I always knew there are a bunch of cache plugins but also always performance was... more »
0 commentsSave Tags: frameworks, php
FrogCMS - Content Management Simplified
There are literally thousands of content management systems available on the web. Many of them free, many of them not. Each boasting more compelling... more »
2 commentsSave Tags: open source, php, tools, web 2.0
The FASTEST PHP based MVC framework
PHPulse is the FASTEST PHP based MVC framework in the world! It is built to be EXTREMELY lightweight and fast with a modular development environment... more »
6 commentsSave Tags: frameworks, php
Site design theme editor BETA
The PHPClasses site is launching an editor that allows designs to propose new site design themes. This is the initial beta version of the site design... more »
2 commentsSave Tags: announcement, php, usability, web 2.0
PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe
Three years ago, Lynn Greiner interviewed the big cheeses responsible for the popular scripting languages PHP, Perl, Tcl, Python, Ruby and JavaScript... more »
0 commentsSave Tags: javascript, php, python, trends
Basic Useful Tips for Website Optimization And Speed
Here are some basic tips to optimize your website! Brought to you by Sticktacular Productions!
2 commentsSave Tags: how-to, php, tools, web services
10 Online Magazines for Developers and Designers
10 great online magazines for both developers and designers. These sites offer a ton of great information and resources to help a newbie and pro... more »
0 commentsSave Tags: ajax, css-html, php, web design
Important PHP 5.3 Changes for those of you Running Microsoft Windows
PHP 5.3.0 is only in its first alpha release. But, if you run PHP in Microsoft Windows, you should talk a look at…
2 commentsSave Tags: php, windows
Speed up PHP development in Eclipse PDT with Templates and Snippets
You already know that Eclipse PDT provides autocompletion and hints for PHP's built in functions. In addition, commenting your code with PHPDoc adds... more »
0 commentsSave Tags: eclipse, how-to, php
Basics of Framework Design in PHP Part 2
Hey, I saw that the first part of this post (Basics of framework design) got a little bit attention I decided to continue that thought. Before you... more »
2 commentsSave Tags: frameworks, php
PHP frameworks? Think again.
This is the fist time I have heard Rasmus Lerdorf speak and it was entertaining to say the least. Refreshing would another way to describe it, I enjoy... more »
6 commentsSave Tags: frameworks, opinion, php
HTML DOM and easy screen scraping in PHP
Read on to see how you can easily handle the DOM in PHP much like you can in JavaScript.
0 commentsSave Tags: javascript, php, web 2.0
PHP 5 CMS Framework Development
This is a review of the latest book from the author of Joomla about building content management systems.
0 commentsSave Tags: books, frameworks, php, reviews
i18n made easy
Free login for anybody who can help with translations. Checkout our demo account : demo / demo
4 commentsSave Tags: java, other languages, php, unix-linux
Benchmark and Optimize Zend Framework Performance
Interesting information about class loading performance
0 commentsSave Tags: php
Database helper for PHPUnit
When testing code which uses the database, you would usually want to make sure the database stays pristine for each test - All tables should be empty,... more »
0 commentsSave Tags: how-to, php
via