Browse category Uncategorized

August php[architect] Magazine Released – Beyond PHP

by · August 22, 2014

1
 

In an increasingly multi-hat career environment, most PHP Devs are often asked to knock out some front end development from time-to-time. This is not as unusual as you may think. Having learned coding in the home-baked-what-the-hell-are-we-doing-dot-com 1.0 world, we were often expected to do everything from cradle to grave. While duties are a lot more (and rightfully […]

 

Envato: Future of WordPress

by · July 9, 2014

0
 

Natasha Postolovski over at the Envato blog has a thorough look at the future of WordPress.

 

June 2014 php[architect] Magazine Released – Under the Surface

by · June 23, 2014

0
 

The June issue is waiting for you! This month, we look at how PHP works under the surface.

 

April 2014 php[architect] Magazine Released – Major Players

by · April 23, 2014

0
 

It’s spring, and (here in the U.S.) the Majors are starting up! In sports, we all have our favorites- the ones we love, and the ones we love to hate. In PHP, we have the similar players- Drupal, WordPress, and Yii Framework (to name a few). Love them or hate them, you can’t deny that […]

 

March 2014 php[architect] Magazine Released – The New PHP

by · March 14, 2014

0
 

Our March issue is out, and it will send you soaring to new heights. PHP is getting better all the time, and we’ll show you what you need to know to be prepared. Getting ready to upgrade to 5.5? Dirk gives you a tour of what’s new and how to use it to full effect. […]

 

Contrary to the Rumors, Print is Not Dead

by · November 18, 2013

0
 

As an avid php[architect] reader since 2005, I anticipated getting an issue in my mailbox. There’s a certain little thrill you get when a magazine you love appears in your mail. I had 4 years experiencing that thrill until October of 2009 when php|architect announced they were discontinuing print and carrying forward with “digital only”. […]

 

Switch Drupal Views Output in Code

by · November 1, 2013

0
 

I was working on a page that had a sidebar block showing a list of content with the same topic as the main page. In Drupal terms, the sidebar block shared the taxonomy term. It’s pretty easy to create such a block using Views by adding a contextual filter that gets its value from the […]

 

Introduction to PHP

by · September 11, 2013

0
 

Last night, Sandy and I presented a short introduction to PHP for DCWebWomen. Our presentation covered the growth of the language over the last decade and introduced the audience to basic language concepts like variable types, arrays, and control structures. The audience had excellent questions and feedback throughout the talk. We were pleased to share […]

 

php[tek] returns in 2014

by · September 9, 2013

0
 

Once again we are planning on hosting our annual php conference: php[tek] in Chicago, IL. You’ll find everything that you love about our conferences again, but also a number of new events and activities that are being planned this year. Check out the website to find more details about the conference this year or lock […]

 

php[architect] Magazine August 2013 – Managing Dependencies

by · August 22, 2013

0
 

The August issue of the magazine focuses on helping you manage dependencies. In any project beyond a trivial size, your code base can include not just the code you write, but also legacy code and community-developed solutions. The introduction of Composer and Packagist.org have pushed the PHP ecosystem to mature in terms of managing code […]