<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2009:/1/tag:www.readwriteweb.com,2009://1.13403-</id>
  <updated>2009-11-23T01:10:55Z</updated>
  <title>Comments for Weekend Project: Host Your Own Web Services</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=13403" title="Weekend Project: Host Your Own Web Services" />
    <published>2009-01-16T20:51:32Z</published>
    <updated>2009-03-28T04:47:10Z</updated>
    <title>Weekend Project: Host Your Own Web Services</title>
    <summary>One of the great things about the web today is that you can choose from hundreds of services that will host your blogs, lifestreams, photos, videos, and music. One disadvantage of this, however, is that you typically have very little control over the actual experience. You can&apos;t, for example, make changes to themes on Wordpress.com...</summary>
    <author>
      <name>Frederic Lardinois</name>
      
    </author>
    
    <category term="Products" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img alt="self-hosting_logo.png" src="http://www.readwriteweb.com/images/self-hosting_logo.png"  />One of the great things about the web today is that you can choose from hundreds of services that will host your blogs, lifestreams, photos, videos, and music. One disadvantage of this, however, is that you typically have very little control over the actual experience. You can't, for example, make changes to themes on <a href="http://wordpress.com">Wordpress.com</a> or customize the way your pictures are shown on <a href="http://flickr.com">Flickr</a>. However, thanks to a large number of open source projects, you could do all of this if you hosted your own blog, photo gallery, or mixtape service. In this post, we will show you how to do that and which services we like to run on our own domains.</p>]]>
      <![CDATA[<p>A lot of you probably already host your own blogs and know how to register a domain and transfer files with FTP. If that's the case, feel free to skip right to the <a href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php?p=2">second page </a>of this post to see our suggestions for other worthwhile packages to install on your server. </p>

<p><a href="http://www.aplus.net/?CID=RWW_smallbiz_125x125" target="_blank" rel="nofollow"><img src="http://www.readwriteweb.com/images/rww_inpost_aplus.jpg" border="0" alt="Aplus.net" /></a></p>

<h2>Tools and Information to Get Started</h2>

<p><img alt="tools_image_jan009.png" align="right" src="http://www.readwriteweb.com/images/tools_image_jan009.png"  />Obviously, to tackle these projects, you will need a few tools and some space on a server to host your projects.</p>

<p><strong>Hosting</strong></p>

<p>You will need some space on a server and your own domain name if you don't have one already. There are virtually hundreds of providers out there, all of varying quality and at lots of different price points, but most will give the a similar set of tools. Most hosting services will also set up a domain name for you.</p>

<p>Here are RWW, we host our site on <a href="http://mediatemple.com">MediaTemple</a>, but their cheapest plan is $20 a month. Others, like <a href="https://www.godaddy.com/">GoDaddy</a>, <a href="http://1and1.com">1and1</a>, or <a href="http://www.dreamhost.com/hosting.html">Dreamhost</a> have plans that start at $4 or $5 a month. Obviously, to some degree, you get what you pay for, but to get started, almost every hosting service will do. Just make sure you sign up for a <a href="http://webdesign.about.com/od/webhosting/a/windows_v_linux.htm">Linux package</a> and not a Windows service, as most of the packages discussed below are meant to run on a Linux server. </p>

<p>For some more in-depth discussion about how hosting works, have a look at <a href="http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/">this article</a>.</p>

<p>When you sign up with a host, also make sure your hosting package comes with <strong>PHP</strong> (a programming language almost all open source web projects use), <strong>MySQL</strong> (a database package to store your data), and the <strong>Apache</strong> web server. </p>

<p>Most hosting services will give you more than enough space and bandwidth for your personal site (some give you more than 100GB for less than $5 a month). But make sure you look at the details before you sign up. 1GB is not nearly enough disk space if you want to host a photo sharing site.</p>

<p><strong>Moving Files Around: FTP client</strong></p>

<p>FTP stands for File Transfer Protocol and is the easiest method to get files from your desktop to your server. On Windows machines, we recommend <a href="http://filezilla-project.org/">Filezilla</a> and <a href="http://www.smartftp.com/">SmartFTP</a> (both are available for free). Our Mac users here at RWW like to use <a href="http://fetchsoftworks.com/">Fetch</a>, <a href="http://cyberduck.ch/">Cyberduck</a>, and <a href="http://www.panic.com/transmit/">transmit</a>.</p>

<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/VtV3UeJEzds&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VtV3UeJEzds&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>

<h2>Some More Information You Will Need</h2>

<p>You host will give you quite a lot of information about your account, but for our projects here, you really only need very little information: <strong>ftp username and password; database name, database username, database password</strong>. Every database has its own name - your host might give you only one database that all your programs can share (named something like db0212), or you can often add five or more separate databases. Every host does this differently, but usually they provide an easy to use user interface with all the relevant information and some also have very good tutorials.</p>

<h2>Installation: Almost Always the Same</h2>

<p>Most of the projects mentioned here have awesome tutorials that will get you through the install process. The first time you do this, it might be a bit intimidating, but after you have done it once, you will see that pretty much every installation follows the same pattern and asks for the same information (see above). Most of the time, you will have to edit a text document and enter your database information there. It's really just copy and paste. Some packages also just ask you for this information during the install process.</p>

<p><em>Note</em>: if you plan on installing more than one software package on your server, make sure you set up a separate directory or sub-domain for each of them!</p>

<!--nextpage-->

<h2>What to Install</h2>

<p><strong>Mixtapes</strong></p>

<p><em>OpenTape</em></p>

<p><img alt="opentape_logo_jan09.png" align="right" src="http://www.readwriteweb.com/images/opentape_logo_jan09.png"  />Want to host your own mixtapes? Give <a href="http://opentape.fm/">OpenTape</a> a try. Installing OpenTape is a great first project, because you don't even need to configure anything. Download the latest version of the application from <a href="http://opentape.fm/download/">here</a>. Unpack it. Upload it to your server with FTP - and that's it. You will set up a user name and password when you first surf to the site and after that, you can easily upload and play your songs.</p>

<p><strong>Blogging</strong></p>

<p><em>Wordpress</em></p>

<p><img alt="wordpress_drupal_logo_jan09.png" align="right" src="http://www.readwriteweb.com/images/wordpress_drupal_logo_jan09.png" />When it comes to hosting your own blog, few packages can trump <a href="http://wordpress.org">Wordpress</a>. The <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install">install</a> shouldn't take more than <a href="http://codex.wordpress.org/Getting_Started_with_WordPress">10 minutes</a> and because Wordpress is so popular, literally hundreds of developers are building extensions and themes for it. Make sure you have your database info at hand, as you will have to enter this info into a text file to install Wordpress.</p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6nse3Gdtvs4&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6nse3Gdtvs4&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<p><em>Drupal</em></p>

<p>Another blogging tool that is more flexible than Wordpress, but also a bit harder to use, is <a href="http://drupal.org">Drupal</a>. The <a href="http://drupal.org/getting-started/install">installation</a>, too, is very easy, and Drupal has a highly active developer community and hundreds of addons and themes. For most users, Wordpress does the trick, but if you want to experiment with different blogging platforms, Drupal is a good place to start.</p>

<p><strong>Photo Sharing</strong></p>

<p><em>Gallery</em></p>

<p><img alt="gallery_logo_jan09.png" align="right" src="http://www.readwriteweb.com/images/gallery_logo_jan09.png" />We like to stay in control of our own photos, and our favorite application to host photos on our own sites is <a href="http://gallery.menalto.com/">Menalto's Gallery</a> (note, btw, that Wordpress now also has some good features for doing photo-blogs). Gallery is extremely <a href="http://www2.ramoth.org/gallery/main.php">flexible and powerful</a>, but <a href="http://codex.gallery2.org/Gallery2:How_do_I_Install_Gallery2">setting up your own page</a> is actually quite easy (the <a href="http://codex.gallery2.org/Gallery2:How_do_I_Install_Gallery2">install instructions</a> make it look harder than it is). With Gallery, you can set up and modify your themes, control access to your photos, and thanks to the <a href="http://codex.gallery2.org/Other_Clients#Gallery_Remote">Gallery Remote</a>, uploading pictures to it is extremely easy.</p>

<p><strong>Lifestream</strong></p>

<p><em>Sweetcron</em></p>

<p><img alt="sweetcron_logo_jan09.png" align="right" src="http://www.readwriteweb.com/images/sweetcron_logo_jan09.png"  />We love FriendFeed, but sometimes you don't want to host your own lifestream (it's your life, after all...). That's where <a href="http://www.sweetcron.com/">Sweetcron</a> comes in. Sweetcron (see an <a href="http://www.yongfook.com/">example</a> here), can import your diggs, twitter messages, YouTube favorites, blog posts, etc. and lets you display them on your own site.</p>

<p><strong>Social Network</strong></p>

<p><em>elgg</em></p>

<p><img alt="elgg_logo_jan09.png" align="right" src="http://www.readwriteweb.com/images/elgg_logo_jan09.png" />Want to host your own social network for a club or class? <a href="http://elgg.org/">Elgg</a> is the way to go. While it's a powerful package, <a href="http://docs.elgg.org/wiki/Installation">installation</a> is as easy as installing Wordpress. Elgg comes with every feature you expect from a social network: profile pages, activity feeds, blogs, forums, bookmarks, etc. </p>

<h2>What do You Run On Your Servers?</h2>

<p>Do you have your own favorite software packages that you run on your servers? Maybe a <a href="http://www.mediawiki.org/wiki/MediaWiki">wiki</a>, a <a href="http://www.pligg.com/">Digg </a>clone, or a <a href="http://laconi.ca/trac/">micro-blogging service</a>?  Let us know in the comments. </p>

<p><em>CC-licensed <a href="http://www.flickr.com/photos/flattop341/1085739925/">picture of tools</a> was used courtesy of Flickr user flattop341.</em></p>
]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123327</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123327" />
    <title>Comment from paul on 2009-01-16</title>
    <author>
        <name>paul</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>i run on my server (shared hosting) wordpress and zenphoto for pictures. i inform me on <a href="http://www.scriptvote.com" rel="nofollow">scriptvote.com</a> about the latest free php scripts.   </p>]]>
    </content>
    <published>2009-01-16T22:10:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123330</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123330" />
    <title>Comment from jonathanwthomas on 2009-01-16</title>
    <author>
        <name>jonathanwthomas</name>
        <uri>http://www.anglotopia.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.anglotopia.net">
        <![CDATA[<p>Drupal is all right as a blogging platform, but it's not just for blogging. It's great if you want to build a static content based website that needs a robust CMS backend. You can use content in ways that just don't work with blog platforms like Wordpress or Blogger. You can also integrate a forum, blog, and much more with available modules.</p>

<p>You're right, though, it's a lot harder to get the hang of. But once you do, it's so much more powerful.</p>

<p>So, I use Wordpress for most of my blogs and I use Drupal if I'm creating a static content site (like my latest project: <a href="http://scificonlist.info)." rel="nofollow">http://scificonlist.info).</a> If you're looking to just blog, I would always recommend going with a self-hosted Wordpress installation. If you have aspirations beyond a simple blog, consider learning to use Drupal.</p>]]>
    </content>
    <published>2009-01-16T22:23:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123331</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123331" />
    <title>Comment from Jeff Tupholme on 2009-01-16</title>
    <author>
        <name>Jeff Tupholme</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p><a>NanoBlogger</a> - the ultimate in lightweight (if that's not a contradiction in terms) - as long as you're on a *nix host.</p>]]>
    </content>
    <published>2009-01-16T22:25:18Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123338</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123338" />
    <title>Comment from Matt Leifer on 2009-01-16</title>
    <author>
        <name>Matt Leifer</name>
        <uri>http://mattleifer.info</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mattleifer.info">
        <![CDATA[<p>I'm running Wordpress for my blog and Elgg for a scientific collaboration site.  Wordpress is awesome and so is Elgg, but the latter is quite hard to work with because it is a newer product and doesn't have a very comprehensive plugin ecosystem yet.  Sweetcron looks good, so I'm going to try installing it as a weekend project.</p>

<p>I've heard good things about Wordpress mu, which is a multiuser, multiblog extension of Wordpress, and Buddypress, which is a social networking framework that runs on top of Wordpress mu.  Also, Pligg is supposed to be good for Digg-like sites.</p>]]>
    </content>
    <published>2009-01-16T23:06:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123343</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123343" />
    <title>Comment from Osvaldo Gago on 2009-01-16</title>
    <author>
        <name>Osvaldo Gago</name>
        <uri>http://www.fotografar.net/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fotografar.net/">
        <![CDATA[<p>I would add <a href="http://www.spip.net" rel="nofollow">SPIP</a>, if you want to create an online commuity newspaper and <a href="http://www.phpbb.com/" rel="nofollow">PhpBB</a> for a forum.</p>

<p>Cheers,</p>

<p>Osvaldo</p>]]>
    </content>
    <published>2009-01-16T23:38:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123348</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123348" />
    <title>Comment from Fabian Neumann on 2009-01-16</title>
    <author>
        <name>Fabian Neumann</name>
        <uri>http://fabianneumann.de/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://fabianneumann.de/">
        <![CDATA[<p>Recommending FTP to your readers is evil, at least in its plain old non-encrypted version. With FTP all your data including passwords and usernames for databases, applications etc. are transferred in plain text -- easily readable for people eavesdropping your web connection, which is not too uncommon in non- or badly-secured wifi environments (WEP, WPA1).</p>

<p>I think it should be forbidden for professional hosting providers to even offer (plain) FTP accounts. SFTP/SSH is a far better alternative and supported by most mainstream FTP clients today.<br />
</p>]]>
    </content>
    <published>2009-01-17T00:11:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123357</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123357" />
    <title>Comment from Frederic Lardinois on 2009-01-16</title>
    <author>
        <name>Frederic Lardinois</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@fabian - good point! sftp/ssh is definitely a better way to go, but not every low-end host will support it and for most users just trying to set up their first service, this degree of security is probably overkill. </p>]]>
    </content>
    <published>2009-01-17T02:06:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123358</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123358" />
    <title>Comment from charly on 2009-01-16</title>
    <author>
        <name>charly</name>
        <uri>http://www.lecordonbl.eu</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.lecordonbl.eu">
        <![CDATA[<p>Thanks for the usefull informations, I'm running Wordpress on a share Host and plan to run sweetcron, I also found out there are some theme for sweetcron around so the design can be customize. Gallery requires just to much from a share host, so I'm using Zendphoto instead.</p>]]>
    </content>
    <published>2009-01-17T02:07:53Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123360</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123360" />
    <title>Comment from Fabian Neumann on 2009-01-16</title>
    <author>
        <name>Fabian Neumann</name>
        <uri>http://fabianneumann.de/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://fabianneumann.de/">
        <![CDATA[<p>@6: Sorry, I can't agree on that. Overkill? As I said, most FTP clients support SFTP as well so there's actually no difference in user experience. Just username/password as usual.</p>

<p>The only reason low-end hosts don't offer it, is that it'd cut their margins as encryption needs a little bit more resources on the server side.</p>]]>
    </content>
    <published>2009-01-17T02:22:44Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123361</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123361" />
    <title>Comment from Skyler Kehren on 2009-01-16</title>
    <author>
        <name>Skyler Kehren</name>
        <uri>http://pyrodogg.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://pyrodogg.com">
        <![CDATA[<p>I'm currently running my own Wordpress blog and have started playing with sweetcron but don't have templates finished. I am also looking into Gallery and Zenphoto as mentioned in the post and comments</p>]]>
    </content>
    <published>2009-01-17T02:24:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123365</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123365" />
    <title>Comment from Warth Publishing Inc on 2009-01-16</title>
    <author>
        <name>Warth Publishing Inc</name>
        <uri>http://www.warthpublishinginc.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.warthpublishinginc.com">
        <![CDATA[<p>Choosing a good web site provider and registrar is critical for a successful internet business.<br />
I have come to the conclusion that I made the dreadful error of choosing a company because it had a 5 page ad in a popular computer magazine. I believe I have put my trust in a straw man. In my opinion 1and1, with CEO Oliver Mauss, is a horrible company and many customers have voiced a host of complaints on various blogs. <br />
It should be a warning that when their phone is answered by a recording that tells you if you have gotten a notice from NCO, a collection agency, to press a certain number. If they are a reputable business, why do they have to send so many accounts to a collection agency?<br />
Patrick Frey (Patterico) of the Los Angeles District Attorneys Office alleges his domain was high jacked and put up for auction on SEDO. SEDO is an associate company of 1and1. <br />
Patterico: “I believe I’m facing massive incompetence, thievery, or very possibly a deliberate combination of the two. It feels like evil intent — but not for political reasons. It feels like cyber extortion — people going after the almighty dollar. Commenters have pointed out corporate ties between 1&1, which can’t seem to process my timely renewal, and Sedo/Domcollect, which stood to profit from 1&1’s failure. Usually, corporate incompetence does not earn the corporation money — but 1&1 and its related companies have found a way to make money off of their own slipshod procedures.” <br />
Patterico was able to regain his domain. <br />
Also Investigative journalist, Kelli Jack, has written 30 articles about this company and has a suit pending against them. Kelli alleges that 1and1 stole her domain name and sold it. Kelli states: "1and1 should be shut down." As of today Kelli is working with the Pennsylvania Attorney General.<br />
I have filed complaints with the Federal Bureau of Investigation, Federal Trade Commission, Eastern Pennsylvania Better Business Bureau, ICANN, and others. I recommend everyone else having a problem consider doing the same.</p>

<p>The Washington DC, Pennsylvania Better Business Bureau has them listed as "Unsatisfactory" Read comments on the BBB why. Read some customer comments on Red Flag.<br />
Warth Publishing Inc</p>

<p><br />
</p>]]>
    </content>
    <published>2009-01-17T03:17:11Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123371</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123371" />
    <title>Comment from Medicultau on 2009-01-16</title>
    <author>
        <name>Medicultau</name>
        <uri>http://www.medicultau.com/boli-si-tratamente/erori-medicale/cafeaua-ridica-drastic-tensiunea.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.medicultau.com/boli-si-tratamente/erori-medicale/cafeaua-ridica-drastic-tensiunea.php">
        <![CDATA[<p>from those hundreds of services that will host our blogs most are inneficient.</p>

<p>sorry for my negative</p>]]>
    </content>
    <published>2009-01-17T07:43:08Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123373</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123373" />
    <title>Comment from Vaibhav on 2009-01-17</title>
    <author>
        <name>Vaibhav</name>
        <uri>http://blog.gadodia.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.gadodia.net">
        <![CDATA[<p>WordPress, MediaWiki, and phpBB is what I run on my hosting services...</p>]]>
    </content>
    <published>2009-01-17T09:36:51Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123379</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123379" />
    <title>Comment from Todd on 2009-01-17</title>
    <author>
        <name>Todd</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Consider the Amazon cloud services.</p>

