Archive for the 'tutorials' Category
Using Yahoo Web Services to Perform Searches with an Object-Oriented Approach
0 Comments Published by zdzislaw February 12th, 2008 in tutorials, phpIf you re a PHP developer who wants to take the first steps toward building web applications that interact with specific web services in this article series you ll find an approachable guide to implementing some of the most useful search services provided by Yahoo by using a few simple PHP scripts….
Two-Day RailsQuickStart Seminar in SF Learn to build Ruby on Rails sites in a two-day seminar. Kick-start your Rails skills!
Retrieving Information on Several Objects with Destructors in PHP 5
0 Comments Published by zdzislaw February 6th, 2008 in tutorials, phpWelcome to the fourth part of the series Understanding Destructors in PHP 5. Made up of five comprehensive tutorials this series brings to you the foundations of how to declare and implement destructors in PHP 5-driven classes. And it tackles this process from a practical point of view since you ll be able to learn these methods by using copious examples….
Two-Day RailsQuickStart Seminar in SF Learn to build Ruby on Rails sites in a two-day seminar. Kick-start your Rails skills!
Universally Related Popup Menus AJAX Edition: Part 3
0 Comments Published by zdzislaw February 6th, 2008 in ajax, tutorialsLast week we looked at an in-depth explanation of the JavaScript code. This week, we conclude the series with a line-by-line walkthrough of the JavaScript code and describe the server-side classic ASP script code. By Rob Gravelle. 0206
Python: More Fun with Strings
0 Comments Published by zdzislaw February 4th, 2008 in tutorials, pythonIn our last article we left off discussing ways to manipulate strings in Python like concatenating repeating escape characters and so forth. In this episode we will pick up where we left off and learn some more ways to work with strings starting with the comparison method….
Phoenix Software Design For custom software design & development services call us today.
Universally Related Popup Menus AJAX Edition: Part 2
0 Comments Published by zdzislaw February 1st, 2008 in ajax, tutorialsLast week we looked at a brief overview of Ajax, relevant JavaScript 1.3 enhancements, how to run the example and using the script within your own Web page. This week we look at additional functionality that you’d like to add to scripts and an in-depth explanation of the JavaScript code. By Rob Gravelle. 0130
Keeping Track of Objects when Using Destructors in PHP 5
0 Comments Published by zdzislaw January 30th, 2008 in tutorials, phpAmong the improvements that were introduced into the object model of PHP 5 class destructors are quite possibly one of the easiest to learn and implement. As you may have heard a destructor is a special kind of method that is called automatically by the PHP interpreter right before destroying a particular object. So if you re interested in learning how to use them in your own PHP 5-driven applications you should start reading this article series …
$2.50 SVN Hosting $2.50 Subversion Hosting. 1GB, SSL included. No-risk trial. Sign up today.
Implementing Yahoo Image Search Web Service with PHP 5
0 Comments Published by zdzislaw January 29th, 2008 in tutorials, phpWelcome to the third installment of the series Using Yahoo Web Services with PHP 5. If you re a PHP programmer who wants to learn how to incorporate the useful web services offered by Yahoo then this series of articles might be what you re looking for. You ll find numerous code samples to help you start using these popular web services within your own PHP 5 applications….
See how easy remote support can be. Try WebEx free! Deliver efficient and effective support. Remotely control applications. Leap securely through firewalls.
Page Structuring Using Cascading Style Sheets: Part 1
0 Comments Published by zdzislaw January 28th, 2008 in tutorials, cssThis week you’ll learn about AP (or Absolutely Positioned) Elements. These are CSS-driven “content blocks” in Dreamweaver that can contain text, images, media elements and more. Additionally, you can freely position the AP Element anywhere you want on a page. By Zak Ruvalcaba. 0128
Python: Stringing You Along
0 Comments Published by zdzislaw January 28th, 2008 in tutorials, pythonIf you have ever programmed before or are a ninety-year-old lady or a cat then you know how useful strings are. If you have been reading these articles you will know that a string is a character a sentence a paragraph a book etc. If you haven t been reading these articles then you re missing an important part of your education as a programmer. Don t keep yourself in the dark start reading …
Automate Software Builds with Visual Build Pro Easily create an automated, repeatable process for building and deploying software.
Implementing Destructors with Multiple Objects in PHP 5
0 Comments Published by zdzislaw January 23rd, 2008 in tutorials, phpWelcome to the second installment of the series Understanding Destructors in PHP 5. Whether you re a PHP programmer who s making their first steps in the area of professional PHP development or an experienced developer with a solid background in object-based PHP programming this article series can provide you with an approachable guide for using destructors in PHP 5-controlled development environments….
Software Development at Shopping.com! Find, compare and buy Internet and Communication Applications and other Computer Software products at Shopping.com. Read product reviews and compare prices with tax and shipping.
Securing Data Sent Via GET Requests
0 Comments Published by zdzislaw January 17th, 2008 in tutorials, phpSecuring Data Sent Via GET Requests
A New Identity for Web Services
0 Comments Published by zdzislaw January 16th, 2008 in tutorials, xmlJason Levitt describes the newly burgeoning field of web authentication APIs, including Yahoo’s BBAuth and Google’s AuthSub.
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 WSGI: Python’s Secret Web Weapon, Part Two
0 Comments Published by zdzislaw October 4th, 2006 in tutorials, pythonIn Part Two, James Gardner completes his introduction of WSGI, the new Python standard for building reusable web-framework components.
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….
Flex 2: Rich Internet Applications in a Flash!
0 Comments Published by feeder October 4th, 2006 in tutorials, developmentDisplaying 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….
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….
Controlled Image Sharpening with Photoshop CS2
0 Comments Published by feeder September 4th, 2006 in tutorials, photoshopHaving trouble applying Photoshop’s Unsharp Mask filter to your creations? Using the Unsharp Mask can be tricky business, but, as Corrie explains, some good technique, a little patience, and an artistic eye is all you need to sharpen your images to a professional standard.
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
Search
About
You are currently browsing the one man army's blog weblog archives for the 'tutorials' 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)
