News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

IBM developerWorks:
Build seven good object-oriented habits in PHP
October 31, 2008 @ 07:51:59

The IBM developerWorks website has a few suggestions - seven of them, in fact - that they think can help make you a better PHP programmer.

With PHP's object-oriented (OO) language features, if you aren't already creating your applications with OO principles in mind, these seven habits will help you get started in the transition between procedural programming and OO programming.

Each of the seven OOP habits have more details below them, but here's the short list:

  • Be modest.
  • Be a good neighbor.
  • Avoid looking at Medusa.
  • Embrace the weakest link.
  • You're rubber; I'm glue.
  • Keep it in the family.
  • Think in patterns.

In each there's a "bad habit" and a "good habit" to explain the concept a bit more fully, everything from error handling to interfaces.

0 comments voice your opinion now!
oop objectoriented tutorial seven habit pattern error handling cohesion



Sara Golemon's Blog:
PHP4 turns 7 years old today
May 22, 2007 @ 09:27:00

As Sara Golemon points out on her blog today, it's the 7th birthday of the very first release of PHP4:

Check the official releases page for yourself. PHP 4.0.0 was released seven years ago today. Make a cake, blow out some candles, and put on your birthday suit (no not that one); Now give that brat a kick out the door, he's been loafing around on your server for too long.

Of course, if you're still stuck in the PHP4 days, there's the latest - PHP 4.4.7 - or, if you're ready to join the rest of the world, PHP 5.2.2.

0 comments voice your opinion now!
php4 birthday release seven download php4 birthday release seven download


Kore Nordman's Blog:
Raytracing with Image_3D
April 05, 2006 @ 07:48:36

Kore Nordman has been making even further advancements in the development behind the PEAR Image_3D library - this time, he looks at raytracing in PHP.

I was always writing, that implementing a raytracer (or the better german description) in PHP would be far to slow. And then, two days ago, I had the feeling I should prove this ... this was also the way Image_3D was born. With the infrastructure Image_3D offers, all the existing models, the abstraction etc. it wasn't such a big thing. You mainly need to write a short algorithm which gets the intersection point for a polygon with a line, and that's it. For sure, you should optimze the algorithm a bit. And it is really fun to implement such a simple mathematical model like raytracing is.

He talks about some of the problems that raytracers don't have that normal renderers do (shadows, reflections, etc) and notes that the images display in the post took about seven minutes to render on his system. He proved that it can work, but notes that it supports his original hypothesis - rendering like this with PHP is just too slow.

0 comments voice your opinion now!
php raytracing image_3d pear package seven minutes php raytracing image_3d pear package seven minutes


php|architect:
7 Promotions for 7 Days Starts Today
January 03, 2006 @ 06:47:29

The start of this week marks the beginning of the "Promo Week" over at php|architect, with deals on all sorts of great things including discounts off of the Zend Certification and discounts on their training courses.

The holidays are a time to spend with the family... but the New Year is a time to get some of the best deals from php|a!

Once a year'"and only once a year'"we bring you a series of special one-day-only deals on all our products and services that you will not want to miss!

Today is the start of the promotion, and the deal today involves a $50 (USD) discount off of the Zend Certification exam. Here's a few of the others (that aren't surprises):

  • Wednesday, Jan. 4th - a free PDF
  • Friday, Jan. 6th - 50% off of training classes
  • Sunday, Jan. 8th - PDFLib Book launch offer
  • Monday, Jan. 9th - a php|tek special offer

So, keep your eyes here for the surprise promos through out the week!

0 comments voice your opinion now!
php promotion seven days discount training book zce php promotion seven days discount training book zce


php|architect:
Seven Promotions for Seven Days
December 26, 2005 @ 07:32:48

php|architect magazine has some great new promotions that they've started to close out this year (and start up the new one) with a bang.

The holidays are a time to spend with your family... but the new year is the time to take advantage of our once-a-year "promofest"!

Starting January 3rd, 2006, and continuing until January 9th, we'll be announcing a new one-day-only promotion every day.

The promotion will culminate on January 9th with a special discount on all conference packages to celebrate the announcement of the official schedule.

Some of the promos will include: subscription discounts, special pricing on books, huge training price cuts, and even the release of a brand new book - "Beginning Pdflib". So, keep an eye out and watch for those promos!

0 comments voice your opinion now!
php php|architect magazine seven promotions seven days php php|architect magazine seven promotions seven days


John Cox's Blog:
Security Blunders
December 21, 2005 @ 07:08:07

In his latest post today, John Cox takes a look at one of the latest posts from the SitePoint PHP blog - the Top 7 PHP Security Blunders.

This morning I read the Top 7 PHP Security Blunders which contained (at least in my mind) a few questionable comments about PHP security. Luckily for the early readers of the article, there was a very long comment by comments were a very nice critique of the article which also corrects a few obvious mistakes within the article itself.

The comments have now been pushed off the main article to the forum, (which is a shame) but as a developer, you would be doing yourself a disservice by not also taking the time to read the counter-point. They are insightful without being inflammatory.

The comments by Chris that he makes reference to can be found here in the SitePoint forums...

0 comments voice your opinion now!
php sitepoint top seven security blunders chris shiflett php sitepoint top seven security blunders chris shiflett


SitePoint PHP Blog:
Top 7 PHP Security Blunders
December 21, 2005 @ 07:04:07

On the SitePoint PHP blog today, Pax Dickinson shares with us the "Top 7 PHP Security Blunders" as he sees them.

In this article, I'll detail many of the common PHP programming mistakes that can result in security holes. By showing you what not to do, and how each particular flaw can be exploited, I hope that you'll understand not just how to avoid these particular mistakes, but also why they result in security vulnerabilities. Understanding each possible flaw will help you avoid making the same mistakes in your PHP applications.

His list includes:

  • Unvalidated Input Errors
  • Access Control Flaws
  • Cross Site Scripting (XSS) Flaws
  • Data Handling Errors

There's more listed, so be sure to check out the rest of the article - each item is explained and on some, sample code is included where it makes sense...

0 comments voice your opinion now!
php top seven security blunders input error xss access control php top seven security blunders input error xss access control



Community Events









Don't see your event here?
Let us know!


package developer zendframework book ajax mysql zend application PHP5 releases security framework conference cakephp release code job database example PEAR

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework