symfony 2 documentation team looking for translators
symfony project lead Fabien Potencier recently released a page on the symfony2 website outlining the process for getting involved in... more »
Tweet 0 Comments Save Tags: frameworks , open source , php
Snippet: Magento - Using OR and LEFT JOIN in addAttributeToFilter
I'm still pretty new to Magento, and am learning more about it every day. I've been trying to learn all I can about internals such as... more »
Tweet 0 Comments Save Tags: how-to , open source , php
CRUD using jQuery and Codeigniter – IV
In Part 4 you will learn: 1. How to perform Ajax based CREATE operation. 2. How to switch jQuery tab programmatically.
Tweet 0 Comments Save Tags: ajax , frameworks , javascript , php
Practical PHP Patterns: Two Step View
The Two Step View pattern, as its own name suggests, proposes a mechanism composed of two steps for generating an HTML page: first, a... more »
Tweet 0 Comments Save Tags: how-to , php , web design
Build a web-based notification tool with XMPP
Real-time web applications are networked applications, with web-based user interfaces, that display Internet information as soon as it's... more »
Tweet 0 Comments Save Tags: how-to , javascript , php
A Look at the Original PHP Developers
When PHP began in 1995, it represented a fork on common object oriented programming languages. Designed to help provide scripting for the... more »
Tweet 0 Comments Save Tags: open source , php , trends
Open Source Your Career, my story
About a month ago my good friend Lorna Mitchell put out a call for stories on how working with Open Source has influenced people's... more »
Tweet 0 Comments Save Tags: open source , opinion , php
July Slides on BrandonSavage.net
July was a month of talks and travel, including speaking at OSCON and user group talks to DCPHP and PDXPHP. For those who saw the... more »
Tweet 0 Comments Save Tags: announcement , methodology , php
The “do X or die()” pattern must die
What’s the most common pattern for error handling you see in beginner’s PHP code? – That’s right, do_X() or die('do_X failed);. That’s... more »
Tweet 0 Comments Save Tags: how-to , opinion , php
15 Awesome New WordPress Plugins
The real beauty of WordPress is the immense community of developers behind it. Several plugins are created and added to the official... more »
Tweet 0 Comments Save Tags: opinion , php , tools , web design
A/B testing for PHP sites
Set up an A/B test in minutes with phpA/B
Tweet 0 Comments Save Tags: how-to , open source , php , web design
Inheritance and Mapped Super Classes in Doctrine
Single Collection Inheritance in the Doctrine MongoDB ODM allows you to map multiple classes in an inheritance hierarchy to a single... more »
Top 10 ways to speed up your website's load time.
Internet connections are getting faster and faster all the time, but that doesn't mean that you shouldn't try to optimise your website to... more »
Tweet 0 Comments Save Tags: css-html , php , server , usability
Missing the point (OOP in scripting languages)
Yesterday I came across a question: Do Web-Scripting Languages Really Need OOP? Here's my answer: only if you want to do more than an... more »
Tweet 0 Comments Save Tags: methodology , opinion , php , trends
nWire Software Joins the Eclipse Foundation
The maker of nWire, a cutting edge source code exploration and visualization tool for Java and PHP, reaffirms its' commitment to the... more »
Using YQL to get geo location information for an IP address
The Yahoo! YQL API has the ability to provide geo location information for IP addresses. Using this in PHP is dead simple. Here is a... more »
Tweet 0 Comments Save Tags: how-to , php , web services