<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joefiro Dot Com &#187; How-To</title>
	<atom:link href="http://www.joefiro.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joefiro.com</link>
	<description>Miscellaneous Ramblings About Whatever</description>
	<lastBuildDate>Sat, 21 Jan 2012 18:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Improve Your Blog</title>
		<link>http://www.joefiro.com/how-to-improve-your-blog/</link>
		<comments>http://www.joefiro.com/how-to-improve-your-blog/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 12:37:09 +0000</pubDate>
		<dc:creator>Joey Rosario</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.joefiro.com/how-to-improve-your-blog/</guid>
		<description><![CDATA[I have this site for almost 2 weeks now. I&#8217;ve learned so much during this time. I have no idea it takes so much time to set everything up properly. Currently there are still two outstanding issues that I can&#8217;t seem to resolve. I have been reading a lot of blogs to find out the [...]]]></description>
			<content:encoded><![CDATA[<p>I have this site for almost 2 weeks now. I&#8217;ve learned so much during this time.  I have no idea it takes so much time to set everything up properly.  Currently there are still two outstanding issues that I can&#8217;t seem to resolve.  I have been reading a lot of blogs to find out the best way to tweak my site.</p>
<p>John Chow dot com in particular is the best of the bunch.  He shared tips on how to <a href="http://www.johnchow.com" title="Make Money Online">make money online</a> and he backed it up with results.  What I find the most resourceful however is not how he makes money online (I&#8217;m sure it will be handy one day <img src='http://www.joefiro.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ); but tips on how to improve my site.  His e-book is a must read.  Go to his site and download it for your own viewing pleasure.</p>
<p><strong>Some Of His Tips That I Implemented </strong></p>
<p><strong>1. The favicon</strong></p>
<p>I have implemented this in the past on my other site which I took down because of TOS; but I&#8217;ve never thought of creating one for this site.  He did point out that making your own favicon is a unique way of branding your site and I couldn&#8217;t have agreed more.  My icon is kinda fuzzy (I just don&#8217;t know how to create an .ico file from a jpg) so I will seek help from my brother who is the <a href="http://www.everything-eririn.net">Everything-Eririn.net</a> webmaster.</p>
<p><strong>2. Subscribe to Comments</strong></p>
<p>I thought this comes standard in wordpress 2.2 but I was wrong.  The readers will get a notification when their comments are being replied to.  This <a href="http://txfx.net/code/wordpress/subscribe-to-comments/">plugin</a> can also be a useful advertising tool. There are readers who would just post comments and then disappear into thin air.  The notification will entice them to come back to the site and perhaps they will check out other articles as well.</p>
<p>I have to tweak this plugin though.  By default, the notification checkbox is placed below the submit button which makes no sense.  When you are done typing a comment you would normally want to submit it immediately.  If the checkbox is placed below the submit button, you will probably miss it completely.  It defeats the whole purpose of having the plugin in the first place.  Of course you can always have the checkbox checked as a default setting but I think this should be an opt-in feature.  This <a href="http://5thirtyone.com/archives/262">article</a> will show you how to make the change by adding a one-line code to your comment.php file.</p>
<p><strong>3. Setting the Preferred Domain</strong></p>
<p>I am not ashamed to admit that I wasn&#8217;t aware of <a href="https://www.google.com/webmasters/tools/siteoverview">Google Webmaster Tools</a> until I read his e-book.  It lets you specify which domain for Google to use.  In my case, it&#8217;s either joefiro.com or www.joefiro.com.  This allows Google to combine the statistic for both domain addresses into one instead of maintaining two separate statistics.  When I did a google search on joefiro, it&#8217;s joefiro.com that shows up on the search.  I did a google search on a few known websites, and most have www on the url.  I guess I will use www because I think it&#8217;s more professional.</p>
<p>John also talked about how you can set this the preferred domain on your site. I encountered some problems and still working on resolving the issues.</p>
<p><strong>4. Supplemental Index Issue</strong></p>
<p>In his e-book, John said that lots of SEO masters believe that content that isn&#8217;t worthy end up in the supplemental index.  And in wordpress environment, this is probably a duplicate content issue.  Please read this <a href="http://www.johnchow.com/getting-out-of-the-google-supplemental-index/">article</a> that he wrote for more details.</p>
<p>I also installed a plugin called <a href="http://www.seologs.com/wordpress-duplicate-content-cure/">WordPress Duplicate Content Cure</a>. It adds the noindex, follow meta tag on the problem pages like this &lt;meta name=&#8221;robots&#8221; content=&#8221;noindex,follow&#8221;&gt;<code></code></p>
<p>I installed the SEO extension for Firefox and I ran a check on my site.  I have 2 articles already in supplemental index; and one of them is the main site.  Whaaattt? <img src='http://www.joefiro.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   I followed the instruction on his e-book to create the robots.txt file and uploaded it to my server.  You can verify your robots.txt file from Google Webmaster Tools.</p>
<p><strong>Prior Implementation (prior to John&#8217;s e-book)<br />
</strong></p>
<p><strong>1. Akismet</strong></p>
<p>This plugin is the most useful of all.  It detects spam on your comments.  You need to get an <a href="http://wordpress.com/api-keys/">API key</a> from wordpress in order to activate this plugin.</p>
<p><strong>2. Related Articles</strong></p>
<p>I read some articles on the topics and everyone seems to agree that posting related articles at the bottom of your article is a useful tool to keep your reader around.  It&#8217;ll give them a wide array of other articles to read from.  I also used <a href="http://wasabi.pbwiki.com/Related%20Entries">Wasabi</a> plugin for this implementation.  The one thing I had to do manually was to add the header Related Topics in the php files.  Apparently the plugin only gives you the article with no header.</p>
<p><strong>3. Google Sitemap Generator</strong></p>
<p>This <a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">plugin</a> generates an xml file that Google uses to index your site.  You can name the file anything you want but the standard naming convention is sitemap.xml.  You can also specify this file and its location in your Google Webmaster Tools page.</p>
<p><strong>4. WP-Notable</strong></p>
<p>This <a href="http://www.calevans.com/view.php/page/notable">plugin</a> allows the readers to submit your article to one of the many social bookmarking and networking sites.  The original author didn&#8217;t include the stumbleupon on this plugin but I managed to find one that includes the stumbleupon.  The bad thing is I don&#8217;t remember where I downloaded it from already.  So for the time being, I will host the <a href="http://www.joefiro.com/wp-content/uploads/wp-notable.zip" title="wp-notable plugin">wp-notable plugin</a> on my site. If you are the author or if you know who the author is, please post on the comment and I will kindly link back the plugin to the author.</p>
<p><strong>Outstanding Issues That Need To Be Resolved</strong></p>
<p><strong>1. Title Page</strong></p>
<p>John Chow wrote an <a href="http://www.johnchow.com/how-to-make-a-custom-home-page-title/">article</a> on how to make a custom Home Page title.  After reading the comments I am not convinced using Optimal Title is the way to go.  Modifying the php code turned out to be harder than I expected.  I kept getting a parsing error.</p>
<p><strong>2. Preferred Domain Name</strong></p>
<p>I made the required changes to .htaccess.  It worked well on Firefox but it didn&#8217;t work quite as well on Internet Explorer. I had to reverse the change and I will do more research before implementing this feature.</p>
<p><strong><em>I am providing support through Ether.com on an hourly basis.  Use the call button below to reach me via Ether representative.</em><br />
</strong> <a href="http://www.ether.com/CallButton/joefiro/6966850.aspx"><img src="http://www.ether.com/CallButtonImage/joefiro/6966850.aspx?q=12-0" style="border: medium none " /></a></p>
<p>&copy; Joey Rosario - visit the <a href="http://www.joefiro.com">author</a> for more great content.</p>                              ]]></content:encoded>
			<wfw:commentRss>http://www.joefiro.com/how-to-improve-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Not-So-Idiot&#8217;s Guide To Creating Your Own Blog Part II</title>
		<link>http://www.joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-ii/</link>
		<comments>http://www.joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-ii/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 01:25:05 +0000</pubDate>
		<dc:creator>Joey Rosario</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-ii/</guid>
		<description><![CDATA[Now that your blog is up and running, it’s time to customize it. If you do not have a blog and interested in creating one, please read the first article in the series on how to create your blog. One of the first thing that people customize is the theme. You can find a bunch [...]]]></description>
			<content:encoded><![CDATA[<p>Now that your blog is up and running, it’s time to customize it. If you do not have a blog and interested in creating one, please read the first article in the series on how to <a href="http://joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-i/">create your blog</a>.  One of the first thing that people customize is the theme.  You can find a bunch of <a href="http://themes.wordpress.net/">themes</a> at wordpress. The main thing that you should decide on is how many columns you want. My blog is a 2-column theme. One column for content and one column for the sidebar navigation. You can find a selection from a 1-column theme all the way to a 4-column theme. Some of the themes have the sidebar navigation on the left; depending on how the theme author designs it.</p>
<p>On the wordpress theme website, you can click on the TEST RUN link at the bottom of each theme to see how it looks like in your browser. When you find something that you like, download the theme to your computer. Unzip the file and upload the folder (not the content of the folder) to your &lt;domain-name&gt;/wp-content/themes folder or if you install the wordpress to your blog sub-directory, &lt;domain-name&gt;/blog/wp-content/themes. For the sake of simplicity, I assume you install the wordpress to your root directory.</p>
<p>You can install as many themes as you possibly want, subject to of course the storage limit of your hosting account. I doubt it’ll ever happen since the files size are normally pretty small. Once you uploaded all your themes, login to your blog administrator page at &lt;your domain name&gt;/wp-admin/index.php. Click on the presentation tab, and then select one of the themes available to you. Then refresh your website. Your new theme should now be visible on your website.</p>
<p>You can always modify the theme itself. Say you like the layout, but you do not like the banner. You can always replace the banner with the one you created yourself. When you replace an image from the original theme, try replacing it with an image of the same size. You can customize pretty much anything on your site. One thing that you should always do is giving credit to the original author by NOT removing their link at the bottom of the page.</p>
<p>The layout on your website is controlled by the style.css file. The file controls your font size, background color, margin, padding, height, width, border, text-alignment, etc.</p>
<p>The content on your website is controlled by multiple php files. You can modify these php files in a text editor. Before you modify any of these files, please make a backup. Compare the content of the file with the layout of your site and you will get some ideas what to modify.</p>
<p>On my site, I removed the default search function because it’s located at the top right corner which will be a problem when I add more pages. I also modified the sidebar by adding a google search functionality to it and removing some menus. You can modify pretty much anything. Again, don’t forget to backup your files before you make any changes.</p>
<p><strong><em>I am providing support through Ether.com on an hourly basis.  Use the call button below to reach me via Ether representative.</em><br />
</strong> <a href="http://www.ether.com/CallButton/joefiro/6966850.aspx"><img src="http://www.ether.com/CallButtonImage/joefiro/6966850.aspx?q=12-0" style="border: medium none " /></a></p>
<p>&copy; Joey Rosario - visit the <a href="http://www.joefiro.com">author</a> for more great content.</p>                              ]]></content:encoded>
			<wfw:commentRss>http://www.joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Not-So-Idiot&#8217;s Guide to Creating Your Own Blog Part I</title>
		<link>http://www.joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-i/</link>
		<comments>http://www.joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-i/#comments</comments>
		<pubDate>Fri, 25 May 2007 02:34:59 +0000</pubDate>
		<dc:creator>Joey Rosario</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-i/</guid>
		<description><![CDATA[Lately I have been helping a few friends setting up their blog. I can probably help a few more but I thought I create an online instruction that they can follow to set one up themselves. Well, this is not going to be a perfect guide so I welcome all comments to make this guide [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have been helping a few friends setting up their blog.  I can probably help a few more but I thought I create an online instruction that they can follow to set one up themselves.</p>
<p>Well, this is not going to be a perfect guide so I welcome all comments to make this guide more user-friendly for people who have never setup a blog in their life.  Since the title says Not-So-Idiot, I am assuming you possess some computer/internet/techie knowledge.  If you don’t, feel free to use the comments.</p>
<p>If you want to skip the hassle of setting up a blog, you can always get a free blog account from <a href="http://www.blogger.com/">blogger.com</a>.  If you have your own domain and have a hosting account, most hosting companies offer a quick blog setup.  You can always go with that as well.</p>
<p>But if you want your blog to be highly customizable; then these instructions will guide you through the process step by step.</p>
<p><strong>1.  </strong><strong>Register a domain</strong></p>
<p>If you don’t have a domain, you can register one from one of the many domain resellers out there.  I bought my domain from godaddy.com.  You can get it for less than $10 a year.  I got a 2-year domain registration for $14.34 for 2 years after discount.  There are plenty other resellers.</p>
<p><strong>2. Get a Website Hosting</strong></p>
<p>In order for people to find your site, your domain needs to be hosted.  You can always get a hosting from the same place you get your domain.  I have a deluxe hosting account with godaddy that allows me to host more than one domain.</p>
<p><strong>3. Download the Blogging Software</strong></p>
<p>Now you need to download the blogging software.   The only one you need is wordpress.   You can download the zip file from <a href="http://wordpress.org/latest.zip">here</a>.  The latest version as of this writing is 2.2.  Go ahead and unzip the file when you are done downloading it.  All the files you need are located inside the wordpress folder.</p>
<p><strong>4. Create a database</strong></p>
<p>All those articles you write on your blog (along with other contents) have to be stored somewhere.  The database is where all the blog’s contents are stored.  Login to your hosting account and find the database icon.  Typically it is a mysql icon.</p>
<p>Click it to create a database for your blog.  You need to enter 3 things here.  First it’s your username. You can use your domain name minus the .com or .net or .org for the username.  For this example, I’ll just use sample.  If you want extra security, you can use sample2 or sample3 or other variation.  Second it’s your password.  Mysql requires your password to have at least 1 alphanumeric, 1 uppercase letter, and 1 number.  When you are done, with the second step, repeat it for the third step to verify your password.  Then click on create database to create the database.</p>
<p><strong>5. Updating the file with the database information</strong></p>
<p>In your wordpress directory, rename the file wp-config-sample.php to wp-config.php.  You will need to edit this file with a text editor like notepad.  Open the wp-config.php in notepad, and fill in the database information.  You will need to update 4 fields.</p>
<p>a. Replace the putyourdbnamehere with your database name, in this case sample.</p>
<p>b. Replace the usernamehere with the database username, in this case is also sample.</p>
<p>c. Replace the yourpassword here with the database password you created.</p>
<p>d. Replace the localhost with your database server location.  You can find your database server location by clicking on the database you created.  It says 99% chance you don’t need to modify this, but I happen to be in the 1%.</p>
<p><strong>6. Decide how you want to implement your blog</strong></p>
<p>a. The blog is the main navigation of your site (like mine)</p>
<p>In this case,  upload the contents of wordpress to the root directory.</p>
<p>b. The blog is integrated into the main navigation of your site (like <a href="http://edithyeung.com/">this</a>)</p>
<p>Rename directory wordpress to blog (most common; you can rename it to whatever directory name you choose), and <strong>upload the directory (not the content) to the root directory</strong> of your domain.</p>
<p><strong>7. Run the wordpress installation script</strong></p>
<p>Now you need to run the installation script to activate your blog.  You will have to do this step from your browser.  You need to access the wp-admin/install.php script.  To do this, you type &lt;your domain name&gt;/wp-admin/install.php on your browser address bar and press enter. e.g. http://www.sample.com/wp-admin/install.php</p>
<p>Remember, if your installed your wordpress in a sub-directory, you will need to put that sub-directory name before /wp-admin/install.php</p>
<p><strong>8. Blog navigation menu</strong></p>
<p>You can access your blog navigation menu from the browser by typing the following on your browser address bar:</p>
<p>&lt;your domain name&gt;/wp-admin/index.php</p>
<p>Feel free to navigate through the menu to get yourself familiar with it.</p>
<p><strong><em>I am providing support through Ether.com on an hourly basis.  Use the call button below to reach me via Ether representative.</em><br />
</strong> <a href="http://www.ether.com/CallButton/joefiro/6966850.aspx"><img src="http://www.ether.com/CallButtonImage/joefiro/6966850.aspx?q=12-0" style="border: medium none " /></a></p>
<p>&copy; Joey Rosario - visit the <a href="http://www.joefiro.com">author</a> for more great content.</p>                              ]]></content:encoded>
			<wfw:commentRss>http://www.joefiro.com/the-not-so-idiots-guide-to-creating-your-own-blog-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

