<?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>WP Junkie</title>
	<atom:link href="http://wpjunkie.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpjunkie.net</link>
	<description>WordPress news for beginners and developers</description>
	<lastBuildDate>Mon, 12 Jan 2009 15:50:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WP Super Cache 0.8.7</title>
		<link>http://wpjunkie.net/2009/01/12/wp-super-cache-087/</link>
		<comments>http://wpjunkie.net/2009/01/12/wp-super-cache-087/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 15:50:58 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Donncha]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[super cache]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=85</guid>
		<description><![CDATA[According to Donncha O Caoimh a new version of WP Super Cache is available.
This release addresses some issues large or busy sites had with deleting expired cache files. Some sites generated so many cache files that there were two [sic] many files generated, even when those files were cleared out every hour. To fix that I limited the recursive function that deletes the files to 100 deletions at a time. That function is called until all the cache files are deleted (or strictly speaking, no files are deleted. That’s how ...]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://ocaoimh.ie/2009/01/09/wp-super-cache-087/">Donncha O Caoimh</a> a new version of WP Super Cache is available.</p>
<blockquote><p>This release addresses some issues large or busy sites had with deleting expired cache files. Some sites generated so many cache files that there were two [sic] many files generated, even when those files were cleared out every hour. To fix that I limited the recursive function that deletes the files to 100 deletions at a time. That function is called until all the cache files are deleted (or strictly speaking, no files are deleted. That’s how the expired file cleanup works).<br />
It’s also possible to set the garbage collection interval to 10 minutes now which will also help.</p></blockquote>
<p>This is one of those plugins I continually tell people with WordPress blogs that are interesting, (because they get a lot more visitors than I do) to get. If you use WordPress you should use this plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2009/01/12/wp-super-cache-087/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscribe to Comments plugin now available on WordPress.com</title>
		<link>http://wpjunkie.net/2009/01/09/subscribe-to-comments-plugin-now-available-on-wordpresscom/</link>
		<comments>http://wpjunkie.net/2009/01/09/subscribe-to-comments-plugin-now-available-on-wordpresscom/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 20:26:59 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wp.com]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=82</guid>
		<description><![CDATA[According to Mark Jaquith:
Subscribe to Comments puts a checkbox in your comments form that, if checked when leaving a comment, will e-mail that commenter all followup comments on that post.
This is great news for those using WordPress.com. It should help increase the number of comments, and increase discussion because of comments. Great Work!
]]></description>
			<content:encoded><![CDATA[<p>According to Mark Jaquith:</p>
<blockquote><p>Subscribe to Comments puts a checkbox in your comments form that, if checked when leaving a comment, will e-mail that commenter all followup comments on that post.</p></blockquote>
<p>This is great news for those using WordPress.com. It should help increase the number of comments, and increase discussion because of comments. Great Work!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2009/01/09/subscribe-to-comments-plugin-now-available-on-wordpresscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MD5 Vulnerability</title>
		<link>http://wpjunkie.net/2009/01/03/md5-vulnerability/</link>
		<comments>http://wpjunkie.net/2009/01/03/md5-vulnerability/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 16:00:35 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[MD5]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=79</guid>
		<description><![CDATA[Although this is not a direct WordPress vulnerability, it is a severe vulnerability that webmasters should be aware.
A new paper out this week details the exploit of MD5 and Certificate Athorities (CA). What makes this such a scary and threatening attack is the use of MD5 to secure a website identity. Using the HTTPS protocol, web surfers verify the identity of secure sites by checking for the lock icon and the use of HTTPS in the web address.
Using this exploit, an attacker can fake the authenticity of a website by ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpjunkie.net/wp-content/uploads/2009/01/normal.png"><img class="alignleft size-thumbnail wp-image-80" title="MD5 Exploit" src="http://wpjunkie.net/wp-content/uploads/2009/01/normal-150x150.png" alt="MD5 Exploit" width="150" height="150" /></a>Although this is not a direct WordPress vulnerability, it is a severe vulnerability that webmasters should be aware.</p>
<p>A new paper out this week details the exploit of MD5 and Certificate Athorities (CA). What makes this such a scary and threatening attack is the use of MD5 to secure a website identity. Using the HTTPS protocol, web surfers verify the identity of secure sites by checking for the lock icon and the use of HTTPS in the web address.</p>
<p>Using this exploit, an attacker can fake the authenticity of a website by giving the user a genuine certificate.</p>
<p>What can you do to protect the identity of your site, and sites you visit?</p>
<p>The first thing is to make sure the CA is using SHA-2 instead of MD5. Next is to make sure the CA of the sites you visit do the same. Sure, this isn&#8217;t the best advise, and not everyone will take it, but at the moment, it is the only way to be sure you are safe.</p>
<p><a href="http://www.win.tue.nl/hashclash/rogue-ca/">Please read through the paper here</a>. It is quite detailed, and will let you know exactly how the exploit was achieved.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2009/01/03/md5-vulnerability/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordCamp Whistler</title>
		<link>http://wpjunkie.net/2009/01/01/wordcamp-whistler/</link>
		<comments>http://wpjunkie.net/2009/01/01/wordcamp-whistler/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 18:06:49 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[Lorelle]]></category>
		<category><![CDATA[Whistler]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=54</guid>
		<description><![CDATA[WordCamp Whistler is coming January  24th, 2009 in Whistler BC, Canada. It will be held at the Fairmont Chateau Whistler.]]></description>
			<content:encoded><![CDATA[<div id="attachment_55" class="wp-caption alignleft" style="width: 310px"><a href="http://wpjunkie.net/wp-content/uploads/2008/12/picture-4.png"><img class="size-medium wp-image-55" title="WordCamp Whistler" src="http://wpjunkie.net/wp-content/uploads/2008/12/picture-4-300x145.png" alt="WordCamp Whistler" width="300" height="145" /></a><p class="wp-caption-text">WordCamp Whistler</p></div>
<p><a href="http://www.wordcampwhistler.com/">WordCamp Whistler</a> is coming January  24th, 2009 in Whistler BC, Canada. It will be held at the Fairmont Chateau Whistler.</p>
<p>Speakers for this event include:</p>
<ul>
<li>Lorelle VanFossen</li>
<li>Andy Peatling</li>
<li>And More&#8230;</li>
</ul>
<p><a href="http://www.wordcampwhistler.com/feed/">Subscribe to their RSS feed here</a></p>
<p><a href="http://www.twitter.com/WCWhistler">Follow @WCWhistler on Twitter for updates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2009/01/01/wordcamp-whistler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Indonesia</title>
		<link>http://wpjunkie.net/2009/01/01/wordcamp-indonesia/</link>
		<comments>http://wpjunkie.net/2009/01/01/wordcamp-indonesia/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 17:59:18 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[Indonesia]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=50</guid>
		<description><![CDATA[WordCamp Indonesia coming January 17th - 18th, 2009. Read More...]]></description>
			<content:encoded><![CDATA[<div id="attachment_51" class="wp-caption alignleft" style="width: 160px"><a href="http://wpjunkie.net/wp-content/uploads/2008/12/picture-3.png"><img class="size-thumbnail wp-image-51" title="WordCamp Indonesia" src="http://wpjunkie.net/wp-content/uploads/2008/12/picture-3-150x150.png" alt="WordCamp Indonesia" width="150" height="150" /></a><p class="wp-caption-text">WordCamp Indonesia</p></div>
<p>Following the success story of WordCamp Philippines 2008 at last September 6, 2008 as the first WordCamp in SouthEast Asia,</p>
<p>and now</p>
<p><a href="http://www.wordcampindonesia.com/">It’s time for Indonesia’s first WordCamp</a>.</p>
<p>will be held on <span style="color: #ff0000;">January 17th-18th, 2009</span><br />
at Sahid Jaya Hotel, Jakarta</p>
<p>WordCamp is a 2-day conference for WordPress users and developers. Its a wonderful ways of getting to know fellow WordPress fans and bloggers.</p>
<p>IDR 400,000 (Limited Seats) <a href="http://www.wordcampindonesia.com/register/">Register Now!</a></p>
<p>WordCamp Indonesia 2009 organized by <a title="Valent Mustamin Official Facebook" href="http://pl-pl.facebook.com/people/Valent_Mustamin/694544265" target="_blank">Valent Mustamin</a>.<br />
Feel free to contact me, to share and discuss about this upcoming event.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2009/01/01/wordcamp-indonesia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Las Vegas</title>
		<link>http://wpjunkie.net/2009/01/01/wordcamp-las-vegas/</link>
		<comments>http://wpjunkie.net/2009/01/01/wordcamp-las-vegas/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 17:36:58 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[Las Vegas]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=46</guid>
		<description><![CDATA[WordCamp Las Vegas will be held January 10th and 11th, 2009. Read More...]]></description>
			<content:encoded><![CDATA[<p><a href="http://lasvegaswordcamp.com"></p>
<div id="attachment_47" class="wp-caption alignleft" style="width: 170px"><a href="http://wpjunkie.net/wp-content/uploads/2008/12/picture-2.png"><img class="size-full wp-image-47" title="WordCamp_Las_Vegas" src="http://wpjunkie.net/wp-content/uploads/2008/12/picture-2.png" alt="WordCamp: Las Vegas" width="160" height="173" /></a><p class="wp-caption-text">WordCamp: Las Vegas</p></div>
<p>WordCamp Las Vegas</a> is coming this month in just a few days. If you haven&#8217;t signed up yet, please do so now. It will be held at <a href="http://palacestation.com/">Palace Station Hotel &amp; Casino</a>, January 10th and 11th.</p>
<p>Some of the speakers to this WordCamp include:</p>
<ul>
<li>Matt Mullenweg</li>
<li>Joseph Scott</li>
<li>Aaron Hockley</li>
<li>Lorelle VanFossen</li>
<li>Jim Kukral</li>
<li>Geoff Kleinman</li>
<li>Liz Strauss</li>
<li>Michael Dorausch</li>
<li>Dave Taylor</li>
<li>And more&#8230;</li>
</ul>
<p><a href="http://lasvegaswordcamp.com/feed/">Subscribe to the RSS Feed for this event here</a></p>
<p><a href="http://twitter.com/lvwordcamp">Follow @lvwordcamp on twitter for updates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2009/01/01/wordcamp-las-vegas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure WordPress Scam</title>
		<link>http://wpjunkie.net/2009/01/01/secure-wordpress-scam/</link>
		<comments>http://wpjunkie.net/2009/01/01/secure-wordpress-scam/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 07:30:22 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=65</guid>
		<description><![CDATA[WordPress Hacker
I have recently come across a series of posts regarding the elusive task of securing a WordPress installation. I was curious about how this works, and wondered why this would be needed since the WordPress development community does a fantastic job of release security updates to prevent attacks on millions of blogs run by the publishing software.
In reading on this subject, I found a website called wordpresssecured.com. I thought to myself how odd it would be for millions of people to be using an unsecure code set to run ...]]></description>
			<content:encoded><![CDATA[<div id="attachment_67" class="wp-caption alignleft" style="width: 310px"><a href="http://wpjunkie.net/wp-content/uploads/2008/12/hacker.jpg"><img class="size-medium wp-image-67" title="hacker" src="http://wpjunkie.net/wp-content/uploads/2008/12/hacker-300x240.jpg" alt="WordPress Hacker" width="300" height="240" /></a><p class="wp-caption-text">WordPress Hacker</p></div>
<p>I have recently come across a series of posts regarding the elusive task of securing a WordPress installation. I was curious about how this works, and wondered why this would be needed since the WordPress development community does a fantastic job of release security updates to prevent attacks on millions of blogs run by the publishing software.</p>
<p>In reading on this subject, I found a website called <a href="http://www.wordpresssecured.com/">wordpresssecured.com</a>. I thought to myself how odd it would be for millions of people to be using an unsecure code set to run their business, or personal blog.</p>
<p>Rest assured, if you have the latest version of WordPress and keep it updated when security patches are released, you are as secure as you can be. The folks over at wordpresssecured.com are preying on the fears of many by using attacks as a means to make money.</p>
<p>They claim WordPress &#8220;as-is&#8221; is insecure and that hackers can gain access to your blog within minutes with any WordPress installation. Sure, if you have an out-of-date version of WordPress, it is true there are documented security risks and exploits to attack. However, if you are running the latest version you are safe. Here is what they are claiming they can do&#8230;</p>
<blockquote><p>Close and block all exploits that hackers know about<br />
Block unwanted BadBots from your site<br />
Stop any and all SQL injection attacks<br />
Block all folders that are open to a hacker&#8217;s attack<br />
Stop Kiddie Hackers dead in their tracks<br />
Protect your sales. Google ads and reputation</p></blockquote>
<p>They claim to have hundreds of satisfied customers and have some recommendations, but no specifics are ever given. I decided to dig a little deeper. Who is behind this site and what claims can they justify, also, what claims are they just making up?</p>
<h3>Who is making these claims?</h3>
<p>The person behind the site is James Stein. His biggest attribute to his success is simply that he has been online for more than 20 years and has been doing web development for 15.</p>
<h3>How does his secured installation work?</h3>
<p>Mr. Stein alleges that hackers know all of the code for wordpress and that any version of wordpress, be it an old version, or the version that came out yesterday are all completely vulnerable, simply because people know all of the code associated with it.</p>
<blockquote><p>Fact is updating means nothing, the code is not encrypted and hackers have access to the code just like you do..</p>
<p>If you change how wordpress functions then it is very obvious that hackers can not hack it as they will have no idea what changes you made.</p></blockquote>
<p>His installation technique is to change how WordPress functions. This is ludicrous! By changing how WordPress functions, he removes what makes WordPress powerful&#8230; an entire community of developers and users working together to make everything work together seamlessly.</p>
<h3>Separating Truth from Marketing Hype</h3>
<p>The truth behind having a secure WordPress installation is not using some customized WordPress bundle, it is simply updating it as updates become available.</p>
<p>He claims one of the biggest reasons for insecurity with WordPress is because the code is not encrypted, therefore anyone can see it. I must admit, to the untrained eye, this seems to be a valid argument, until one considers that WordPress is open source.</p>
<p>If this was the truth for all open source projects then it would assert that Linux is much less secure than Windows. Rather, the complete opposite is true! Because it is open source, more developers are available to see and edit the code than commercial programmers. This alone would make Mr. Stein&#8217;s version of WordPress much less secure than the freely available package.</p>
<h3>What People really have to say&#8230;</h3>
<p>AskApache posted a reply on <a href="http://agentgenius.com/?p=6185">agentgenius.com</a> about Mr. Stein:</p>
<blockquote><p>Clearly [Mr. Stein] lacks any knowledge/experience of auditing code to find a vulnerability, then creating a custom exploit for that vulnerability, creating an agent to carry the exploit payload across Internet Protocols recognized by the target (blog on HTTP), and finally delivering and executing the payload.</p></blockquote>
<p>I urge all of you to not fall into the marketing hype surrounding this product. I assure you, it is less secure, much more prone to attack, and will almost certaintly make you wish you didn&#8217;t spend a dime on this product. Don&#8217;t spend a dime and stick with what is free and more secure&#8230;</p>
<p>The latest version of WordPress!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2009/01/01/secure-wordpress-scam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 &#8220;Coltrane&#8221;</title>
		<link>http://wpjunkie.net/2008/12/10/wordpress-27-coltrane/</link>
		<comments>http://wpjunkie.net/2008/12/10/wordpress-27-coltrane/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 04:37:21 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[Coltrane]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=76</guid>
		<description><![CDATA[John Coltrane
Just one day after 2.7 RC 2 was released, the real deal, WordPress 2.7 &#8220;Coltrane&#8221; has hit the servers and is a major change in not only the admin panel, but a lot of core changes as well.
There have been plenty of updates concerning what updates have happened, and many times that number on the admin area changes. With all of these major changes, it is a wonder this isn&#8217;t considered version 3.0!
Just to detail how major this update really is, take a look at the name, Coltrane. John ...]]></description>
			<content:encoded><![CDATA[<div id="attachment_77" class="wp-caption alignleft" style="width: 310px"><a href="http://wpjunkie.net/wp-content/uploads/2008/12/fe-coltrane.jpg"><img class="size-medium wp-image-77" title="John Coltrane" src="http://wpjunkie.net/wp-content/uploads/2008/12/fe-coltrane-300x236.jpg" alt="John Coltrane" width="300" height="236" /></a><p class="wp-caption-text">John Coltrane</p></div>
<p>Just one day after 2.7 RC 2 was released, the real deal, WordPress 2.7 &#8220;Coltrane&#8221; has hit the servers and is a major change in not only the admin panel, but a lot of core changes as well.</p>
<p>There have been plenty of updates concerning what updates have happened, and many times that number on the admin area changes. With all of these major changes, it is a wonder this isn&#8217;t considered version 3.0!</p>
<p>Just to detail how major this update really is, take a look at the name, Coltrane. John Coltrane is one of the most famous jazz musicians of the 50s and 60s. The last &#8220;major&#8221; jazz musician WordPress used was Miles Davis for version 1.0.1!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2008/12/10/wordpress-27-coltrane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Easter Egg (VIDEO)</title>
		<link>http://wpjunkie.net/2008/12/05/wordpress-27-easter-egg-video/</link>
		<comments>http://wpjunkie.net/2008/12/05/wordpress-27-easter-egg-video/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 20:32:14 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[Easter Egg]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=60</guid>
		<description><![CDATA[Video of a WordPress 2.7 Easter Egg. ]]></description>
			<content:encoded><![CDATA[<p><object width="437" height="267" data="http://www.viddler.com/player/2898cfd7/" type="application/x-shockwave-flash"><param name="id" value="viddler_2898cfd7" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/2898cfd7/" /><param name="name" value="viddler_2898cfd7" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2008/12/05/wordpress-27-easter-egg-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordCamp NOLA</title>
		<link>http://wpjunkie.net/2008/12/05/wordcamp-nola/</link>
		<comments>http://wpjunkie.net/2008/12/05/wordcamp-nola/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 17:35:52 +0000</pubDate>
		<dc:creator>John Tracy</dc:creator>
				<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[New Orleans]]></category>

		<guid isPermaLink="false">http://wpjunkie.net/?p=43</guid>
		<description><![CDATA[New Orleans WordCamp coming in March of 2009. Read More...]]></description>
			<content:encoded><![CDATA[<p>New Orleans WordCamp coming in March of 2009.</p>
<p>WordCamp.org has it listed as being March 18 &#8211; 19.</p>
<div id="attachment_44" class="wp-caption alignleft" style="width: 160px"><a href="http://wpjunkie.net/wp-content/uploads/2008/12/picture-11.png"><img class="size-thumbnail wp-image-44" title="WordCampNOLAHacked" src="http://wpjunkie.net/wp-content/uploads/2008/12/picture-11-150x150.png" alt="Hacked Notification for WordCamp NOLA" width="150" height="150" /></a><p class="wp-caption-text">Hacked Notification for WordCamp NOLA</p></div>
<p><span style="text-decoration: line-through;">Unfortunately, I went to the site and was greeted by an old-school &#8220;This page was hacked by&#8230;&#8221; type thing. I really hope they get this fixed soon, and plug whatever holes they had in security. I am thinking of attending this WordCamp because it is close by  and it has been a few years since I have been to New Orleans.</span></p>
<p>I will post more information on this as it becomes available. Hope to see a list of attendees and speakers soon.</p>
<p><span style="color: #ff0000;">Update: 12/6/2008 @ 9:33 PM CST</span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">The site is back up, and the guys from WordCamp New Orleans have acknowledged the incident. Im not really sure what happended here, and I will try to get some more information, but in the mean time their site is up and it can be found here.</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><a href="http://wordcampnola.com/">http://wordcampnola.com/</a></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">They posted an update via twitter:</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"></p>
<div id="attachment_63" class="wp-caption aligncenter" style="width: 628px"><a href="http://wpjunkie.net/wp-content/uploads/2008/12/picture-21.png"><img class="size-full wp-image-63" title="WordCampNolaTwitter" src="http://wpjunkie.net/wp-content/uploads/2008/12/picture-21.png" alt="Twitter Update from WordCamp NOLA" width="618" height="293" /></a><p class="wp-caption-text">Twitter Update from WordCamp NOLA</p></div>
<p>Thankfully, their site is back up and hopefully soon we will have some more information about the WordCamp and possible speakers to this event. Hope to see you all there.<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://wpjunkie.net/2008/12/05/wordcamp-nola/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
