Stop waiting, start array dereferencing in PHP now!
Ever since I started programming object oriented PHP I've been using function chaining and function dereferencing. But there is another... more »
Tweet 0 Comments Save Tags: how-to , php
[Benchmark] Apache 2, Cherokee, LigHTTPd, Nginx Benchmarked with Static Files, PHP5 Script and WordPress
Apache 2, Cherokee, LigHTTPd, Nginx Benchmarked with Static Files, PHP5 Script and WordPress
Tweet 0 Comments Save Tags: php , server , unix-linux , web services
DataModeler: Simple ORM
DataModeler is an Open Source ORM I began writing at the beginning of the year. I had experience with ActiveRecord, but was dissuaded... more »
Tweet 0 Comments Save Tags: database , php , tools
Faster And Fault-Proof Tweet Button
A Twitter tweet button that works fast and fault-proof
Tweet 0 Comments Save Tags: open source , php , web design , web services
20 Great Online Resources to Learn PHP
We've listed the 20 best online resources to learn PHP. Check them out and set up your own professional website.
Tweet 0 Comments Save Tags: php
Practical PHP Patterns: Server Session State
The Server Session State pattern is an umbrella term used to describe the various techniques used to keep the user session state on the... more »
Tweet 0 Comments Save Tags: how-to , php , standards
Practical PHP Patterns: Client Session State
Even the most thin-client architectures need some storage on the client, at least for a session identifier. The HTTP protocol has a... more »
Tweet 0 Comments Save Tags: how-to , php , web 2.0
The different kinds of testing (fixed)
Automated testing supports your constant effort in design and refactoring, and besides that ensures that your application actually works... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , php
All The Cool Kids Use Ruby
Really funny video for web developers, unless you use Ruby...
JSClasses, JSMag, PHP Alpha 1, PHP strict typing, IndieConf - Lately in PHP podcast episode 4
On this episode of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert interview Michael Kimsal from the WebDev publishing... more »
Tweet 0 Comments Save Tags: javascript , opinion , php
Which is the Fastest Program?
When a programmer sees a chunk of code he tends to evaluate it in a rather intuitive manner and to qualify it as “elegant” or not. This... more »
Tweet 0 Comments Save Tags: how-to , php
Managing Developers 101
How can you keep your corporate programmers on target? Try these suggestions from well-known PHP developer Luke Welling.
Tweet 1 Comments Save Tags: how-to , php
PHP: What is More Powerful Than list()
First of all list() is not an unknown method in the PHP community, where almost every PHP developer knows what it does. The pity is that... more »
Tweet 2 Comments Save Tags: php
JSClasses A Free JavaScript Components Site has been Launched
JSClasses is a site for distributing JavaScript components contributed by any developer. It is derived from the PHPClasses site, which is... more »
Tweet 2 Comments Save Tags: announcement , frameworks , javascript , php
Self-Improving Bayesian Sentiment Analysis for Twitter
Dan Zamboni's take on Twitter sentiment analysis - runs every hour
Tweet 0 Comments Save Tags: php , research , tools
Climbing the CodeIgniter PHP MVC framework learning curve
Here is a list oflinks that I think will you get started with CodeIgniter.
Tweet 0 Comments Save Tags: frameworks , php
NetBeans vs. Vim for PHP development
I am accustomed to using Vim for writing my PHP scripts and full-fledged applications. I'm not alone in this tool choice since many geeks... more »
Tweet 2 Comments Save Tags: opinion , php , tools
Facebook Style Tag Friends with Jquery, Ajax and PHP
I received a request from my reader that asked to me how to implement Facebook like tag friends in your status or update box. It is great... more »
Tweet 0 Comments Save Tags: ajax , javascript , php , web design
Practical PHP Patterns: Implicit Lock
To avoid leaving the responsibility of locking to client code, which duplicates it in all the different places that access the data, you... more »
Tweet 0 Comments Save Tags: database , how-to , php , standards
Looking for the perfect PHP IDE
I’ve got a problem. I haven’t find the perfect IDE for me. Yet. I got problems with every software. Now I will try to explain the... more »
Tweet 2 Comments Save Tags: opinion , php , tools
Is Your PHP Application Affected by the Y2K38 Bug?
Y2K38, or the Unix Millennium Bug, affects PHP and many other languages and systems which use a signed 32-bit integer to represent dates... more »
Tweet 1 Comments Save Tags: opinion , php , research
Choosing an MVC framework
Which MVC is the best, which one can be understood the best at a glance. and which one has the biggest community.
Tweet 1 Comments Save Tags: php , python , ruby , web services
My development tips
Another unsorted list of ideas this time about coding tips.
Tweet 0 Comments Save Tags: methodology , opinion , php
5 Useful jQuery Snippets for your Website
This tutorial explains a few simple but powerful jQuery snippets for your website or forms, including full example code, demo page and download.
Tweet 0 Comments Save Tags: ajax , how-to , javascript , php
Practical PHP Patterns: Coarse Grained Lock
The Optimistic and Pessimistic locks are basic patterns, which can in turn be composed with other ones. The Coarse Grained Lock pattern... more »
Tweet 0 Comments Save Tags: how-to , php , reviews , web design