<?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>Fabian Lim's Internet Marketing Blog &#187; Website Development</title>
	<atom:link href="http://www.fabianlim.name/category/website-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fabianlim.name</link>
	<description>No Hype, No BS Surefire Strategies and Tips to Explode Your Online Traffic and Sales</description>
	<lastBuildDate>Mon, 09 Jan 2012 09:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Redirecting Non-WWW Domain to WWW Using htaccess</title>
		<link>http://www.fabianlim.name/redirecting-non-www-domain-to-www-using-htaccess</link>
		<comments>http://www.fabianlim.name/redirecting-non-www-domain-to-www-using-htaccess#comments</comments>
		<pubDate>Sun, 30 Nov 2008 09:01:30 +0000</pubDate>
		<dc:creator>Fabian Lim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.fabianlim.name/?p=123</guid>
		<description><![CDATA[Many websites have canonical problems especially with their main domain URL.
According to Matt Cutts, Google Engineer, canonicalization is the &#34;process of picking the best url when there are several choices, and it usually refers to ...]]></description>
			<content:encoded><![CDATA[<p>Many websites have canonical problems especially with their main domain URL.</p>
<p>According to Matt Cutts, Google Engineer, canonicalization is the &quot;process of picking the best url when there are several choices, and it usually refers to home pages.&quot;&nbsp;</p>
<p>Cutts continues to explain that &quot;&#8230;when Google &ldquo;canonicalizes&rdquo; a url, we try to pick the url that seems like the best representative from that set.&quot;</p>
<p>So for example, the search engines consider fabianlim.name, <a href="http://www.fabianlim.name">www.fabianlim.name</a> and &nbsp;fabianlim.name/index.php to be different web pages, even though they&nbsp;all serve up the same content.</p>
<p>This results in a link popularity &quot;split&quot; between URLs and will affect the effectiveness of your search engine optimization efforts.</p>
<p>One&nbsp;solution to fix this problem is to perform a 301 redirect via the use&nbsp;of htaccess.</p>
<p>Two versions of the .htaccess solution exist, a generic and non-generic solution.</p>
<p>First, try the generic version because it does not require any modification of&nbsp;the code at all.&nbsp;</p>
<p>If the generic version does not work, you can try the non-generic version.</p>
<p><strong>If your website already has a .htaccess file on the server, I strongly recommend&nbsp; first you create a backup version of the file on your local computer in case you mess up the codes accidentally.</strong></p>
<p>So, to redirect the non-www version of your URL to the www version,&nbsp;&nbsp;copy and paste <strong>one</strong> of the two&nbsp;3-line codes below into an empty text file and name the text file as htaccess.txt:</p>
<p><strong><u>Version&nbsp;1 (Generic Version)</p>
<p></u></strong><em>(More user-friendly especially if you have multiple websites since you don&#8217;t need to insert your domain URL into the code below)</em></p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} !^www\.<br />
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]<br />
<strong><u><br />
Version&nbsp;2 (Non-Generic Version)</u></strong></p>
<p>(<em>Be sure to change example.com to your domain name and be careful NOT to add/delete spaces or add/remove any of the symbols in the code</em>)</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^example.com<br />
RewriteRule (.*) http://www.example.com/$1 [R=301,L]</p>
<p><em>Note: For either versions to work,&nbsp;Apache mod_rewite needs to be enabled&nbsp;by your web host</em></p>
<p>Upload this htaccess.txt file onto your web directory (typically public_html for cPanel servers).</p>
<p>Change the file name from htaccess.txt into .htaccess (i.e. place a dot in front of htaccess).</p>
<p>Test the results of this change by typing the non-www version of your domain using a web browser.</p>
<p>If the above steps have been implemented correctly, the non-www version will redirect to the www verion of your domain.</p>
<p>That&#8217;s all to it!</p>
<img src="http://www.fabianlim.name/?ak_action=api_record_view&id=123&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.fabianlim.name/redirecting-non-www-domain-to-www-using-htaccess/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>XSitePro 2 Limited Time Discount &#8211; $100 Off</title>
		<link>http://www.fabianlim.name/xsitepro-2-limited-time-discount-100-off</link>
		<comments>http://www.fabianlim.name/xsitepro-2-limited-time-discount-100-off#comments</comments>
		<pubDate>Wed, 18 Jun 2008 05:15:11 +0000</pubDate>
		<dc:creator>Fabian Lim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.fabianlim.name/xsitepro-2-limited-time-discount-100-off</guid>
		<description><![CDATA[XSitePro2, the ultimate website builder software,&#160;was officially released to the&#160;public yesterday.
If you have been struggling to create a website that looks good, but have zero HTML knowledge, XSitePro2 website builder software may be the answer ...]]></description>
			<content:encoded><![CDATA[<p><strong>XSitePro2</strong>, the ultimate website builder software,&nbsp;was officially released to the&nbsp;public yesterday.</p>
<p>If you have been struggling to create a website that looks good, but have zero HTML knowledge, XSitePro2 website builder software may be the answer you have long been waiting for.</p>
<p><font size="2">XSitePro2 is&nbsp;a web site design tool that has been specially designed with Internet marketers and online businesses in mind &#8211; and the best part is XSitePro2 is a perfect tool for both beginners and experienced power users alike!</font></p>
<p><font size="2"><strong>You&#8217;ll be blown away when you see the list of beautiful website templates that come with XSitePro2!&nbsp;</p>
<p></strong>Here are some web template examples that come with XSitePro2:</p>
<p>(Cick on the image below to view larger screenshot!)</p>
<p></font></p>
<p align="left"><a title="XSitePro2 Web Templates" target="_blank" href="http://www.fabianlim.name/wp-content/uploads/image/xsitepro-website-template2.gif"><img alt="XSitePro2 Templates" src="http://www.fabianlim.name/wp-content/uploads/image/xsitepro-website-template1.gif" /></a></p>
<p><strong><em>Imagine being able to create a website using one of the above templates even if you have ZERO HTML knowledge!</em></strong></p>
<p>A video demo is available on the XSitePro2 homepage that explains in easy to understand manner, the features and benefits of the website design software.</p>
<p><font size="2">For a very limited time, you can grab XSitePro2 at a $100 off the normal price.</font></p>
<p><font size="2">I highly recommend you get your hands on this amazing website builder software, because I personally use XSitePro2 to build my websites:</font></p>
<p><font size="2">Visit: <a target="_blank" href="http://www.xsiteprosoft.com">http://www.xsiteprosoft.com</a>&nbsp;now and save $100 off before the limited time offer expires!</font></p>
<img src="http://www.fabianlim.name/?ak_action=api_record_view&id=99&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.fabianlim.name/xsitepro-2-limited-time-discount-100-off/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XSitePro 2 Review &#8211; Ultimate Website Builder Software?</title>
		<link>http://www.fabianlim.name/xsitepro-2-review-ultimate-website-builder-software</link>
		<comments>http://www.fabianlim.name/xsitepro-2-review-ultimate-website-builder-software#comments</comments>
		<pubDate>Wed, 18 Jun 2008 02:07:19 +0000</pubDate>
		<dc:creator>Fabian Lim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.fabianlim.name/xsitepro-2-review-ultimate-website-builder-software</guid>
		<description><![CDATA[XSitePro&#160;version 2 launched on 21 May 2008 and I immediately rushed to upgrade my copy of XSitePro from Version 1 to Version 2.
The good news is XSitePro version 2 is now available to the public!
Developed ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.buyxsiteprotemplates.com/xsitepro" target="_blank">XSitePro</a>&nbsp;version 2 launched on 21 May 2008 and I <strong><em>immediately</em></strong> rushed to upgrade my copy of XSitePro from Version 1 to Version 2.</p>
<p><strong>The good news is XSitePro version 2 is now available to the public!</strong></p>
<p>Developed by Paul Smithson and the team at&nbsp;Intellimon Ltd, XSitePro2 has been a long anticipated release.</p>
<p>The question that remains to be answered is, &quot;<strong><em>Is XSitePro2 The Ultimate Website Builder Software?</em></strong>&quot;</p>
<p>And my answer would be an absolute <strong>&quot;YES!&quot;,</strong> <strong>especially </strong>for internet marketers.</p>
<p>Having trained over 3,000 students over the past 3 1/2 years,&nbsp;it is clear to me that one of the <em><strong>greatest technical challenge</strong></em> faced by&nbsp;many new internet marketers is that of building a <strong><em>multi-page website that not only looks good, but is also search engine friendly</em></strong>.</p>
<p>Before <strong>XSitePro </strong>came along, the&nbsp;most common&nbsp;way of creating a multi-page website was to:</p>
<p>1) Purchase a template from a site like <a href="http://www.fabianrecommends.com/templatemonster" target="_blank">Template Monster</a> or&nbsp;<a href="http://www.fabianrecommends.com/dreamtemplate" target="_blank">DreamTemplate</a>&nbsp;<br />
	2)&nbsp;Use a professional HTML editor like Dreamweaver or a free HTML editor like&nbsp;<a href="http://nvudev.com/index.php" target="_blank">NVU</a> to edit the template.<br />
	3) Upload your web template to your web host using a free&nbsp;FTP software like <a href="http://filezilla-project.org/download.php?type=client" target="_blank">FileZilla</a></p>
<p>The major problem with the above method was that&nbsp;even editing a web template was not an&nbsp;easy task &#8211; because most of the templates available for purchase required you to modify the &quot;source&quot; graphics using a graphics editor like Adobe Photoshop.&nbsp;And this meant if did not own Photoshop or didn&#39;t know how to use Photoshop, the probablity of you creating a multi-page website would be close to zero!</p>
<p>Then came along a new generation of&nbsp;&quot;online website builders&quot; like <a href="http://www.fabianrecommends.com/websitewizard" target="_blank">WebsiteWizard</a> where you pay a monthly fee to create and maintain your website. While these solutions make it far&nbsp;quicker and easier to get your website online, there is a monthly fee you will incur. Nonetheless, online website builders are great for internet entrepreneurs with a single web business because they don&#39;t have to deal with the technicalities of&nbsp;web hosting setup, FTP etc.</p>
<p>XSitePro Version 2&nbsp;is really a cross-breed of the wesite template and online website builder &#8211; and represents the best of both worlds!</p>
<p>And here&#39;s why&#8230;</p>
<p>Firstly, XSitePro2 is a software you purchase only&nbsp;once, so there&#39;s no monthly fee involved.</p>
<p>But what makes XSitePro2 stand out from its competitors is the fact that you can <strong><em>create a fully-functioning interactive, and search-engine friendly website WITHOUT needing to know HTML at all!</em></strong> Its &quot;point-and-click&quot; ease of use is amazing&nbsp;- if you know how to use a word processor like Microsoft Word, you&#39;ll be fine with XSitePro2!</p>
<p>Another strong feature of XSitePro2 is its beatiful set of 200 web templates that cover a wide range of web businesses. This is a marked improvement over XSitePro version 1.</p>
<p>What&#39;s really cool in version 2 is it&#39;s auto-posting feature, where XSitePro2 will publish articles to your website on a time release basis &#8211; just like an autoresponder. You just need to tell XSitePro where your files on your hard-drive are, set a posting schedule and let XSitePro do the rest!</p>
<p>And probably the most valuable feature in XSitePro2 is its content syndication capabilities. XSitePro2 boasts,&nbsp;&quot;1000 sources to start you off (and you can learn about millions more at our support forum). In finance, for example, choose from The Financial Times, BBC News, MSNBC, ABC, The New York Times, or hundreds more.&quot;</p>
<p>The full feature list for XSitePro2 is really<strong> too numerous</strong> to list in detail, and here&nbsp;are some of my favorite XSitePro2 features:</p>
<p><strong>Create unlimited websites<br />
	</strong>There&rsquo;s no limit to how many sites you can create, maintain and organize using the power of XSitePro</p>
<p>	<strong>Hundreds of *NEW* website templates<br />
	</strong>A brand-new selection of quality website templates, professionally designed to help you create great-looking sites, fast. This means that your websites appearance will rival those created by the finest graphic designers!&nbsp;</p>
<p>	<strong>Automated Navigation Menu Controls</strong><br />
	Makes your site navigation a breeze to set up, complete with sub-pages and category headings. Page interlinking is handled automatically to ensure ease-of-navigation as well as improve search engine rankings. What this means for you is that you can effortlessly create websites with state-of-the-art navigation &hellip; no matter how big the site grows, it&rsquo;s easy to find anything on the site!<br />
	&nbsp;<br />
	<strong>Advanced Page Settings: Scheduling<br />
	</strong>Create content in advance and have pages publish only during a specified date range. Use in conjunction with the Taskbar Scheduler to time-release your content to the Web!&nbsp;</p>
<p><strong>Updated Right-Click Designer Menu</strong><br />
	The power-house feature in the Designer window &#8211; this tool now contains links to a huge array of powerful page content features. Menu Options now include Headings Design Wizard, Sub-Headings Design Wizard, Boxes and Frames Design Wizard, B ullets Design Wizard, Graphics Design Wizard, Buttons Design Wizard, Highlighted text, Snippets,&nbsp; Image Library, AdSense Advertising,&nbsp; Amazon Advertising,&nbsp; Oxado Advertising,&nbsp; PayPal Advertising,&nbsp; Audio Wizard, Video Wizard, Widget Wizard, RSS Feed Wizard, XML Syndication Links, Social Networking Links, Forms Wizard, Site Search Form Tool,&nbsp; Page Breaks Tool, Link Insertion Tools, and more&hellip;&nbsp;&nbsp;<br />
	&nbsp;<br />
	<strong>Improved Designer WYSIWYG interface</strong><br />
	Now featuring additional tools and functionality to deliver the best possible quality of page content with minimal fuss and complication. Designer window now set to Main Panel Width and featuring additional menu buttons including Design Wizards, Snippets,&nbsp; Advertising,&nbsp; Audio,&nbsp; Video,&nbsp; Widget Wizard, RSS, XML,&nbsp; Social Networking,&nbsp; Forms,&nbsp; Search, and Page Breaks&nbsp;&nbsp;<br />
	&nbsp;<br />
	<strong>SEO Analysis of your pages<br />
	</strong>Automatically analyses your web-pages for you and suggests a whole range of improvements necessary to improve your search engine positioning. A great way to ensure your site gets seen in the search engine rankings. Completely redesigned in version 2 as part of the new &ldquo;Page Analysis&rdquo; tab.</p>
<p>Follow the simple instructions given in the SEO Report. SEO means Search Engine Optimization. That is a fancy way of saying that the search engines expect to find certain things on your web-pages, and if they do find them, your website stands the best chance possible to rank high. And high rankings mean profitable websites.<br />
	&nbsp;<br />
	<strong>Page Components Analysis<br />
	</strong>A summary view on the main Page Analysis tab, with a detail screen available on clicking the &ldquo;view detail&rdquo; button &#8211; this analysis breaks down your page content for review. Features Graph displays (enlargable),&nbsp; Page File sizes / Elements statistics,&nbsp; Page component lists: Headings, Images (with pop-up image-checker).&nbsp;&nbsp;<br />
	&nbsp;<br />
	<strong>Readability Analysis<br />
	</strong>Page text analysis &#8211; including full Flesch Kincaid scoring of your page content, helping you communicate your message clearly to the greatest number of your web-site&#39;s visitors.&nbsp;</p>
<p>	<strong>Publish your site with just two clicks<br />
	</strong>Having only entered your publishing settings once &#8211; Make updating your site a snap!&nbsp;</p>
<p><strong>Full Sitemaps<br />
	</strong>Automatically created for your visitors&rsquo; ease-of-use, complete with page titles and descriptions. Also useful for ensuring your whole site gets indexed by search engines. New features include additional site map structure options (a new map style as well as features such as Pagination) as well as global style settings for making your Sitemap pages look great.</p>
<p>When your site grows large, the search engines like Google and Yahoo and MSN and ASK have more difficulty finding everything. The new sitemaps automatically created by XSitePro2 make it virtually certain that every part of your website is easy to find &hellip; by your visitors AND by all the search engines that will bring you more visitors.<br />
	&nbsp;<br />
	<strong>Site Import and Export Functionality<br />
	</strong>Powerful tools allowing you to export your whole site, graphics and publishing details included, as a single XSE file for importing at the other end. Bring in a new site, edit it and hit publish &#8211; perfect for job-sharing/collaboration. Improved interface including site design preview as part of the import process.&nbsp;</p>
<p>	<strong>Find &amp; Replace on all pages<br />
	</strong>Update page content site-wide with this multi-page text search/replace tool. New version searches pages in the &lsquo;background&rsquo; rather than in view.&nbsp;</p>
<p>	<strong>Insert Tokens<br />
	</strong>Insert variables into your pages which will be updated at the time of publishing. When used in conjunction with multi-page creation wizard can give you a valuable head start on your page content.&nbsp;</p>
<p>	<strong>Affiliate link wizard<br />
	</strong>Store your affiliate links in XSitePro and they&rsquo;ll always be to hand ready for inserting in your pages in seconds. It&rsquo;s right-click simple.&nbsp;</p>
<p>	<strong>Paypal Integration<br />
	</strong>Sell products right off your web pages with this PayPal &ldquo;Buy Button&rdquo; Wizard. Easy to set up and something that could see you generating sales quickly from your pages.&nbsp;</p>
<p>	<strong>Google Adsense<br />
	</strong>Monetize your web-pages with Google Adsense &#8211; fully integrated in XSitePro for ease-of-use. Get relevant adverts on your pages which can earn you money on autopilot. Updated to include &lsquo;rounded corners&rsquo; feature.&nbsp;</p>
<p>	<strong>Amazon Product Advertising: Product Link<br />
	</strong>Insert Amazon product links, and monetize your page content, using this new tool.&nbsp;</p>
<p>	<strong>Amazon Product Advertising: Self Optimizing Adverts<br />
	</strong>Insert Amazon Self-Optimizing Adverts, and monetize your page content, using this new tool.&nbsp;</p>
<p>	<strong>Amazon Product Advertising: Recommended Products<br />
	</strong>Insert Recommended Amazon Products, and monetize your page content, using this new tool.&nbsp;</p>
<p>	<strong>Snippets<br />
	</strong>Stores all of those useful bits of code and signatures, etc., in the handy Snippets Library &#8211; then quickly insert them from the right-click menu when designing your pages.&nbsp;&nbsp;</p>
<p>	<strong>Clipart Library<br />
	</strong>Insert pictures from a royalty-free selection of hundreds of clipart images, and bring your web pages to life.&nbsp;</p>
<p>	<strong>Audio Wizard<br />
	</strong>Embed audio into your page content, complete with playback-controls and auto-playback functionality.&nbsp;</p>
<p>	<strong>Video Wizard<br />
	</strong>Liven up your web-site with Web 2.0 features including video, using the powerful video wizard.&nbsp;</p>
<p>	<strong>Forms Wizard<br />
	</strong>Add quality name-grab forms to your pages in seconds using the new Forms Wizard. Even enables you to create forms which will submit to you by e-mail, XMailPro, AWeber, Get Response&trade; or ListMail Pro&trade;.&nbsp;</p>
<p>	<strong>RSS Feed Wizard<br />
	</strong>Add quality RSS content into your pages to help keep them fresh, refresh your content and bring your visitors back over and over again. Choose from hundreds of pre-supplied feeds &#8211; simple to insert &#8211; and create your own, using this powerful tool.&nbsp;</p>
<p>	<strong>Widgets Wizard<br />
	</strong>Huge range of enhanced scripts added in XSitePro v2.x for your convenience. Choose from scripts such including Banner Rotator, Image Gallery, Image Rollover, E-mail Cloaker, Jumping Text, Password Redirect, Random Quote, Open Page in New Window, Sticky Note, Status Link, Status Scroller, Status Slide-In, Title Scroller, Add to Favorites, Close Window, Print Page, FAQ, N ews Scroller, Countdown, F uture Date, Last Visit, Time of Day, and Today&rsquo;s Date&nbsp;&nbsp;<br />
	&nbsp;<br />
	<strong>Automatic Page Breaks<br />
	</strong>Break up your longer web pages, and add to your page-count in the process. Also features automatic pagination of the resultant pages, making it easy to navigate published pages.&nbsp;</p>
<p>	<strong>Breadcrumb Trail<br />
	</strong>Insert advanced navigation features in your web pages using this tool &#8211; allow visitors to keep track of where they are in your site structure at any time and improve the overall navigation experience. New layout for Version 2.&nbsp;</p>
<p>	<strong>Links Manager<br />
	</strong>Completely rewritten, and replacing the Links Page of v.1. This powerful tool is for creating multi-level links pages &#8211; great additional content with minimal effort for your site. Create a style once then all new links are added into your existing pages. Other features include:</p>
<p><strong>Popups<br />
	</strong>Create powerful pop-ups that will get through to your visitors. Completely customizable and very effective &#8211; now enhanced in Version 2, with a seven step wizard to make it easier to create quality PopUps.&nbsp;</p>
<p>	<strong>Site Search Form<br />
	</strong>Add search functionality to your site, making your content easier to navigate with this in-built search form wizard. A great way to improve the accessibility of your site.</p>
<p>Even some of the largest websites have to rely on Google to search inside their websites. With XSitePro2&rsquo;s site search wizard, your visitors can search for any word &#8211; and your site delivers! Just one more way to demonstrate that your site was built by a pro!<br />
	&nbsp;<br />
	<strong>Google XML Sitemap Submission<br />
	</strong>Create and submit a Google Sitemap &#8211; essential to your Google ranking &#8211; using this simple tool. Update includes restyled, tabbed interface for greater ease-of-use.&nbsp;</p>
<p>	<strong>Siloing<br />
	</strong>A power-feature for advanced users &#8211; for creating search-engine-optimized interlinking structures within your site. You will learn more about this fantastic feature in the user&rsquo;s manual.&nbsp;</p>
<p>	<strong>Redirect Pages<br />
	</strong>Create custom redirects in seconds &#8211; a great tool for masking affiliate links with more &lsquo;friendly&rsquo; URLs. Redesigned to make the screen clearer and simpler to use.&nbsp;</p>
<p>	<strong>External Links Tool<br />
	</strong>Add links to external sites for inclusion within the navigation menus throughout your site. Screen redesigned &#8211; also now gives the option to launch linked page in a new browser.&nbsp;</p>
<p>	<strong>Mobile Site Wizard<br />
	</strong>Output your site automatically formatted for mobile phone / WAP browsers. With the growth of mobile web usage this is a great way of widening the appeal of your site.</p>
<p>850 million people view web pages via their cell phones. Your mobile site wizard makes your entire site nicely readable for them. This is one more competitive advantage you will have over your competition!<br />
	&nbsp;<br />
	<strong>XML Page Syndication<br />
	</strong>Quickly create syndicatable RSS feeds from your page content &#8211; a great way to build traffic from your existing content.</p>
<p>&ldquo;XML&rdquo; and &ldquo;Syndication&rdquo; are fancy ways of saying that when you put something really good on your website, you can offer it up to the entire internet. If a big, popular site picks up your content, then you can expect a flood of new visitors to your site to see what other interesting things are there. New visitors means new opportunities to boost your profits.<br />
	&nbsp;<br />
	<strong>Social Networking Links<br />
	</strong>Quickly insert a variety of social networking links into your pages so that they become instantly viral.&nbsp;</p>
<p>	PLUS!&nbsp;</p>
<p>	<strong>Full 260-page &ldquo;Essentials&rdquo; instruction manual<br />
	</strong>Everything you need to know to start producing great looking sites, right at your fingertips in this comprehensive technical guide to XSitePro.&nbsp;</p>
<p>	<strong>1000-Page Advanced User Guide<br />
	</strong>A focused reference guide to using the new features within XSitePro Version 2&nbsp;</p>
<p>	<strong>Full Walkthrough tutorial<br />
	</strong>A 140-page step-by-step walkthrough, designed to get you up-and-running with the application as quickly as possible.&nbsp;</p>
<p>	<strong>Dedicated technical support</strong><br />
	24&#215;7 Support ticket system manned by our friendly, professional support staff&nbsp;</p>
<p>	<strong>Dedicated user forum</strong><br />
	Our 12,000 users have already registered on this forum and have posted over 35,000 articles. If you have a question or are puzzled how something works, chances are you will find experienced help in under an hour.</p>
<p>In summary, if you have been waiting for the ultimate website builder software, the time is now!</p>
<p>	Grab yourself a copy of <a href="http://www.buyxsiteprotemplates.com/xsitepro" target="_blank">XSItePro</a>&nbsp;so you can&nbsp;spend more time <strong>creating valuable content for your website visitors</strong> and save yourself the agony of trying to figure out&nbsp;complicated website templates!</p>
<p>Visit <a href="http://www.XSiteProSoft.com" target="_blank">http://www.XSiteProSoft.com</a>&nbsp;for more details!</p>
<p>Highly Recommended!</p>
<p>	Fabian Lim</p>
<p>&nbsp;</p>
<p>Related Article:</p>
<p><a href="http://www.buyxsiteprotemplates.com" target="_blank">XSitePro Templates</a> &#8211; FREE Premium XSitePro Template</p>
<img src="http://www.fabianlim.name/?ak_action=api_record_view&id=97&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.fabianlim.name/xsitepro-2-review-ultimate-website-builder-software/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Page Creator</title>
		<link>http://www.fabianlim.name/google-page-creator</link>
		<comments>http://www.fabianlim.name/google-page-creator#comments</comments>
		<pubDate>Thu, 23 Feb 2006 17:14:37 +0000</pubDate>
		<dc:creator>Fabian Lim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.fabianlim.name/google-page-creator</guid>
		<description><![CDATA[Google has just released a beta version of Google Page Creator &#8211; a free online tool that allows anyone to create and publish a website in minutes.
Google Page Creator is a WYSIWYG (What-You-See-Is-What-You-Get) HTML website ...]]></description>
			<content:encoded><![CDATA[<p>Google has just released a beta version of <strong>Google Page Creator</strong> &#8211; a free online tool that allows anyone to create and publish a website in minutes.</p>
<p><strong>Google Page Creator</strong> is a WYSIWYG (What-You-See-Is-What-You-Get) HTML website publisher, meaning you don&#8217;t need to know a thing about HTML, or FTP for that matter, to create a website.</p>
<p>Screen shots of the &#8220;Page Manager&#8221; can be seen here:<br />
<a href="http://pages.google.com/-/screen1.html" target=_blank>http://pages.google.com/-/screen1.html</a></p>
<p>and screen shots of the &#8220;Page Editor&#8221; can be viewed here:<br />
<a href="http://pages.google.com/-/screen2.html" target=_blank>http://pages.google.com/-/screen2.html</a></p>
<p>And here&#8217;s the kicker&#8230; </p>
<p>Any website created by <strong>Google Page Creator</strong> will be automatically indexed by Google&#8217;s &#8216;spider&#8217; and therefore appear in Google&#8217;s search index in a matter of minutes! </p>
<p>No need to submit your website to Google!</p>
<p>Unfortunately due to high demand, you&#8217;ll need to sign-up to be placed on the waiting list for a Google Page Creator account.</p>
<p>So head over to Google Page Creator quickly, so you can reserve an account for yourself before the rest of the internet finds out about it!</p>
<p>Here&#8217;s the URL link to Google Page Creator:<br />
<a href="http://pages.google.com" target=_blank>http://pages.google.com</a></p>
<p>Fabian Lim</p>
<p>P.S. Several interesting <a href="http://www.fabianlim.name/google-page-creator#comments" target=_blank>comments</a> have been posted. </p>
<p>P.P.S. Have something to say? Post them here!</p>
<img src="http://www.fabianlim.name/?ak_action=api_record_view&id=47&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.fabianlim.name/google-page-creator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Easily Create a Search-Engine Friendly Navigation Menu For Your Website</title>
		<link>http://www.fabianlim.name/how-to-easily-create-a-search-engine-friendly-navigation-menu-for-your-website</link>
		<comments>http://www.fabianlim.name/how-to-easily-create-a-search-engine-friendly-navigation-menu-for-your-website#comments</comments>
		<pubDate>Sat, 08 Jan 2005 11:12:43 +0000</pubDate>
		<dc:creator>Fabian Lim</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.fabianlim.name/how-to-easily-create-a-search-engine-friendly-navigation-menu-for-your-website</guid>
		<description><![CDATA[Copyright Â© 2005 by Fabian Lim
A navigation menu is an important element of a website.
A good navigation menu helps your visitors navigate through
your website efficiently &#8211; in as few mouse-clicks as
possible.
You can think of a ...]]></description>
			<content:encoded><![CDATA[<p>Copyright Â© 2005 by Fabian Lim</p>
<p>A navigation menu is an important element of a website.</p>
<p>A good navigation menu helps your visitors navigate through<br />
your website efficiently &#8211; in as few mouse-clicks as<br />
possible.</p>
<p>You can think of a website navigation menu like the &#8220;Table<br />
of Contents&#8221; of a book.</p>
<p>And the greater the number of web pages on your website,<br />
the more important the role of a website navigation menu.</p>
<p>Another important benefit of a navigation menu is it<br />
optimizes the internal linking structure of your website<br />
and allows the navigation menu links to rank better in<br />
search engines, since all web pages will be pointing to it.</p>
<p>(For example, if your website has 1000 web pages, each<br />
navigation menu link will have 1000 web pages pointing to<br />
it. This will result in the navigation menu links ranking<br />
higher than the other web pages)</p>
<p>Here&#8217;s how you can use this knowledge to improve the<br />
search-engine rankings of selected web pages &#8211; Simply<br />
include the selected web pages as links in the navigation<br />
menu and you&#8217;ll automatically have the rest of the web<br />
pages pointing to them.</p>
<p>And finally, here&#8217;s one method you can use to easily create<br />
a website navigation menu &#8211; Using Server Side Includes<br />
(SSI).</p>
<p><strong>What are Server Side Includes?</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Server Side Includes (SSI) are simply instructions (also<br />
known as &#8220;directives&#8221;) that are included in a HTML document<br />
to execute a specific command e.g. inserting the content of<br />
an HTML file.</p>
<p>The SSI directives are &#8220;processed&#8221; at the Server side,<br />
before it reaches the requesting browser (hence the name<br />
Server Side Includes).</p>
<p>As a result, the &#8220;processed&#8221; SSI directives merge<br />
seamlessly with the HTML file.</p>
<p>Here&#8217;s an example of SSI in action at a website (i.e. the<br />
left navigation menu):<br />
<a href="http://www.BizSuccessOnline.com">http://www.BizSuccessOnline.com</a></p>
<p>Notice the left navigation menu is made up of static HTML<br />
links.</p>
<p>This is to allow search-engine spiders to crawl through the<br />
website to discover other web pages (via the navigation<br />
menu links).</p>
<p>An alternative solution to get your web pages spidered by<br />
search-engines is to use a sitemap.</p>
<p>A sitemap is simply a webpage that contains links to every<br />
webpage on your website and should be linked from your home<br />
page.</p>
<p>This will provide the search-engine spiders a path to<br />
follow and will ultimately result in your web pages getting<br />
fully indexed.</p>
<p>Note that most, but not all servers have SSI&#8217;s enabled.<br />
Please check with your web host to find out whether SSI is<br />
enabled in your server.</p>
<p><strong>How to Easily Create a Navigation Menu Using SSI?</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><strong>Step 1# &#8211; Create a HTML navigation menu file</strong></p>
<p>This is the navigation menu file that will be inserted into<br />
your HTML pages and is also your HTML navigation menu<br />
template.</p>
<p>A simple horizontal text HTML navigation menu can look like<br />
this:</p>
<p>Home | Products | Pricing | About Us | Contact Us</p>
<p>(You&#8217;ll need to hyperlink each of the above text to make<br />
these navigation links clickable by using your favorite<br />
HTML editor e.g. FrontPage or Dreamweaver)</p>
<p>You need to save this file with a .shtml extension once<br />
this file has been created e.g. topnavi.shtml</p>
<p><strong>Step 2# &#8211; Insert navigation menu file into HTML file</strong></p>
<p>Open up the HTML file (e.g. products.html) and place the cursor on the location where you wish to insert the navigation menu. </p>
<p>Click here to view the SSI directive:<br />
<a href="http://BizSuccessOnline.com/SSI_CodeSnippet">http://BizSuccessOnline.com/SSI_CodeSnippet</a></p>
<p>And copy and paste the above SSI directive at the cursor. </p>
<p>(Be sure to replace &#8220;your_navigation_filename.shtml&#8221; with the name of your navigation menu file) </p>
<p>Note: You CANNOT use absolute path with an SSI directive:<br />
e.g. Do not use <a href="http://yourdomain.com/topnavi.shtml">http://yourdomain.com/topnavi.shtml</a></p>
<p>And finally, save the HTML file with a .shtml extension e.g.<br />
products.shtml</p>
<p><strong>Step 3# &#8211; Upload files onto your server</strong></p>
<p>The last step is to upload the newly created .shtml files<br />
onto your web server and check to make sure the pages<br />
display properly.</p>
<p>And if you view the HTML source code of your HTML file on a<br />
live internet connection, you&#8217;ll notice that the SSI<br />
directive <!--#include file="topnavi.shtml"--> would have<br />
been replaced by the actual HTML navigation menu code.</p>
<p>Maintaining your navigation menu is now a simple matter of<br />
changing the contents on the navigation file.</p>
<p>That&#8217;s all there is to it!</p>
<p>Give it a go!</p>
<p>==============================<br />
Fabian Lim is a Web Analytics &#038; Internet Marketing Consultant.<br />
He helps organizations and individuals succeed online.<br />
Visit his website at <a href="http://www.BizSuccessOnline.com">http://www.BizSuccessOnline.com</a> and<br />
blog at <a href="http://www.fabianlim.name">http://www.fabianlim.name</a><br />
==============================</p>
<p>** Attn: Ezine Editors/Site Owners **</p>
<p>This article may be freely distributed in its entirety as long as the content, links and resource box above remains intact. If you use this article, please send me a brief e-mail to let me know where it appeared:<br />
e-mail: fabian (at) bizsuccessonline.com</p>
<img src="http://www.fabianlim.name/?ak_action=api_record_view&id=21&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.fabianlim.name/how-to-easily-create-a-search-engine-friendly-navigation-menu-for-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

