Creating a NetBeans PHP Project from a Subversion Repository
Jeff discovers some cool things about NetBeans IDE 6.5 and PHP.
0 commentsSave Tags: frameworks, php, tools
Demo of the PHP distribution of NetBeans 6.5 - Part II
I created the second part of the demo, where I talk about the PHP distribution of NetBeans 6.5. This part is about basic editor features.
0 commentsSave Tags: php, tools
20 Great PHP frameworks for developers
A good PHP framework can help you develope a PHP application quickly, with more simplicity and with a vision "best-practices-oriented". Take a look at... more »
2 commentsSave Tags: frameworks, php, web design
How NOT To Learn PHP Programming
How NOT to learn PHP and tips on best practices for learning the language.
4 commentsSave Tags: how-to, php
30+ Eye-Opening Web Development Screencasts
I’ve compiled a list of over thirty screencasts that are guaranteed to help you.
0 commentsSave Tags: css-html, php, web 2.0, web design
WpRecipes.com: Tons of WordPress hacks and code snippets
WpRecipes.com publish a new WordPress hack per day. At the moment, there's 70+ awesome tips and tricks for all WordPress lovers.
0 commentsSave Tags: open source, php
Base classes in OOP programming languages
David Otton posted a short but thought-provoking post about stdClass, which many think is the “base class” all PHP classes automatically inherit from.... more »
0 commentsSave Tags: php
Building a PHP Flickr Slideshow with NetBeans IDE 6.5
In this screencast, Justin Bolter, Technology Evangelist at Sun Microsystems, shows you how to build a PHP Flickr slideshow using Netbeans 6.5 . ... more »
0 commentsSave Tags: how-to, php, tools
SQL Injection Cheat Sheet
Where to look when you want to test your sql request
0 commentsSave Tags: database, php
Object Oriented PHP Templating
An overview of different approaches to templating in PHP, and the usage of OO design to solve common problems that plague those approaches.
0 commentsSave Tags: php
Zend Framework: Surviving The Deep End
People have approached me over the months curious about why I don't just write a Zend Framework themed book, get with a publisher, and make mountains... more »
0 commentsSave Tags: frameworks, php
In the Woods - A Crash-Course in Regular Expressions- video tut
This screencast will teach you exactly how to use regular expressions in your coding.
1 commentsSave Tags: css-html, php, web 2.0, web design
10 Advanced PHP Tips To Improve Your Programming
PHP programming has climbed rapidly since its humble beginnings in 1995. Since then, PHP has become the most popular programming language for Web... more »
4 commentsSave Tags: frameworks, how-to, php
PHP Framworks !! Why , when and which ?
This post give you a insight view of various PHP frameworks.....when should you use it ...which is suitable for you etc.
0 commentsSave Tags: frameworks, php, standards
PHP Tip: Classes Aren’t Derived From stdClass
Many OO languages have the concept of a single base class from which all other classes are explicitly or implicitly descended. For example, Ruby, Java... more »
2 commentsSave Tags: php
Zend Framework 1.7.0 Released
Today, we released Zend Framework 1.7.0. This release features AMF support, JQuery support, and Twitter support, among numerous other... more »
0 commentsSave Tags: frameworks, php
Detect Replay Attacks In to Your PHP Web Service
Intruders can make nasty damages to your web services just by using Replay Attacks. So you have to design your services carefully to detect and avoid... more »
0 commentsSave Tags: how-to, php, web services
PHP: Hitting the Database Less: Quick and Dirty Strategies for Database Efficiency
Below are a list of my top five quick-and-dirty strategies for improving database performance in web applications. These suggestions are culled from... more »
0 commentsSave Tags: database, php
Lateral thinking
As test writers, when we see code with poor test coverage the most natural approach is to think that we ought to write more test cases, indeed we have... more »
0 commentsSave Tags: php
PHP is a skill not a profession
A few years ago a friend of mine tried to convince me to learn ASP.NET because it was much better for my career than PHP. Not because ASP.NET is... more »
11 commentsSave Tags: .net, opinion, php, trends
Making web pages go faster - using PHP
This article covers PHP implementation of a couple of Yahoo's website performance recommendations for faster web page loading.
0 commentsSave Tags: css-html, javascript, php
Clientside Cache Control
Users don’t like caching! They want to see the changes immediately. Otherwise they get confused and write you bug tickets or flame mails. But if you... more »
0 commentsSave Tags: php
Test Dependencies in PHPUnit 3.4
For the upcoming PHPUnit 3.4 I have implemented support for the idea expressed in the paper mentioned above.
0 commentsSave Tags: frameworks, php
Rails for PHP Developers book review
The e-book version of the Pragmatic Programmers release Rails for PHP Developers written by Derek DeVries and Mike Naberezny occupies now some of my... more »
0 commentsSave Tags: books, php, reviews, ruby
Writing Professional Looking Documentation With Docbook, PHP, Phing and Apache FOP: Part 1: Getting Started
Documentation. The word illicits a mix of fear and depression in even the most hardened programmer. For many it's a hard slog through endless boredom... more »
0 commentsSave Tags: frameworks, php, tools
via