Archive for July, 2006
Centralizing the Validation of Data with the Observer Pattern in PHP
0 Comments Published by zdzislaw July 31st, 2006 in tutorials, phpAre you looking for an easygoing article that teaches you how to implement the Observer design pattern inside your PHP 5 applications Your search is finished Welcome to the last part of the series The Observer Pattern in PHP. Made up of three articles this series will show you how to create and work with observer objects without making you scratch your head while looking at complex code samples….
(Advertisement) Protect your software for the entire lifecycle. Only Unified Software Protection from SafeNet gives you complete security from the development stage through fast and flexible licensing, to distribution and beyond. Lock down your softwareÂ? click for a free whitepaper on securing software revenue.
There’s lots of instant messaging news today. Google isn’t letting the fact that it has less than 1% market share and only 44,000 people used its Google Talk client last month get it down. Tonight they’ve released three significant new features to the product - file transfers, voicemail and music status. Information on all of […]
Client Access Control with MySQL
0 Comments Published by feeder July 27th, 2006 in tutorials, mysql, devshedIn our third and final article covering MySQL security you will learn about client access control. There are exercises included with answers so you can test yourself on what you learned. This article is excerpted from chapter 12 of the em MySQL 5. Certification Guide em written by Paul Dubois et al. Sams 2 5 ISBN 672328127 ….
(Advertisement) Java/.NET reporting Report Design made simple with M.S. Word. Generate PDF, HTML, and more.
Overloading Classes in PHP 5
0 Comments Published by feeder July 25th, 2006 in tutorials, php, developmentWelcome to the last installment of the series Overloading classes in PHP. Comprised of three tutorials this series shows you how to overload your classes whether you re using PHP 4 or PHP 5 and explains in detail the implementation of the __set __get and __call methods in order to overload property accesses and method calls respectively….
(Advertisement) Java/.NET reporting Report Design made simple with M.S. Word. Generate PDF, HTML, and more.
Scripting in the Browser - Part 2
0 Comments Published by feeder July 25th, 2006 in tutorials, javascriptThis week we examine extra functionality in MSXML which provides additional properties and methods that can be used with the DOM interfaces discussed previously. You’ll see examples and learn how to create similar functionality in Mozilla. By Apress. 0705
Scripting in the Browser - Part 1
0 Comments Published by feeder July 25th, 2006 in tutorials, javascriptThis week you’ll learn how to use JavaScript to manipulate XML documents. Some of the topics covered are the key DOM interfaces and the differences between Internet Explorer (IE) and Mozilla. By Apress. 0628
The Creative Process of Photography
0 Comments Published by feeder July 25th, 2006 in tutorials, photoshopThis week you’ll learn about the creative process from the artist’s perspective. Broken into three parts, you’ll learn how to stay creatively alive, how the images were shot, manipulated, prepared for printing, and more. By O’Reilly Media Inc. 0606
Search Engine Optimization with Google Sitemaps
0 Comments Published by feeder July 25th, 2006 in seoIf you’ve been looking for a way to optimize your Web site, check out Google Sitemaps. Among other things, you can tell Google how important a given page is relative to others and you can learn what Google thinks of your Web site! By Matthew Coers. 0602
Developing Web Applications with Ajax, Pt. 4
0 Comments Published by zdzislaw July 25th, 2006 in ajax, webreferenceThis week you’ll learn how to submit information through forms without reloading the page. We’ll begin with the form’s HTML, and then we’ll move onto adding the JavaScript for submitting a form with Ajax. By Jonathan Fenocchi. 0719
Apache Ant is a powerful build tool. This week you’ll learn what Ant property files are, how to use Ant’s capabilities to better integrate with IBM Rational ClearCase, how to implement Ant build files and more. By Kevin A. Lee. 0717
Simple Comments
0 Comments Published by feeder July 25th, 2006 in perl, tutorials, development, webreferenceA common feature appearing on more and more Web sites is support for comment posting by users, which tends to appear at the bottom of a Web page or article. Our own Perl-based comment system is the focus of this article and you’ll learn how to use this on static Web pages. By Dan Ragle. 0712
Want to boost your traffic? Learn how to improve your rankings by creating a list of specific keywords, create a theme based content site, use the Overture Search Tool and more. By Robert Spadinger. 0630
For Web developers who want to add more interactivity to their Web sites, this book is packed with information. It’s well written, but if you’re a novice additional programming background is recommended. To learn more, read on… By Lee Underwood. 0623
How to Manage Memory in PHP
0 Comments Published by feeder July 25th, 2006 in php, development, webreferenceAn important difference between a managed language like PHP, and an unmanaged language like C is control over memory pointers. Here you’ll learn that traditional memory management functions are almost never used directly by the PHP source code. By Pearson Education. 0619
Cascading Style Sheets (CSS) are used for Web page layouts and aid in separating the document’s style from its structure. Used correctly, CSS can be a powerful Web design tool. This extensive reference covers all the properties of the current version. By Lee Underwood. 0616
The JavaScript Diaries: Part 14 - The Math Object
0 Comments Published by feeder July 25th, 2006 in tutorials, javascript, development, webreferenceThis week we look at the Math object, a JavaScript object used to perform mathematical operations such as obtaining the values of predefined mathematical constants. It can also be used to generate random numbers. By Lee Underwood. 0609
Last week we began our discussion of MySQL database security. This week we continue that discussion with user account management. The second of several parts this article is excerpted from chapter 12 of the em MySQL 5. Certification Guide em written by Paul Dubois et al. Sams 2 5 ISBN 672328127 ….
(Advertisement) Automate Software Builds with Visual Build Pro Easily create an automated, repeatable process for building and deploying software.
Using Method Call Overloading in PHP 4
0 Comments Published by zdzislaw July 25th, 2006 in tutorials, phpThis is part two of the series Overloading classes in PHP. In three tutorials this series teaches how to overload your classes in PHP 4 by using the overload PHP built-in function in conjunction with the implementation of the __set __get and __call methods and explores the native support of object overloading in PHP 5….
(Advertisement) 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.
An Introduction to the Observer Pattern in PHP
0 Comments Published by feeder July 25th, 2006 in patterns, php, devshedIf you have reached the point in your programming life where you are using design patterns you will want to read this article. The first of a three-part series it covers the Observer pattern which can be just the thing for situations where objects need to send information to a centralized mechanism….
Developing a Form Validation System with the Observer Pattern in PHP
0 Comments Published by feeder July 25th, 2006 in patterns, php, devshedWant to gain a good grounding in how to apply the Observer pattern in PHP Then you re in the right place Welcome to the second part of the series The Observer Pattern in PHP. Composed of three tutorials this series teaches you the key concepts of the popular Observer design pattern and shows you how to apply it in the context of real-world PHP applications….
(Advertisement) Java/.NET reporting Report Design made simple with M.S. Word. Generate PDF, HTML, and more.
Using XML, Part 5: SOAP and WSDL
0 Comments Published by zdzislaw July 25th, 2006 in tutorials, php, xml, developmentUsing XML, Part 5: SOAP and WSDL
You should check this project out, from the website:
“Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any […]
Palo Alto based Jot is in the process of rolling out Jotspot 2.0, a significant upgrade to their hosted wiki solution.
We met with CEO Joe Kraus last week to demo the new product (and to discuss the Yahoo acquisition rumors from May, which were flatly denied).
Jotspot 2.0 takes the existing, mostly unstructured Jotspot wiki application […]
Technorati has updated their design and added new features, as they celebrate their third birthday. See a post by CEO Dave Sifry on the Technorati blog for more.
Thumbs up across the board on this one. The design is much better and easier to read than its year-old predecessor.
The new features, though, are where the action […]
Amie Street: Awesome New Music Model
0 Comments Published by feeder July 24th, 2006 in web 2.0, techcrunch, musicA lot has happened in the music space recently that suggests a steady progression towards the sale of DRM-free music by the big labels. In my opinion this progression/evolution is inevitable, and will be followed by a reduction in pricing towards zero - services will be able to sell based on service levels (ease and […]
Search
About
You are currently browsing the one man army’s blog weblog archives for July, 2006.
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)
