<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>itsReuben.net</title>
	<atom:link href="http://reubn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://reubn.wordpress.com</link>
	<description>&#34;become the change you want to see..&#34;</description>
	<lastBuildDate>Sat, 30 Jan 2010 00:32:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='reubn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>itsReuben.net</title>
		<link>http://reubn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://reubn.wordpress.com/osd.xml" title="itsReuben.net" />
	<atom:link rel='hub' href='http://reubn.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Create a Team Site Programmatically (using a Site Template)</title>
		<link>http://reubn.wordpress.com/2010/01/25/create-a-team-site-programmatically-using-a-site-template/</link>
		<comments>http://reubn.wordpress.com/2010/01/25/create-a-team-site-programmatically-using-a-site-template/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:25:49 +0000</pubDate>
		<dc:creator>reuben</dc:creator>
				<category><![CDATA[SHAREPOINT]]></category>

		<guid isPermaLink="false">http://itsreuben.net/?p=107</guid>
		<description><![CDATA[You can use top-level Web site and subsites to divide site content into distinct, separately manageable sites. Top-level Web sites can have multiple subsites, and subsites can also have multiple subsites, down as many levels as your users need. The entire structure of a top-level Web site and all of its subsites is called a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=107&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can use top-level Web site and subsites to divide site content into distinct, separately manageable sites. Top-level Web sites can have multiple subsites, and subsites can also have multiple subsites, down as many levels as your users need. The entire structure of a top-level Web site and all of its subsites is called a Web site collection. The following diagram shows this hierarchy of sites and subsites. </p>
<p><img class="alignnone" title="pic" src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA060503411033" alt="" width="411" height="480" /></p>
<p>However, create a team site programmatically can be a challenging process. Sure, if you&#8217;re trying to spawn a website with no persmissions, user groups, etc then creating a team site is a trivial process. Creating custom permissions, custom look and feel, custom user groups, assigning custom permissions to these user groups, can be a tedious process. </p>
<p>In this post, I&#8217;ll try to cover the following: </p>
<ol>
<li>Create a Team Site (Under a specific root site) using a &#8220;<strong>Site Template</strong>&#8220;</li>
<li>Create Custom <strong>Membership Groups</strong></li>
<li><strong>Add Users</strong> to these Membership Groups</li>
<li>Assign Site Specific <strong>Permissions </strong>to these Groups.</li>
<li><strong>Customize the look and feel</strong> of specific web parts on the new site.</li>
</ol>
<p><em>Note: Please keep in mind, the methodology used for creating these sites, is just one of the many approaches that can be adopted to achieve this goal. If you have a better way of doing the same, please leave a link to your blog in the comments section below. This code was hashed out in a couple of days when I was trying to meet a really tight deadline &#8211; it can be refactored and further improved upon.</em> </p>
<p><span style="text-decoration:underline;"><em>Update:</em></span></p>
<p>This blog turned out to be too long, I&#8217;ve posted the code to this post instead. <a href="http://reubn.files.wordpress.com/2010/01/file___c_usersreuben-marwahdesktopcreatesitecontrol-cs.pdf">CreateTeam.cs</a></p>
<br />Posted in SHAREPOINT  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reubn.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reubn.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reubn.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reubn.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reubn.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reubn.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reubn.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reubn.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reubn.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reubn.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reubn.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reubn.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reubn.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reubn.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=107&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reubn.wordpress.com/2010/01/25/create-a-team-site-programmatically-using-a-site-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb613a5423a8aff7fad89b779150c9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reuben</media:title>
		</media:content>

		<media:content url="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA060503411033" medium="image">
			<media:title type="html">pic</media:title>
		</media:content>
	</item>
		<item>
		<title>Restarting a remote machine</title>
		<link>http://reubn.wordpress.com/2009/10/04/restarting-a-remote-machine/</link>
		<comments>http://reubn.wordpress.com/2009/10/04/restarting-a-remote-machine/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 18:37:59 +0000</pubDate>
		<dc:creator>reuben</dc:creator>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://itsreuben.net/?p=101</guid>
		<description><![CDATA[I think a lot of people out there know about this already &#8211; but I wanted to write about it anyway. Restarting a remote machine via  command line tool is a very useful utility. The shutdown command can be use via the command prompt, the remote shutdown dialog window, or in a batch file.  You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=101&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I think a lot of people out there know about this already &#8211; but I wanted to write about it anyway. Restarting a remote machine via  command line tool is a very useful utility.</p>
<p>The shutdown command can be use via the command prompt, the remote shutdown dialog window, or in a batch file.  You can logoff, shutdown, or restart a computer with this tool.  You can even set the shutdown tool to perform a task at a certain time on certain days and to many computers at one time using a batch file. This is a good tool to easily shutdown or restart lots of computers on a network at one time.  It can also be handy for helpdesk technicians when fixing remote computers.</p>
<p><strong>Shutdown via Dialog Window</strong></p>
<p>To open the dialog window click start, click run, type cmd and press enter.  A black DOS looking window will open.  Type shutdown -i and press enter.  A window similar to the one below will popup.  Type the network name of the computer you want to shutdown, restart, or logoff.  In this example I will use <a href="//\yourcomputer">\yourcomputer</a>.  You can use your computer’s name to try the commands on your computer if you like. If you don’t know a computers name right click my computer, select properties, select the computer name tab.  Your computer name is listed next to full computer name. To send these commands to other computers across your network you need to have administrative privileges on those computers.  An easy way to see if you have administrative privileges on a networked computer is to try browsing to it.  Click start, click run, type <a href="//\yourcomputer">\yourcomputer</a> (replace yourcomputer with your computer’s name of course) and press enter.  If you are able to access the computer you will be able to send shutdown commands to it.  If you get asked for a password or it denies access you don’t have administrative privileges and you won’t be able to send shutdown commands to that computer.</p>
<p>The first thing you need to do is add which computer you want to shutdown.  Click add and type your computer name in the add computers box. You can send the command to multiple computers by pressing enter after the name of each computer and typing the name of the next computer on the next line.  Each computer needs to be on its own line. Click OK when you are finished adding the computer(s) you want to send the command to.</p>
<p> <img class="alignnone size-full wp-image-105" title="051506_shutdown_1s" src="http://reubn.files.wordpress.com/2009/10/051506_shutdown_1s1.png?w=500" alt="051506_shutdown_1s"   /></p>
<p>Under what do you want these computers to do: tell it to shutdown, restart, or logoff. If you want a box to popup on the computer(s) you are sending the command to that lets them know the computer is about to shutdown, restart, or logoff in X many seconds leave warn users of the action checked off.  If you want to change how many seconds to countdown before performing the action you can change that next to seconds. You can tell a user on the computer you are about to perform the action on why you are performing that action by typing your message in under comment.</p>
<p>Click OK to send the command to the computer(s).</p>
<p><img class="alignnone size-full wp-image-103" title="051506_shutdown_3s" src="http://reubn.files.wordpress.com/2009/10/051506_shutdown_3s.png?w=500" alt="051506_shutdown_3s"   /><br />
<strong> </strong></p>
<p><strong>Shutdown Command via Command Prompt</strong></p>
<p>The shutdown command becomes more flexible and automated when used from the command prompt.  To run the shutdown command from the command prompt, go to start, run, type cmd, and press enter.  In the black box (the command prompt) type shutdown and the switches you want to use with the shutdown command.  You have to use at east one switch for the shutdown command to work.</p>
<p><strong>The Switches</strong></p>
<p>The shutdown command has a few options called switches.  You can always see them by typing shutdown -? in the command prompt if you forget any of them.</p>
<p>-i: Display GUI interface, must be the first option<br />
-l: Log off (cannot be used with -m option)<br />
-s: Shutdown the computer<br />
-r: Shutdown and restart the computer<br />
-a: Abort a system shutdown<br />
-m <a href="//\computername">\computername</a>: Remote computer to shutdown/restart/abort<br />
-t xx: Set timeout for shutdown to xx seconds<br />
-c “comment”: Shutdown comment (maximum of 127 characters)<br />
-f: Forces running applications to close without warning<br />
-d [u][p]:xx:yy: The reason code for the shutdown u is the user code p is a planned shutdown code xx is the major reason code (positive integer less than 256) yy is the minor reason code (positive integer less than 65536)<br />
<strong>Examples</strong></p>
<p>shutdown –m <a href="//\computername">\computername</a> –r –f  This command will restart the computer named computername and force any programs that might still be running to stop.</p>
<p>shutdown –m <a href="//\computername">\computername</a> –r –f –c “I’m restarting your computer.  Please save your work now.” –t 120  This command will restart the computer named computername, force any programs that might still be running to stop, give to user on that computer a message, and countdown 120 seconds before it restarts.</p>
<p>shutdown –m <a href="//\computername">\computername</a> –a  This command will abort a previous shutdown command that is in progress.</p>
<p><strong>Using a Batch File</strong></p>
<p>You can create a file that performs the shutdown command on many computers at one time.</p>
<p>In this example I’m going to create a batch file that will use the shutdown command to shut down 3 computers on my home network before I go to bed.</p>
<p>Open notepad and type the shutdown command to shut down a computer for each computer on the network.  Make sure each shutdown command is on its own line.  An example of what should be typed in notepad is below.</p>
<p>shutdown –m <a href="//\computer1">\computer1</a> –s<br />
shutdown –m <a href="//\computer2">\computer2</a> –s<br />
shutdown –m <a href="//\computer3">\computer3</a> -s</p>
<p>Now I’ll save it as a batch file by going to file, save as, change save as type to all files, give the file a name ending with .bat.  I named mine shutdown.bat.  Pick the location to save the batch file in and save it.</p>
<p>When you run the batch file it’ll shutdown computer1, 2, and 3 for you.</p>
<br />Posted in OTHER, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reubn.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reubn.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reubn.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reubn.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reubn.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reubn.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reubn.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reubn.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reubn.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reubn.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reubn.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reubn.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reubn.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reubn.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=101&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reubn.wordpress.com/2009/10/04/restarting-a-remote-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb613a5423a8aff7fad89b779150c9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reuben</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/10/051506_shutdown_1s1.png" medium="image">
			<media:title type="html">051506_shutdown_1s</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/10/051506_shutdown_3s.png" medium="image">
			<media:title type="html">051506_shutdown_3s</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing an OS on new MS VPC 2007</title>
		<link>http://reubn.wordpress.com/2009/08/27/installing-an-os-on-new-ms-vpc-2007/</link>
		<comments>http://reubn.wordpress.com/2009/08/27/installing-an-os-on-new-ms-vpc-2007/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 01:52:36 +0000</pubDate>
		<dc:creator>reuben</dc:creator>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[SHAREPOINT]]></category>

		<guid isPermaLink="false">http://reubn.wordpress.com/?p=83</guid>
		<description><![CDATA[If you&#8217;re reading this article, chances are you&#8217;ve googled &#8216; installing OS VPC 2007&#8243; or &#8220;installing operating system on microsoft virtual pc 2007&#8243; or&#8230;the list goes on. Either ways, I&#8217;m excited that you&#8217;re here to find out how to install an operating system on a VPC 2007. This is a pretty trivial task. But if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=83&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this article, chances are you&#8217;ve googled &#8216; installing OS VPC 2007&#8243; or &#8220;installing operating system on microsoft virtual pc 2007&#8243; or&#8230;the list goes on. Either ways, I&#8217;m excited that you&#8217;re here to find out how to install an operating system on a VPC 2007. This is a pretty trivial task. But if you&#8217;ve never done this before, you could find this article useful. I was working on setting up a new SharePoint VPC and realized it would be helpful to others if I share what I encounter along the way.</p>
<p>Installing the new OS on Virtual PC 2007<br />
1. First step involved is to boot the guest machine. Here, you&#8217;ll need to select the appropriate virtual machine from the list of the configured VMs as shown in the screen shot below and click Start.</p>
<p><img class="alignnone size-full wp-image-85" title="boot_vm_1" src="http://reubn.files.wordpress.com/2009/08/boot_vm_11.gif?w=500" alt="boot_vm_1"   /></p>
<p>2. You&#8217;ll notice the VM recognizes certain attributes like the amount of physical RAM that you allocated to it during the VM&#8217;s configuration. It also recognizes the number of hard disks allocated to the VM. You can configure a max. of 3 disks for a VM.</p>
<p><img class="alignnone size-full wp-image-86" title="boot_vm_2" src="http://reubn.files.wordpress.com/2009/08/boot_vm_2.gif?w=500&#038;h=364" alt="boot_vm_2" width="500" height="364" /></p>
<p>3. Here, we&#8217;re missing an OS on the hard disk. So the VM will boot like any other hard disk that has no operating system installed. In this case, it attempts to boot via the network. In most cases it will not succeed, unless you have some sort of RIS or other PXE-based network booting system set up on your network.</p>
<p><img class="alignnone size-full wp-image-90" title="boot_vm_5" src="http://reubn.files.wordpress.com/2009/08/boot_vm_5.gif?w=500&#038;h=364" alt="boot_vm_5" width="500" height="364" /></p>
<p><img class="alignnone size-full wp-image-87" title="boot_vm_3" src="http://reubn.files.wordpress.com/2009/08/boot_vm_3.gif?w=500&#038;h=364" alt="boot_vm_3" width="500" height="364" /></p>
<p>4. In your VM&#8217;s window, click CD and then Capture ISO Image and browse to the .ISO&#8217;s location, or insert a real installation media in the host&#8217;s physical CD/DVD drive.</p>
<p><img class="alignnone size-full wp-image-89" title="boot_vm_4" src="http://reubn.files.wordpress.com/2009/08/boot_vm_41.gif?w=500&#038;h=364" alt="boot_vm_4" width="500" height="364" /></p>
<p>5. Reset your VM by pressing RIGHT ALT+R, or clicking on Action &gt; Reset.</p>
<p><img class="alignnone size-full wp-image-91" title="boot_vm_6" src="http://reubn.files.wordpress.com/2009/08/boot_vm_6.gif?w=500&#038;h=364" alt="boot_vm_6" width="500" height="364" /></p>
<p><img class="alignnone size-full wp-image-92" title="boot_vm_7" src="http://reubn.files.wordpress.com/2009/08/boot_vm_7.gif?w=500&#038;h=364" alt="boot_vm_7" width="500" height="364" /></p>
<p>6. After the reset, the setup process will begin.</p>
<p><img class="alignnone size-full wp-image-93" title="boot_vm_8" src="http://reubn.files.wordpress.com/2009/08/boot_vm_8.gif?w=500&#038;h=364" alt="boot_vm_8" width="500" height="364" /></p>
<p><img class="alignnone size-full wp-image-94" title="boot_vm_9" src="http://reubn.files.wordpress.com/2009/08/boot_vm_9.gif?w=500&#038;h=364" alt="boot_vm_9" width="500" height="364" /></p>
<p>Microsoft Virtual PC is a fantastic and easy way to deploy environments totally free of cost.</p>
<br />Posted in OTHER, SHAREPOINT  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reubn.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reubn.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reubn.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reubn.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reubn.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reubn.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reubn.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reubn.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reubn.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reubn.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reubn.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reubn.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reubn.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reubn.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=83&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reubn.wordpress.com/2009/08/27/installing-an-os-on-new-ms-vpc-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb613a5423a8aff7fad89b779150c9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reuben</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_11.gif" medium="image">
			<media:title type="html">boot_vm_1</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_2.gif" medium="image">
			<media:title type="html">boot_vm_2</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_5.gif" medium="image">
			<media:title type="html">boot_vm_5</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_3.gif" medium="image">
			<media:title type="html">boot_vm_3</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_41.gif" medium="image">
			<media:title type="html">boot_vm_4</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_6.gif" medium="image">
			<media:title type="html">boot_vm_6</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_7.gif" medium="image">
			<media:title type="html">boot_vm_7</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_8.gif" medium="image">
			<media:title type="html">boot_vm_8</media:title>
		</media:content>

		<media:content url="http://reubn.files.wordpress.com/2009/08/boot_vm_9.gif" medium="image">
			<media:title type="html">boot_vm_9</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Web 2.0?</title>
		<link>http://reubn.wordpress.com/2009/08/27/what-is-web-2-0/</link>
		<comments>http://reubn.wordpress.com/2009/08/27/what-is-web-2-0/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 18:17:08 +0000</pubDate>
		<dc:creator>reuben</dc:creator>
				<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://reubn.wordpress.com/?p=77</guid>
		<description><![CDATA[The wikipedia definition of Web 2.0 is: &#8220;web development and web design that facilitates interactive information sharing, interoperability, user-centered design and collaboration on the World Wide Web&#8221; What this really comes down to is 1) web based communites and applications such as Facebook, 2) video hosting/sharing sites such as YouTube, 3) blogs such as those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=77&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The wikipedia definition of Web 2.0 is:<br />
&#8220;web development and web design that facilitates interactive information sharing, interoperability, user-centered design and collaboration on the World Wide Web&#8221;</p>
<p>What this really comes down to is<br />
1) web based communites and applications such as <a href="http://www.facebook.com" target="_blank">Facebook</a>,<br />
2) video hosting/sharing sites such as <a href="http://www.youtube.com" target="_blank">YouTube</a>,<br />
3) blogs such as those from <a href="http://www.wordpress.com" target="_blank">WordPress</a>,<br />
4) mashups (pages using open APIs and data sources to produce results that form a new feature),<br />
5) wikis suchs as <a href="http://www.c2.com/cgi/wiki?WikiWikiWeb" target="_blank">WikiWikiWeb </a>or <a href="http://www.wikipedia.com" target="_blank">Wikipedia</a><br />
6) social networking sites such as <a href="http://www.facebook.com" target="_blank">Facebook </a>and <a href="http://www.linkedin.com" target="_blank">LinkedIn</a></p>
<p>It&#8217;s important to note that Web 2.0 isn&#8217;t an upgrade to the existing world wide web&#8217;s technical specifications. Rather, it&#8217;s a bunch of features collectively termed &#8220;Web 2.0&#8243;.</p>
<p>Web 2.0 allows users to interact with the web in more than a &#8220;read-only&#8221; manner. Instead, users can now build interactive applications that use the web as a networking platform. Applications can now be served entirely via a browser.</p>
<p>Sites geared toward Web 2.0 generally include the following features:<br />
1) Search<br />
2) Ad hoc <strong>Links</strong><br />
3) <strong>Authoring</strong> of content<br />
4) Categorization of content by using <strong>Tags</strong><br />
5) Algorithms that leverage the web as an application platform (<strong>Extensions</strong>)<br />
6) Use of RSS to rapidly notify subscribers about content changes via <strong>RSS</strong></p>
<p><strong>From a developer&#8217;s perspective</strong>: Asynchronous JavaScript and XML (Ajax_(programming)), Microsoft Silverlight, Adobe Flash, and Javascript/Ajax frameworks such as Yahoo! UI Library, Dojo Toolkit, Mootools, and jQuery are used as client-side/web browser technologies used in Web 2.0 development. Ajax programming uses JavaScript to upload and download new data from the web server without undergoing a full page reload. An Ajax_(programming) request is typically formatted in XML or JSON (Javascript Object Notation) format, two widely used structured data formats to retreive data without doing a &#8220;full page refresh&#8221;. When data is received via Ajax, Javascript program then uses the Document Object Model (DOM) to dynamically update the web page based on the new data, allowing for a rapid and interactive user experience.</p>
<p>Microsoft Silverlight and Adobe Flash are other technologies often used in Web 2.0 applications. Microsoft&#8217;s Silverlight and Adobe&#8217;s Flash are capable of doing many things which are not currently possible in HTML.</p>
<p>All-in-all, Web 2.0 is a very exciting realm of technologies for both &#8211; the end user and developers.</p>
<br />Posted in Web 2.0 Tagged: Web 2.0 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reubn.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reubn.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reubn.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reubn.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reubn.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reubn.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reubn.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reubn.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reubn.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reubn.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reubn.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reubn.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reubn.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reubn.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reubn.wordpress.com&amp;blog=3021651&amp;post=77&amp;subd=reubn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reubn.wordpress.com/2009/08/27/what-is-web-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb613a5423a8aff7fad89b779150c9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reuben</media:title>
		</media:content>
	</item>
	</channel>
</rss>
