Our next meeting is February 28th at 7:00pm at Walt's TV


For those trying to find us on Facebook:
http://www.facebook.com/groups/7088306282

No Comments | Category: Uncategorized

FYI: Going to start migrating the site over to a different server over the next few days, so you may experience some downtime.

No Comments | Category: Uncategorized

http://www.underworldmagazines.com/11-websites-to-learn-php/

Pretty good list. I’d have put php.net at the top though.

No Comments | Category: Uncategorized

Hilarious post.
http://www.addedbytes.com/blog/if-php-were-british/

No Comments | Category: Uncategorized

Tonight we’ll be saying goodbye to Eric Thelin, who has been with and owned the group for many years (since the beginning AFAIK).

We’ll also be discussing what to do (and how, where, why, etc) for a group project, so bring a laptop so we can get set up.

No Comments | Category: News

Nice article: http://blog.stuartherbert.com/php/2011/03/30/setting-up-your-own-pear-channel/

No Comments | Category: Uncategorized

We had fun looking at Ext.js last night. Nothing fancy; mainly just looking through the examples focusing on datagrids.

Extjs home:
http://www.sencha.com/

We also talked about some of the differences in a few of the popular javascript frameworks and a few good jQuery plugins.
Jqgrid Plugin
jQueryUI Themeroller

No Comments | Category: Uncategorized

Little tutorial to add a bit of dynamic text to your site’s favicon (the icon that appears on the tab or window border). Google added a feature to gmail (available in Labs), which shows the number of new messages in your inbox using this kind of method.
http://viralpatel.net/blogs/2011/01/dynamic-unread-count-favicon-in-php.html

No Comments | Category: Uncategorized

Before you go reading this comment thread (link below) be aware that just because something is possible in a programming language, it doesn’t mean you should do things that way.  Also, there’s a LOT of BAD code in the main post.

masklinn comments on Today I learned about PHP variable variables; “variable variable takes the value of a variable and treats that as the name of a variable”. Also, variable..

[The following is the opinion of Gordon, not necessarily AzPHP as a whole]

Personally, I avoid variable variables like the plague.  If you feel the need to use one, step back and see if you can use an associative array instead.  You will thank me later.  An array structure is much easier to deal with than a bunch of unlinked funky-named variables that you have to rebuild each time you need them.  Arrays are increasingly useful if you have to loop through said data structures or easily store them.

Variable variables are both powerful and a curse.  Use them if you feel you must, but I only ask that you use them wisely.

No Comments | Category: Uncategorized

15 Best Ever PHP Frameworks | Admix Web.

A few in the list I’ve never heard of.

No Comments | Category: News