<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Ring Of Blogs</title>
	
	<link>http://www.ringofblogs.com</link>
	<description>Blogging, WordPress MU, monetization, tips, how to and reviews</description>
	<lastBuildDate>Sun, 21 Feb 2010 11:23:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RingOfBlogs" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ringofblogs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">RingOfBlogs</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>A note for WordPress database backup plugin</title>
		<link>http://www.ringofblogs.com/2010/02/21/a-note-for-wordpress-database-backup-plugin/</link>
		<comments>http://www.ringofblogs.com/2010/02/21/a-note-for-wordpress-database-backup-plugin/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 11:23:56 +0000</pubDate>
		<dc:creator>Elad</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://www.ringofblogs.com/?p=351</guid>
		<description><![CDATA[If you are running WordPress and using the WordPress Database Backup plugin you should read this post. WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database. By default, the plugin backs up the core tables from a predefined list hard coded in the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running WordPress and using the <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WordPress Database Backup plugin</a> you should read this post.</p>
<p>WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database. By default, the plugin backs up the core tables from a predefined list hard coded in the plugin file. Other tables may be added to the list manually.</p>
<p style="text-align: center;"><a href="http://www.ringofblogs.com/wp-content/uploads/2010/02/backup-commentmeta.png" rel="lightbox[351]"><img class="size-full wp-image-354 aligncenter" title="WordPress Database Backup plugin's options" src="http://www.ringofblogs.com/wp-content/uploads/2010/02/backup-commentmeta.png" alt="WordPress Database Backup plugin's options" width="467" height="317" /></a></p>
<p>The plugin&#8217;s last version, 2.2.2, came out just after WordPress version 2.7. However, in WordPress version 2.9 a new <code>commentmeta</code> core table was added. This new table is not in the plugin&#8217;s list of tables so, by default, it is not being backed up and a manual selection is needed.</p>
<p>If you are using this plugin make sure you select the <code>commentmeta</code> table or you might face a problem when in need for a backup restore.</p>
<img src="http://feeds.feedburner.com/~r/RingOfBlogs/~4/-xDB25LODGg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ringofblogs.com/2010/02/21/a-note-for-wordpress-database-backup-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S3 Explorer review</title>
		<link>http://www.ringofblogs.com/2010/02/14/s3-explorer-review/</link>
		<comments>http://www.ringofblogs.com/2010/02/14/s3-explorer-review/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:58:21 +0000</pubDate>
		<dc:creator>Elad</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[rds]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://www.ringofblogs.com/?p=319</guid>
		<description><![CDATA[I have been using Amazon web services for some time now. I have started with Amazon Simple Storage (S3) for off-loading WPMU theme files and later on started using it for daily backup of all my web sites and blogs. The backup is actually a small script that zips all my files and send them [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://aws.amazon.com/">Amazon web services</a> for some time now. I have started with <a href="http://aws.amazon.com/s3/">Amazon Simple Storage</a> (S3) for <a href="http://www.ringofblogs.com/2008/04/12/off-loading-wpmu-theme-files-to-amazon-s3/">off-loading WPMU theme files</a> and later on started using it for daily backup of all my web sites and blogs. The backup is actually a small script that zips all my files and send them to Amazon S3 storage using the great <a href="http://code.google.com/p/amazon-s3-php-class/">Amazon S3 PHP class</a> by <a href="http://undesigned.org.za/">Donovan Schonknecht</a>. More recently I have tested <a href="http://aws.amazon.com/rds/">Amazon Relational Database Service</a> and managed to <a href="http://www.ringofblogs.com/2009/10/29/wordpress-on-amazon-rds/">install WordPress and WordPress MU on it</a>.</p>
<p>A problem I have encountered from day one when using Amazon S3 was the lack of a simple way to manage files and directories (called buckets on S3). To the rescue came <a href="http://www.s3fox.net/">S3Fox Organizer</a> which is &#8220;A Front-end tool for Amazon S3 with a nifty GUI Interface&#8221; built as a <a href="https://addons.mozilla.org/en-US/firefox/addon/3247">FireFox Addon</a>. S3Fox is really great. It allows you to do all your basic tasks on S3: upload, download, sync, create buckets, manage permissions, create time limited URLs and all for free! However, if you are a heavy user and need some more advanced features, sooner or later you will start looking for a different solution.</p>
<p>While searching for new options I found <a href="http://cloudberrylab.com/default.aspx?page=cloudberry-explorer-amazon-s3"><strong>S3 Explorer</strong></a> by <a href="http://cloudberrylab.com/"><strong>CloudBerry Lab</strong></a> which is a Windows desktop client for Amazon S3. The <strong><a href="http://cloudberrylab.com/default.aspx?page=cloudberry-explorer-amazon-s3">S3 Explorer Freeware</a></strong> version offers a large set of nice options such as:</p>
<ul>
<li>copy and move objects in your account (no S3 fees in the same zone)</li>
</ul>
<p><div id="attachment_328" class="wp-caption aligncenter" style="width: 535px"><a href="http://www.ringofblogs.com/wp-content/uploads/2010/02/copy-between-s3.png" rel="lightbox[319]"><img class="size-full wp-image-328" title="copy and move objects in your account" src="http://www.ringofblogs.com/wp-content/uploads/2010/02/copy-between-s3.png" alt="" width="525" height="447" /></a><p class="wp-caption-text">copy and move objects in your account</p></div></p>
<p style="text-align: center;">
<ul>
<li>copy objects between your S3 accounts (no S3 fees within the same zone)</li>
<li>generate web URLs using CNAME records (i.e. pictures.mydomain.com)</li>
</ul>
<p><div id="attachment_333" class="wp-caption aligncenter" style="width: 464px"><a href="http://www.ringofblogs.com/wp-content/uploads/2010/02/generate-web-url.png" rel="lightbox[319]"><img class="size-full wp-image-333" title="generate web URLs using CNAME records" src="http://www.ringofblogs.com/wp-content/uploads/2010/02/generate-web-url.png" alt="" width="454" height="369" /></a><p class="wp-caption-text">generate web URLs using CNAME records</p></div></p>
<p style="text-align: center;">
<ul>
<li>generate web URLs that expires in a specific time</li>
<li>sync folders between different locations (local machine and S3)</li>
</ul>
<p style="text-align: center;"><a href="http://www.ringofblogs.com/wp-content/uploads/2010/02/sync.png" rel="lightbox[319]"><img class="aligncenter size-full wp-image-338" title="sync folders between different locations" src="http://www.ringofblogs.com/wp-content/uploads/2010/02/sync.png" alt="sync folders between different locations" width="343" height="296" /></a></p>
<ul>
<li>setting for Cloudfront Streaming so you can stream your media directly from S3</li>
<li>master password for the software</li>
<li>control of permissions inheritance</li>
</ul>
<p style="text-align: center;"><a href="http://www.ringofblogs.com/wp-content/uploads/2010/02/options.png" rel="lightbox[319]"><img class="aligncenter size-full wp-image-336" title="control of permissions inheritance" src="http://www.ringofblogs.com/wp-content/uploads/2010/02/options.png" alt="" width="386" height="482" /></a></p>
<ul>
<li style="text-align: left;">create and manage policies</li>
</ul>
<p> </p>
<p style="text-align: left;">Additional features in the <a href="http://cloudberrylab.com/?page=s3-explorer-pro">pro version</a>:</p>
<ul>
<li>versioning (Amazon just <a href="http://aws.amazon.com/about-aws/whats-new/2010/02/08/versioning-feature-for-amazon-s3-now-available/">announced</a> that versioning is supported in all zones)</li>
</ul>
<p><div id="attachment_341" class="wp-caption aligncenter" style="width: 522px"><a href="http://www.ringofblogs.com/wp-content/uploads/2010/02/versions.png" rel="lightbox[319]"><img class="size-full wp-image-341" title="versioning" src="http://www.ringofblogs.com/wp-content/uploads/2010/02/versions.png" alt="" width="512" height="384" /></a><p class="wp-caption-text">versioning</p></div></p>
<ul>
<li>ftp support (needs direct transfers from ftp to S3)</li>
<li>schedule updating the ACLs</li>
<li>compress files before upload (GZIP) to reduce storage and transfer expenses.</li>
<li>encrypt files before upload</li>
<li>overcome S3&#8242;s 5GB file size limit by splitting large files (&#8216;chunking&#8217;).</li>
</ul>
<p><div id="attachment_342" class="wp-caption aligncenter" style="width: 319px"><a href="http://www.ringofblogs.com/wp-content/uploads/2010/02/advanced-options.png" rel="lightbox[319]"><img class="size-full wp-image-342" title="compress, encrypt and split large files" src="http://www.ringofblogs.com/wp-content/uploads/2010/02/advanced-options.png" alt="" width="309" height="386" /></a><p class="wp-caption-text">compress, encrypt and split large files</p></div></p>
<p>With a rich set of features the overall experience of <a href="http://cloudberrylab.com/default.aspx?page=cloudberry-explorer-amazon-s3">S3 Explorer</a> is very good. I would be happy to see just a few things:</p>
<ul>
<li>portable version</li>
<li>resume failed uploads (not supported by Amazon S3)</li>
<li>copy files directly from ftp to S3 (not using the  local computer).</li>
<li>while the pricing of the pro version is reasonable I would prefer a different licensing scheme. The registration fee of 39.99$ is for one installation with one year of support. A better scheme would be a longer term for free updates and the option to install the program on at least two machines (desktop and laptop)</li>
</ul>
<p>Another interesting program from CloudBerry lab that I want to test is <a href="http://cloudberrylab.com/default.aspx?page=cloudberry-backup"><strong>CloudBerry Online Backup</strong></a> to Amazon S3. For a long time I have been using <a href="http://www.handybackup.net/"><strong>Handy Backup</strong></a> but it lacks backups to the cloud. Stay tuned.</p>
<img src="http://feeds.feedburner.com/~r/RingOfBlogs/~4/W5lyto7cyyI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ringofblogs.com/2010/02/14/s3-explorer-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress on Amazon RDS</title>
		<link>http://www.ringofblogs.com/2009/10/29/wordpress-on-amazon-rds/</link>
		<comments>http://www.ringofblogs.com/2009/10/29/wordpress-on-amazon-rds/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 05:29:18 +0000</pubDate>
		<dc:creator>Elad</dc:creator>
				<category><![CDATA[Hosting & domains]]></category>
		<category><![CDATA[WPMU tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[rds]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://www.ringofblogs.com/?p=284</guid>
		<description><![CDATA[Every WordPress blog must have a database to store all its data (posts, comments, settings and so on). WordPress uses the MySQL database. Usually the database is stored locally ob the web server of the blog. In some cases one would want to have the database installed elsewhere for many reasons (loads, capacity, backups). This [...]]]></description>
			<content:encoded><![CDATA[<p>Every <a href="http://wordpress.org/">WordPress</a> blog must have a database to store all its data (posts, comments, settings and so on). WordPress uses the <a href="http://dev.mysql.com/">MySQL</a> database. Usually the database is stored locally ob the web server of the blog. In some cases one would want to have the database installed elsewhere for many reasons (loads, capacity, backups). This is where <a title="Amazon Relational Database Service" href="http://aws.amazon.com/rds/">Amazon RDS</a> kicks in.</p>
<p><strong>What is Amazon RDS?</strong></p>
<p>Amazon Relational Database Service (Amazon <span>RDS</span>) is a web service that makes it easy to set up, operate, and scale a relational database in the cloud. That means that you can have your MySQL database operate on Amazon&#8217;s cloud computers located all over the world. Just like they say:</p>
<blockquote><p>Amazon <span>RDS</span> gives you access to the full capabilities of a familiar MySQL database. This means the code, applications, and tools you already use today with your existing MySQL databases work seamlessly with Amazon <span>RDS</span>.  Amazon <span>RDS</span> automatically patches the database software and backs up your database, storing the backups for a user-defined retention period. You also benefit from the flexibility of being able to scale the compute resources or storage capacity associated with your relational database instance via a single <span>API</span> call.</p></blockquote>
<p>According to Amazon there is no need to make any changes to your application in order to use Amazon RDS. <strong>Well, at least for WordPress and WordPress-MU they are right.</strong></p>
<p>A standard WordPress installation, using Amazon RDS, is located at <a title="WordPress on Amazon RDS" href="http://www.wordpressrds.com">WordPressRDS.com</a> and a WordPress-MU (the kind of WordPress that <a href="http://wordpress.com">wordpress.com</a> uses) is located at <a title="WordPress MU on Amazon RDS" href="http://mu.wordpressrds.com">mu.WordPressRDS.com</a>. I will keep this installation alive for a few days and then take it down since the use of Amazon RDS is not free.</p>
<p style="text-align: left;">If you would like to help me finance this demo please consider a <strong><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=elad.salomons@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Help finance this demo of WordPress and Amazon RDS integration">donation via PayPal</a></strong>.</p>
<p>Amazon RDS is charged by the hour + storage + I/O requests and in and out data transfer (see full <a title="Amazon RDS pricing" href="http://aws.amazon.com/rds/#pricing">pricing</a>). The smallest database instance you can get is with 1.7GB RAM with the cost of 0.11$ per hour. If you run a full month it sums up to about 82$/month. The next level is a huge jump to a large instance of 7.5GB RAM with the cost of 0.44$ per hour (~330$/month). However, for those who are seeking a multi-db solution for WordPress MU may consider testing two or three small instances.</p>
<p><strong>So lets get started!</strong></p>
<p>The first thing you will have to do is setup an Amazon RDS instance. If you don&#8217;t have an account with Amazon you should <a href="https://aws-portal.amazon.com/gp/aws/developer/registration/index.html">creat an AWS account</a>. Once you have an account you may <a href="http://aws.amazon.com/rds/">signup for Amazon RDS</a>.</p>
<p>To set up the RDS instance read some of the <a href="http://aws.amazon.com/rds/#resources">resources</a> available. If you use WordPress you probably would start with the <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2945&amp;categoryID=293">PHP sample code</a>. I may give specific code samples at a later time but you will have to use the following APIs (in this order):</p>
<ol>
<li><a href="http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/index.html?APICreateDBSecurityGroup.html">CreateDBSecurityGroup</a> &#8211; setup a database security group.</li>
<li><a href="http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/index.html?APIAuthorizeDBSecurityGroupIngress.html">AuthorizeDBSecurityGroupIngress</a> &#8211; authorize access from your servers IP for the above group.</li>
<li><a href="http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/index.html?APICreateDBInstance.html">CreateDBInstance</a> &#8211; set up the instance and first database (including root user, password and database name).</li>
</ol>
<p>If all goes well you may check the instance using the <a href="http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/index.html?APIDescribeDBInstances.html"><em>DescribeDBInstances API</em></a> call and look for the &#8216;<em>Status</em>&#8216; field making sure it is in &#8216;<em>Available</em>&#8216; state. In the results of this call you will also see the unique host name of the database. Amazon calls it &#8216;<em>endpoint address</em>&#8216;. If you got it your are done!</p>
<p><strong>Now setup WordPress (or WordPress Mu)</strong></p>
<p>The final step is to run a regular setup of WordPress (or WordPress MU). You are probably familiar with the setup screen (click on the image to enlarge):</p>
<p><a href="http://www.ringofblogs.com/wp-content/uploads/2009/10/wp-rds-install-3.PNG" rel="lightbox[284]"><img class="aligncenter size-medium wp-image-304" title="wp-rds-install-3" src="http://www.ringofblogs.com/wp-content/uploads/2009/10/wp-rds-install-3-300x207.PNG" alt="wp-rds-install-3" width="300" height="207" /></a></p>
<p>See the &#8216;<strong>DataBase Host</strong>&#8216; field? That is where the &#8216;<em>endpoint address</em>&#8216; goes. I guess this is one of those other 1% cases. Now just continue the installation as usual.</p>
<p>A WordPress MU installation is just the same:</p>
<p><a href="http://www.ringofblogs.com/wp-content/uploads/2009/10/wpmu-rds-install-1.PNG" rel="lightbox[284]"><img class="aligncenter size-full wp-image-308" title="wpmu-rds-install-1" src="http://www.ringofblogs.com/wp-content/uploads/2009/10/wpmu-rds-install-1.PNG" alt="wpmu-rds-install-1" width="474" height="218" /></a></p>
<p>I have installed <a title="WordPress" href="http://www.wordpress.org/">WordPress</a> and <a href="http://mu.wordpress.org/">WordPress-MU</a> on <a title="Amazon Relational Database Service" href="http://aws.amazon.com/rds/">Amazon RDS</a> at <a title="WordPress on Amazon RDS" href="http://www.wordpressrds.com/" target="_blank">WordPressRDS.com</a>. Check it out and please consider a donation via PayPal to keep these installation running.</p>
<p style="text-align: center;"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=elad.salomons@gmail.com&amp;currency_code=USD&amp;amount=&amp;return=&amp;item_name=Help finance this demo of WordPress and Amazon RDS integration"><img class="aligncenter size-full wp-image-313" title="btn_donate_LG" src="http://www.ringofblogs.com/wp-content/uploads/2009/10/btn_donate_LG.gif" alt="btn_donate_LG" width="92" height="26" /></a></p>
<img src="http://feeds.feedburner.com/~r/RingOfBlogs/~4/fndTjR0FHLU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ringofblogs.com/2009/10/29/wordpress-on-amazon-rds/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gravatar enabled badges for WordCamp Israel 2008</title>
		<link>http://www.ringofblogs.com/2008/10/22/gravatar-enabled-badges-for-wordcamp-israel-2008/</link>
		<comments>http://www.ringofblogs.com/2008/10/22/gravatar-enabled-badges-for-wordcamp-israel-2008/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:58:02 +0000</pubDate>
		<dc:creator>Elad</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.ringofblogs.com/?p=243</guid>
		<description><![CDATA[For WordCamp SF 2008, Andy Peatling introduced Gravatar enabled name badges. He also released most of the source code he used to produce them &#8211; thanks Andy On November 16th I will be attending WordCamp Israel 2008in Tel-Aviv. For the event, Sharon Gefen and I have prepared the graphics and script that will produce nice [...]]]></description>
			<content:encoded><![CDATA[<p>For WordCamp SF 2008, <a title="Andy Peatling" href="http://apeatling.wordpress.com">Andy Peatling</a> introduced <a title="Get A Gravatar Ready For WordCamp 2008 Badges" href="http://apeatling.wordpress.com/2008/08/06/get-a-gravatar-ready-for-wordcamp-2008-badges/">Gravatar enabled name badges</a>. He also released most of the source code he used to produce them &#8211; thanks Andy <img src='http://www.ringofblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On November 16th I will be attending <a href="http://2008.wordcamp.co.il/">WordCamp Israel 2008</a>in Tel-Aviv. For the event, <a title="Sharon Gefen" href="http://sharongefen.co.il/">Sharon Gefen</a> and I have prepared the graphics and script that will produce nice little <span style="text-decoration: line-through;">black</span>dark blue Gravatar enabled name badges. The main problem was, big surprise, the use of Hebrew fonts with the <a title="fpdf" href="http://www.fpdf.org/">fpdf library</a>. After some time playing around with it I have managed to produce the following sample:</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.ringofblogs.com/wp-content/uploads/2008/10/elad-badge-wcil2008.jpg" border="0" alt="elad-badge-wcil2008" width="464" height="370" /></p>
<p>I hope Andy can find a place to use the Hebrew name badge I have prepared for him with the WordCamp Israel 2008 template:</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.ringofblogs.com/wp-content/uploads/2008/10/andy-badge-wcil2008.jpg" border="0" alt="andy-badge-wcil2008" width="464" height="370" /></p>
<p>If the budget will allow us, we will print these name badges for everybody at the camp. In the meanwhile please make sure that you register or update your <a title="Gravatar" href="http://www.gravatar.com">Gravatar</a>.</p>
<img src="http://feeds.feedburner.com/~r/RingOfBlogs/~4/DL6u5VpXLOQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ringofblogs.com/2008/10/22/gravatar-enabled-badges-for-wordcamp-israel-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordCamp Israel 2008 – registration open</title>
		<link>http://www.ringofblogs.com/2008/10/14/wordcamp-israel-2008-registration-open/</link>
		<comments>http://www.ringofblogs.com/2008/10/14/wordcamp-israel-2008-registration-open/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 16:28:40 +0000</pubDate>
		<dc:creator>Elad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.ringofblogs.com/?p=235</guid>
		<description><![CDATA[WordCamp Israel 2008 is set for November 16th in Tel-Aviv. Just a day after we opened the registration we have about 130 submissions on our attendees list but we are aiming for a crowd of about 400! Beside the WordPress usual issues, this year, we are devoting part of the camp to social involvement stuff [...]]]></description>
			<content:encoded><![CDATA[<p><a title="wordcamp israel 2008" href="http://2008.wordcamp.co.il">WordCamp Israel 2008</a> is set for November 16th in Tel-Aviv. Just a day after we opened the <a href="http://2008.wordcamp.co.il/register/">registration</a> we have about 130 submissions on our <a href="http://2008.wordcamp.co.il/attendees/">attendees</a> list but we are aiming for a crowd of about 400!</p>
<p style="text-align: center;"><img class="aligncenter" title="WordCamp Israel 2008" src="http://www.ringofblogs.com/wp-content/uploads/2007/08/wordcamp-israel-2007-logo.png" alt="wordcamp-israel-2007-logo.png" width="317" height="68" /></p>
<p>Beside the WordPress usual issues, this year, we are devoting part of the camp to social involvement stuff like non-profit organizations &#8211; this should be interesting.</p>
<p>Please help spread the word.</p>
<img src="http://feeds.feedburner.com/~r/RingOfBlogs/~4/pb7rV0I5SRs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ringofblogs.com/2008/10/14/wordcamp-israel-2008-registration-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
