<?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/"
	>

<channel>
	<title>Blog Testing ... 1, 2, 3</title>
	<atom:link href="http://demoblog.ajaydsouza.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://demoblog.ajaydsouza.net</link>
	<description>Just another WordPress test weblog</description>
	<pubDate>Wed, 30 Jul 2008 06:41:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Feed Style</title>
		<link>http://demoblog.ajaydsouza.net/2007/01/29/testing-feed-style/</link>
		<comments>http://demoblog.ajaydsouza.net/2007/01/29/testing-feed-style/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 04:37:18 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://demoblog.ajaydsouza.net/2007/01/29/testing-feed-style/</guid>
		<description><![CDATA[In response to Ronald&#8217;s request to help debug the new Feed Style plugin, I&#8217;ve decided to give it a test out here on my demoblog.
The idea behind Feed Styler is to ensure that your post can contain the same set of styles as you intended it to. This will help it to look the same [...]]]></description>
			<content:encoded><![CDATA[<p>In response to Ronald&#8217;s <a href="http://www.devlounge.net/sidenotes/testers-needed-for-feed-styler-wordpress-plugin" >request to help debug the new Feed Style plugin</a>, I&#8217;ve decided to give it a test out here on my demoblog.</p>
<p>The idea behind Feed Styler is to ensure that your post can contain the same set of styles as you intended it to. This will help it to look the same in every feed reader (atleast those which don&#8217;t strip and apply their own styles).</p>
<div class="left"   style="float: left; margin: 10px 20px 10px 0;float: left; margin: 10px 20px 10px 0;">This text is floated left</div>
<div class="right"   style="float: right; margin: 10px 0 10px 20px;float: right; margin: 10px 0 10px 20px;">This text is floated right</div>
<p><code  style="color: #D48B00; font-family: 'Courier New'color: #D48B00; font-family: 'Courier New'CourierCouriermonospace; padding-left: 2px; padding-right: 2px;monospace; padding-left: 2px; padding-right: 2px;">This is where you would put some code</code></p>
<h1  style="font: bold 1.9em Arialfont: bold 1.9em ArialArialArialSans-Serif;Sans-Serif;">This is Heading 1</h1>
<h2  style="font: bold 1.5em Arialfont: bold 1.5em ArialArialArialSans-Serif;Sans-Serif;">This is Heading 2</h2>
<h3  style="font: bold 1.3em Arialfont: bold 1.3em ArialArialArialSans-Serif; margin-top: 20px;Sans-Serif; margin-top: 20px;">This is Heading 3</h3>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2007/01/29/testing-feed-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing Open Picture Window Plugin</title>
		<link>http://demoblog.ajaydsouza.net/2006/03/31/testing-open-picture-window-plugin/</link>
		<comments>http://demoblog.ajaydsouza.net/2006/03/31/testing-open-picture-window-plugin/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 16:55:10 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[images]]></category>

		<category><![CDATA[Open Picture Window]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://demoblog.ajaydsouza.net/2006/03/31/testing-open-picture-window-plugin/</guid>
		<description><![CDATA[This post is to test the working of my Open Picture Window Plugin for WordPress.

Code used:
&#60;a href=&#34;/wp-content/connections-reloaded.jpg&#34;
onclick=&#34;ald_OpenPictureWindow(this.href,&#8217;iimagebrowser&#8217;,
&#8221;,&#8217;800&#8242;,&#8217;600&#8242;,true,&#8217;Connections Reloaded&#8217;); return false&#34;&#62;
&#60;img src=&#34;/wp-content/_connections-reloaded.jpg&#34; 
title=&#34;Connections Reloaded&#34; 
alt=&#34;Connections Reloaded&#34; 
width=&#34;250&#34; 
height=&#34;187&#34; 
class=&#34;thumbnail&#34; /&#62;&#60;/a&#62; 
Copy pasting the above code can cause errors due to the way the text is rendered. Please use it as a starting point to write your [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to test the working of my <a href="http://www.ajaydsouza.com/wordpress/plugins/open-picture-window-plugin/"  title="Read more about the Open Picture Window Plugin for WordPress" >Open Picture Window Plugin</a> for WordPress.</p>
<p><a href="/wp-content/connections-reloaded.jpg"  onclick="ald_OpenPictureWindow(this.href,'iimagebrowser','','800','600',true,'Connections Reloaded'); return false" ><img src="/wp-content/_connections-reloaded.jpg"  title="Connections Reloaded"  alt="Connections Reloaded"  width="250"  height="187"  class="thumbnail"   style="border: none;"/></a></p>
<p>Code used:</p>
<blockquote><p><code  style="color: #D48B00; font-family: 'Courier New'color: #D48B00; font-family: 'Courier New'CourierCouriermonospace; padding-left: 2px; padding-right: 2px;monospace; padding-left: 2px; padding-right: 2px;">&lt;a href=&quot;/wp-content/connections-reloaded.jpg&quot;<br/>
onclick=&quot;ald_OpenPictureWindow(this.href,&#8217;iimagebrowser&#8217;,<br/>
&#8221;,&#8217;800&#8242;,&#8217;600&#8242;,true,&#8217;Connections Reloaded&#8217;); return false&quot;&gt;<br/>
&lt;img src=&quot;/wp-content/_connections-reloaded.jpg&quot; <br/>
title=&quot;Connections Reloaded&quot; <br/>
alt=&quot;Connections Reloaded&quot; <br/>
width=&quot;250&quot; <br/>
height=&quot;187&quot; <br/>
class=&quot;thumbnail&quot; /&gt;&lt;/a&gt; </code></p></blockquote>
<p>Copy pasting the above code can cause errors due to the way the text is rendered. Please use it as a starting point to write your own code.</p>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2006/03/31/testing-open-picture-window-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AjayDSouza.net</title>
		<link>http://demoblog.ajaydsouza.net/2006/03/21/ajaydsouzanet/</link>
		<comments>http://demoblog.ajaydsouza.net/2006/03/21/ajaydsouzanet/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 03:48:03 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://demoblog.ajaydsouza.net/2006/03/21/ajaydsouzanet/</guid>
		<description><![CDATA[We now have a new url, i.e. http://demoblog.ajaydsouza.net/.
Please update your bookmarks. Visiting the old url will simply redirect you to this blog.
Thanks.
]]></description>
			<content:encoded><![CDATA[<p>We now have a new url, i.e. <a href="http://demoblog.ajaydsouza.net/" >http://demoblog.ajaydsouza.net/</a>.</p>
<p>Please update your bookmarks. Visiting the old url will simply redirect you to this blog.</p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2006/03/21/ajaydsouzanet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Registrations Disabled</title>
		<link>http://demoblog.ajaydsouza.net/2005/12/31/registrations-disabled/</link>
		<comments>http://demoblog.ajaydsouza.net/2005/12/31/registrations-disabled/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 13:20:56 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://demoblog.ajaydsouza.net/2005/12/31/registrations-disabled/</guid>
		<description><![CDATA[I have just disabled registrations on this blog.
However, since I can add users, if you really would like to contribute and have a valid reason, I can add you as a user.
Ofcourse this invitation goes out to all theme and plugin authors. Ofcourse, if you don&#8217;t wish to register you can always write to me.
]]></description>
			<content:encoded><![CDATA[<p>I have just disabled registrations on this blog.</p>
<p>However, since I can add users, if you really would like to contribute and have a valid reason, I can add you as a user.</p>
<p>Ofcourse this invitation goes out to all theme and plugin authors. Ofcourse, if you don&#8217;t wish to register you can always <a title="Contact Me"  href="http://www.ajaydsouza.com/contact/" >write to me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2005/12/31/registrations-disabled/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing Exec-PHP Plugin</title>
		<link>http://demoblog.ajaydsouza.net/2005/11/26/testing-exec-php-plugin-2/</link>
		<comments>http://demoblog.ajaydsouza.net/2005/11/26/testing-exec-php-plugin-2/#comments</comments>
		<pubDate>Sat, 26 Nov 2005 02:19:49 +0000</pubDate>
		<dc:creator>Mr. Plugin Tester</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://demoblog.ajaydsouza.net/2005/11/26/testing-priyadis-phpexec/</guid>
		<description><![CDATA[Testing Exec-PHP on WP2.1 alpha

&#60;?php
echo "Current date and time: ";
echo date("l dS of F Y h:i:s A");
?&#62;

This should display the date:
[?php
echo "Current date and time: ";
echo date("l dS of F Y h:i:s A");
?]
Update 1: using &#60;?php doesn&#8217;t work. I will have to use [?php
Update 2: both don&#8217;t seem to be working! Will contact Soren about [...]]]></description>
			<content:encoded><![CDATA[<p>Testing <a href="http://www.soeren-weber.net/post/2005/08/18/50/" >Exec-PHP</a> on WP2.1 alpha</p>
<p><code  style="color: #D48B00; font-family: 'Courier New'color: #D48B00; font-family: 'Courier New'CourierCouriermonospace; padding-left: 2px; padding-right: 2px;monospace; padding-left: 2px; padding-right: 2px;"><br/>
&lt;?php<br/>
echo "Current date and time: ";<br/>
echo date("l dS of F Y h:i:s A");<br/>
?&gt;<br/>
</code><br/>
This should display the date:<br/>
[?php<br/>
echo "Current date and time: ";<br/>
echo date("l dS of F Y h:i:s A");<br/>
?]</p>
<p>Update 1: using <code  style="color: #D48B00; font-family: 'Courier New'color: #D48B00; font-family: 'Courier New'CourierCouriermonospace; padding-left: 2px; padding-right: 2px;monospace; padding-left: 2px; padding-right: 2px;">&lt;?php</code> doesn&#8217;t work. I will have to use <code  style="color: #D48B00; font-family: 'Courier New'color: #D48B00; font-family: 'Courier New'CourierCouriermonospace; padding-left: 2px; padding-right: 2px;monospace; padding-left: 2px; padding-right: 2px;">[?php</code><br/>
Update 2: both don&#8217;t seem to be working! Will contact Soren about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2005/11/26/testing-exec-php-plugin-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Activate Connections on this blog</title>
		<link>http://demoblog.ajaydsouza.net/2005/11/19/activate-connections-on-this-blog/</link>
		<comments>http://demoblog.ajaydsouza.net/2005/11/19/activate-connections-on-this-blog/#comments</comments>
		<pubDate>Sat, 19 Nov 2005 02:06:03 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://demoblog.ajaydsouza.net/2005/11/19/activate-connections-on-this-blog/</guid>
		<description><![CDATA[Well, this post is for just one purpose. If you changed the theme to anything but Connections Reloaded, click the link below to go back to it.
Click to go back to Connections Reloaded
]]></description>
			<content:encoded><![CDATA[<p>Well, this post is for just one purpose. If you changed the theme to anything but Connections Reloaded, click the link below to go back to it.</p>
<p><a href="http://demoblog.ajaydsouza.net/index.php?wptheme=Connections+Reloaded" >Click to go back to Connections Reloaded</a></p>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2005/11/19/activate-connections-on-this-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So what is this blog about?</title>
		<link>http://demoblog.ajaydsouza.net/2005/11/12/so-what-is-this-blog-about/</link>
		<comments>http://demoblog.ajaydsouza.net/2005/11/12/so-what-is-this-blog-about/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 13:12:30 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://demoblog.ajaydsouza.net/2005/11/12/so-what-is-this-blog-about/</guid>
		<description><![CDATA[The sole purpose of this blog is to test all the latest releases of WordPress as well various plugins and themes.
The primary setup of this blog is ofcourse to provide live demos of my themes, plugins and hacks.
As of this date the blog is powered by Connections Reloaded.
You will also be able to see my [...]]]></description>
			<content:encoded><![CDATA[<p>The sole purpose of this blog is to test all the latest releases of WordPress as well various plugins and themes.</p>
<p>The primary setup of this blog is ofcourse to provide live demos of <a href="http://ajaydsouza.com/wordpress/" >my themes, plugins and hacks</a>.</p>
<p>As of this date the blog is powered by <a href="http://www.ajaydsouza.com/wordpress/wpthemes/connections-reloaded/" >Connections Reloaded</a>.</p>
<p>You will also be able to see my plugins in action.</p>
<p><a href="http://www.ajaydsouza.com/wordpress/plugins/bad-behavior-stats-plugin/" >Bad Behavior Stats</a> is already in the footer.</p>
<p>Still have to populate this blog to test the full features of the theme. Will be doing this over the week <img src="http://demoblog.ajaydsouza.net/wp-includes/images/smilies/icon_smile.gif"  alt=":)"  class="wp-smiley"   style="border: none;"/> </p>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2005/11/12/so-what-is-this-blog-about/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://demoblog.ajaydsouza.net/2005/11/11/hello-world/</link>
		<comments>http://demoblog.ajaydsouza.net/2005/11/11/hello-world/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 04:13:47 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://demoblog.ajaydsouza.net/2005/11/11/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
