<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>phpslacker &#187; Uncategorized</title>
	<atom:link href="http://phpslacker.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpslacker.com</link>
	<description>yet another g33k blog *sigh*</description>
	<lastBuildDate>Sat, 12 Jun 2010 21:18:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='phpslacker.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/704ee04d116ebf72af131a280f4fcac1?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>phpslacker &#187; Uncategorized</title>
		<link>http://phpslacker.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://phpslacker.com/osd.xml" title="phpslacker" />
	<atom:link rel='hub' href='http://phpslacker.com/?pushpress=hub'/>
		<item>
		<title>vim tips for php programmers</title>
		<link>http://phpslacker.com/2009/02/05/vim-tips-for-php-programmers/</link>
		<comments>http://phpslacker.com/2009/02/05/vim-tips-for-php-programmers/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 06:40:03 +0000</pubDate>
		<dc:creator>phpslacker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://phpslacker.com/?p=84</guid>
		<description><![CDATA[This post assumes you&#8217;re a php developer and you&#8217;re at least vaguely familiar with the VIM text-editor. For those who aren&#8217;t here&#8217;s a quick run-down: VIM is a powerful command-line text editor usually a default package in the majority of *nix distros (that includes Mac&#8217;s OS X). I believe there are ports available for other [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpslacker.com&amp;blog=4392513&amp;post=84&amp;subd=stickytape&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post assumes you&#8217;re a php developer and you&#8217;re at least vaguely familiar with the <a href="http://www.vim.org/">VIM</a> text-editor. For those who aren&#8217;t here&#8217;s a quick run-down:
</p>
<p>VIM is a powerful command-line text editor usually a default package in the majority of *nix distros (that includes Mac&#8217;s OS X). I believe there are ports available for other OSes, even winblows.
</p>
<p>Firstly, vim is a man&#8217;s editor. Whiners and GUI lovers can stop reading now. Although, VIM offer GUI ports such as MacVim. Men with thick beards, please stay tuned.
</p>
<h3><span style="font-weight:normal;">T</span>he lightweight text-editor VS bloated IDE debate</h3>
<p>It&#8217;s a matter of preference really. Some like to use IDEs such as Zend Studio for Eclipse, Eclipse PDT, phpeclipse, Komodo ActiveState, Dreamweaver (*oh dear*) etc. And some prefer lightweight editors such as Coda, Textmate, Notepad++, Textpad, GNU Nano, Emacs, Vi, VIM etc.
</p>
<p>I use both Eclipse PDT (just installed version 2.0) and VIM 7.x. Lightweight editors and IDEs are powerful in their own right. I&#8217;m not going to argue that you should use one over the other.  Use whatever works for you. This is not an evangelism post.
</p>
<h3><span style="font-weight:normal;">S</span>ome say the following about VIM</h3>
<p>&#8220;vim is for people who like pain &#8211; I&#8217;ll know what to order at your bachelor&#8217;s party&#8221; &#8211; @donaldza</p>
<p>&#8220;#vim is great for scripts, configs etc but let&#8217;s be honest, this is the 21st century <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I still use it for merging/diff&#8221; &#8211; @donaldza</p>
<p>Okay, maybe just <a href="http://search.twitter.com/search?q=&amp;ands=vim&amp;phrase=&amp;ors=&amp;nots=&amp;tag=&amp;lang=all&amp;from=donaldza&amp;to=&amp;ref=&amp;near=&amp;within=15&amp;units=mi&amp;since=&amp;until=&amp;rpp=15">@donaldza has an issue</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  the rest of us continuing reading</p>
<h3><span style="font-weight:normal;">W</span>hat VIM offers programmers (sysadmins too) in general</h3>
<ul>
<li>powerful linguistic interface (ie. command-driven so your fingers never need to leave the keyboard)</li>
<li>syntax highlighting</li>
<li>so lightweight you can edit files over SSH connections on a distant remote server</li>
<li>available on just about any *nix</li>
<li>blah blah yada yada</li>
</ul>
<h3>Straight into the good stuff: Tips for PHP programmers</h3>
<p>Assuming you&#8217;re already familiar with the basic editing features of such as copying, pasting, yanking, deleting and so forth. If not, try &#8220;vimtutor&#8221; from your *nix command-line.
</p>
<p>
This is a copy-paste of my .vimrc file. You can find yours in $HOME/.vimrc. If VIM is already open you can use the &#8220;:edit $MYVIMRC&#8221; command. I wouldn&#8217;t mess with the system-wide default (usually /etc/vimrc/vimrc). Other vim users on your server might not appreciate your preferences
</p>
<h4><span style="font-weight:normal;">S</span>yntax highlighting. You gotta switch it on like this:</h4>
<p><code><br />
syntax on<br />
</code></p>
<p>Usually triggered by the file extensions you&#8217;re using. This list of extensions is configurable so you can highlight your .inc&#8217;s too. That&#8217;s an old habit you should toss btw. You might wanna change your terminal colour theme. White background works best with syntax highlighting. Then again you could also change VIMs colour theme.</p>
<h3>Search highlighting. </p>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">s</span>et hlsearch</pre>
<p></code></p>
<p>Includes simple and regex searches within VIM</p>
</h3>
<h3><span style="font-weight:normal;">T</span>abs as spaces.</h3>
<p>Often you want X spaces instead of a real tab</p>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">s</span>et tabstop=4</pre>
<p></code></p>
<h3><span style="font-weight:normal;">S</span>tarting to get cool&#8230; </h3>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">s</span>et autoindent</pre>
<p></code></p>
<p>Autoindent remembers the indentation of the previous line and so your next line starts directly beneath. Python okes should appreciate this one</p>
<h3><span style="font-weight:normal;">I</span>n the middle of a series of keystrokes?</h3>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">s</span>et showcmd</pre>
<p></code></p>
<p>Often vim has double-barreled commands that require a sequence of more than one keystroke. Showcmd displays on the footer of your screen informing you which command you have initiated</p>
<h3>Search and show matches as you type</h3>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">s</span>et incsearch</pre>
<p></code></p>
<p>In the middle of issuing your full search phrase incsearch will highlight matched words. Useful when constructing a long-ish regex</p>
<h3><span style="font-weight:normal;">P</span>HP-specific highlighting</h3>
<p>The general syntax highlighting offers some php syntax but not everything </p>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">"</span> highlights interpolated variables in sql strings and does sql-syntax highlighting. yay</pre>
<pre>autocmd FileType php let php_sql_query=1</pre>
<pre>" does exactly that. highlights html inside of php strings</pre>
<pre>autocmd FileType php let php_htmlInStrings=1</pre>
<pre>" discourages use oh short tags. c'mon its deprecated remember</pre>
<pre>autocmd FileType php let php_noShortTags=1</pre>
<pre>" automagically folds functions &amp; methods. this is getting IDE-like isn't it?</pre>
<pre>autocmd FileType php let php_folding=1</pre>
<p></code></p>
<p>Note: This is just the beginning of code-folding. A number keystroke combinations exist to expand, contract foldings within the opened file</p>
<h3><span style="font-weight:normal;">S</span>yntax checking within VIM (sort of)</h3>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">"</span> set "make" command when editing php files</pre>
<pre>set makeprg=php\ -l\ %</pre>
<pre>set errorformat=%m\ in\ %f\ on\ line\ %l</pre>
<p></code></p>
<p>
To use, simply issue &#8220;:make %&#8221; command inside of VIM to check the syntax of your php against the interpreter. Syntax highlighting can only do so much</p>
<h3>Highlighting matching brackets/parentheses</h3>
<p><code></p>
<pre><span style="font-family:Georgia;line-height:19px;white-space:normal;">"</span> set auto-highlighting of matching brackets for php only</pre>
<pre>autocmd FileType php DoMatchParen</pre>
<pre>autocmd FileType php hi MatchParen ctermbg=blue guibg=lightblue</pre>
<p></code></p>
<p>This automatically highlights brackets and parentheses as the cursor passes over them. Colours configurable</p>
<h3>Auto-completion of functions and constants</h3>
<p><code></p>
<pre>" autocomplete funcs and identifiers for languages</pre>
<pre>autocmd FileType python set omnifunc=pythoncomplete#Complete</pre>
<pre>autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS</pre>
<pre>autocmd FileType html set omnifunc=htmlcomplete#CompleteTags</pre>
<pre>autocmd FileType css set omnifunc=csscomplete#CompleteCSS</pre>
<pre>autocmd FileType xml set omnifunc=xmlcomplete#CompleteTags</pre>
<pre>autocmd FileType php set omnifunc=phpcomplete#CompletePHP</pre>
<pre>autocmd FileType c set omnifunc=ccomplete#Complete</pre>
<p></code></p>
<p>The above is really auto-completion for more than just PHP as you can tell. Auto-complete is triggered in the middle of typing the identifier</p>
<p>&#8221; Basically, while in insert mode, you can type &lt;C-x&gt; &lt;C-o&gt; to have vim attempt to autocomplete the current keyword. If more than one possibility exists, it shows a dropdown, and you can use your arrow keys to highlight the keyword that you wish to use.</p>
<p>But it gets better! Not only does it do this kind of autocompletion, but it also opens a small &#8216;scratch preview&#8217; pane showing the function/method signature &#8212; i.e., the expected arguments and return value! &#8221; &#8211; Matthew Weier O&#8217; Phinney</p>
<h3>Auto change to to editing file&#8217;s cwd</h3>
<p><code><br />
" auto switch to folder where editing file</code></p>
<p><code><br />
autocmd BufEnter * cd %:p:h<br />
</code></p>
<p>Often one would open a file for editing in VIM from a different working directory eg. vim ~/somewhere_else/myfile.php. This command automagically changes vim&#8217;s current working directory to that of the file you&#8217;ve opened making it easy to open other files which are close by on the filesystem</p>
<h3>Split-panes</h3>
<p>Often you want to edit more than one file inside of VIM without having to open and close between them. Using &#8220;:split otherfile.php&#8221; and &#8220;:vsplit otherfile2.php&#8221; you can create horizontal and vertical split-panes respectively. You can of course split the same file across two-panes simultaneously using &#8220;:split %&#8221;
</p>
<p>You can split splitted panes to infinity but&#8230;</p>
<h3>Tabbed-panes are better</h3>
<p>With the &#8220;:tabnew filename.php&#8221; or just &#8220;:tabnew&#8221; commands you have tabbed panes. voila! &#8220;:tabclose&#8221;, &#8220;:tabprev&#8221;, &#8220;:tabnext&#8221; does exactly what one would expect
</p>
<p>You can also use keystrokes such as &#8220;gt&#8221; to jump between tabs quickly. Of course there are dozens more in-editor commands and keystrokes associated with the above tips/preferences. This post was merely meant to open your eyes to a whole new world of powerful lightweight text-editing. You can find a whole lot more in the resource links that follow and vim help! (&#8220;:help&#8221;)
</p>
<h3>More cool vim stuff</h3>
<ul>
<li><a href="http://linuxhelp.blogspot.com/2006/09/visual-walk-through-of-couple-of-new.html">http://linuxhelp.blogspot.com/2006/09/visual-walk-through-of-couple-of-new.html</a></li>
<li><a href="http://www.scribd.com/doc/263139/VIM-for-PHP-Programmers">http://www.scribd.com/doc/263139/VIM-for-PHP-Programmers</a></li>
<li><a href="http://weierophinney.net/matthew/archives/123-Vim-7-code-completion.html">http://weierophinney.net/matthew/archives/123-Vim-7-code-completion.html</a></li>
</ul>
<br /> Tagged: php, vim <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stickytape.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stickytape.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stickytape.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stickytape.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stickytape.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stickytape.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stickytape.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stickytape.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stickytape.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stickytape.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stickytape.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stickytape.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stickytape.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stickytape.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpslacker.com&amp;blog=4392513&amp;post=84&amp;subd=stickytape&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phpslacker.com/2009/02/05/vim-tips-for-php-programmers/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3192d5f19ae8e0c31333c056f613de6b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">phpslacker</media:title>
		</media:content>
	</item>
		<item>
		<title>Stupid bug reports</title>
		<link>http://phpslacker.com/2009/02/02/stupid-bug-reports/</link>
		<comments>http://phpslacker.com/2009/02/02/stupid-bug-reports/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 06:36:25 +0000</pubDate>
		<dc:creator>phpslacker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs]]></category>

		<guid isPermaLink="false">http://phpslacker.com/?p=80</guid>
		<description><![CDATA[First post in a while since I defected to Tumblr. Of course, I&#8217;m back. Tumblr was just a fad (phpslacker.tumblr.com) Stupid bug reports? They exist. See Scott McVicar&#8217;s blog post. He&#8217;s clearly had enough of truly idiotic &#8220;bug reports&#8221; and down-right silly feature requests for the PHP Project. http://www.macvicar.net/blog/2009/02/stupid-bug-reports.html Entertaining stuff. And this post wouldn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpslacker.com&amp;blog=4392513&amp;post=80&amp;subd=stickytape&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First post in a while since I defected to <a href="http://www.tumblr.com">Tumblr</a>. Of course, I&#8217;m back. Tumblr was just a fad (<a href="http://phpslacker.tumblr.com">phpslacker.tumblr.com</a>)</p>
<p>Stupid bug reports? They exist. See Scott McVicar&#8217;s blog post. He&#8217;s clearly had enough of truly idiotic &#8220;bug reports&#8221; and down-right silly feature requests for the PHP Project.</p>
<p><a href="http://www.macvicar.net/blog/2009/02/stupid-bug-reports.html">http://www.macvicar.net/blog/2009/02/stupid-bug-reports.html</a></p>
<p>Entertaining stuff. And this post wouldn&#8217;t be complete without my 2 cents&#8230;</p>
<p>In Scott&#8217;s post its clear he is dealing with a bunch of oddball users but as developers we often assume (without hesitation) that a bug report is superflous. Dumb users. Problem between keyboard and chair. I once had this attitude but sooned learned that if there really is a bug you&#8217;ll soon look like a sausage for not taking responsibilty for it. All software has bugs at some point in its lifetime. Can any developer honestly say that they&#8217;ve never released a bug-free program? Highly unlikely</p>
<p>So then, my personal approach (yes, personal) to a bug report that lands in my inbox: When you&#8217;re required to investigate a bug, do it with utmost sincerity. Give the user the benefit of the doubt. Go out of your way to prove they&#8217;re right. Brainstorm all possible causes for the buggy program output. You might learn something. Communicating via e-mail or bug-tracking tools is efficient but it lacks the personal touch. Don&#8217;t get me wrong you need these tools but if you&#8217;re able to call your user or meet with them that would be even better. This is the best approach to walk through the steps required to recreate the buggy event and/or program output. It saves a lot of to and fro.</p>
<p>It takes balls to tell the geeky developers of a certain software product &#8220;Erm, I think you guys made a mistake&#8221;. And equally so it takes great humility to accept responsibility for bugs. Programmers you are human. You make mistakes. Admit it sooner rather than later. Drop the ego. Investigate the bug with sincere determination. If its a bug&#8230; well fix it! Report back to the bug reporter (in full). Give them regular updates on progress. Be open and transparent.</p>
<p>Important: always give them praise for coming forward. They&#8217;ll love you for it. Whether it was a real bug or really a human mistake on their part. Either way, somebody is going to blush or feel a bit silly. Thats life.</p>
<br /> Tagged: bugs <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stickytape.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stickytape.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stickytape.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stickytape.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stickytape.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stickytape.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stickytape.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stickytape.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stickytape.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stickytape.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stickytape.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stickytape.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stickytape.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stickytape.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpslacker.com&amp;blog=4392513&amp;post=80&amp;subd=stickytape&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phpslacker.com/2009/02/02/stupid-bug-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3192d5f19ae8e0c31333c056f613de6b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">phpslacker</media:title>
		</media:content>
	</item>
		<item>
		<title>just a test</title>
		<link>http://phpslacker.com/2009/01/27/just-a-test/</link>
		<comments>http://phpslacker.com/2009/01/27/just-a-test/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 16:25:29 +0000</pubDate>
		<dc:creator>phpslacker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phpslacker.com/2009/01/27/just-a-test/</guid>
		<description><![CDATA[hi this is just a test no more than a &#60;?=  $sHelloWorld ?&#62; thats all<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpslacker.com&amp;blog=4392513&amp;post=76&amp;subd=stickytape&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hi this is just a test  no more than a</p>
<p>&lt;?=  $sHelloWorld ?&gt;</p>
<p>thats all</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stickytape.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stickytape.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stickytape.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stickytape.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stickytape.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stickytape.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stickytape.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stickytape.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stickytape.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stickytape.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stickytape.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stickytape.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stickytape.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stickytape.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpslacker.com&amp;blog=4392513&amp;post=76&amp;subd=stickytape&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phpslacker.com/2009/01/27/just-a-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3192d5f19ae8e0c31333c056f613de6b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">phpslacker</media:title>
		</media:content>
	</item>
	</channel>
</rss>