<?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>Weez.com &#187; Website</title>
	<atom:link href="http://www.weez.com/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:24:53 +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>New AWS feature: Run your website from Amazon S3</title>
		<link>http://www.weez.com/2011/02/new-aws-feature-run-your-website-from-amazon-s3/</link>
		<comments>http://www.weez.com/2011/02/new-aws-feature-run-your-website-from-amazon-s3/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 19:27:20 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2011/02/new-aws-feature-run-your-website-from-amazon-s3/</guid>
		<description><![CDATA[Since a few days ago this weblog serves 100% of its content directly out of the Amazon Simple Storage Service (S3) without the need for a web server to be involved.  Because my blog is almost completely static content I wanted to run in this very simple configuration since the launch of Amazon S3. It [...]]]></description>
			<content:encoded><![CDATA[<p>
Since a few days ago this weblog serves 100% of its content<br />
directly out of the <a href="http://aws.amazon.com/s3">Amazon Simple Storage Service</a> (S3) without the need for a<br />
web server to be involved.  Because my blog is almost completely static content<br />
I wanted to run in this very simple configuration since the launch of Amazon S3. It would allow the blog to be powered by the<br />
incredible scale and reliability of Amazon S3 with a minimum of effort from my side.<br />
I know of several other customers who had asked for this greatly simplifying feature as well.<br />
I had held out implementing an alternative to my simple blog server that had<br />
been running at a traditional hosting site for many years until this preferred simple solution became available: today marks that day and I couldn&#8217;t be happier about it.</p>
<p>
<img alt="blog.PNG" src="http://www.allthingsdistributed.com/images/blog.PNG" width="294" height="422" class="mt-image-right" style="float: right; margin: 20px 0 20px 20px;" /><br />
The Amazon S3 team launched a new feature today that makes<br />
serving a complete (static) web site out of Amazon S3 dead simple: you set a<br />
default document for buckets and subdirectories, which is most likely an<br />
index.html document. This enables Amazon S3 to know what document to serve if<br />
one isn&#8217;t explicitly requested: for example <a<br />
href="http://www.allthingsdistributed.com">http://www.allthingsdistributed.com</a><br />
returns the index.html at the bucket level and <a<br />
href="http://www.allthingsdistributed.com/2010/12/">http://www.allthingsdistributed.com/2010/12/</a><br />
the index.html from that subdirectory.  The other document you can specify is a<br />
customer error page that is presented to your customers when a 4XX class error<br />
occurs (e.g. non-existent page is requested), so they get something more<br />
appropriate than just the barebones response from the browser. Click on <a<br />
href="http://www.allthingsdistributed.com/doesnotexist.html">http://www.allthingsdistributed.com/doesnotexist.html</a><br />
if you want to see what this blog&#8217;s error page looks like. The background is<br />
courtesy of <a href="http://nalden.net">@nalden</a>.</p>
<p>All of this can be done from the AWS console as well as with<br />
the AWS SDK&#8217;s.  You will also need to set access control to make sure that your<br />
content is publicly accessible. I have used a bucket policy to make all<br />
documents world readable, but you could create one that restricts it to<br />
referrers, network address range, time of day, etc. I can now  turn on <a href="http://aws.amazon.com/cloudfront">Amazon Cloudfront</a>, the content delivery service, with one simple click,  whenever needed. </p>
<p>There are a few small pieces of the blogging process that I<br />
still need a server for: editing postings, managing comments and to serve search<br />
and all of these can easily be run out of a single Amazon EC2 micro instance.</p>
<p>Amazon S3 FTW! More details about the website feature of Amazon<br />
S3 can be found <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/WebsiteHosting.html">here</a> and in Jeff Barr&#8217;s <a href="http://aws.typepad.com/aws/2011/02/host-your-static-website-on-amazon-s3.html">blog post</a> on the <a href="http://aws.typepad.com">AWS developer blog</a>.</p>
<p>View full post on <a href="http://www.allthingsdistributed.com/2011/02/website_amazon_s3.html">All Things Distributed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2011/02/new-aws-feature-run-your-website-from-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a website with a free program Nvu</title>
		<link>http://www.weez.com/2010/09/make-a-website-with-a-free-program-nvu/</link>
		<comments>http://www.weez.com/2010/09/make-a-website-with-a-free-program-nvu/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 04:29:47 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/make-a-website-with-a-free-program-nvu/</guid>
		<description><![CDATA[Nvu works on linux, windows and Mac! A detailed easy to follow guide on how to make a website, for free, with a program Nvu. Theres no spending hundreds of dollars on adobe dreamweaver when you can make a website free. Nvu download: www.net2.com]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/yvTefmdHpiQ?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/yvTefmdHpiQ?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Nvu works on linux, windows and Mac! A detailed easy to follow guide on how to make a website, for free, with a program Nvu. Theres no spending hundreds of dollars on adobe dreamweaver when you can make a website free. Nvu download: www.net2.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/make-a-website-with-a-free-program-nvu/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>CBT Nuggets Unveils New Website to Provide Faster, Easier Access to IT Certification and On-the-Job Training</title>
		<link>http://www.weez.com/2010/08/cbt-nuggets-unveils-new-website-to-provide-faster-easier-access-to-it-certification-and-on-the-job-training/</link>
		<comments>http://www.weez.com/2010/08/cbt-nuggets-unveils-new-website-to-provide-faster-easier-access-to-it-certification-and-on-the-job-training/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 22:19:42 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Easier]]></category>
		<category><![CDATA[Faster]]></category>
		<category><![CDATA[Nuggets]]></category>
		<category><![CDATA[OntheJob]]></category>
		<category><![CDATA[Provide]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Unveils]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/08/cbt-nuggets-unveils-new-website-to-provide-faster-easier-access-to-it-certification-and-on-the-job-training/</guid>
		<description><![CDATA[CBT Nuggets Unveils New Website to Provide Faster, Easier Access to IT Certification and On-the-Job Training CBT Nuggets , a global producer of IT certification and technical training videos for Microsoft, Cisco, Linux and other technologies, today unveiled a new website that was developed in conjunction with the company&#8217;s active user community and beta tested [...]]]></description>
			<content:encoded><![CDATA[<p><b>CBT Nuggets Unveils New Website to Provide Faster, Easier Access to IT Certification and On-the-Job Training</b><br />
CBT Nuggets , a global producer of IT certification and technical training videos for Microsoft, Cisco, Linux and other technologies, today unveiled a new website that was developed in conjunction with the company&#8217;s active user community and beta tested via social media such as Facebook and Twitter.</p>
<p>Read more on <a rel="nofollow" href="http://biz.yahoo.com/prnews/100810/sf48372.html?.v=1">PR Newswire via Yahoo! Finance</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/08/cbt-nuggets-unveils-new-website-to-provide-faster-easier-access-to-it-certification-and-on-the-job-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting To A Website Using File Transfer Protocols [Linux/Mac/PC]</title>
		<link>http://www.weez.com/2010/08/connecting-to-a-website-using-file-transfer-protocols-linuxmacpc/</link>
		<comments>http://www.weez.com/2010/08/connecting-to-a-website-using-file-transfer-protocols-linuxmacpc/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 22:34:04 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[connecting]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Linux/Mac/PC]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Transfer]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/08/connecting-to-a-website-using-file-transfer-protocols-linuxmacpc/</guid>
		<description><![CDATA[In this video I demonstrate a simple method to connect to a host, in this case a website, to allow full access to the files in the root directory. This will allow you to edit the content of the website as you wish. FileZilla: filezilla-project.org Our website, with more tutorials such as this: www.brewedimagination.com Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/RLilK36ZOX0?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/RLilK36ZOX0?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
In this video I demonstrate a simple method to connect to a host, in this case a website, to allow full access to the files in the root directory. This will allow you to edit the content of the website as you wish. FileZilla: filezilla-project.org Our website, with more tutorials such as this: www.brewedimagination.com Thanks for watching! Please comment, rate, and subscribe!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/08/connecting-to-a-website-using-file-transfer-protocols-linuxmacpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SHOPPING CART TUTORIAL &#8211; HOW TO ADD SHOPPING CART To YOUR WEBSITE &#8211; onlline _ no php,html needed !</title>
		<link>http://www.weez.com/2010/07/shopping-cart-tutorial-how-to-add-shopping-cart-to-your-website-onlline-_-no-phphtml-needed/</link>
		<comments>http://www.weez.com/2010/07/shopping-cart-tutorial-how-to-add-shopping-cart-to-your-website-onlline-_-no-phphtml-needed/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 08:54:19 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[Needed]]></category>
		<category><![CDATA[onlline]]></category>
		<category><![CDATA[PHPHTML]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/07/shopping-cart-tutorial-how-to-add-shopping-cart-to-your-website-onlline-_-no-phphtml-needed/</guid>
		<description><![CDATA[Tutorial: More details on- www.webstarts.com ╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗ ║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣ ╠╗║╚╝║║╠╗║╚╣║║║║║═╣ ╚═╩══╩═╩═╩═╩╝╚╩═╩═╝ Website Builer -Great for Bands,Musicians,Business,or Personal Web Pages *Free website builder that lets nearly anyone create and handle a successful website quickly with online support! php shopping cart ecommerce store best shopping cart free pay pal shopping cart pay pal shopping cart ecommerce web design powerful [...]]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/GXsGRYQtm-U?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/GXsGRYQtm-U?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Tutorial: More details on- www.webstarts.com ╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗ ║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣ ╠╗║╚╝║║╠╗║╚╣║║║║║═╣ ╚═╩══╩═╩═╩═╩╝╚╩═╩═╝ Website Builer -Great for Bands,Musicians,Business,or Personal Web Pages *Free website builder that lets nearly anyone create and handle a successful website quickly with online support! php shopping cart ecommerce store best shopping cart free pay pal shopping cart pay pal shopping cart ecommerce web design powerful shopping cart software online store grocery shopping cart online store builder build online store ecommerce solution provider interspire ecommerce business solution ecommerce internet solution ebusiness web development company open source shopping cart shopping trolley online shopping cart software web shopping cart web store buy shopping cart software e commerce web site couponcabin.com shopping cart design ecommerce web site development internet shopping cart ecommerce services content management super wal mart ecommerce web site solution SHOPPING CART</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/07/shopping-cart-tutorial-how-to-add-shopping-cart-to-your-website-onlline-_-no-phphtml-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build a Community Website Part 2 &#8211; Starting the universal header file</title>
		<link>http://www.weez.com/2010/07/how-to-build-a-community-website-part-2-starting-the-universal-header-file/</link>
		<comments>http://www.weez.com/2010/07/how-to-build-a-community-website-part-2-starting-the-universal-header-file/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 10:37:45 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Header]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[starting]]></category>
		<category><![CDATA[universal]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/07/how-to-build-a-community-website-part-2-starting-the-universal-header-file/</guid>
		<description><![CDATA[Part 2 &#8211; Start on the design and create header How to build a dynamic member based portal or community web site using PHP, MySQL, and Flash ActionScript 3.0]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/ll2eLjD63Io?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/ll2eLjD63Io?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Part 2 &#8211; Start on the design and create header How to build a dynamic member based portal or community web site using PHP, MySQL, and Flash ActionScript 3.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/07/how-to-build-a-community-website-part-2-starting-the-universal-header-file/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Slick Website Template with Admin Panel &#8211; Global Settings</title>
		<link>http://www.weez.com/2010/07/slick-website-template-with-admin-panel-global-settings/</link>
		<comments>http://www.weez.com/2010/07/slick-website-template-with-admin-panel-global-settings/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 15:51:10 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Global]]></category>
		<category><![CDATA[Panel]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[Slick]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/07/slick-website-template-with-admin-panel-global-settings/</guid>
		<description><![CDATA[Slick Full Website Template with CMS and 2 Skins Description Greetings and welcome to our first in a hopefully long series of amazing fully featured Flash Website Templates. We&#8217;ve worked really hard on providing you with a complete solution that is modular, easy to implement, modify and administrate. With all the included modules, the two [...]]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/s1_AG7gPMAc?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/s1_AG7gPMAc?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Slick Full Website Template with CMS and 2 Skins Description Greetings and welcome to our first in a hopefully long series of amazing fully featured Flash Website Templates. We&#8217;ve worked really hard on providing you with a complete solution that is modular, easy to implement, modify and administrate. With all the included modules, the two different skins, deep linking and most of all the included Advanced PHP Content Management System (admin) this is amazing value for money, don&#8217;t miss out. Advanced PHP CMS Preview: Front-end (to preview changes) :flashtemplate-01.oxylusflash.com Administration Panel : flashtemplate-01.oxylusflash.com Username : demo Password : demo Key Features : &#8211; 2 full skins included out of the box (white and black with different graphics) &#8211; Supports deep-linking (users can go straight to an inside page with a direct link, which allows bookmarking and easy internal linking, support for the back/forward buttons of the browser etc.) &#8211; Fully XML driven, completely dynamic, you can choose to use the bundled CMS or manually edit the XML files like all the other templates &#8211; Modular design, you can choose which modules you wish to use Modules : &#8211; Main (container) : sliding hide-away dynamic horizontal menu with nifty effects, tooltip music player with playlist, fullscreen button, resizable to browser resolution, deep-linking engine, individual loading for each section, user swf support. &#8211; Homepage : dynamic horizontal thumbs slider with motion blur and tons <b>&#8230;</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/07/slick-website-template-with-admin-panel-global-settings/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Free Way To Generate PHP Contact Email Forms For Your Website</title>
		<link>http://www.weez.com/2010/07/a-free-way-to-generate-php-contact-email-forms-for-your-website/</link>
		<comments>http://www.weez.com/2010/07/a-free-way-to-generate-php-contact-email-forms-for-your-website/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:08:26 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Contact]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/07/a-free-way-to-generate-php-contact-email-forms-for-your-website/</guid>
		<description><![CDATA[makemoneynotexcuses.com Create PHP contact email forms for free. In this video, Michelle shows you what a PHP contact email form is and how you can access one for free from your cpanel webhosting control panel. With PHP email forms, a CGI script processes the collected information ented into the PHP form and sends it to [...]]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/pnzkno0Epas?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/pnzkno0Epas?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
makemoneynotexcuses.com Create PHP contact email forms for free. In this video, Michelle shows you what a PHP contact email form is and how you can access one for free from your cpanel webhosting control panel. With PHP email forms, a CGI script processes the collected information ented into the PHP form and sends it to an email address or stores it in a data base for future queries. Learn how to install your PHP contact email from your cpanel control panel and how to generate a web form. After watching this video, you will kick yourself that you haven&#8217;t been using cpanel to create your PHP email forms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/07/a-free-way-to-generate-php-contact-email-forms-for-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Developing a ColdFusion eCommerce Website Using a Single Database for Multiple Domains with Different Designs Saves Time and Money</title>
		<link>http://www.weez.com/2010/07/developing-a-coldfusion-ecommerce-website-using-a-single-database-for-multiple-domains-with-different-designs-saves-time-and-money/</link>
		<comments>http://www.weez.com/2010/07/developing-a-coldfusion-ecommerce-website-using-a-single-database-for-multiple-domains-with-different-designs-saves-time-and-money/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 22:46:40 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Designs]]></category>
		<category><![CDATA[Developing]]></category>
		<category><![CDATA[different]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[saves]]></category>
		<category><![CDATA[single]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/07/developing-a-coldfusion-ecommerce-website-using-a-single-database-for-multiple-domains-with-different-designs-saves-time-and-money/</guid>
		<description><![CDATA[A little while ago I had a customer contact me about starting a nutritional and supplement website to sell approximately 1200 products for health conscious individuals and body builders. The client had at least six different domain names and wanted to make each site its own, but did not want a back office administrative area [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago I had a customer contact me about starting a nutritional and supplement website to sell approximately 1200 products for health conscious individuals and body builders. The client had at least six different domain names and wanted to make each site its own, but did not want a back office administrative area for each of the domains.</p>
<p>The client decided on one of our <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.2simplifi.com/coldfusion-software">pre developed ecommerce ColdFusion solutions</a>. The administrative back office of their selected product is very intuitive, in that authorized administrators without web development experience are able to create brands, manufacturers, products, product features, such as sizes and colors, coupon discount codes and a myriad of other features. The client loved the interface and features, but it would take quite a bit of time to continually update each of the six domains.</p>
<p>Now why would a company want to have multiple websites that offer the same products to begin with? Well, I guess a good first answer quite simply would be to build market share and tremendous website traffic or to perhaps build up certain domains and sell them individually at a later date. I have outlined some of the long term monetary benefits for customers further below but as I briefly outline the following project it should go without saying that it is time consuming and requires extensive testing initially. In the long run, the customer will recognize and appreciate a significant savings in both time and money after the project is finished.</p>
<p>In order to meet the customer&#8217;s objective, I set up the initial store (client / customer side) as well as the back office administrative area. On the customer side of the store, customers are able to drill down by product manufacturer, category, price, sale items, clearance items, etc. The results are displayed in presentable product description. If applicable, the customer will select the color or size of the products and it add it to their shopping cart for checkout.</p>
<p>The client had a lot of repeat business for their products and wanted the customer to be able to login to a Customer Account Management area. The following website development modules were developed for the customer login area:</p>
<p>For the customer desktop features, I developed and enabled a user name and password protected customer account area (directory) in which the following is supported:</p>
<p> Developed the customer user interface so that existing and potential clients can easily purchase the products created by the administrator, by allowing quick click on category and sub category links or search forms. Ability to search products by keywords using and / or options. Customer will be able to select from various product options and add their product to a shopping cart. Customer will either login to an existing account or create a new account. Through the customer’s account they will be able to provide or update shipping and billing information along with applicable account information to ensure timely communication. Customer will be able to login to their account at any time to view statuses that may require some sort of validation etc. Ability to create and edit account. Primary information will be their billing and shipping information. (Company, Full Name, Address, City, State, Zip Code, Telephone &amp; Fax Numbers, E-mail Addresses etc. ) Develop interface in which customers can create, edit, delete additional and innumerable shipping addresses and points of contact. Ability to manage their login information. Ability to view and search chronological date order of purchases along with related documents etc.
<p>After the initial store for the primary domain was completed I created five new directories (hs,xa,hc,an,ds) within the root of the web server and copied the initial store into each of the new directories. The additional directories were named a variation of the domain and would later be used as the code to identify the site&#8217;s domain and would be used to track where the orders originated from. I used ColdFusion cflocation code to determine the domain that was being passed and redirected the user to the appropriate directory that was associated with the domain. After the new directories were created I applied applicable design changes to each of the sites.</p>
<p> In the back office administrative area, I added additional fields to the product creation section to accommodate product features based on the domain that was accessed by the customer on the front end of the website. The following list represents the additional modifications that were added to the product creation section: I added the following domain codes (hs,xa,hc,an,ds), the same as the directories that I created above, to identify each of the six domains. This field was added to the SQL Server Orders table. Every order that comes through captures the code and identifies the domain that processed the order.  The category and product development modules in the administrative back office set the precedence for all main and subcategory categories and their related products. I added additional pricing fields to the product creation modules to accommodate additional pricing for the five additional domains and update code to support this implementation globally across the entire application as necessary. I implemented additional code within the main site administrative back office to accommodate turning off features and / or ensuring features are enabled dependent on which site the administrative user is maintaining. I developed an intuitive user interface to complete the following reporting options. This reporting module will be implemented and only accessible in the primary domains administrative back office. I also included the option to ensure that the reports can be run by date and/or date range. a. Order tracking by domain<br />b. Order revenue (all websites)<br />c. Order revenue by website<br />d. Order revenue by customer<br />e. Order revenue by product<br />f. Orders by product (no revenue, top selling products only)<br />g. Orders by brand (with $ amounts)<br />h. Orders by category (with $ amounts)<br />i. The ability to import and export customer information (name and e-mail, address) by CSV file.
<p>The main challenge, that was faced in developing the application was that the Secure Socket Layer (SSL) Certificate would need to resolve to one domain for all six of the domains. There was certainly the option to purchase an SSL certification for each of the domains, but that would be very costly. Using application and session management I created variables that would identify the referring domain from where the customer was processing their order. When the customer checked out they were passed to the primary secure domain, completed their order and returned to the originating domain. For this project I implemented the Authorizenet API solution as the real time credit card processor. The PayPal advanced API, as well as many other APIs could have been used as well.</p>
<p>In summary, after extensive testing, the client was able to run six domains off of one back end database seamlessly with the following benefits.</p>
<p> As the owner of the websites, the administrator was able to login to only one administrative back office to manage all of the domains, rather than six different login screens. The administrator had the ability to create, edit and remove products for display on the respective websites that they desired. The administrator also had the ability to offer different product pricing, shipping rates and discount codes using check boxes and additional input fields for the respective websites. On the customer side a product may have different prices dependent on which website the customer was doing their shopping. The administrator could also run reports to track total sales, for all or each of the websites.
<p>As far as the potential savings that may be involved consider that in this case, for six websites, the client will save at least $645.00 dollars annually for SSL certificates that cost approximately $129.00 dollars per domain. Also consider that depending on the hosting structure an annual ColdFusion hosting fee may cost roughly $468 a year. Under the circumstances for this project you may spend a little more monthly due to the anticipated bandwidth, but overall the customer will save perhaps close to $2,340.00 that would be charged to host the additional five websites.</p>
<p>This project was completed using ColdFusion 8 and Microsoft SQL Server as the database by <strong><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.2simplifi.com/">2simplifi Web Solutions, Inc.</a></strong>. Other databases such as MySQL could be used as well. This project could also be applied from using a minimum of two to an indefinite number of domains.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<p>Jason Luciano is the founder and owner of 2simplifi Web Solutions, Inc. His company develops Adobe ColdFusion business websites and applications using primarily Microsoft SQL Server and MySQL database solutions along with the latest technologies such as Ajax and jQuery.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/07/developing-a-coldfusion-ecommerce-website-using-a-single-database-for-multiple-domains-with-different-designs-saves-time-and-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why your Website Needs Managed Linux Hosting</title>
		<link>http://www.weez.com/2010/07/why-your-website-needs-managed-linux-hosting/</link>
		<comments>http://www.weez.com/2010/07/why-your-website-needs-managed-linux-hosting/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 19:41:02 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Managed]]></category>
		<category><![CDATA[needs]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/07/why-your-website-needs-managed-linux-hosting/</guid>
		<description><![CDATA[Managed hosting is a type of outsourcing to ensure that your business websites function correctly 24 hours a day, 365 days a year. Outsourced hosting is a necessity for many commercial organisations, as IT knowledge is usually minimal and the costs are significantly higher to host in-house and therefore outsourcing is essential to guarantee that [...]]]></description>
			<content:encoded><![CDATA[<p>Managed hosting is a type of outsourcing to ensure that your business websites function correctly 24 hours a day, 365 days a year. Outsourced hosting is a necessity for many commercial organisations, as IT knowledge is usually minimal and the costs are significantly higher to host in-house and therefore outsourcing is essential to guarantee that server uptime is almost one hundred percent.</p>
<p>&#13;</p>
<p>There is a large number of hosting companies offering managed hosting to various clients from all over the world. Many hosting companies provide their services through dedicated servers and the server uptime is almost one hundred percent. Leased servers are also available from some of the hosting companies exclusively for many businesses that require dedicated applications or database applications. Hosting service providers also manage hardware maintenance and network security, bandwidth and site monitoring.</p>
<p>&#13;</p>
<p>Websites generally require managed hosting for smooth functioning of the website and any application or email traffic that is necessary.</p>
<p>&#13;</p>
<p>There are generally two types of hosting &#8211; one is Windows hosting and other Linux hosting. There are several advantages of managed hosting and depending on the requirements, suitable hosting can be selected for a specific website. Generally a team of professionals looks after the managed hosting and it is good for you to find a reputable and honest company that offers their outsourcing services at the most cost effective rates. Many new companies are coming up in this high growth sector area and you have to ensure that you balance price with professionalism and server infrastructure.</p>
<p>&#13;</p>
<p>A commercial, managed hosting company provides detailed IP addresses of website visitors during the entire month as well as also providing visiting trends, anti virus, spam control and daily backups. Website statistics or analytics are very useful, especially for commercial websites. Many Windows and Linux hosting providers offer full database support and this is vital to the stability of your websites applications.</p>
<p>&#13;</p>
<p>Linux hosting provides many features and many people prefer it to Windows hosting. All commercial service providers generally have twenty four hour customer support through phone or email and provide a personal control panel for easy and efficient administration.</p>
<p>&#13;</p>
<p>Service providers have support in almost all areas such as Perl, PHP, MySQL, CGI bin, SSH access and Python. Some additional features such as POP, SMTP, Webmail, Anonymous FTP connections and FrontPage extensions may also be provided to the customers.</p>
<p>&#13;</p>
<p>Service providers have dedicated IP addresses and excellent database support and therefore in our opinion Linux hosting provides many additional features. So, it is necessary for large commercial organizations and business houses to go for managed hosting as it provides not only hosting in a dedicated server, but all types of customer support that is required for smooth running of the website. Although Windows and Linux hosting are available, in our opinion Linux hosting is a better option.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<p>Lee Smith writes about Linux Managed Hosting in London UK<br /><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.networklondon.co.uk/managed-hosting.html">Managed Hosting</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/07/why-your-website-needs-managed-linux-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

