<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>How to build a personal website ?</title>
	<atom:link href="http://cssjshtml.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssjshtml.wordpress.com</link>
	<description>Tips for creating quick and rich personal websites</description>
	<pubDate>Tue, 27 Nov 2007 18:03:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>How to put a calendar on your personal web site ?</title>
		<link>http://cssjshtml.wordpress.com/2007/11/23/how-to-put-a-calendar-on-your-personal-website/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/23/how-to-put-a-calendar-on-your-personal-website/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 07:01:36 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[calendar]]></category>

		<category><![CDATA[gdata api]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[google api]]></category>

		<category><![CDATA[javascript library]]></category>

		<category><![CDATA[personal website]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/23/how-to-put-a-calendar-on-your-personal-website/</guid>
		<description><![CDATA[Continuing from before, I want to mention more powerful ways of embedding Google calendar on your website. The technique I mentioned in my previous post has a limitation in that you have to make your calendar public to be able to share it on your blog. Now that is a serious limitation if you want [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Continuing from <a target="_blank" href="http://cssjshtml.wordpress.com/2007/11/06/how-to-put-a-calendar-on-your-personal-web-site/">before</a>, I want to mention more powerful ways of embedding Google calendar on your website. The technique I mentioned in my previous post has a limitation in that you have to make your calendar public to be able to share it on your blog. Now that is a serious limitation if you want your calendar to be private. To solve the problem, there is <a target="_blank" href="http://code.google.com/apis/calendar/">Google Calendar API</a></p>
<p>If you are not familiar with Google APIs, watch this video</p>
<p><span style="text-align:center; display: block;"><a href="http://cssjshtml.wordpress.com/2007/11/23/how-to-put-a-calendar-on-your-personal-website/"><img src="http://img.youtube.com/vi/O4SWAfisH-8/2.jpg" alt="" /></a></span></p>
<p>You can use Google Calendar API from your website by using their <a target="_blank" href="http://code.google.com/apis/gdata/client-js.html" title="Google's Javascript Client Library">Javascript client library</a> (without requiring you to write any server side code or proxies to access their web service). They also work around the same origin policy of the web browser, so you wont run into cross domain issues. To use their API, you need to follow these steps:</p>
<p>1.  <strong>Obtain a developer key</strong></p>
<p>You have to obtain a separate key from google for each website you are planning to use Google&#8217;s APIs on. All you have to do is enter your website URL in this form:</p>
<p><a target="_blank" href="http://gd.google.com/html/signup.html"><img border="0" width="244" src="http://cssjshtml.files.wordpress.com/2007/11/image12.png?w=244&h=177" alt="image" height="177" style="border:0;" /></a></p>
<p><strong>2. Embed script in the &lt;head&gt; section of your HTML markup</strong></p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image13.png"><img border="0" width="346" src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb12.png?w=346&h=94" alt="image" height="94" style="border:0;" /></a></p>
<p>This will fetch the Google API loader</p>
<p><strong>3. Load the client library by calling <font color="#808080">google.load(&#8221;gdata&#8221;, 1). </font><font color="#000000">This will load the GData client library. </font></strong></p>
<p>Make this call in the head section of your HTML document too.</p>
<p><strong>4. Now set a callback to have google API call your code after the library has been completely loaded</strong></p>
<p><strong><font color="#808080">google.setOnLoadCallback(<em>yourmethodname</em>)</font></strong></p>
<p>Now you have finished initializing the API</p>
<p>Details about how to use this API to</p>
<p>1. Read your public calendars</p>
<p>2. Read your private/shared calendars by authenticating</p>
<p>3. Post/update your calendar items</p>
<p>are available very clearly at this site: <a href="http://code.google.com/apis/calendar/developers_guide_js.html#Obtain_Key" title="http://code.google.com/apis/calendar/developers_guide_js.html#Obtain_Key">http://code.google.com/apis/calendar/developers_guide_js.html#Obtain_Key</a></p>
<p>Interesting read.</p>
<p>Now for those who do not want to go through all this trouble without first seeing it in action, I recommend, you follow these examples and study their source code. Click on this image to go to the samples page</p>
<p><a target="_blank" href="http://code.google.com/apis/gdata/samples.html"><img border="0" width="489" src="http://cssjshtml.files.wordpress.com/2007/11/image14.png?w=489&h=231" alt="image" height="231" style="border:0;" /></a></p>
<p>You can now create powerful applications using Google Calendar API.</p>
<p>Also, if you need information on how to use Google Authentication on your homepage (instead of Windows Live ID authentication we talked about in an earlier post), visit this page</p>
<p><a href="http://code.google.com/apis/gdata/auth.html" title="http://code.google.com/apis/gdata/auth.html">http://code.google.com/apis/gdata/auth.html</a></p>
<p>This is useful if you are using Google services and want to build kool applications using their GData API and embed them on your page.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=42&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/23/how-to-put-a-calendar-on-your-personal-website/feed/</wfw:commentRss>
	
		<media:content url="http://img.youtube.com/vi/O4SWAfisH-8/2.jpg" medium="image" />

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>The all new Visual Studio 2008 Express editions are here!</title>
		<link>http://cssjshtml.wordpress.com/2007/11/20/the-all-new-visual-studio-2008-express-editions-are-here/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/20/the-all-new-visual-studio-2008-express-editions-are-here/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 06:46:13 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/20/the-all-new-visual-studio-2008-express-editions-are-here/</guid>
		<description><![CDATA[The new Visual Studio 2008 express editions are awesome. Check out the Web Developer edition.
The FUN section
Get your personal Web site up-and-running quickly using ASP.NET Starter Kits like the DotNetNuke portal kit, the Personal Site kit, the Blog Engine kit, or the Club Site kit
Build custom Facebook applications using the Facebook Developer Toolkit which includes easy-to-use [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The new Visual Studio 2008 express editions are awesome. Check out the <a target="_blank" href="http://www.microsoft.com/express/vwd/" title="Visual Studio">Web Developer</a> edition.</p>
<p><strong>The FUN section</strong></p>
<li class="padded"><span>Get your personal Web site up-and-running quickly using <a href="http://www.asp.net/downloads/starter-kits/">ASP.NET Starter Kits</a> like the DotNetNuke portal kit, the Personal Site kit, the Blog Engine kit, or the Club Site kit</span></li>
<li class="padded"><span>Build custom Facebook applications using the <a href="http://go.microsoft.com/?linkid=7699742">Facebook Developer Toolkit</a> which includes easy-to-use .NET classes for Facebook friends, groups, events, and more</span></li>
<li class="padded"><span>Use the <a href="http://www.microsoft.com/express/samples/c4fdevkit/default.aspx">Coding4Fun Development Toolkit</a>&#8217;s Web service wrappers to easily connect to popular Web services like Amazon, Digg, and Flickr</span></li>
<p>Besides ASP.NET starter kit, there are whole new templates now like the Blog Engine kit. I just started installing and I am really excited. The most exciting feature to me is wrappers to popular web services like Flickr.</p>
<p>Now you can easily write code that can access all photos you and your friends have uploaded to flickr and show them on your website. You can also post your current reading list using Amazon service wrapper.</p>
<p>I will try out all these features and explore them in much more detail in my later posts.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=37&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/20/the-all-new-visual-studio-2008-express-editions-are-here/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting Started with Personal WebSite</title>
		<link>http://cssjshtml.wordpress.com/2007/11/19/getting-started-with-personal-website/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/19/getting-started-with-personal-website/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 12:20:37 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[hosting]]></category>

		<category><![CDATA[personal]]></category>

		<category><![CDATA[personal website]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[starter kit]]></category>

		<category><![CDATA[visual studio]]></category>

		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/19/getting-started-with-personal-website/</guid>
		<description><![CDATA[You have decided to start your personal website, where you want to express yourself, share photos and videos with family members, put up your resume, work related experiences, post daily blog thoughts and personalise it with your taste of colors and layout. Now what? Most people stumble here, not knowing exactly where to start and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You have decided to start your personal website, where you want to express yourself, share photos and videos with family members, put up your resume, work related experiences, post daily blog thoughts and personalise it with your taste of colors and layout. Now what? Most people stumble here, not knowing exactly where to start and the lores of detail available on the internet can be quite intimidating. Here is an easy step by step guide to get started:</p>
<p>1. <strong>Buy your domain name</strong></p>
<p>Check if the domain name you want is available and just buy here</p>
<p><a href="http://smallbusiness.yahoo.com/domains/">http://smallbusiness.yahoo.com/domains/</a> has domains available from $9.95 a month.</p>
<p>2. <strong>Buy a hosting package</strong></p>
<p>Now that you have a domain name, you need to host a web server where you can put up web pages and photos and even install database software. <a href="http://www.godaddy.com/">www.godaddy.com</a> has some good hosting packages for relatively cheap fees.</p>
<p><a href="https://www.godaddy.com/gdshop/hosting/shared.asp?ci=9009">https://www.godaddy.com/gdshop/hosting/shared.asp?ci=9009</a></p>
<p>You can find Windows hosting packages with 100GB space, 1000GB monthly data transfer and 1000 Email accounts for only $4.89 a month with 3 year contract.</p>
<p>3. Now the most difficult step, to write ASP/HTML code with SQL procedures to get your site running.  Instead of doing these by yourself from scratch, you can <strong>use the ASP.NET personal web site starter kit</strong></p>
<p><a href="http://www.asp.net/downloads/starter-kits/personal/">http://www.asp.net/downloads/starter-kits/personal/</a></p>
<p>Just download it, and customize it (If you know even basics of ASP.net or html, it will be very easy)</p>
<p>The kit also includes step by step instructions of how you can customize the default website.</p>
<p>You can try how your site might look like here</p>
<p><a href="http://starterkits.asp.net/PersonalWebsite/">http://starterkits.asp.net/PersonalWebsite/</a></p>
<p>4. <strong>Deploy</strong> your website onto the hosting server you purchased a package with in step 2. The deployment instructions will be avaialable from the hosting vendor.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=36&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/19/getting-started-with-personal-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Share documents, music, pictures and videos with friends and family</title>
		<link>http://cssjshtml.wordpress.com/2007/11/09/share-documents-music-pictures-and-videos-with-friends-and-family/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/09/share-documents-music-pictures-and-videos-with-friends-and-family/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 23:59:26 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[web design]]></category>

		<category><![CDATA[family]]></category>

		<category><![CDATA[share music]]></category>

		<category><![CDATA[share photos]]></category>

		<category><![CDATA[share videos]]></category>

		<category><![CDATA[storage]]></category>

		<category><![CDATA[upload]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/09/share-documents-music-pictures-and-videos-with-friends-and-family/</guid>
		<description><![CDATA[Big files are difficult to share, because they cannot be sent as attachments in email. You can upload videos onto youtube or photos into sites like flickr, and then share through links or embedded slideshows/players. They are not always very easy to do and there are privacy concerns. If you do not want to go [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Big files are difficult to share, because they cannot be sent as attachments in email. You can upload videos onto <a href="http://www.youtube.com" target="_blank">youtube</a> or photos into sites like <a href="http://www.flickr.com" target="_blank">flickr</a>, and then share through links or embedded slideshows/players. They are not always very easy to do and there are privacy concerns. If you do not want to go through all that there is a simple way to store and share huge files online with your friends and family, using <a href="http://skydrive.live.com" title="Windows Live Skydrive" target="_blank">Windows Live SkyDrive</a></p>
<p>After you sign in with your hotmail account, you will see a screen like this</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image9.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb9.png?w=450&h=228" style="border:0 none;" alt="image" border="0" height="228" width="450" /></a></p>
<p>1GB of space is available for free and each file can be upto 50MB, most email services limit this to atmost 10MB.</p>
<p>Now you can create a new folder by clicking C&#8221;reate a Folder to Share with Friends&#8221; under shared folders,</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image10.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb10.png?w=450&h=308" style="border:0 none;" alt="image" border="0" height="308" width="450" /></a></p>
<p>You can add people, who you will share this folder with, by their email addresses. How convenient!</p>
<p>You can now add files to this folder and then when you click on the file icon you see this</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image11.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb11.png?w=449&h=273" style="border:0 none;" alt="image" border="0" height="273" width="449" /></a></p>
<p>Copy that link and email it or IM it to your friends\family who you added in the list as Readers</p>
<p>You can make them editors if you want them to be able to edit the file too</p>
<p>This is the most simple, secure way of sharing files</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=35&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/09/share-documents-music-pictures-and-videos-with-friends-and-family/feed/</wfw:commentRss>
	
		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Personal email with your domain name</title>
		<link>http://cssjshtml.wordpress.com/2007/11/09/personal-email-with-your-domain-name/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/09/personal-email-with-your-domain-name/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 20:34:18 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[email]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[custom domain]]></category>

		<category><![CDATA[email hosting]]></category>

		<category><![CDATA[free email]]></category>

		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/09/personal-email-with-your-domain-name/</guid>
		<description><![CDATA[This is exciting. I remember the days when you had to pay for this kind of thing, to buy an email address like firstname@yourdomain.com. Now a days, your hosting provider would likely provide free email accounts for your domain. For example, Economy plan at godaddy.com provides 500 email accounts, but only 10MB disk space.
10MB disk [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is exciting. I remember the days when you had to pay for this kind of thing, to buy an email address like firstname@yourdomain.com. Now a days, your hosting provider would likely provide free email accounts for your domain. For example, <a href="http://" title="https://www.godaddy.com/gdshop/hosting/shared.asp?ci=9009">Economy plan at godaddy.com</a> provides 500 email accounts, but only 10MB disk space.</p>
<p>10MB disk space is not enough for a lot of people, especially with email services like gmail, windows live and yahoo providing anywhere from 3GB to unlimited disk space.</p>
<p>If you want more space for your email accounts in your custom domain name, there is a Windows Live Service called</p>
<p><a href="http://" title="https://domains.live.com/Signup/SignupDomain.aspx"><strong>Windows Live Custom Domains</strong></a> (now renamed as Windows Live Admin Center)</p>
<p>You will get 500 email accounts each with disk space 2GB and you get to enjoy a great <a href="http://www.hotmail.com">ajax-based fluid web UI</a> to read/manage your email. You can even customize the UI with your own logo. And this is totally free</p>
<p>I am planning to get some accounts for cssjshtml.com right now.</p>
<p><strong>[Update:]</strong></p>
<p><a target="_blank" href="http://www.liveside.net">Liveside news blog </a>has a more <a href="http://www.liveside.net/blogs/main/archive/2007/11/09/windows-live-custom-domains-renamed-to-admin-center-new-features-added.aspx">detailed</a> discussion about services offered by Windows Live Custom Domains. Check it out!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=28&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/09/personal-email-with-your-domain-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More Photo Slideshows</title>
		<link>http://cssjshtml.wordpress.com/2007/11/07/more-photo-slideshows/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/07/more-photo-slideshows/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 22:27:50 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[photos]]></category>

		<category><![CDATA[slideshows]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[silverlight]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/07/more-photo-slideshows/</guid>
		<description><![CDATA[Some friends have pointed that there are many other services that provide embedded Slideshows, like Yahoo&#8217;s flickr, Google&#8217;s Picassa, Slide.com, RockYou, SlideShare and SplashCast. I haven&#8217;t tried all of them out, but Picassa&#8217;s slideshow is pretty awesome.

When you have time give it a try.
Slideshows using Silverlight
But now I am going to show you an even [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some friends have pointed that there are many other services that provide embedded Slideshows, like Yahoo&#8217;s flickr, Google&#8217;s Picassa, Slide.com, RockYou, SlideShare and SplashCast. I haven&#8217;t tried all of them out, but Picassa&#8217;s slideshow is pretty awesome.</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image6.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb6.png?w=342&h=221" style="border:0 none;" alt="image" border="0" height="221" width="342" /></a></p>
<p>When you have time give it a try.</p>
<h2>Slideshows using Silverlight</h2>
<p>But now I am going to show you an even <strong>kooler</strong> form of slideshow. Want to get something that looks like this ?</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image7.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb7.png?w=273&h=213" style="border:0 none;" alt="image" border="0" height="213" width="273" /></a></p>
<p>It is beautiful isn&#8217;t it. The only catch is that this is done using a new Microsoft&#8217;s software called <strong><a href="http://silverlight.net" target="_blank">Silverlight</a></strong>, which might not be available on all user machines. Users will have to download this piece of software (like you download flash to view flash content). The download is very quick, smooth and needed only the first time the user is browsing <strong><a href="http://silverlight.net/" target="_blank">Silverlight</a></strong> content</p>
<p>Check out the full version at</p>
<p><a href="http://designwithsilverlight.com/tutorials/photoGalleryWall/default.html" title="http://designwithsilverlight.com/tutorials/photoGalleryWall/default.html">http://designwithsilverlight.com/tutorials/photoGalleryWall/default.html</a></p>
<p>Now to set this up on your website, you will need to download it from the Silverlight community samples homepage</p>
<p><a href="http://silverlight.net/community/gallerydetail.aspx?cat=1" title="http://silverlight.net/community/gallerydetail.aspx?cat=1">http://silverlight.net/community/gallerydetail.aspx?cat=1</a></p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image8.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb8.png?w=354&h=153" style="border:0 none;" alt="image" border="0" height="153" width="354" /></a></p>
<p>Click on download it and follow the instructions in the doc file</p>
<p><strong>[Update:]</strong> The download includes a javascript file that will automatically detect if user has silverlight installed and if not offers a link for the user to install.</p>
<p>It can display 16 images.</p>
<p>Your website will look kooler than ever now, thanks to Silverlight and Jeff Paries.</p>
<p>(Note there are several other kool slideshow apps on the Silverlight community gallery page. I haven&#8217;t got a chance to try all of them yet, but you might want to give them a try)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=27&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/07/more-photo-slideshows/feed/</wfw:commentRss>
	
		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Blog vs Website</title>
		<link>http://cssjshtml.wordpress.com/2007/11/07/blog-vs-website-2/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/07/blog-vs-website-2/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 06:44:40 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/07/blog-vs-website-2/</guid>
		<description><![CDATA[People often ask me
&#8220;Should I start a blog or a website?&#8221;
Now each one has its own set of advantages and disadvantages
With blogs for example,
1. You do not have to deal with writing your content in HTML
2. Blogs provide services like enabling visitors to comment on your site.
However, many blogs have limitations in that they do [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>People often ask me</p>
<p>&#8220;Should I start a blog or a website?&#8221;</p>
<p>Now each one has its own set of advantages and disadvantages</p>
<p>With blogs for example,</p>
<p>1. You do not have to deal with writing your content in HTML</p>
<p>2. Blogs provide services like enabling visitors to comment on your site.</p>
<p>However, many blogs have limitations in that they do not allow scripts or embed code to run. Also, you will not be able to build even simple applications that call asmx or php webservices.</p>
<p>It might seem more flexible to fallback on using a website, but posting content everyday might become a bit of pain, without the friendly blog interface.</p>
<p>What is the solution ?</p>
<p><strong>&#8220;Start your website and install a blog provider like WordPress on it&#8221;</strong></p>
<p>WordPress provides a free personal publishing platform. </p>
<p>Here are detailed instructions about how to install WordPress on your website. </p>
<p><a title="http://codex.wordpress.org/Installing_WordPress" href="http://codex.wordpress.org/Installing_WordPress">http://codex.wordpress.org/Installing_WordPress</a></p>
<p>Your web hosting provider has to support minimum recent versions of PHP and MySQL for this to work. </p>
<p>If you need an expert help in this install register yourself at </p>
<p><a title="http://install4free.wordpress.net/get-in-touch/" href="http://install4free.wordpress.net/get-in-touch/">http://install4free.wordpress.net/get-in-touch/</a></p>
<p>And someone will get in touch with you.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=20&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/07/blog-vs-website-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to put a calendar on your personal web site ?</title>
		<link>http://cssjshtml.wordpress.com/2007/11/06/how-to-put-a-calendar-on-your-personal-web-site/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/06/how-to-put-a-calendar-on-your-personal-web-site/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 20:24:39 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[calendar]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[google calendar]]></category>

		<category><![CDATA[personal website]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/06/how-to-put-a-calendar-on-your-personal-web-site/</guid>
		<description><![CDATA[This is another most frequently asked question. Many people want some kind of event calendar on their personal web site, to display birth days and other family/friends related private events. Now implementing a calendar is complicated without knowledge of javascript and SQL (you will need some way of storing these dates on the server).
A simple [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is another most frequently asked question. Many people want some kind of event calendar on their personal web site, to display birth days and other family/friends related private events. Now implementing a calendar is complicated without knowledge of javascript and SQL (you will need some way of storing these dates on the server).</p>
<p>A simple solution is to use <strong>Google Calendar</strong>.</p>
<p>Google calendar can be <em>embedded </em>on your personal web site. You can also customize the size, shape and appearance of the calendar. It will look like this.</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image5.png"><img border="0" width="244" src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb5.png?w=244&h=172" alt="image" height="172" style="border:0;" /></a></p>
<p>Note that this would be a read only calendar so, if you want to add new dates to it, you would have to log on to <a href="http://calendar.google.com">http://calendar.google.com</a> with your google account.</p>
<p>Now this beautiful calendar can be embedded in very simple steps</p>
<p><strong>Step 1:</strong></p>
<p>Create a google account and log into <a href="http://calendar.google.com">http://calendar.google.com</a>, create a new calendar and populate it with events. Do not forget to set permissions for your calendar as Share with everyone.</p>
<p>[Be ware that when you set the permissions to Share with everyone, the events will show up in relevant google calendar searches. If you do not want that, do not use this feature.]</p>
<p><strong>Step 2:</strong></p>
<p>Now all you have to do is go to calendar details, look for embed this calendar, copy the code and paste it into your html at the place where you want to display this calendar</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=18&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/06/how-to-put-a-calendar-on-your-personal-web-site/feed/</wfw:commentRss>
	
		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Use Windows Live Authentication on your personal web site</title>
		<link>http://cssjshtml.wordpress.com/2007/11/06/use-windows-live-authentication-on-your-personal-web-site-2/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/06/use-windows-live-authentication-on-your-personal-web-site-2/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 08:01:21 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[windows live]]></category>

		<category><![CDATA[authentication]]></category>

		<category><![CDATA[personal website]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/06/use-windows-live-authentication-on-your-personal-web-site-2/</guid>
		<description><![CDATA[Many people wonder how to restrict access to their web site, which might contain personal information including photos and videos of private functions. Usually, they would want to restrict access to a group of friends or to members of family.
Instead of going all the way to implement your own authentication mechanism to achieve this, Windows [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Many people wonder how to restrict access to their web site, which might contain personal information including photos and videos of private functions. Usually, they would want to restrict access to a group of friends or to members of family.</p>
<p>Instead of going all the way to implement your own authentication mechanism to achieve this, Windows Live ID provides a much simpler solution.</p>
<p>Step 1:</p>
<p>Go to this site: <a href="https://msm.live.com/app/default.aspx" title="https://msm.live.com/app/default.aspx">https://msm.live.com/app/default.aspx</a> and register your application by providing an application name, a return URL (The url that Live authentication page with return to with a token after the authentication is complete) and a 16-64 character Secret Key (which is shared between you and Windows Live)</p>
<p>Step 2:</p>
<p>Display Windows Live Id SIGN-IN link on your page. You can do this by using the code given on this page</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/bb676638.aspx" title="http://msdn2.microsoft.com/en-us/library/bb676638.aspx">http://msdn2.microsoft.com/en-us/library/bb676638.aspx</a></p>
<p>Step 3:</p>
<p>After a user signs in using the Sign in link created above in step 2, Windows Live will redirect the user to your website (specifically to the return URL) with an encrypted token embedded in the POST response.</p>
<p>You have to store this token and use ProcessLogin function provided by Windows Live ID SDK, to parse, decrypt and validate the authentication token.</p>
<p>Details including exact methods, sample code and additional functions are available at</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/bb676640.aspx" title="http://msdn2.microsoft.com/en-us/library/bb676640.aspx">http://msdn2.microsoft.com/en-us/library/bb676640.aspx</a></p>
<p>Though it does sound a little complicated, it should be much simpler than sitting down and beginning to implementing a whole authentication platform. Besides,</p>
<p>The advantages of this approach are</p>
<p>1. You don&#8217;t have to deal with implementing authentication, storing passwords, access policies etc.</p>
<p>2. Your users will not have to go through a separate sign up process.</p>
<p>3. Most users already have a Windows Live/hotmail account</p>
<p>Go ahead, make your web site safe and protect it against unwanted users.</p>
<p>Keep your family even closer!</p>
<p>Download a quickstart web authentication application here</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8BA187E5-3630-437D-AFDF-59AB699A483D&amp;displaylang=en" title="http://www.microsoft.com/downloads/details.aspx?FamilyId=8BA187E5-3630-437D-AFDF-59AB699A483D&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=8BA187E5-3630-437D-AFDF-59AB699A483D&amp;displaylang=en</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=15&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/06/use-windows-live-authentication-on-your-personal-web-site-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to put a KEWL photo slide show on your web site/blog</title>
		<link>http://cssjshtml.wordpress.com/2007/11/04/how-to-put-a-kewl-photo-slide-show-on-your-web-siteblog/</link>
		<comments>http://cssjshtml.wordpress.com/2007/11/04/how-to-put-a-kewl-photo-slide-show-on-your-web-siteblog/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 11:00:27 +0000</pubDate>
		<dc:creator>cssjshtml</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[slideshows]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[personal web site]]></category>

		<category><![CDATA[share]]></category>

		<category><![CDATA[slide shows]]></category>

		<guid isPermaLink="false">http://cssjshtml.wordpress.com/2007/11/04/how-to-put-a-kewl-photo-slide-show-on-your-web-siteblog/</guid>
		<description><![CDATA[The first question my non-tech savvy friends ask me about their personal web site is &#8220;How can I upload my photos and create a beautiful slide show on my web site?&#8221;
There are many ways to do this. I want to discuss one easy way, if you do not want to deal with writing too much [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The first question my non-tech savvy friends ask me about their personal web site is &#8220;How can I upload my photos and create a beautiful slide show on my web site?&#8221;</p>
<p>There are many ways to do this. I want to discuss one easy way, if you do not want to deal with writing too much HTML/CSS code using a new feature in <a href="http://spaces.live.com" target="_blank">Windows Live Spaces</a>.</p>
<p><strong>Step 1: </strong></p>
<p>Create a Windows Live Spaces account. If you have a <a href="http://www.hotmail.com" target="_blank">hotmail</a> account it is super easy to create a spaces account.</p>
<p><strong>Step 2:</strong></p>
<p>Upload photos to your windows live space.</p>
<p>First go to Live Spaces page and sign in. Then, click on &#8220;Share Photos&#8221; under Add to your Space</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb.png?w=450&h=65" style="border:0 none;" alt="image" border="0" height="65" width="450" /></a></p>
<p>After that, click on &#8220;Add Album&#8221; option</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image1.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb1.png?w=244&h=37" style="border:0 none;" alt="image" border="0" height="37" width="244" /></a></p>
<p>Then, click on &#8220;Add Photos&#8221;</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image2.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb2.png?w=244&h=83" style="border:0 none;" alt="image" border="0" height="83" width="244" /></a></p>
<p>Then, upload your photos into your spaces account.</p>
<p>Note that you can also upload your photos to spaces account by downloading and using <a href="http://get.live.com/betas/photogallery_betas" target="_blank">Windows Live Photo Gallery</a></p>
<p><strong>Step 3:</strong></p>
<p>Finally, Click on embed this album, while viewing the album</p>
<p><a href="http://cssjshtml.files.wordpress.com/2007/11/image3.png"><img src="http://cssjshtml.files.wordpress.com/2007/11/image-thumb3.png?w=208&h=171" style="border:0 none;" alt="image" border="0" height="171" width="208" /></a></p>
<p>Copy and paste the embed code in your blog.</p>
<p><a href="http://kiranbadam.spaces.live.com/photos/cns!57D2E8568F1290E9!131">Windows Live Spaces</a></p>
<p><strong>Enjoy the wonderful slide shows <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cssjshtml.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cssjshtml.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssjshtml.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssjshtml.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssjshtml.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssjshtml.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssjshtml.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssjshtml.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssjshtml.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssjshtml.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssjshtml.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssjshtml.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssjshtml.wordpress.com&blog=2052687&post=11&subd=cssjshtml&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cssjshtml.wordpress.com/2007/11/04/how-to-put-a-kewl-photo-slide-show-on-your-web-siteblog/feed/</wfw:commentRss>
	
		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://cssjshtml.files.wordpress.com/2007/11/image-thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>