<?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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Blogie Blog</title>
	
	<link>http://www.robilloblog.com</link>
	<description>I am therefore I blog</description>
	<lastBuildDate>Sun, 05 Jul 2009 08:30:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>7.079597</geo:lat><geo:long>125.613944</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://www.robilloblog.com</link><url>http://www.robilloblog.com/images/bb125x125.jpg</url><title>Blogie Blog</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Blogie" type="application/rss+xml" /><feedburner:emailServiceId>Blogie</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>WordPress on your local machine</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/WQuWuOc_LlM/</link>
		<comments>http://www.robilloblog.com/2009/07/05/wordpress-on-your-local-machine/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 08:17:02 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[content development]]></category>
		<category><![CDATA[deploying WordPress]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[WampServer]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=580</guid>
		<description><![CDATA[You&#8217;re a Web developer and you need some sort of staging for your WordPress-powered site. You don&#8217;t like developing your site directly off of your production server because (1) Internet connectivity isn&#8217;t always reliable or fast, (2) you prefer to keep your site under wraps until it&#8217;s ready for the public eye, (3) some other [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;re a Web developer and you need some sort of staging for your WordPress-powered site. You don&#8217;t like developing your site directly off of your production server because (1) Internet connectivity isn&#8217;t always reliable or fast, (2) you prefer to keep your site under wraps until it&#8217;s ready for the public eye, (3) some other reason I haven&#8217;t thougth of yet.</p>
<p>Although WordPress will run on Windows/IIS, chances are, your Web hosting will be on a Linux box running Apache. So, the best way to recreate that environment for local development on your desktop or notebook is to install a local Web server package. What I use now to develop new WordPress sites is <a href="http://www.wampserver.com/en/" class="extlink" target="_blank" rel="nofollow">WampServer 2</a>.</p>
<p>WampServer emulates the Apache Web server with PHP and MySQL installed. All the necessary modules that WordPress needs (e.g., <em>mod rewrite</em>) are present, and it takes just a few minutes to install and run. Do you feel a how-to coming on&#8230;?</p>
<p>OK, let&#8217;s get started. I&#8217;m assuming here that you use Windows. If not, I&#8217;m sure you&#8217;ll find something similar for your Mac. <img src='http://www.robilloblog.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
<h4>Installing WampServer</h4>
<p>Download WampServer 2 from the link above, and install it on your local machine. It will do everything in the background for you, including installing PHP and MySQL. What&#8217;s more, you&#8217;ll even have access to your own phpMyAdmin and, if you prefer the classic approach, a MySQL console.</p>
<p>After installation and initial launch, you&#8217;ll get a WampServer icon on your system tray, looking like half a speedometer. Click on it to bring up the menu. If it&#8217;s not online, click on <strong>Put Online</strong>. If you type &#8220;localhost&#8221; on your browser URL bar, you will see something like this page:</p>
<p><a href="http://www.robilloblog.com/2009/07/05/wordpress-on-your-local-machine/scrncap-wampserver-localhost/" rel="attachment wp-att-581"><img src="http://www.robilloblog.com/wp-content/uploads/2009/07/scrncap-wampserver-localhost-490x369.png" alt="localhost screenshot" title="localhost screenshot" width="490" height="369" class="alignnone size-medium wp-image-581" /></a></p>
<p>To install WordPress, follow the steps below. But before that, don&#8217;t forget to activate Apache&#8217;s <em>rewrite module</em> &#8212; without this, you won&#8217;t be able to make use of WordPress permalinks. Left-click on the WampServer icon on the system tray, and go to <strong>Apache &raquo; Apache modules</strong>. You&#8217;ll then get a long list of modules arranged alphabetically. Look for <strong>rewrite_module</strong> and check it.</p>
<h4>Installing WordPress</h4>
<p>OK, now for WordPress. Extract the <a href="http://wordpress.org/latest.zip">WordPress .zip file</a> onto <code>c:\</code> &#8212; this will create <code>c:\wordpress</code>. You may change the name of the folder to anything that you fancy, but for our purposes, let&#8217;s keep it as is.</p>
<p>Bring up the WampServer menu, and create an <em>alias directory</em>: <strong>Apache &raquo; Alias directories &raquo; + Add an alias</strong>. This will cause a command-prompt window to open with the following screen:</p>

<div class="wp_syntax"><div class="code"><pre class="ssh" style="font-family:monospace;">Enter your alias.
For example,
&nbsp;
'test'
&nbsp;
would create an alias for the url
&nbsp;
http://localhost/test/
:_</pre></div></div>

<p>Let&#8217;s use <code>blog</code> as our alias. The next screen will show this:</p>

<div class="wp_syntax"><div class="code"><pre class="ssh" style="font-family:monospace;">Enter the destination of your alias.
For example,
&nbsp;
'c:/test/'
&nbsp;
would make http://localhost/blog/ point to
&nbsp;
c:/test/
:_</pre></div></div>

<p>Enter <code>c:/wordpress/</code>, the directory we created earlier. When successful, a message saying &#8220;Alias created. Please Enter to exit&#8230;&#8221; will appear. Now you&#8217;ve created a website account with the URL, <code>http://localhost/blog/</code>.</p>
<p>Next, let&#8217;s create the database and database user in MySQL. Take a look at <a href="http://codex.wordpress.org/Installing_WordPress#Using_phpMyAdmin" class="extlink" target="_blank">this page from the WordPress.org codex</a> for step-by-step instructions on creating databases using phpMyAdmin.</p>
<p>Armed with your database name, username and password, you can now go ahead and perform the famous WordPress 5-minute install. Load <code>http://localhost/blog/</code> on your browser, and you&#8217;ll see that WordPress says it will create the configuration file for you. Go to the next screen and enter the database credentials, and <em>voil&aacute;!</em> You now have a WordPress site running on your desktop or notebook!</p>
<p>WP2.8&#8217;s theme installation / uploading should work, as well as the similar interface for plugins. Everything should look and feel as if you had a live WordPress install, except that this one&#8217;s probably much faster and responsive.</p>
<h4>To the bat cave!</h4>
<p>After you&#8217;ve done your design work, template-tweaking and all your customizations, after publishing your new site&#8217;s static pages (&#8221;About&#8221;, &#8220;Contact Form&#8221;, etc.), and probably a few blog posts as well, you can now deploy your WordPress site onto your production server.</p>
<p>Backup your database by following <a href="http://codex.wordpress.org/Backing_Up_Your_Database" class="extlink" target="_blank">this excellent procedure</a> written by Automattic.</p>
<p>Use cPanel or FTP to transfer the WordPress folders and files (wp-admin, wp-includes, wp-content &amp; all the .php and other files in the main directory) to your website account on your production server. No need to reinstall WordPress. Simply transfer the entire local site to the live Web.</p>
<div id="attachment_582" class="wp-caption alignleft" style="width: 160px"><a href="http://www.robilloblog.com/2009/07/05/wordpress-on-your-local-machine/scrncap-wpdbmanager-options/" rel="attachment wp-att-582"><img src="http://www.robilloblog.com/wp-content/uploads/2009/07/scrncap-wpdbmanager-options-150x139.png" alt="WP-DBManager options page" title="WP-DBManager options page" width="150" height="139" class="size-thumbnail wp-image-582" /></a><p class="wp-caption-text">WP-DBManager options</p></div>
<p> <img src='http://www.robilloblog.com/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' />  If you&#8217;ve installed plugins (e.g., WP-DBManager) that have settings asking for <em>server paths</em>, make sure to change them to the proper values as soon as you finish transferring your site. Take a look at the screenshot of WP-DBManager, which I installed in my own WampServer-driven local WordPress site. As you will see, the server paths indicated are those of my local machine&#8217;s. After deploying this site to the Web, I should change these values to my production server&#8217;s paths. (Good thing this plugin has auto-detect buttons!)</p>
<p>Now for your database. Presumably, you already have a .sql file on your local hard drive, generated by the backup procedure above.</p>
<p>On your production server, bring up phpMyAdmin and create a database with the same name as the one you created earlier on your local machine. Specify the same username and password as well. (Otherwise, if you use different database login credentials, change those values in your wp-config.php file.) Now, choose that new database and select <strong>Import</strong> from one of the horizontal tabs, and follow the instructions.</p>
<p>And that&#8217;s it! Your new WordPress-powered site&#8217;s live! <img src='http://www.robilloblog.com/wp-includes/images/smilies/w00t.gif' alt=':woot:' class='wp-smiley' /> </p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/d4azTXXKLoecgWpXQFFJFp8H6PI/0/da"><img src="http://feedads.g.doubleclick.net/~a/d4azTXXKLoecgWpXQFFJFp8H6PI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/d4azTXXKLoecgWpXQFFJFp8H6PI/1/da"><img src="http://feedads.g.doubleclick.net/~a/d4azTXXKLoecgWpXQFFJFp8H6PI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=WQuWuOc_LlM:GSvbjob-3go:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=WQuWuOc_LlM:GSvbjob-3go:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=WQuWuOc_LlM:GSvbjob-3go:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=WQuWuOc_LlM:GSvbjob-3go:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=WQuWuOc_LlM:GSvbjob-3go:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/WQuWuOc_LlM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/07/05/wordpress-on-your-local-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/07/05/wordpress-on-your-local-machine/</feedburner:origLink></item>
		<item>
		<title>WordPress plugin for Events</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/8WgUU_RWQgk/</link>
		<comments>http://www.robilloblog.com/2009/06/24/wordpress-plugin-for-events/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:53:11 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[Quickies]]></category>
		<category><![CDATA[WordPress plugins]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=575</guid>
		<description><![CDATA[Need to publish events on your WordPress-powered blog? Here&#8217;s a great plugin for just that: &#160; Events. It&#8217;s what I use for my Upcoming Events section on AngDabawenyo.com. See it in action

There are, however, a few things that I&#8217;d like to see added to this plugin&#8217;s features. My wish list:

Image uploader and corresponding settings for [...]]]></description>
			<content:encoded><![CDATA[<p>Need to publish events on your WordPress-powered blog? Here&#8217;s a great plugin for just that: &nbsp; <a href="http://meandmymac.net/plugins/events/" class="extlink" target="_blank">Events</a>. It&#8217;s what I use for my <strong>Upcoming Events</strong> section on <a href="http://www.angdabawenyo.com">AngDabawenyo.com</a>. <a href="http://www.angdabawenyo.com/events/" class="extlink">See it in action</a></p>
<p><a href="http://www.robilloblog.com/2009/06/24/wordpress-plugin-for-events/angdabawenyo-eventspage/" rel="attachment wp-att-576"><img src="http://www.robilloblog.com/wp-content/uploads/2009/06/angdabawenyo-eventspage-450x290.jpg" alt="Events Page @ AngDabawenyo.com" title="Events Page @ AngDabawenyo.com" width="450" height="290" class="alignnone size-medium wp-image-576" /></a></p>
<p>There are, however, a few things that I&#8217;d like to see added to this plugin&#8217;s features. My wish list:</p>
<ul>
<li>Image uploader and corresponding settings for display of uploaded images; or, integration with WordPress&#8217; media library</li>
<li>Improved html/php parser &#8212; when inserting event details text in the sidebar widget, html code is not parsed properly, which results in unterminated html containers</li>
<li>Google Maps integration</li>
</ul>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/2qZKRIkFm_cU5yGQFqeF89p5yjY/0/da"><img src="http://feedads.g.doubleclick.net/~a/2qZKRIkFm_cU5yGQFqeF89p5yjY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2qZKRIkFm_cU5yGQFqeF89p5yjY/1/da"><img src="http://feedads.g.doubleclick.net/~a/2qZKRIkFm_cU5yGQFqeF89p5yjY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=8WgUU_RWQgk:DmlUYYakwrI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=8WgUU_RWQgk:DmlUYYakwrI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=8WgUU_RWQgk:DmlUYYakwrI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=8WgUU_RWQgk:DmlUYYakwrI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=8WgUU_RWQgk:DmlUYYakwrI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/8WgUU_RWQgk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/24/wordpress-plugin-for-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/24/wordpress-plugin-for-events/</feedburner:origLink></item>
		<item>
		<title>WordPress seminars for July 2009</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/7BaF_ysaHyM/</link>
		<comments>http://www.robilloblog.com/2009/06/24/wordpress-seminars-july2009/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:05:04 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[trainings and seminars]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=569</guid>
		<description><![CDATA[[Updated: 2 July 2009]
Two seminars on WordPress will be held this month in Davao City. One is for bloggers, and the other one is for Web developers who are looking into using WordPress as a content management system (CMS).
Here are the schedules:


Seminar 1: WordPress as CMS

Date: 3 July 2009 (Friday)
Time: 5:00 &#8211; 8:00 P.M.
Venue: Lane [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-variant:small-caps; font-weight:bold; color:#ff0000;">[Updated: 2 July 2009]</span></p>
<p>Two seminars on <strong>WordPress</strong> will be held this month in Davao City. One is for bloggers, and the other one is for Web developers who are looking into using <a href="http://wordpress.org">WordPress</a> as a content management system (CMS).</p>
<p>Here are the schedules:</p>
<div id="attachment_578" class="wp-caption alignleft" style="width: 160px"><a href="http://www.robilloblog.com/2009/06/24/wordpress-seminars-july2009/googlemap-lanesystems/" rel="attachment wp-att-578"><img src="http://www.robilloblog.com/wp-content/uploads/2009/06/googlemap-lanesystems-150x107.jpg" alt="Lane Systems locator map" title="Lane Systems locator map" width="150" height="107" class="size-thumbnail wp-image-578" /></a><p class="wp-caption-text">Lane Systems locator map</p></div>
<dl>
<dt>
<h3>Seminar 1: WordPress as CMS</h3>
</dt>
<dd>Date: <strong>3 July 2009 (Friday)</strong></dd>
<dd>Time: <strong>5:00 &#8211; 8:00 P.M.</strong></dd>
<dd>Venue: <a href="http://www.lanesystems.com">Lane Systems</a> conference room, Wheels n&#8217; More Drive, J.P. Laurel Ave., Bajada, Davao City <em>(in the compound where Urban Club &amp; AutoShop are located)</em></dd>
<dd>Fee: &#8369;450 per person</dd>
</dl>
<p>This seminar will tackle the fundamentals of the WordPress engine: the templating system; built-in PHP functions for delivering &amp; manipulating content; design elements; introduction to theme &amp; plugin design. Installation and maintenance best practices will also be included. Prerequisites: PHP, XHTML &amp; CSS.<br />
<br clear="all"/></p>
<div id="attachment_579" class="wp-caption alignleft" style="width: 160px"><a href="http://www.robilloblog.com/2009/06/24/wordpress-seminars-july2009/googlemap-philnits/" rel="attachment wp-att-579"><img src="http://www.robilloblog.com/wp-content/uploads/2009/06/googlemap-philnits-150x107.jpg" alt="PhilNITS locator map" title="PhilNITS locator map" width="150" height="107" class="size-thumbnail wp-image-579" /></a><p class="wp-caption-text">PhilNITS locator map</p></div>
<dl>
<dt>
<h3>Seminar 2: WordPress for Bloggers</h3>
</dt>
<dd>Date: <strong>4 July 2009 (Saturday)</strong></dd>
<dd>Time: <strong>2:00 &#8211; 6:00 P.M.</strong></dd>
<dd>Venue: PhilNITS Lab, 5/F Mintrade Bldg, Monteverde cor. Sales Sts. (this is the building where DTI-11 is located; at the ground floor is PNB)</dd>
<dd>Fee: &#8369;300 per person &nbsp;|&nbsp; Student rate: &#8369;150</dd>
</dl>
<p>The seminar for bloggers will feature advanced coverage on WordPress deployment &amp; utilization: how to make the most out of your self-hosted WordPress installation. Important topics: theme management; plugin management; SEO basics; introduction to the world of server hosting. Bonus topic: AdSense integration and optimization, c/o <a href="http://www.lylesantos.com">Lyle Santos</a>.</p>
<p>The seminar fees will go towards renting of the venue and cost of materials. Payment will be collected at the door.</p>
<p><del datetime="2009-07-02T17:39:37+00:00">To join either of the seminars (or both), please register by fillling out this form.</del></p>
<p><strong><em>Sponsored By</em></strong>:  <a href="http://www.mindanaobloggers.com/events/mbs1">1st Mindanao Bloggers Summit</a><em> </em>- 27 Oct 2007, Davao City</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/7P7ftZbbB2Lf0mLs3taVp7ONkjI/0/da"><img src="http://feedads.g.doubleclick.net/~a/7P7ftZbbB2Lf0mLs3taVp7ONkjI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7P7ftZbbB2Lf0mLs3taVp7ONkjI/1/da"><img src="http://feedads.g.doubleclick.net/~a/7P7ftZbbB2Lf0mLs3taVp7ONkjI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=7BaF_ysaHyM:x5kE6rrPRx8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=7BaF_ysaHyM:x5kE6rrPRx8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=7BaF_ysaHyM:x5kE6rrPRx8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=7BaF_ysaHyM:x5kE6rrPRx8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=7BaF_ysaHyM:x5kE6rrPRx8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/7BaF_ysaHyM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/24/wordpress-seminars-july2009/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/24/wordpress-seminars-july2009/</feedburner:origLink></item>
		<item>
		<title>Great deals on WordPress themes</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/mWZWFcxMyHU/</link>
		<comments>http://www.robilloblog.com/2009/06/18/great-deals-on-wordpress-themes/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 02:26:30 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[site redesign]]></category>
		<category><![CDATA[WooThemes.com]]></category>
		<category><![CDATA[WordPress themes]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=567</guid>
		<description><![CDATA[In the market for woot!-inspiring premium WordPress themes?   Head on over to WooThemes.com &#8212; they&#8217;ve redesigned their entire site (calling it WOO2) and are now offering a 4-for-1 special sale.
Ever since I discovered the Woo rockstars, I&#8217;ve made over all my blogs with premium WordPress themes from their fantastic collection. They have themes [...]]]></description>
			<content:encoded><![CDATA[<p>In the market for <em>woot!</em>-inspiring premium WordPress themes? <img src='http://www.robilloblog.com/wp-includes/images/smilies/w00t.gif' alt=':woot:' class='wp-smiley' />  Head on over to <a href="http://www.woothemes.com">WooThemes.com</a> &#8212; they&#8217;ve redesigned their entire site (calling it WOO2) and are now offering a 4-for-1 special sale.</p>
<p>Ever since I discovered the Woo rockstars, I&#8217;ve made over all my blogs with premium WordPress themes from their fantastic collection. They have themes for straightforward blogs, for magazine-type sites, online news, portfolio sites, even e-commerce webs. WooThemes are designed with function and form in mind. And as if it weren&#8217;t enough to give us professionally-crafted theme packages, each theme ships with several color schemes. Talk about major giveaways!</p>
<p><a href="http://www.robilloblog.com/2009/06/18/great-deals-on-wordpress-themes/scrncap-woo2/" rel="attachment wp-att-568"><img src="http://www.robilloblog.com/wp-content/uploads/2009/06/scrncap-woo2-150x92.jpg" alt="WOO2 - WooThemes site redesign" title="WOO2 - WooThemes site redesign" width="150" height="92" class="alignleft size-thumbnail wp-image-568" /></a></p>
<p>What&#8217;s more, WooThemes are avidly supported by their designers, as well as by a large community of &#8220;Woo ninjas&#8221; and users. Their <a href="http://forum.woothemes.com">support forum</a> is an excellent resource that can help you explore how you can extend the functionality of your WordPress themes. And, problems do crop up once in a while &#8212; good thing is, chances are, you&#8217;ll find the solution in the forum.</p>
<p>Hurry! Their <a href="http://www.woothemes.com/2009/06/woo2-4-for-1-launch-special/">4-for-1 deal</a> lasts only up to 24 June 2009. But just in case you miss that one, there&#8217;s still the 2-for-1 perpetual promo at <a href="http://www.woothemes.com">WooThemes.com</a>.</p>
<p>(This is <strong>NOT</strong> a paid post.)</p>
<p><strong><em>Sponsored By</em></strong>:  <a href="http://www.davaoblogs.net">DVO Bloggers Network</a><em> </em>- the Davao blogosphere</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/0RxpEXKP9g8V7rA8cFuEUtUFEiU/0/da"><img src="http://feedads.g.doubleclick.net/~a/0RxpEXKP9g8V7rA8cFuEUtUFEiU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0RxpEXKP9g8V7rA8cFuEUtUFEiU/1/da"><img src="http://feedads.g.doubleclick.net/~a/0RxpEXKP9g8V7rA8cFuEUtUFEiU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=mWZWFcxMyHU:F1loTdnTIQE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=mWZWFcxMyHU:F1loTdnTIQE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=mWZWFcxMyHU:F1loTdnTIQE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=mWZWFcxMyHU:F1loTdnTIQE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=mWZWFcxMyHU:F1loTdnTIQE:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/mWZWFcxMyHU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/18/great-deals-on-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/18/great-deals-on-wordpress-themes/</feedburner:origLink></item>
		<item>
		<title>Useful plugin for code</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/mU_I3k5bh_s/</link>
		<comments>http://www.robilloblog.com/2009/06/16/useful-plugin-for-code/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:27:17 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[Quickies]]></category>
		<category><![CDATA[code display]]></category>
		<category><![CDATA[WordPress plugins]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=565</guid>
		<description><![CDATA[Do you blog about geeky stuff like coding how-to&#8217;s? Do you publish visible code on your blog posts? Here&#8217;s a nifty plugin for that: FV Code Highlighter. See how it works here and here.
It displays your code in its own space, and there&#8217;s even syntax highlighting! The plugin author&#8217;s site doesn&#8217;t say so, but it [...]]]></description>
			<content:encoded><![CDATA[<p>Do you blog about geeky stuff like coding how-to&#8217;s? Do you publish visible code on your blog posts? Here&#8217;s a nifty plugin for that: <a href="http://www.frank-verhoeven.com/wordpress-plugin-fv-code-highlighter/" class="extlink" target="_blank">FV Code Highlighter</a>. See how it works <a href="http://www.robilloblog.com/2008/12/02/custom-wordpress-author-page/">here</a> and <a href="http://www.robilloblog.com/2008/11/27/upgrading-multiple-wordpress-installs/">here</a>.</p>
<p>It displays your code in its own space, and there&#8217;s even syntax highlighting! The plugin author&#8217;s site doesn&#8217;t say so, but it actually works with the &lt;pre&gt; HTML container. No need to use those curly braces thingies as detailed in the plugin homepage. Also, it works just fine on WordPress 2.8.</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/szq927NQvRCZn_qKbEbdJx8KL0w/0/da"><img src="http://feedads.g.doubleclick.net/~a/szq927NQvRCZn_qKbEbdJx8KL0w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/szq927NQvRCZn_qKbEbdJx8KL0w/1/da"><img src="http://feedads.g.doubleclick.net/~a/szq927NQvRCZn_qKbEbdJx8KL0w/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=mU_I3k5bh_s:1I5Kx8d79kw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=mU_I3k5bh_s:1I5Kx8d79kw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=mU_I3k5bh_s:1I5Kx8d79kw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=mU_I3k5bh_s:1I5Kx8d79kw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=mU_I3k5bh_s:1I5Kx8d79kw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/mU_I3k5bh_s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/16/useful-plugin-for-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/16/useful-plugin-for-code/</feedburner:origLink></item>
		<item>
		<title>TV is dead.</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/hDan9BvRrEA/</link>
		<comments>http://www.robilloblog.com/2009/06/15/tv-is-dead/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:33:36 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Flippish.com]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[online video]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=562</guid>
		<description><![CDATA[A group of aggressively talented individuals, among them my blogger-friend, Kring E. of FunnySexy.ph, is gearing up for the launch of a bold and exciting project: Flippish.com. Dubbed as &#8220;the First Online Pinoy Video Channel&#8221;, Flippish promises to be the death of TV.  
In fact, that&#8217;s what they&#8217;re calling their launch: TV is dead.

If [...]]]></description>
			<content:encoded><![CDATA[<p>A group of aggressively talented individuals, among them my blogger-friend, Kring E. of <a href="http://funnysexy.ph" class="extlink" target="_blank">FunnySexy.ph</a>, is gearing up for the launch of a bold and exciting project: <strong><a href="http://flippish.com">Flippish.com</a></strong>. Dubbed as &#8220;the First Online Pinoy Video Channel&#8221;, <strong>Flippish</strong> promises to be the death of TV. <img src='http://www.robilloblog.com/wp-includes/images/smilies/w00t.gif' alt=':woot:' class='wp-smiley' /> </p>
<p>In fact, that&#8217;s what they&#8217;re calling their launch: <strong><em>TV is dead</em></strong>.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6lZtjLhtE7w&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6lZtjLhtE7w&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>If you think that&#8217;s hilarious, you should check out Kring&#8217;s blog! Anyway, here&#8217;s the press release for the launching party of this brave venture. (I wish I could say <em>&#8220;See you there!&#8221;</em> but &#8212; <em>alas!</em> &#8212; I&#8217;m all the way down south and probably won&#8217;t have the opportunity to visit the capital in July.)</p>
<div style="font-family: monospace; font-size: 11pt;">flippish \fli&#8217;-psh\ adj [fr. Filipino]<br />
1: anything that has Filipino flavor.<br />
2: fickle-minded or indecisive<br />
3: odd, crazy or weird.
</div>
<p><br/></p>
<p>FLIPPISH is a play on the word Filipino. It means anything that has Filipino flavor or could also mean something that is odd, crazy or weird. Flippish.com is the first Pinoy online video channel that produces original online shows that are of broadcast quality. The people behind flippish believe that it is about time that we Filipinos take on the challenge of coming up with online entertainment that is of international standards.</p>
<h4>THE SHOWS</h4>
<p>Flippish.com pushes the creative boundaries by creating a variety of bite-sized (5-8 minutes) videos that appeal to Filipinos of all shapes and sizes! </p>
<p>Shows that cover diverse genres such as Direk, a comedy about a hot-headed, emotional and over-the-top director who allows you to see what goes on in the world of production when the cameras stop rolling and LSS, which showcases some of the most talented, unsigned Filipino artists, whose songs might be the next big hit playing in your head. Another show is Flippish Specials, which is a collection of featured videos, event coverages, and documentaries made by the team.<br />
Flippish.com will tickle your funny bone, get you up to speed on the latest hotspots and goings-on around and outside the Metro, stimulate you brain cells with thought-provoking reality shows and most importantly, entertain you until it becomes an essential part of your daily internet habit!</p>
<h4>BEHIND THE SCENES</h4>
<p>Flippish.com is spearheaded by Chris Tan, the Co-Founder and the Managing Director of Ideal Minds and Kring Elenzano, the Creative Director of Ideal Minds and Flippish.com. Chris is also currently the director for the Asian Poker Tour Series and was recognized as one of the Top 10 Entrepreneurs of the Year by Entrepreneur Magazine in 2005. Kring, on the other hand, is one of the hottest young TV directors in the industry with several projects under her belt such as the reality TV show RIVERMAYA: BAGONG LIWANAG! In the blogosphere, she is known by her handle, FunnySexy.</p>
<h4>R.I.P., TV</h4>
<p><a href="http://www.robilloblog.com/wp-content/uploads/2009/06/flippishlaunchlocationmap.jpg"><img src="http://www.robilloblog.com/wp-content/uploads/2009/06/flippishlaunchlocationmap-150x116.jpg" alt="Flippish launch locator map" title="Flippish launch locator map" width="150" height="116" class="alignright size-thumbnail wp-image-563" /></a></p>
<p>Flippish.com will finally be officially launched on July 2, 2009 at Fiamma at Jupiter St., Makati. With the availability of the internet and increasing broadband speed, more people spend more time online nowadays and for these reasons, the people behind Flippish.com believe that &#8220;Television is Dead.&#8221; and that online entertainment is the wave of the future. Appropriately, this, too, is the theme of the launch party. New shows and talents will be introduced that night and viewers and fans may register on the site to receive special invites for the party.</p>
<p>For more information about the website, its shows and the launch party, do check out <a href="http://flippish.com">www.flippish.com</a>.</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/fkzOYLA1PVRh1Q_4gXiIB4qZVpo/0/da"><img src="http://feedads.g.doubleclick.net/~a/fkzOYLA1PVRh1Q_4gXiIB4qZVpo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fkzOYLA1PVRh1Q_4gXiIB4qZVpo/1/da"><img src="http://feedads.g.doubleclick.net/~a/fkzOYLA1PVRh1Q_4gXiIB4qZVpo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=hDan9BvRrEA:Z6fcnCLZZTc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=hDan9BvRrEA:Z6fcnCLZZTc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=hDan9BvRrEA:Z6fcnCLZZTc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=hDan9BvRrEA:Z6fcnCLZZTc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=hDan9BvRrEA:Z6fcnCLZZTc:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/hDan9BvRrEA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/15/tv-is-dead/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/15/tv-is-dead/</feedburner:origLink></item>
		<item>
		<title>Foodnography.com</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/91t8nv37YW0/</link>
		<comments>http://www.robilloblog.com/2009/06/14/foodnography-com/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 09:32:01 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[food blogging]]></category>
		<category><![CDATA[photo blog]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=559</guid>
		<description><![CDATA[I bought this domain almost exactly a year ago (4 June 2008, to be exact), because my friend Markku jokingly threatened to hijack it after I&#8217;d told him about a word I thought I had coined: &#8220;foodnography&#8221;. I was already blogging about food for some time, and the way we bloggers take photos of food [...]]]></description>
			<content:encoded><![CDATA[<p>I bought this domain almost exactly <a href="http://www.robilloblog.com/2008/06/19/domain-buying-spree/">a year ago</a> (4 June 2008, to be exact), because my friend <a href="http://rebelpixel.com">Markku</a> jokingly threatened to hijack it after I&#8217;d told him about a word I thought I had coined: <em>&#8220;foodnography&#8221;</em>. I was already blogging about food for some time, and the way we bloggers take photos of food before eating amused me as something akin to that less decent activity by shady filmmakers. <img src='http://www.robilloblog.com/wp-includes/images/smilies/unsure.gif' alt=':???:' class='wp-smiley' /> </p>
<p><a href="http://foodnography.com"><img src="http://www.robilloblog.com/wp-content/uploads/2009/06/scrncap-foodnography-20090614-150x74.jpg" alt="Foodnography.com" title="Foodnography.com" width="150" height="74" class="alignright size-thumbnail wp-image-560" /></a></p>
<p>For about a year &#8212; because I really had no plans of taking up photography on any serious level &#8212; <a href="http://foodnography.com">Foodnography.com</a> was relegated to the backburner. I just put up a definition page with a Google search engine on it. But that all changed last May 2009 when I decided to transform it into a WordPress photo blog dedicated to food. And hopefully populate it with orgasmic shots of gustatory photography. <img src='http://www.robilloblog.com/wp-includes/images/smilies/hungry.gif' alt=':hungry:' class='wp-smiley' /> </p>
<p>Today, I have decided to open the blog up to <a href="http://foodnography.com/2009/06/contribute-to-foodnography-com/">contributors</a>. For the growth of <strong>Foodnography.com</strong>, I welcome submissions of high-quality photographs of food and beverages from all over the world. Naturally, there&#8217;ll be lots of link-love to go around for those generous enough to help make the site a success!</p>
<p><strong>Foodnography.com</strong> is currently running on WordPress 2.8, and sports the &uuml;ber-cool premium theme, <em>Aperture</em>, from <a href="http://woothemes.com" class="extlink" target="_blank">WooThemes.com</a>. Important plugins used: <a href="http://lesterchan.net/portfolio/programming/php/" class="extlink" target="_blank" rel="nofollow">WP-PostRatings</a> and <a href="http://www.deliciousdays.com/cforms-plugin" class="extlink" target="_blank" rel="nofollow">cforms</a>. As with my other blogs, you can also view <strong>Foodnography.com</strong> on your iPhone or iPod touch, thanks to another plugin, <a href="http://bravenewcode.com/wptouch/" class="extlink" target="_blank" rel="nofollow">WPtouch iPhone Theme</a>.</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/LNOlvGsTjOYp7P0-EioL6sUAM5w/0/da"><img src="http://feedads.g.doubleclick.net/~a/LNOlvGsTjOYp7P0-EioL6sUAM5w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LNOlvGsTjOYp7P0-EioL6sUAM5w/1/da"><img src="http://feedads.g.doubleclick.net/~a/LNOlvGsTjOYp7P0-EioL6sUAM5w/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=91t8nv37YW0:zfLS4ABXaXM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=91t8nv37YW0:zfLS4ABXaXM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=91t8nv37YW0:zfLS4ABXaXM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=91t8nv37YW0:zfLS4ABXaXM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=91t8nv37YW0:zfLS4ABXaXM:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/91t8nv37YW0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/14/foodnography-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/14/foodnography-com/</feedburner:origLink></item>
		<item>
		<title>WordPress 2.8 rocks!</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/dyJGmxOPvsE/</link>
		<comments>http://www.robilloblog.com/2009/06/11/wordpress-2-8-rocks/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 07:49:32 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[Quickies]]></category>
		<category><![CDATA[WordPress upgrades]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=558</guid>
		<description><![CDATA[This newest edition of WordPress is simply awesome! WP2.8 boasts of an automatic theme installer / uploader, color-coded template editor, more intuitive widget management, and plenty more! Not on WordPress yet? Transfer now!!
Sponsored By:  1st Mindanao Bloggers Summit - 27 Oct 2007, Davao City
Copyright &#169; 2009, Oliver Robillo.This feed is for the exclusive use [...]]]></description>
			<content:encoded><![CDATA[<p>This newest edition of WordPress is simply awesome! <a href="http://wordpress.org/development/2009/06/wordpress-28/">WP2.8</a> boasts of an automatic theme installer / uploader, color-coded template editor, more intuitive widget management, and plenty more! Not on WordPress yet? Transfer now!!
<p><strong><em>Sponsored By</em></strong>:  <a href="http://www.mindanaobloggers.com/events/mbs1">1st Mindanao Bloggers Summit</a><em> </em>- 27 Oct 2007, Davao City</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/Uwt_05Ox4pKiVmnY3jkZw_m-lO0/0/da"><img src="http://feedads.g.doubleclick.net/~a/Uwt_05Ox4pKiVmnY3jkZw_m-lO0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Uwt_05Ox4pKiVmnY3jkZw_m-lO0/1/da"><img src="http://feedads.g.doubleclick.net/~a/Uwt_05Ox4pKiVmnY3jkZw_m-lO0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=dyJGmxOPvsE:7-rbvNyny_A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=dyJGmxOPvsE:7-rbvNyny_A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=dyJGmxOPvsE:7-rbvNyny_A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=dyJGmxOPvsE:7-rbvNyny_A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=dyJGmxOPvsE:7-rbvNyny_A:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/dyJGmxOPvsE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/11/wordpress-2-8-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/11/wordpress-2-8-rocks/</feedburner:origLink></item>
		<item>
		<title>WordCamp-PH merchandise coming soon!</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/eCnBwgBeMLI/</link>
		<comments>http://www.robilloblog.com/2009/06/09/wordcamp-ph-merchandise-coming-soon/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:42:30 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[WordCamp merchandise]]></category>
		<category><![CDATA[WordCamp Philippines]]></category>
		<category><![CDATA[wordcamp-ph]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=554</guid>
		<description><![CDATA[Lyle Santos, Chattee Lara and yours truly have been joining heads for some time now to come up with a line of cool WordCamp Philippines merchandise for everyone. Yesterday, the two went out to have a few laptop stickers prototyped. And here they are!
The WordCamp Philippines online store will be open very soon! Please bookmark [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lylesantos.com">Lyle Santos</a>, <a href="http://katherinevlara.com">Chattee Lara</a> and yours truly have been joining heads for some time now to come up with a line of cool WordCamp Philippines merchandise for everyone. Yesterday, the two went out to have a few laptop stickers prototyped. And here they are!</p>

<a href='http://www.robilloblog.com/2009/06/09/wordcamp-ph-merchandise-coming-soon/wcp-laptop-sticker3/' title='WCP Logo Sticker'><img width="150" height="112" src="http://www.robilloblog.com/wp-content/uploads/2009/06/wcp-laptop-sticker3-150x112.jpg" class="attachment-thumbnail" alt="logo sticker" title="WCP Logo Sticker" /></a>
<a href='http://www.robilloblog.com/2009/06/09/wordcamp-ph-merchandise-coming-soon/wcp-laptop-sticker2/' title='WCP Laptop Sticker'><img width="150" height="112" src="http://www.robilloblog.com/wp-content/uploads/2009/06/wcp-laptop-sticker2-150x112.jpg" class="attachment-thumbnail" alt="laptop sticker" title="WCP Laptop Sticker" /></a>
<a href='http://www.robilloblog.com/2009/06/09/wordcamp-ph-merchandise-coming-soon/wcp-laptop-sticker1/' title='WCP Laptop Sticker'><img width="150" height="93" src="http://www.robilloblog.com/wp-content/uploads/2009/06/wcp-laptop-sticker1-150x93.jpg" class="attachment-thumbnail" alt="neat huh?" title="WCP Laptop Sticker" /></a>

<p>The WordCamp Philippines online store will be open very soon! Please bookmark the <a href="http://wordcamp.ph">official site</a> or subscribe to the <a href="http://feeds2.feedburner.com/wcphils">RSS feed</a> to keep tabs.</p>
<p>T-shirts? Of course we&#8217;ll still have t-shirts! Watch out for &#8216;em! <img src='http://www.robilloblog.com/wp-includes/images/smilies/shades.gif' alt=':cool:' class='wp-smiley' /> </p>
<p><strong><em>Sponsored By</em></strong>:  <a href="http://www.davaoblogs.net">DVO Bloggers Network</a><em> </em>- the Davao blogosphere</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/PotzDGmUopq4SRXzcV_JCNtVE4k/0/da"><img src="http://feedads.g.doubleclick.net/~a/PotzDGmUopq4SRXzcV_JCNtVE4k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PotzDGmUopq4SRXzcV_JCNtVE4k/1/da"><img src="http://feedads.g.doubleclick.net/~a/PotzDGmUopq4SRXzcV_JCNtVE4k/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=eCnBwgBeMLI:jhnRnQeiXkc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=eCnBwgBeMLI:jhnRnQeiXkc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=eCnBwgBeMLI:jhnRnQeiXkc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=eCnBwgBeMLI:jhnRnQeiXkc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=eCnBwgBeMLI:jhnRnQeiXkc:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/eCnBwgBeMLI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/09/wordcamp-ph-merchandise-coming-soon/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/09/wordcamp-ph-merchandise-coming-soon/</feedburner:origLink></item>
		<item>
		<title>A new site on the block</title>
		<link>http://feedproxy.google.com/~r/Blogie/~3/8thcBZQfDJA/</link>
		<comments>http://www.robilloblog.com/2009/06/08/a-new-site-on-the-block/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 21:50:13 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[AyosDito.ph]]></category>
		<category><![CDATA[buy-and-sell]]></category>
		<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://www.robilloblog.com/?p=550</guid>
		<description><![CDATA[AyosDito.ph is a fairly new online service that lets anybody who has access to the Internet buy and sell stuff. There are a number of other similar sites, but AyosDito.ph is unique in that it&#8217;s very straightforward and it&#8217;s not built on top of a bulletin board.
Their no-frills interface immediately makes online buyers aware of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_552" class="wp-caption alignleft" style="width: 160px"><a href="http://www.robilloblog.com/2009/06/08/a-new-site-on-the-block/scrncap-ayosdito/" rel="attachment wp-att-552"><img src="http://www.robilloblog.com/wp-content/uploads/2009/06/scrncap-ayosdito-150x114.jpg" alt="AyosDito.ph" title="AyosDito.ph" width="150" height="114" class="size-thumbnail wp-image-552" /></a><p class="wp-caption-text">AyosDito.ph</p></div>
<p><strong><a href="http://www.ayosdito.ph">AyosDito.ph</a></strong> is a fairly new online service that lets anybody who has access to the Internet buy and sell stuff. There are a number of other similar sites, but AyosDito.ph is unique in that it&#8217;s very straightforward and it&#8217;s not built on top of a bulletin board.</p>
<p>Their no-frills interface immediately makes online buyers aware of what&#8217;s important: &#8220;<em>what&#8217;s available?</em>&#8221; No more need for user registration or lengthy sign-up processes &#8212; although, this might pose a problem in the future&#8230; but I&#8217;m sure the people behind <strong>AyosDito.ph</strong> have already considered the implications.</p>
<p>Items for sale &#8212; even job openings, land for lease, services, etc. &#8212; are conveniently organized by Philippine region. If you&#8217;re in Davao City, just click on the Region XI area on the map and you&#8217;re good to go! On that next screen, you&#8217;ll be presented with a list of <a href="http://www.ayosdito.ph/Davao+Region">new items</a>.</p>
<p>Searching for stuff is also quite simple. Looking for <a href="http://www.ayosdito.ph/Davao+Region/5000-All/?ks=s&#038;w=1">shoes &amp; accessories</a>? Their powerful on-site search engine is your best bet to find them and more!</p>
<p>The entry of <strong>AyosDito.ph</strong> &#8212; &#8220;<em>It&#8217;s great here</em>&#8221; &#8212; is a breath of fresh air in the otherwise crowded and often confusing online buy-and-sell space. It&#8217;s not yet a full-fledged e-commerce Web site, however, because actual transactions take place offline. I suppose their objective at this juncture is to provide a hassle-free venue for buyers and sellers to find each other. Hopefully, in the near future, <strong>AyosDito.ph</strong> will evolve into a robust e-commerce hub for Filipinos.</p>
<small>Copyright &copy; 2009, <a href="http://blogie.me">Oliver Robillo</a>.<br/>This feed is for the exclusive use of the publishing site, <a href="http://www.robilloblog.com">Blogie Blog</a>. The unauthorized use of this feed is an infringement of copyright.<br/>(Digital Fingerprint:  8b28c01dc97422ca3167f44d6f989be3 (74.125.44.136) )</small>
<p><a href="http://feedads.g.doubleclick.net/~a/ytidU8woGRzYpkYw4A5JjnlrS7g/0/da"><img src="http://feedads.g.doubleclick.net/~a/ytidU8woGRzYpkYw4A5JjnlrS7g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ytidU8woGRzYpkYw4A5JjnlrS7g/1/da"><img src="http://feedads.g.doubleclick.net/~a/ytidU8woGRzYpkYw4A5JjnlrS7g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Blogie?a=8thcBZQfDJA:DV8-vVG_PZk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Blogie?i=8thcBZQfDJA:DV8-vVG_PZk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=8thcBZQfDJA:DV8-vVG_PZk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Blogie?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Blogie?a=8thcBZQfDJA:DV8-vVG_PZk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Blogie?i=8thcBZQfDJA:DV8-vVG_PZk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Blogie/~4/8thcBZQfDJA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.robilloblog.com/2009/06/08/a-new-site-on-the-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.robilloblog.com/2009/06/08/a-new-site-on-the-block/</feedburner:origLink></item>
	</channel>
</rss>
