<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>one man army's blog</title>
	<link>http://blog.onemanarmy.eu.org</link>
	<description>daily web-paper</description>
	<pubDate>Sat, 08 Mar 2008 13:37:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>A Quick Overview of the XML DOM Extension in PHP 5</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/26/a-quick-overview-of-the-xml-dom-extension-in-php-5/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/26/a-quick-overview-of-the-xml-dom-extension-in-php-5/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 14:00:51 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>php</category>
	<category>xml</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/26/a-quick-overview-of-the-xml-dom-extension-in-php-5/</guid>
		<description><![CDATA[To be frank  how many times in your life as a PHP developer have you had to deal with XML documents  Probably dozens of times  particularly if you use it to develop PHP applications that implement some kind of web service  or possibly when creating RSS feeds and template files for different web sites. And  surely  the list goes on and on....
<br /><a href="http://rsslinks.industrybrains.com/click?sid=360&#38;scid=10113&#38;rqctid=4194&#38;lid=478069&#38;cid=3283&#38;pr=2&#38;tstamp=20080305000000&#38;url=http://www.nationaluniversitysystem.org/forms/formmstm.jsp%3fmtm013">Go beyond knowing technology and manage it</a> Get a Master of Science in Technology Management online. Enroll with National University today.]]></description>
			<content:encoded><![CDATA["<span class="txt">To be frank, how many times in your life as a PHP developer have you had to deal with XML documents? Probably dozens of times, particularly if you use it to develop PHP applications that implement some kind of web service, or possibly when creating RSS feeds and template files for different web sites. And, surely, the list goes on and on.But wait a minute! Of course, I??m not saying that XML is the evil player of this game, because you??d be completely misunderstanding my point. XML is great for different reasons, which are definitely out of the scope of this article. But when you need to build large XML documents from scratch or even parse them in some way, you can be faced with a quite challenging and time-consuming process that might cause hair loss!

However, as you know, PHP 5 comes equipped with a number of extensions that will make your life much easier when it comes to building and parsing things like XML data. For example, there??s the ??SimpleXML? library, which permits you to perform some useful tasks, such as reading XML data from files and strings, iterating over XML documents, parsing individual nodes, and so forth.

PHP 5 has yet another extension that can be really helpful for handling XML data in all sorts of clever ways. In this case, I??m talking about the one called ??XML DOM.? If you??ve already worked with it during the development of your PHP 5 applications, then you should be well aware of its strong capabilities when it comes to dealing with XML data.

Of course, there??s the possibility that aside from being a PHP programmer, you??re also a professional diver, who spends most of your time exploring the beauty of the oceans and, in consequence, you've never heard about this PHP extension. In that case, let me tell you a couple of interesting things that you can do with it.

Simply put, the DOM XML extension, as its name suggests, will permit you to work on XML documents by way of the DOM API. In this way, it allows you to read from and write to XML files, build XML data from scratch and parse specific nodes, extract them as an array, and even process HTML markup in different ways by using a handful of intuitive methods that closely resemble the ones used with JavaScript.

</span>"

Full story <a target="_blank" href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/26/a-quick-overview-of-the-xml-dom-extension-in-php-5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Building a Complete Web Searching Class with Yahoo Web Services and PHP 5</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/20/building-a-complete-web-searching-class-with-yahoo-web-services-and-php-5/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/20/building-a-complete-web-searching-class-with-yahoo-web-services-and-php-5/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:00:57 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>Uncategorized</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/20/building-a-complete-web-searching-class-with-yahoo-web-services-and-php-5/</guid>
		<description><![CDATA[Welcome to the final part of the series  Using Yahoo  Web Services with PHP 5.  As the title claims  this series walks you through the basic concepts surrounding the correct utilization of the most relevant web search services provided by Yahoo  and puts the corresponding theory into practice by utilizing both procedural and object-oriented approaches....
<br /><a href="http://rsslinks.industrybrains.com/click?sid=360&#38;scid=10113&#38;rqctid=4194&#38;lid=390081&#38;cid=7795&#38;pr=2&#38;tstamp=20080220000000&#38;url=http://www.visualbuild.com/%3fph">Automate Software Builds with Visual Build Pro</a> Easily create an automated, repeatable process for building and deploying software.]]></description>
			<content:encoded><![CDATA["<span class="txt">Welcome to the final part of the series ??Using Yahoo! Web Services with PHP 5.? As the title claims, this series walks you through the basic concepts surrounding the correct utilization of the most relevant web search services provided by Yahoo! and puts the corresponding theory into practice by utilizing both procedural and object-oriented approaches.As you possibly know, Yahoo! has recently released a thorough set of Web Service APIs that can be easily consumed by using some popular server-side programming languages, including my favorite one, PHP. If you're interested in learning how to implement these useful services directly from your own PHP 5 applications, then look no further, because you've come to the right place.

Provided that you already went through all of the previous articles of the series, I could say that at this point you should have a pretty solid background in consuming the Yahoo! Web Search Services by way of some procedural PHP functions and a few straightforward classes as well.

As you saw for yourself in the course of the preceding articles, implementing a particular Yahoo! Web Search Service with PHP 5 is a relatively straightforward process, since it only requires an intermediate background in fetching file contents and processing multidimensional arrays using a few common PHP functions.

However, there's one particular thing that you'll certainly recall from the last tutorial: on that occasion I showed you how to utilize the respective Yahoo! traditional and video search services via two modular PHP 5 classes, which implemented some basic methods for performing the searches.

Of course, it's fair to mention here that the signatures corresponding to all these classes were very similar to each other. This naturally implies that it's possible to use inheritance to create one base class, and then derive some sub classes according to the web service that needs to be implemented in a specific case. Sounds pretty logical, right?

So, this last installment of the series will be entirely focused on demonstrating how Inheritance can be used in a helpful way to build a set of child classes that will come in handy for consuming a specific Yahoo! Search Service.

Now that you know the subject of this tutorial, it's time to learn how these web searching classes will be created with PHP 5. Ready to start? Let's go!"

</span>

Full story <a target="_blank" href="http://www.devshed.com/c/a/PHP/Building-a-Complete-Web-Searching-Class-with-Yahoo-Web-Services-and-PHP-5/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/20/building-a-complete-web-searching-class-with-yahoo-web-services-and-php-5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Python: Count on It</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/19/python-count-on-it/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/19/python-count-on-it/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 14:00:56 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>Uncategorized</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/19/python-count-on-it/</guid>
		<description><![CDATA[We touched on how numbers work in Python a while back in the beginning of our series on Python. In the past few tutorials we discussed strings and how to manipulate them and some of the string methods. Here  in this article  we will go over some of the math modules and discuss different uses for numbers in Python....
<br /><a href="http://rsslinks.industrybrains.com/click?sid=360&#38;scid=10113&#38;rqctid=4194&#38;lid=479378&#38;cid=134780&#38;pr=2&#38;tstamp=20080220000000&#38;url=http://www.timesys.com/services/index.htm%3futm_source%3dIndustryBrians%26utm_medium%3dContent%26utm_campaign%3dOnline%252BAds">Embedded Linux From a Trusted Source</a> Reduce your development schedules with pre-compiled Linux components, along with tools and support.]]></description>
			<content:encoded><![CDATA["<span class="txt" />

<span class="txt">We touched on how numbers work in Python a while back in the beginning of our series on Python. In the past few tutorials we discussed strings and how to manipulate them and some of the string methods. Here, in this article, we will go over some of the math modules and discuss different uses for numbers in Python.<strong>Intergalactic Integers Intentionally Invaded Iraq Intent on Infiltrating Its Islamic Oil</strong>
<p align="left" class="western" style="margin-bottom: 0in">Yeah you heard me. Try saying that headline three times fast. Or even slow. Although I am sure there is a way we could do just that with our Python integers, it won't be the focus of today's article. Instead we will cover more fascinating subjects, like explaining why our buddy Python has two types of integers. Shocking, I know.</p>
As you know, integers are whole numbers, both positive and negative, that do not have a value to the right of the decimal point. There are two kinds of integers in Python: regular and long."

</span>Full story <a target="_blank" href="http://www.devshed.com/c/a/Python/Python-Count-on-It/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/19/python-count-on-it/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Class Inheritance with PHP</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/17/class-inheritance-with-php/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/17/class-inheritance-with-php/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 10:19:14 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>Uncategorized</category>
	<category>php</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/17/class-inheritance-with-php/</guid>
		<description><![CDATA[Class Inheritance with PHP ]]></description>
			<content:encoded><![CDATA["Class Inheritance with PHP

There are many benefits of inheritance with PHP, the most common is simplifying and reducing instances of redundant code. Class inheritance may sound complicated, but think of it this way. Consider a tree. A tree is made up of many parts, such as the roots that reside in the ground, the trunk, bark, branches, leaves, etc. Essentially inheritance is a connection between a child and its parent. "

Full story <a target="_blank" href="http://www.phpbuilder.com/columns/kris_hadlock20080215.php3">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/17/class-inheritance-with-php/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Executing Destructors Manually in PHP 5</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/13/executing-destructors-manually-in-php-5/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/13/executing-destructors-manually-in-php-5/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 14:00:56 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>php</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/13/executing-destructors-manually-in-php-5/</guid>
		<description><![CDATA[Welcome to the final chapter of the series  Understanding Destructors in PHP 5.  In consonance with this article s title  this series walks you through the basics of utilizing class destructors in object-based applications and also provides you with a decent number of hands-on examples  so you can start incorporating these useful methods into your PHP 5 classes with minor efforts....
<br /><a href="http://rsslinks.industrybrains.com/click?sid=360&#38;scid=10113&#38;rqctid=4194&#38;lid=479378&#38;cid=134780&#38;pr=2&#38;tstamp=20080217000000&#38;url=http://www.timesys.com/services/index.htm%3futm_source%3dIndustryBrians%26utm_medium%3dContent%26utm_campaign%3dOnline%252BAds">Embedded Linux From a Trusted Source</a> Reduce your development schedules with pre-compiled Linux components, along with tools and support.]]></description>
			<content:encoded><![CDATA["Welcome to the final chapter of the series  Understanding Destructors in PHP 5.  In consonance with this article s title  this series walks you through the basics of utilizing class destructors in object-based applications and also provides you with a decent number of hands-on examples  so you can start incorporating these useful methods into your PHP 5 classes with minor efforts...."

Full story <a target="_blank" href="http://www.devshed.com/c/a/PHP/Executing-Destructors-Manually-in-PHP-5/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/13/executing-destructors-manually-in-php-5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Using Yahoo Web Services to Perform Searches with an Object-Oriented Approach</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/12/using-yahoo-web-services-to-perform-searches-with-an-object-oriented-approach/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/12/using-yahoo-web-services-to-perform-searches-with-an-object-oriented-approach/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 14:00:56 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>tutorials</category>
	<category>php</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/12/using-yahoo-web-services-to-perform-searches-with-an-object-oriented-approach/</guid>
		<description><![CDATA[If 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....
<br /><a href="http://rsslinks.industrybrains.com/click?sid=360&#38;scid=10113&#38;rqctid=4194&#38;lid=478115&#38;cid=133283&#38;pr=2&#38;tstamp=20080213000000&#38;url=http://www.buildingwebapps.com/seminar%3ftid%3dib5b">Two-Day RailsQuickStart Seminar in SF</a> Learn to build Ruby on Rails sites in a two-day seminar. Kick-start your Rails skills!]]></description>
			<content:encoded><![CDATA["If 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...."

Full story <a target="_blank" href="http://www.devshed.com/c/a/PHP/Using-Yahoo-Web-Services-to-Perform-Searches-with-an-ObjectOriented-Approach/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/12/using-yahoo-web-services-to-perform-searches-with-an-object-oriented-approach/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Joomla Templates: Creating a Pure CSS Template</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/12/joomla-templates-creating-a-pure-css-template/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/12/joomla-templates-creating-a-pure-css-template/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 11:08:07 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>css</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/12/joomla-templates-creating-a-pure-css-template/</guid>
		<description><![CDATA[This week you'll learn how to create a Joomla template that uses Cascading Style Sheets (CSS) to produce a layout. This makes the template code easier to validate. It also tends to load faster and is easier to maintain.`By Barrie North. 0211]]></description>
			<content:encoded><![CDATA["This week you'll learn how to create a Joomla template that uses Cascading Style Sheets (CSS) to produce a layout. This makes the template code easier to validate. It also tends to load faster and is easier to maintain.`By Barrie North. 0211"

Full story <a target="_blank" href="http://www.webreference.com/authoring/style/sheets/joomla_templates/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/12/joomla-templates-creating-a-pure-css-template/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Python Strings: Spinning Yarns</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/11/python-strings-spinning-yarns/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/11/python-strings-spinning-yarns/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 14:01:05 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>python</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/11/python-strings-spinning-yarns/</guid>
		<description><![CDATA[As the students used to say to Mr. Kotter   Welcome back  welcome back  welcome back.  In our previous article we talked some more about how to manipulate strings in Python  leaving off with indexing and slicing. Here  we will pick up again with slicing  using it to  change  the contents of a string....
<br /><a href="http://rsslinks.industrybrains.com/click?sid=360&#38;scid=10113&#38;rqctid=4194&#38;lid=355657&#38;cid=44583&#38;pr=2&#38;tstamp=20080212000000&#38;url=http://www.networkliquidators.com/%3ftrack%3dib">Refurbished and Used Networking Equipment</a> 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.]]></description>
			<content:encoded><![CDATA["As the students used to say to Mr. Kotter   Welcome back  welcome back  welcome back.  In our previous article we talked some more about how to manipulate strings in Python  leaving off with indexing and slicing. Here  we will pick up again with slicing  using it to  change  the contents of a string...."

Full story <a target="_blank" href="http://www.devshed.com/c/a/Python/Python-Strings-Spinning-Yarns/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/11/python-strings-spinning-yarns/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Retrieving Information on Several Objects with Destructors in PHP 5</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/06/retrieving-information-on-several-objects-with-destructors-in-php-5/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/06/retrieving-information-on-several-objects-with-destructors-in-php-5/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 14:00:48 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>tutorials</category>
	<category>php</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/06/retrieving-information-on-several-objects-with-destructors-in-php-5/</guid>
		<description><![CDATA[Welcome 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....
<br /><a href="http://rsslinks.industrybrains.com/click?sid=360&#38;scid=10113&#38;rqctid=4194&#38;lid=478115&#38;cid=133283&#38;pr=2&#38;tstamp=20080207000000&#38;url=http://www.buildingwebapps.com/seminar%3ftid%3dib5b">Two-Day RailsQuickStart Seminar in SF</a> Learn to build Ruby on Rails sites in a two-day seminar. Kick-start your Rails skills!]]></description>
			<content:encoded><![CDATA["Welcome 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...."

Full story <a target="_blank" href="http://www.devshed.com/c/a/PHP/Retrieving-Information-on-Several-Objects-with-Destructors-in-PHP-5/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/06/retrieving-information-on-several-objects-with-destructors-in-php-5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Universally Related Popup Menus AJAX Edition: Part 3</title>
		<link>http://blog.onemanarmy.eu.org/2008/02/06/universally-related-popup-menus-ajax-edition-part-3/</link>
		<comments>http://blog.onemanarmy.eu.org/2008/02/06/universally-related-popup-menus-ajax-edition-part-3/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 13:17:06 +0000</pubDate>
		<dc:creator>zdzislaw</dc:creator>
		
	<category>ajax</category>
	<category>tutorials</category>
	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.onemanarmy.eu.org/2008/02/06/universally-related-popup-menus-ajax-edition-part-3/</guid>
		<description><![CDATA[Last 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]]></description>
			<content:encoded><![CDATA["Last 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"

Full story <a target="_blank" href="http://www.webreference.com/programming/javascript/rg4/">here</a>]]></content:encoded>
			<wfw:commentRSS>http://blog.onemanarmy.eu.org/2008/02/06/universally-related-popup-menus-ajax-edition-part-3/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
