Archive for the 'development' Category
Overloading and Object-Oriented Programming with PHP 5
0 Comments Published by feeder October 12th, 2006 in patterns, php, developmentLast week we discussed design patterns and polymorphism. This week we examine overloading and more. This article the last of four parts is excerpted from chapter two of the book em Advanced PHP Programming em written by George Schlossnagle Sams ISBN 672325616 ….
This week, Sreekumar Pillai begins a two-part series on OpenLaszlo, a zero-install platform for rich web applications. In this first part, Pillai introduces the OpenLaszlo Hello World app.
Understanding Ajax: Getting Started
0 Comments Published by zdzislaw October 9th, 2006 in ajax, development, web 2.0What makes Ajax possible is the communication layer with the server. The most complete option is the JavaScript XMLHttpRequest object. If XMLHttpRequest is not suitable, hidden IFrames and cookies can also be used. Both will be examined here. By Joshua Eichorn. 1009
Polymorphism, Design Patterns, and PHP Programming
0 Comments Published by feeder October 5th, 2006 in tutorials, patterns, phpLast week we continued our discussion of the object-oriented features of PHP 5 by taking a first look at design patterns. This week we will continue looking at design patterns and examine polymorphism. This article the third of four parts is excerpted from chapter two of the book em Advanced PHP Programming em written by George Schlossnagle Sams ISBN 672325616 ….
Introducing Builder Objects in PHP 5
0 Comments Published by feeder October 4th, 2006 in tutorials, phpIn this article the first of a three-part series you will be introduced to the basics of creating directors and builder objects with PHP 5. As usual there will be copious examples to help you quickly start using the builder pattern in your own PHP projects….
The JavaScript Library World Cup
0 Comments Published by feeder October 4th, 2006 in javascript, web 2.0Flex 2: Rich Internet Applications in a Flash!
0 Comments Published by feeder October 4th, 2006 in tutorials, developmentThis is the continuation of a three part series. This week we look at transforming XML with XSLT, querying XML with XPath, evaluating XPath Expressions, serializing XML and more. By David Flanagan. 0925
Using Introspective Methods with the DirectoryIterator Class in PHP 5
0 Comments Published by feeder September 25th, 2006 in patterns, phpIf you re one of those PHP developers who want to explore the package of classes that come bundled with the Standard PHP Library SPL then fear not because you re at the right place. Welcome to the concluding part of the series A Close Look at the DirectoryIterator Class in PHP 5. In three parts this series introduces the most important methods attached to this class and shows you how to use them by mean of extensive hands-on examples….
Rackspace-Managed Servers, Fanatical SupportĀ? Full-Scale Microsoft & Linux Solutions & 0% Network Downtime! Click here now!
Object-Oriented Programming Through Design Patterns
0 Comments Published by feeder September 21st, 2006 in Uncategorized, patterns, phpIf you re looking for an overview of the new object-oriented features of PHP 5 you ve found a good place to start. This article the first of several parts is excerpted from chapter two of the book em Advanced PHP Programming em written by George Schlossnagle Sams ISBN 672325616 ….
Automate Software Builds with Visual Build Pro Easily create an automated, repeatable process for building and deploying software.
Five years after XML Schema’s release, it has matured into a key XML technology, despite its warts and arguably superior competitors. But how are people actually using it? Paul Kiel’s article this week answers that question.
Displaying Dynamic Progress Bars
0 Comments Published by feeder September 20th, 2006 in tutorials, phpDisplaying Dynamic Progress Bars
JavaScript and XML
0 Comments Published by feeder September 18th, 2006 in tutorials, javascript, xmlThis week you’ll learn how to use JavaScript to work with XML data. Topics convered are obtaining XML documents, loading a document from the network, parsing XML text, XML documents from data islands and manipulating XML with the DOM API. By David Flanagan. 0918
Finding Paths, Timestamps and More with the DirectoryIterator Class in PHP
0 Comments Published by feeder September 18th, 2006 in tutorials, patterns, phpAre you interested in having at your disposal a quick reference for working with the DirectoryIterator class that comes with PHP 5 Then this might be the article that you ve been waiting for Welcome to the second tutorial of the series A Close Look at the DirectoryIterator Class in PHP 5. Over the course of this set of installments you ll find complete coverage of the most important methods bundled with this class and learn how to take advantage of their excellent functionality….
Main Methods of the DirectoryIterator Class in PHP 5
0 Comments Published by zdzislaw September 11th, 2006 in patterns, php, developmentThe DirectoryIterator class is an important part of the Standard PHP Library SPL . Among other things it lets you traverse any specified directory with a regular foreach loop. In this first article of a three-part series some of the most relevant methods that come with the DirectoryIterator class are covered….
(Advertisement) 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.
Main Methods of the DirectoryIterator Class in PHP 5
0 Comments Published by zdzislaw September 11th, 2006 in patterns, php, developmentThe DirectoryIterator class is an important part of the Standard PHP Library SPL . Among other things it lets you traverse any specified directory with a regular foreach loop. In this first article of a three-part series some of the most relevant methods that come with the DirectoryIterator class are covered….
Journyx Timesheet: FREE 10 user license! Increase your sales 5 to 20 percent. Automate billing with this 100% web-based timesheet. 1/4 of most projects lose money. Journyx finds them for you. Linux Wintel Solaris AIX FreeBSD. SOAP/XML API.
Managing Standalone Scripts in PHP
0 Comments Published by feeder September 7th, 2006 in tutorials, phpLast week we began our discussion of PHP standalone scripts. This week we ll be talking about child processes shared resources signals and writing daemons. The second of three parts this article is excerpted from chapter five of the book em Advanced PHP Programming em written by George Schlossnagle Sams ISBN 672325616 ..
Working with MySQL Result Sets and the Decorator Pattern in PHP
0 Comments Published by feeder September 5th, 2006 in tutorials, patterns, php, mysqlIf you re one of those avid PHP developers who wants to learn how to apply the decorator design pattern within your Web applications then this group of articles might be quite appealing to you. Welcome to the second part of the series Using the Decorator pattern with PHP. Comprised of two parts this series walks you through the core concepts of using this pattern in PHP and shows you its practical edge with numerous hands-on examples….
How to Create a Color Picker in JavaScript
0 Comments Published by feeder September 1st, 2006 in tutorials, javascript, webreferenceThis week you’re going to learn how to create a Color Picker similar to the one used in Photoshop, but entirely in JavaScript! By Mark Kahn. 0901
Implementing with PHP: Standalone Scripts
0 Comments Published by dumpster August 31st, 2006 in tutorials, phpIf you ve ever been interested in making significant use of PHP outside of a web environment this article will show you how. The first of three parts it is excerpted from chapter five of the book em Advanced PHP Programming em written by George Schlossnagle Sams ISBN 672325616 ….
(Advertisement) Rackspace-Managed Servers, Fanatical SupportĀ? Full-Scale Microsoft & Linux Solutions & 0% Network Downtime! Click here now!
PHP Filtering with OWASP
0 Comments Published by feeder August 23rd, 2006 in tutorials, php, developmentPHP Filtering with OWASP
How to Display Tabular Data - A New Perspective
0 Comments Published by zdzislaw August 23rd, 2006 in tutorials, javascriptIt’s common for a Web developer to build sites where tabular data is used. A common problem is where long fields might not fit correctly, making your browser resize the table cells, creating an annoying scrolling and/or cell height/width stretching. Here’s a solution to the problem. By Nicolas Erlijman. 0809
Doodle, A Demo Drawing Program - Part 1
0 Comments Published by feeder August 23rd, 2006 in tutorials, javascriptThis week you’ll learn about solid software design practices, many of them borrowed from working with Windows applications. The result is the development of a Web based drawing package. By Guyon Roche. 0802
Object-oriented JavaScript
0 Comments Published by feeder August 17th, 2006 in tutorials, javascriptGreg Brown explains how to use basic object-oriented techniques to build more robust AJAX applications.
Validating PHP User Sessions
Search
About
You are currently browsing the one man army's blog weblog archives for the 'development' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Latest
- A Quick Overview of the XML DOM Extension in PHP 5
- Building a Complete Web Searching Class with Yahoo Web Services and PHP 5
- Python: Count on It
- Class Inheritance with PHP
- Executing Destructors Manually in PHP 5
- Using Yahoo Web Services to Perform Searches with an Object-Oriented Approach
- Joomla Templates: Creating a Pure CSS Template
- Python Strings: Spinning Yarns
- Retrieving Information on Several Objects with Destructors in PHP 5
- Universally Related Popup Menus AJAX Edition: Part 3
Archives
Categories
- ajax (10)
- apache (4)
- book (1)
- css (5)
- development (22)
- devshed (4)
- eclipse (5)
- flash (2)
- frameworks (1)
- java (5)
- javascript (12)
- music (2)
- mysql (5)
- news (1)
- patterns (12)
- perl (1)
- photoshop (3)
- php (48)
- python (2)
- python (2)
- seo (5)
- sitepoint (4)
- sqlite (1)
- techcrunch (7)
- tutorials (54)
- Uncategorized (7)
- web 2.0 (13)
- webreference (6)
- xml (11)
- zeldman (1)
