15 very useful PHP code snippets for PHP developers
15 very useful PHP code snippets for PHP developers
Tweet 0 CommentsSave Tags: how-to, php
Building object-oriented modular PHP applications
Separation of concerns is a concept in object-oriented (OO) software design that allows you to build more-modular applications. Modular applications... more »
Tweet 0 CommentsSave Tags: how-to, open source, php, web 2.0
Type hinting for PHP 5.3
A proposal for type hinting in php that might satisfy both the strict type and the loose type camps.
Tweet 0 CommentsSave Tags: php
Decode Obfuscated Wordpress Strings Which Use eval, gzinflate, And base64_decode.
Simple Function To Get Rid Of Annoying Code.
Tweet 0 CommentsSave Tags: how-to, php, web design, web services
Facebook type image rotation and more using PHP and Javascript
If you are a facebook geek like me, you must have noticed till now the image rotate functionality in the photo albums. Facebook allows you to rotate... more »
Tweet 0 CommentsSave Tags: how-to, open source, php, tools
Fake Java properties and how they improve JPA
A simple method to get some type safety into your JPA queries, using fake JavaBean properties.
Tweet 1 CommentsSave Tags: php
A Basic Lesson in Password Hashing
n the world of the web, lots of sites are popping up requiring users to login. When you need to do so, there's a bit more security than you might... more »
Tweet 0 CommentsSave Tags: how-to, methodology, php, security
PHP 5.3 includes goto operator
Ever wanted to jump to another section within your code? The goto operator included in PHP 5.3 gives you just that option. Here is an example of the... more »
Tweet 0 CommentsSave Tags: how-to, php
A debug console for Zend Framework
An easy to use and install plugin for Zend Framework that will sit under your pages and shows a debug console. Works with Facebook, redirects and... more »
Tweet 0 CommentsSave Tags: php
PHP 5.3.0 Released!
The PHP development team is proud to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which... more »
Tweet 4 CommentsSave Tags: news, php
A Simple Yet Powerful PHP Template Engine
This is not yet another regular expression replacement template engine. The template engine uses PHP itself to render the template. The template... more »
Tweet 1 CommentsSave Tags: php, usability, web 2.0
Sending a username and password with PHP file_get_contents()
Last week I looked at how send a username and password with PHP CURL. Using CURL is useful because you can examine the return information to see if... more »
Tweet 0 CommentsSave Tags: how-to, php
Free online Quiz for learning php, javascript, mysql, testing, qtp and c#
Useful for testing/knowing your knowledge in particular topic (e.g php,QTP) and also it will be helpful for learning.You can select Question type such... more »
Tweet 0 CommentsSave Tags: database, javascript, php
Migrating to PHP 5.3
As PHP developers download and start testing the biggest change to the language in 7 years, many are wondering not about Santa’s bag full of new toys... more »
Tweet 0 CommentsSave Tags: php
Lets develop a facebook application-part-one
Hi Guys you know Facebook is popular platform where thousands of developer working to develop application for facebook users.It is very easy to... more »
Tweet 0 CommentsSave Tags: how-to, open source, php
Wordpress Shortcode To Generate A TinyURL For Any Post
Simple Shortcode Example And Explanation
Tweet 0 CommentsSave Tags: how-to, php, web 2.0, web services
PHP 5.3.0 released
The PHP development team has announced the release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number... more »
Tweet 0 CommentsSave Tags: news, php
NetBeans IDE 6.7 Released With Kenai, Maven & Hudson Support
Key features - 1. Support for Maven, a community software project management and comprehension tool; 2. New “Team” menu provides access to... more »
IntelliJ IDEA 9M1: Advanced Support for Newest Technologies
Last week JetBrains made an important announcement: the next version of IntelliJ IDEA has reached its first milestone. Check out the news.
Tweet 0 CommentsSave Tags: java, javascript, php, tools
PHP 5.3.0 Release Announcement
The PHP development team is proud to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which... more »
Tweet 0 CommentsSave Tags: announcement, news, open source, php
Creating a Secure PHP Login System the Right Way
Making a custom login system is a common task for beginning PHP developers. Jumping right into it, however, may not be the best approach. There are... more »
Tweet 0 CommentsSave Tags: how-to, php, security
Debunking Google's Optimization Myths
Google recently published a website called Let’s make the web faster. Aimed mostly at newbies, they have a few tips that made people cringe despite... more »
Tweet 2 CommentsSave Tags: opinion, php, web 2.0
Universally Accessible Data in PHP
Ever had a class with data in it and needed to be able to access that data from anywhere in your project? Should be simple enough to pull off, but... more »
Tweet 0 CommentsSave Tags: php
How to implement a launching soon page with PHP and jQuery
This tutorial explains how to implement a simple launching soon page using PHP and jQuery. You can download the source code, ready to use in your web... more »
Tweet 1 CommentsSave Tags: ajax, frameworks, javascript, php
Review of php|architect's Guide to Programming with Zend Framework
This is a review of a good book to read and start understanding the potential of the Zend Framework.
Tweet 0 CommentsSave Tags: books, frameworks, php, reviews