<p>Depending on the visitor volume and types of files you plan to host, total cost of ownership has the potential to be much, much lower than the hosts listed in this post.</p>

<p><a href="http://www.rajiv.com/blog/2008/02/04/amazon-ec2/" rel="nofollow">http://www.rajiv.com/blog/2008/02/04/amazon-ec2/</a></p>]]>
    </content>
    <published>2009-01-17T10:47:14Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123381</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123381" />
    <title>Comment from Lamnk on 2009-01-17</title>
    <author>
        <name>Lamnk</name>
        <uri>http://www.lamnk.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.lamnk.com">
        <![CDATA[<p>@14: "power" cost of a smallest EC2 instance last time i checked is $72 per month, not inclusive bandwidth. Decent shared hosting plans cost about $10 a month. Tell me how the cost of running EC2 could be any cheaper than running a shared hosting account ?</p>

<p>BTW, does RWW run out of ideas to write about ?</p>]]>
    </content>
    <published>2009-01-17T11:06:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123427</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123427" />
    <title>Comment from Tony on 2009-01-17</title>
    <author>
        <name>Tony</name>
        <uri>http://particlebook.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://particlebook.com">
        <![CDATA[<p>For a really nice open-source CMS that's a lot more user friendly than drupal, check out <a href="http://concrete5.org" rel="nofollow">http://concrete5.org</a></p>]]>
    </content>
    <published>2009-01-17T20:54:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123466</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123466" />
    <title>Comment from François Granger on 2009-01-18</title>
    <author>
        <name>François Granger</name>
        <uri>http://sansfiltre.fgranger.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sansfiltre.fgranger.com">
        <![CDATA[<p>For blogs, I would recommand Dotclear <a href="http://dotclear.org/" rel="nofollow">http://dotclear.org/</a> A nice package, well developped, with a really active community wich is well structured. Automatic updates, automatic plugin installation....</p>

<p><br />
for a good wiki package, DokuWiki <a href="http://www.dokuwiki.org/dokuwiki," rel="nofollow">http://www.dokuwiki.org/dokuwiki,</a> nice simple powerfull. No database needed...</p>]]>
    </content>
    <published>2009-01-18T14:19:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123553</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123553" />
    <title>Comment from Rosemary on 2009-01-18</title>
    <author>
        <name>Rosemary</name>
        <uri>http://rosemarysthoughts.blogspot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rosemarysthoughts.blogspot.com/">
        <![CDATA[<p>This looks like a very good site. However I am stuck with Windows. I do not know how to use Linux (yet). Your site is very visitor friendly, and I like that. My WP account takes so long! Well, have yourselves a very fine new year. </p>

<p>PS. I saw you as I was digging something. Your link was there. ;)</p>]]>
    </content>
    <published>2009-01-19T06:55:26Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123570</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123570" />
    <title>Comment from NinjaWork on 2009-01-19</title>
    <author>
        <name>NinjaWork</name>
        <uri>http://www.ninjawork.info/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ninjawork.info/">
        <![CDATA[<p>DocuWiki is something I love for project management</p>]]>
    </content>
    <published>2009-01-19T12:30:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:123579</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c123579" />
    <title>Comment from Michele on 2009-01-19</title>
    <author>
        <name>Michele</name>
        <uri>http://mb.netsons.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mb.netsons.org">
        <![CDATA[<p>yes I run wordpress for blogging and phpbb for a small forums of classmates.</p>]]>
    </content>
    <published>2009-01-19T14:42:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:124520</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c124520" />
    <title>Comment from Flavia Ricci on 2009-01-27</title>
    <author>
        <name>Flavia Ricci</name>
        <uri>http://www.flaviaricci.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.flaviaricci.com">
        <![CDATA[<p>Hi there,</p>

<p>How can I host Moodle? Very useful post, thanks!!</p>

<p>Flavia</p>]]>
    </content>
    <published>2009-01-27T15:12:55Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:124808</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c124808" />
    <title>Comment from jon.spriggs.org.uk on 2009-01-29</title>
    <author>
        <name>jon.spriggs.org.uk</name>
        <uri>http://jon.spriggs.org.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://jon.spriggs.org.uk">
        <![CDATA[<p>Some other software which you might be interested in...</p>

<p>Horde (from <a href="http://horde.org)" rel="nofollow">http://horde.org)</a> is a framework with a variety of modules, including a wiki (called wicked), comic viewer, ticket management software, standards compliant calendar, tasks list, and much more</p>

<p>Laconica (from <a href="http://laconi.ca)" rel="nofollow">http://laconi.ca)</a> is the software behind <a href="http://identi.ca" rel="nofollow">http://identi.ca</a> which is a federated twitter-like system, featuring groups, XMPP integration and a degree of SMS access.</p>

<p>@Flavia Ricci - Moodle is really straightforward to host. Download the source files to your computer, unpack them, and then transfer the files to your hosting company. I seem to recall that there's an install script and a README file in the sources. If you're still stuck, have a look at <a href="http://docs.moodle.org/en/Installing_Moodle" rel="nofollow">http://docs.moodle.org/en/Installing_Moodle</a> - there are translations if English isn't your native language.</p>

<p>@Rosemary You don't need to use Linux, but most Windows Hosting Providers use IIS, which needs some tweaking to run PHP based scripts - most of the software described in this article use the PHP programming language. If you want to experiment you can use an Apache Webserver with PHP and MySQL - see for example AppServ from <a href="http://www.appservnetwork.com" rel="nofollow">http://www.appservnetwork.com</a></p>

<p>@François Granger - DotClear looks nice - definitely will be looking at that - Thanks :)</p>]]>
    </content>
    <published>2009-01-29T13:54:42Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:126664</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c126664" />
    <title>Comment from Andrew on 2009-02-13</title>
    <author>
        <name>Andrew</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p><br />
100% SOLID RELIABLE WEB HOSTING, 1500 GIGS SPACE,$6.95/month</p>

<p><a href="http://burmastreet.com/siteseller/viewtopic.php?f=2&t=1199" rel="nofollow">http://burmastreet.com/siteseller/viewtopic.php?f=2&t=1199</a></p>]]>
    </content>
    <published>2009-02-14T04:41:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:126665</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c126665" />
    <title>Comment from Andrew on 2009-02-13</title>
    <author>
        <name>Andrew</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p><br />
100% SOLID RELIABLE WEB HOSTING, 1500 GIGS SPACE,$6.95/month</p>

<p><a href="http://burmastreet.com/siteseller/viewtopic.php?f=2&t=1199" rel="nofollow">http://burmastreet.com/siteseller/viewtopic.php?f=2&t=1199</a></p>]]>
    </content>
    <published>2009-02-14T04:43:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13403-comment:126690</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13403" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/weekend_project_bring_web_20_t.php#c126690" />
    <title>Comment from Yogi Apriadi on 2009-02-14</title>
    <author>
        <name>Yogi Apriadi</name>
        <uri>http://unlimited-free-hosting.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unlimited-free-hosting.blogspot.com">
        <![CDATA[<p>really good tips. but you 're look like a automotive mechanice... hehe.</p>]]>
    </content>
    <published>2009-02-14T11:55:32Z</published>
  </entry>

</feed>