<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.2" -->
<rss version="0.92">
<channel>
	<title>Stolensidekick.com - web developer news, articles, tutorials, etc</title>
	<link>http://www.stolensidekick.com</link>
	<description>A blog about web development</description>
	<lastBuildDate>Tue, 28 Jul 2009 14:49:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Lion drawing for free use</title>
		<description>

I created this in photoshop, thought I should share it with the world. Use it for whatever you like, but credit me when using it; link to this site... </description>
		<link>http://www.stolensidekick.com/?p=45</link>
			</item>
	<item>
		<title>A new JavaScript search</title>
		<description>This has probably been done before, but check out my ajax-like search! Very easy code, it just uses the text on the page. But you can rewrite it to talk to php scripts, I guess I will do this later, and perhaps explain the code a little.

And please comment if ...</description>
		<link>http://www.stolensidekick.com/?p=32</link>
			</item>
	<item>
		<title>How to include your twitter on any php-enabled website</title>
		<description>We are to do this by creating two files you put serverside. The first one, can be called twitter.php. Here's the code:

&#60;a href="http://www.twitter.com/pan100lion"&#62;

&#60;?php
$twitterDOM = new DOMDocument();
$twitterDOM-&#62;encoding = 'UTF-8';
$twitterDOM-&#62;load("http://twitter.com/statuses/user_timeline/37750230.rss");

$xslt= new DOMDocument();
$xslt-&#62;encoding = 'UTF-8';
$xslt-&#62;load("twitterstub.xsl");

$processor = new XSLTProcessor();
$processor-&#62;importStylesheet($xslt);
$output = $processor-&#62;transformToDoc($twitterDOM);
echo $output-&#62;saveXML();
?&#62;
&#60;/a&#62;

Swap the link on the line $twitterDOM-&#62;load with your own feed adress. You'll ...</description>
		<link>http://www.stolensidekick.com/?p=21</link>
			</item>
	<item>
		<title>Adsense on wordpress</title>
		<description>I was planning on installing adsense on this blog, and I have now found a theme for doing so. My adsense account is not ready yet, so I assume someone else gets the vast amount of dollars ticking in than me right now.

The theme I use is Prosense, and I ...</description>
		<link>http://www.stolensidekick.com/?p=12</link>
			</item>
	<item>
		<title>Music for code</title>
		<description>Music for code - code for music. I find Jeff Beck and his whacky guitar tunes to be somewhat inspiring to listen to while coding. </description>
		<link>http://www.stolensidekick.com/?p=8</link>
			</item>
	<item>
		<title>php coding &#8211; Dreamweaver vs Eclipse vs freware alternative PSPad</title>
		<description>For a web developer, the coding environment is one of the most important factors in effective work. Being a fresh web developer, it is perhaps even more important to focus on finding the best tools available for coding. The first six months of my career I used Dreamweaver CS4 some ...</description>
		<link>http://www.stolensidekick.com/?p=5</link>
			</item>
</channel>
</rss>
