Archive for January 30th, 2007

An Introduction to Security Measures in Apache 2.2

This article is aimed at giving you a practical and interesting introduction to the two methods of authentication available to you as an administrator of Apache. It is only a first step and not intended as the only step if you are configuring a commercial web server….

Refurbished and Used Networking Equipment Network Liquidators sells refurbished and used networking equipment for up to 95% off list, with a 1 year warranty. We buy and sell top brands like Cisco, Extreme, Foundry, and more. Call us for best pricing.

Continue Reading · Add comment

HowToForge.com: Loops In PHP

On the HowToForge website, there’s a new tutorial that teaches one of the fundamentals of working with PHP (or any language for that matter) - looping.

Let’s move towards our today’s lecture which is about Loops. There are certain conditions in which you need to execute the same block of code again and again. For example if you want to print ten consecutive equal signs in three lines to make a separator then you could do it with different methods.

The tutorial covers:

  • Basic Concept Of Loops
  • Types Of Loops (for, while, do/while, and foreach)
  • Assignment
  • some Related Articles

Code examples are given for all, and a good overview of working with the loops is given.

Continue Reading · Add comment

Pierre-Alain Joye’s Blog: Zip 1.8.5, small bug fixes release

Pierre-Alain Joye has posted about the latest update to his Zip PECL package today:

This release fixes two small issues, a leak happening on error and a bug in extractTo. Empty directories were not created recursively, for example an entry like “test/emptydir”, only the “test” directory was created.

This latest download is here and the homepage for the project is over on this PECL page (as well as details on what the package can do and documentation of all of its features).

Continue Reading · Add comment

International PHP Magazine: IPM Poll Question: Which Is the Best Way to Do PHP Web Testing?

The results of the latest International PHP Poll are in for the question “Which is the best way to do PHP web testing?” Options included “Use SimpleTest Web tester”, “Use element IDs or names to test links, forms and fields”, and “Log HTTP requests in the application”.

Coming out on top with 22.6 percent of the votes was the first item, though - “Use SimpleTest Web tester”. Second was a close race with “All” and “None” only about 1 percent different (”None” being the higher).

Be sure to get your vote in for this week’s poll question - “What Is the Top Mistake That PHP Coders Commit?” Options for this poll include “Not escaping entities and SQL input”, “Syntax errors”, and “Not using a Framework”.

Continue Reading · Add comment

Symfony Blog: The Definitive Guide to Symfony and symfony 1.0 RC1 released

As announced in this new post to the Symfony blog today, “The Definitive Guide to Symfony” book from APress has officially been published. Along with that release comes another - the 1.0 RC1 release of the framework itself.

We are very proud to announce the official release of The Definitive Guide to Symfony, a book that myself and Fabien spent the last months writing. The 490 pages of this book explain all you need to know from starting up symfony to managing a symfony application, with a lot of practical examples and expert tips. It is available in bookstores right now.

The book is released under the GFDL license (it’s a free download) and can be purchased at most book retailers.

Continue Reading · Add comment