<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>z01d's web adventures</title>
	<link>http://www.z01d.com</link>
	<description>Just another blog about the web</description>
	<lastBuildDate>Fri, 08 Aug 2008 11:21:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Scrape site content with PHP5 DomXPath + Firebug</title>
		<description>This is one of those "WoW" moments that make this game worthwhile the time.

If you need to scrape off information of the other site, forget regular expressions and string parsing. PHP5 has wonderful DOM Xpath functions that you can use to traverse the scraped page DOM and retrieve your information. ...</description>
		<link>http://www.z01d.com/2008/08/08/scrape-site-content-with-php5-domxpath-firebug/</link>
			</item>
	<item>
		<title>Check your google SERPs without proxy or VPN</title>
		<description>To check your site's google positions from the different country/geographic area people used to (ab)use proxies and VPNs. There is a little known feature in Google Adwords that lets and advertiser test whether
his/her ad is running under a certain keyword. The great thing about it is the ability to choose ...</description>
		<link>http://www.z01d.com/2008/08/06/check-your-google-serps-without-proxy-or-vpn/</link>
			</item>
	<item>
		<title>How to call linux shell commands from php script</title>
		<description>The other day I wanted to convert MS Word document to text on my VPS. I knew that someone somewhere has already written a program to do just that, and sure enough, some kind folks on the forum mentioned Antiword. Now all we need is to use that prog in ...</description>
		<link>http://www.z01d.com/2008/07/08/how-to-call-linux-shell-commands-from-php-script/</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description>My last blog was hosted on Dreamhost with a sweet $27/year promotion deal. The year has passed, the deal is over, and so I'm starting from scratch here.

[sourcecode language='php']
echo "Hello world!";
[/sourcecode] </description>
		<link>http://www.z01d.com/2008/07/08/hello-world/</link>
			</item>
</channel>
</rss>
