| DEVSHED - Perl Subroutines: Arguments and Values : -- Top |
| Date Added :23rd August 2007 |
In this second part of a three-part series covering subroutines in Perl you will learn about missing arguments default argument values and more. It is excerpted from chapter nine of the book em Perl Best Practices em written by Damian Conway O Reilly ISBN 596 1738 . Copyright 2 6 O Reilly Media Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O Reilly Media....
Designed to Inspire, Educate & Instill Creativity Learn to build an effective email marketing campaign at the ClickZ Email Marketing Forum (NY) -Oct 2 |
| Read More >> |
| DEVSHED - Drawing More Complex Shapes with the GD Library in PHP : -- Top |
| Date Added :22nd August 2007 |
The GD library that comes bundled with PHP 4 and PHP 5 provides web developers with a robust set of intuitive functions for generating and handling dynamic graphics with minor hassles. If you re interested in mastering the numerous features integrated with this PHP extension this series of instructive tutorials will make the whole learning experience a truly painless process....
Search Engine Strategies London 2008 Conf & Expo Learn how search engine friendly design can tap into free traffic from search engines –SESLondon.com |
| Read More >> |
| DEVSHED - Drawing Functions and the GD Library in PHP : -- Top |
| Date Added :21st August 2007 |
If you re a PHP developer looking for an approachable guide on how to use the popular GD extension available with PHP 4 and PHP 5 then look no further because this series might be what you need. Welcome to the third article of the series that began with A Close Look at the GD Library in PHP. In this group of tutorials you ll find distilled material on using the most important functions that come integrated with the GD library....
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. |
| Read More >> |
| DEVSHED - Creating Image Streams from Existing Graphics with the GD Library in PHP : -- Top |
| Date Added :20th August 2007 |
Within the huge range of applications that can be developed with PHP creating dynamic images may be among the most useful and interesting. This process can be easily tackled by using the GD library. If you re curious about how to use the functions that come bundled with this extension this series of articles might be what you re looking for....
Enter to Win a 42" Panasonic Plasma HDTV Free Registration - Access Thousands of Webcasts and Videos, and Enter to Win a 42" Plasma HDTV |
| Read More >> |
| DEVSHED - Subroutines in Perl : -- Top |
| Date Added :16th August 2007 |
Subroutines let programmers extend the Perl language...at least in theory. There are certain pitfalls for which you need to be alert. This article the first of three parts will warn you about those pitfalls and help you avoid them. It is excerpted from chapter nine of the book i Perl Best Practices i written by Damian Conway O Reilly ISBN 596 1738 . Copyright 2 6 O Reilly Media Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O Reilly Media....
Software Development Looking for Software development? Search over 15,000 sites with one click. Your source for everything under the sun! |
| Read More >> |
| ILOVEJACKDANIELS - SQL Server Cheat Sheet : -- Top |
| Date Added :20th July 2007 |
 Microsoft's SQL Server is a powerful database server that integrates well with other Microsoft technologies like ASP and .NET, and includes some of the best database management tools available. This A4 reference lists the various functions available in SQL Server, and demonstrates the creation of stored procedures, triggers and functions. |
| Read More >> |
| ILOVEJACKDANIELS - Mutual Blog Promotion : -- Top |
| Date Added :30th June 2007 |
 Commenting on blogs is an essential part of most low budget marketing strategies, especially when promoting blogs. Plenty of people automate blog commenting, spamming thousands of blogs with worthless generic comments. There is a better way, of course. |
| Read More >> |
| ILOVEJACKDANIELS - HTML Cheat Sheet : -- Top |
| Date Added :8th January 2007 |
 HTML is the language of the web. It is the semantic support on which websites depend. This A4 reference lists the various tags available to the web designer, as well as a selection of useful character entities, attributes and events. |
| Read More >> |
| ILOVEJACKDANIELS - 28k and 56k Modem Emulator : -- Top |
| Date Added :29th December 2006 |
 Regardless of your connection speed, this will show you how your site loads on PCs with older connections. Update 29 December 2006: It was gone, but now it's back. |
| Read More >> |
| ILOVEJACKDANIELS - Querystring Functions : -- Top |
| Date Added :5th December 2006 |
 Adding and removing variables to and from URLs using PHP is a relatively simple process admittedly, but I have a couple of functions I use often to make the process even less time-consuming. |
| Read More >> |
| PHPIT - PHP5 Class Basics, Part 1 : -- Top |
| Date Added :1st September 2006 |
If you still don't know a lot about classes and objects in PHP, this tutorial will help you get started. In this firat part of a new article series you will learn the basic concepts of classes in PHP5. |
| Read More >> |
| PHPIT - Book Review: PHP5 Recipes: A Problem-Solution Approach : -- Top |
| Date Added :24th August 2006 |
In this book review, Dennis Pallett shares his opinion of "PHP5 Recipes: A Problem-Solution Approach". |
| Read More >> |
| PHPIT - Building a simple MVC system with PHP5 : -- Top |
| Date Added :22nd August 2006 |
In this first ever full-blown PHP5 tutorial on PHPit, Dennis Pallett takes you through the steps of creating a simple MVC system from scratch. Complete source code of the MVC system is included (see the 'Conclusion'). |
| Read More >> |
| PHPIT - Image manipulation with PHP & the GD library, Part 2 : -- Top |
| Date Added :14th August 2006 |
In this second part of the article series on PHP's image functions Dennis Pallett shows you how to resize images on-the-fly and how to dynamically add a watermark to an image. Full demo code included. |
| Read More >> |
| PHPIT - Book Review: Mastering phpMyAdmin for Effective MySQL Management : -- Top |
| Date Added :9th August 2006 |
Learn more about "Mastering phpMyAdmin for Effective MySQL Management" written by Marc Delisle in this book review by Dennis Pallett. |
| Read More >> |
| PHPIT - Image manipulation with PHP & the GD library, Part 1 : -- Top |
| Date Added :1st August 2006 |
In this first part of a new article series on PHP's image functions Dennis Pallett will show you how to open, display and save images with the GD library. You will also learn how to build a simple image converter script, with full source included. |
| Read More >> |
| PHPIT - Read your e-mail with PHP! : -- Top |
| Date Added :13th July 2006 |
Ever wanted to build your own web mail interface or auto-responder? In this tutorial Dennis Pallett shows you the basics of reading e-mail with PHP and a POP3 class. |
| Read More >> |
| PHPIT - Book Review: Smarty PHP Template Programming and Applications : -- Top |
| Date Added :3rd July 2006 |
In this book review Dennis Pallett takes a closer look at "Smarty PHP Template Programming and Applications" published by Packt Publishing. |
| Read More >> |
| PHPIT - Using globals in PHP : -- Top |
| Date Added :27th June 2006 |
Dennis Pallett shows you how to properly use globals in this article, where you will learn everything about the global keyword, the Singleton pattern, the Registry pattern and a Request Wrapper. |
| Read More >> |
| PHPIT - Creating a PHP Settings Class : -- Top |
| Date Added :20th June 2006 |
In this tutorial Dennis Pallett shows you how to create a settings class which can handle multiple formats (PHP, INI, XML and YAML) using PHP and polymorphism. |
| Read More >> |