i18n made easy
Free login for anybody who can help with translations. Checkout our demo account : demo / demo
1 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
PHP Bad Practice: Variable Reuse
Anyone who has worked with PHP knows that it is extremely permissive with variables and their types. There's no need to declare variables, not even at... more »
3 commentsSave Tags: how-to, php, web design
Joomla on Glassfish
I'll show you in this article how to setup the CMS Joomla on Glassfish. We won't need Apache for this one. There are few ways to do PHP on a J2EE... more »
0 commentsSave Tags: java, open source, php, server
300+ PHP Presentations Online
The PHP Presentation System hosts over three hundred presentations, covering a slew of different topics including performance, testing, debugging,... more »
0 commentsSave Tags: php, security, web services, xml
You've caught an exception. Now what?
An effective strategy for handling exceptions is to catch them at the boundary of a coarsely-grained "unit of work". Once you've caught an exception,... more »
1 commentsSave Tags: .net, java, opinion, php
Data filtering using PHP's filter functions
Using PHP's filter_* functions, we can validate and sanitize data types, URLs, e-mail addresses, IP addresses, strip bad characters, and more, all... more »
0 commentsSave Tags: how-to, php, security
Open Source PHP
Nice gallery of free / open source php web apps. Includes community features like social bookmarking, ratings, and comments.
0 commentsSave Tags: announcement, open source, php, web 2.0
Building an Online Game in PHP, Perl, or Ruby on Rails
The BuildingBrowsergames blog has had a long series of entries showing how to build an online game. Each entry has thus far been completed first in... more »
3 commentsSave Tags: games, perl, php, ruby
New Heights for web applications
When it comes to programming, more specifically the development of web applications, it is important to consider all the tools of the trade before... more »
4 commentsSave Tags: perl, php, ruby, web services
Join problems with Zend_Paginator and Zend_Db_Select objects
Zend_Paginator is one of the newest members of Zend framework family. Though it's a rich addition with Zend’s power, there is still some... more »
0 commentsSave Tags: frameworks, how-to, php
CRUD with PHP Doctrine
Somewhat more than trivial CRUD interface with PHP Doctrine.
0 commentsSave Tags: database, how-to, php
Manageability - Open Source Calendar Management Written in Java
i would like to add this calender in my jsp project
0 commentsSave Tags: ajax, java, php, web design
Mayday, Mayday, Mayday - PHP Going Down
PHP provides a variety of tools for handling errors. However, there is a range of fatal errors that PHP does not directly provide tools for you to... more »
4 commentsSave Tags: php
Using Javascript and PHP to upload files
As many of you know the HTML file input element is very very primitive. It accepts very little styling, etc. My problem was I had to upload files to a... more »
0 commentsSave Tags: how-to, javascript, php
Oh no its PHP!!!
A few months ago I was doing some job hunting and i’ve come across some interesting job interviews in the process.
2 commentsSave Tags: open source, opinion, php, trends
100 Tips and Tools to Set Up Your Own Home LAMP Server
LAMP (Linux, Apache, MySQL and PHP) servers are very popular for their ease of use and flexibility. Read on to find some of the best resources... more »
0 commentsSave Tags: php, tools, unix-linux, usability
Overloading constructors in PHP
As far as I know, there is not an easy way to overload a constructor in PHP in the same way as in C# or Java. There seems to be a whole bunch of... more »
0 commentsSave Tags: php
Video - Integrate PHP MySQL Into Flash
If you need to integrate MySQL data into Flash with PHP than this is the screencast to see. It goes into details and explains very good and simple... more »
0 commentsSave Tags: flash-flex, php
Basics of framework design
If you consider developing a framework you should begin with the logic of framework design. This article will show you the concepts of framework... more »
1 commentsSave Tags: php, research
PHP Optimization Tips #1
Usually I’m a code performance freak. I like to squeeze every little milliseconds out of the code I’m writing. Over the years I developed a sort of... more »
1 commentsSave Tags: how-to, php, research
Stupid PHP Tricks: Illegal Variable Names
Sneaking invalid variable names into the symbol table
1 commentsSave Tags: php
Building a Database-Driven Application with the Code Igniter PHP Framework
If you’re a PHP developer who’s searching for a framework that lets you build full-blown web applications very quickly and with an easy learning... more »
0 commentsSave Tags: frameworks, php
via