<?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/"
	>
<channel>
	<title>The Buzz Media &#187; how to</title>
	<atom:link href="http://www.thebuzzmedia.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebuzzmedia.com</link>
	<description>Video Games, Movies and Technology</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:32:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to See &#8220;Closed&#8221; GitHub Issues by Label</title>
		<link>http://www.thebuzzmedia.com/how-to-see-closed-github-issues-by-label/</link>
		<comments>http://www.thebuzzmedia.com/how-to-see-closed-github-issues-by-label/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 20:32:29 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bug tracker]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[tip]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=15712</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2011/01/github-issues-closed-and-labeled-500x245.png" width="240" />
		</p>GitHub&#8217;s issue-tracker is solid. It is easy to understand, easy to use and easy on the eyes. Unfortunately while trying to create a handy changelog link for the 1.2 release of imgscalr I noticed that GitHub doesn&#8217;t allow you to search Closed issues by label, only Open issues: I spent a while reading through the [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-to-see-closed-github-issues-by-label/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make IntelliJ Re-combine Split Lines (Ignore Newline Characters)</title>
		<link>http://www.thebuzzmedia.com/how-to-make-intellij-re-combine-split-lines-ignore-newline-characters/</link>
		<comments>http://www.thebuzzmedia.com/how-to-make-intellij-re-combine-split-lines-ignore-newline-characters/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 17:32:09 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[IDEA]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[reformat]]></category>
		<category><![CDATA[tip]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=10369</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/06/intellij-idea-9-code-formatting-settings.png" width="240" />
		</p>If you are an IntelliJ user and were wondering how to have IntelliJ reformat an entire file &#8211; including throwing out newline characters that were splitting lines and re-combine them &#8211; you are in luck. As it turns out IntelliJ IDEA already supports this feature, unfortunately it is just hidden in an unexpected place (at [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-to-make-intellij-re-combine-split-lines-ignore-newline-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use IHeaderResponse.renderJavaScript(CharSequence,String) to Avoid Duplicates</title>
		<link>http://www.thebuzzmedia.com/use-iheaderresponse-renderjavascriptcharsequencestring-to-avoid-duplicates/</link>
		<comments>http://www.thebuzzmedia.com/use-iheaderresponse-renderjavascriptcharsequencestring-to-avoid-duplicates/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:57:51 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Wicket]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=1197</guid>
		<description><![CDATA[Apace Wicket Quick Tip If you are working with multiple AjaxEventBehavior&#8216;s (like AjaxFormSubmitBehavior and AjaxFormValidatingBehavior) on similar components in a Page and you are using IHeaderResponse.renderJavaScript(CharSequence) it&#8217;s possible you are contributing duplicate JavaScript over and over again to the header section of your Page unecessarily. As it turns out, by simply changing to use the IHeaderResponse.renderJavaScript(CharSequence,String) [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/use-iheaderresponse-renderjavascriptcharsequencestring-to-avoid-duplicates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable &#039;Indexing&#039; in Windows 7 to Speed Up Deletion of Many Files</title>
		<link>http://www.thebuzzmedia.com/disable-indexing-in-windows-7-to-speed-up-deletion-of-many-files/</link>
		<comments>http://www.thebuzzmedia.com/disable-indexing-in-windows-7-to-speed-up-deletion-of-many-files/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:58:29 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Windows 7]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=6937</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/02/windows-7-applying-no-index-property.png" width="240" />
		</p>I&#8217;ve been on Windows 7 since the RC was released &#8212; that coupled with the fact that I&#8217;m a blogger makes me an expert, you should trust me and take my word on everything unconditionally &#8212; and while I&#8217;ve been overall pretty happy (20 tips and tricks, 8GB performance) there have been a few niggles [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/disable-indexing-in-windows-7-to-speed-up-deletion-of-many-files/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Crack any Padlock</title>
		<link>http://www.thebuzzmedia.com/how-to-crack-any-padlock/</link>
		<comments>http://www.thebuzzmedia.com/how-to-crack-any-padlock/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 03:23:59 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Life & World]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[padlock]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=6899</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/01/how-to-crack-any-padlock.jpg" width="240" />
		</p>Pretty awesome real-world algorithm guide for cracking any padlock out there &#8212; not that secure for folks in-the-know:]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-to-crack-any-padlock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remove reycross.com WordPress Malware</title>
		<link>http://www.thebuzzmedia.com/how-to-remove-reycross-com-wordpress-malware/</link>
		<comments>http://www.thebuzzmedia.com/how-to-remove-reycross-com-wordpress-malware/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 05:46:02 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[removal]]></category>
		<category><![CDATA[reycross.com]]></category>
		<category><![CDATA[tip]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=1127</guid>
		<description><![CDATA[It seems that a new WordPress malware hijack is making the rounds and we got hit. Google just issued me a &#8220;this site contains malware&#8221; warning for my sites, after some quick investigation it looks like the hijack has attached a malicious &#60;iframe&#62; block to the end of every HTML and PHP page in the [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-to-remove-reycross-com-wordpress-malware/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Did You Know enums Can Define Their Own Methods?</title>
		<link>http://www.thebuzzmedia.com/did-you-know-enums-can-define-their-own-methods/</link>
		<comments>http://www.thebuzzmedia.com/did-you-know-enums-can-define-their-own-methods/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:06:10 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=1094</guid>
		<description><![CDATA[&#8230; I sure as hell didn&#8217;t, but found myself in a position the other day where I was thinking &#8220;Damn, I wish I could define a common method in this enum that I could call and not have to write another utility method&#8230;&#8221; Well, ask and ye shall receive&#8230; or something like that. Here&#8217;s the [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/did-you-know-enums-can-define-their-own-methods/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Setup an SVN Server to use in Eclipse</title>
		<link>http://www.thebuzzmedia.com/how-to-setup-an-svn-server-to-use-in-eclipse/</link>
		<comments>http://www.thebuzzmedia.com/how-to-setup-an-svn-server-to-use-in-eclipse/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 14:13:36 +0000</pubDate>
		<dc:creator>Ray Gomez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=557</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2008/11/share-my_project2.png" width="240" />
		</p>So, after thousands of lines of code you&#8217;ve managed to build an awesome, feature rich program, and you are really to label it 1.0. You want to bring in more developers because it is doing so great&#8230; What do you do? Well, regardless of whether you have hit 1.0, version control is something that should [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-to-setup-an-svn-server-to-use-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

