<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>CopyRunStart.Net</title>
	
	<link>http://www.copyrunstart.net</link>
	<description>A website dedicated to technology projects and information.</description>
	<lastBuildDate>Sun, 15 Jan 2012 07:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Copyrunstartnet" /><feedburner:info uri="copyrunstartnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Microsoft SQL Server 2008 Quick Introduction</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/8R02ERWr68U/</link>
		<comments>http://www.copyrunstart.net/microsoft-sql-server-2008-quick-introduction/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 04:06:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Educational]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/?p=235</guid>
		<description><![CDATA[We wanted to take a new approach this year and provide an overview of some technology concepts or products that are commonly mentioned in various areas of IT.  To start we wanted to give a brief introduction to Microsoft SQL.
 Microsoft SQL is a Relational Database Management System.  Relational database use tables with ...]]></description>
			<content:encoded><![CDATA[<p>We wanted to take a new approach this year and provide an overview of some technology concepts or products that are commonly mentioned in various areas of IT.  To start we wanted to give a brief introduction to Microsoft SQL.</p>
<p> Microsoft SQL is a Relational Database Management System.  Relational database use tables with data (think of Excel table, for instance) along with relationships that are built between this data.  The purpose of the relationships is to bring data together in meaningful ways.   For example, if you wanted to bring customer names and orders together, you would build a relationship between these two tables.  The purpose of SQL is to store and retrieve data for other applications.  SQL may be used as a database for an ecommerce website for instance.  When users enter data into input forms they can they be inserted into the database and queried for reports later on.  SQL stands for Structured Query Language.  It is its own programming language and can even be nested into other programming languages.</p>
<p>SQL is based around queries.  A query is a formatted statement that can be used to simply displays data from tables and inserts data from a database.  You can create a SQL query that will create a database.  In Microsoft SQL, you have many options for creating queries.  For example, you could use a notepad++ editor to create an SQL query, save it as an .sql extension file, and then open it in the Microsoft SQL Management Studio.  This is as simple as selecting File > Open... and selecting the file you created.</p>
<p>You can also create SQL queries within Microsoft SQL Management Studio by clicking the Create New Query button near the File menu, or using File > New > Query.  When you do this you are presented with a window to begin entering your query script. </p>
<p>Your scripts can be used to create, delete, and alter databases as well as the data contained within them.  Microsoft offers a trial of Microsoft SQL Server 2008 and we recommend if you are not familiar with MS SQL, but have any interest whatsover you check it out.</p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/8R02ERWr68U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/microsoft-sql-server-2008-quick-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/microsoft-sql-server-2008-quick-introduction/</feedburner:origLink></item>
		<item>
		<title>How to hide Newsstand in iOS 5</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/sa_u5zA8-cU/</link>
		<comments>http://www.copyrunstart.net/how-to-hide-newsstand-in-ios-5/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 04:29:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Off-Topic]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/?p=227</guid>
		<description><![CDATA[iOS is out and experienced users of the iPhone platform may have noticed that their is a new app called Newsstand that provides you with access to magazines purchased within the App Store.
However, by default you are unable to drag this application to a folder or remove it from the home screen.
There is a workaround ...]]></description>
			<content:encoded><![CDATA[<p>iOS is out and experienced users of the iPhone platform may have noticed that their is a new app called Newsstand that provides you with access to magazines purchased within the App Store.</p>
<p>However, by default you are unable to drag this application to a folder or remove it from the home screen.</p>
<p>There is a workaround where as you create a new folder, you can VERY quickly drag the Newsstand app into the folder.  It's recommended you have two apps that are close together to make this a smooth and successful process.  This at least allows you to get it off your main screen (Note: you cannot drag it to other folders, unless you go through the same process and create a new folder.)</p>
<p><a href="http://www.copyrunstart.net/wp-content/uploads/2011/10/apple.gif" ><img src="http://www.copyrunstart.net/wp-content/uploads/2011/10/apple-300x134.gif" alt="" title="apple" width="300" height="134" class="aligncenter size-medium wp-image-231" /></a></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/sa_u5zA8-cU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/how-to-hide-newsstand-in-ios-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/how-to-hide-newsstand-in-ios-5/</feedburner:origLink></item>
		<item>
		<title>Spotify US Review: It’s the new Napster</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/7hZgCNsb2KY/</link>
		<comments>http://www.copyrunstart.net/spotify-us-review-its-the-new-napster/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 01:07:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/?p=215</guid>
		<description><![CDATA[Being able to search for almost anything and have it play instantly is very very nice.  (Although we are still unable to find the elusive The K.G.B.).  The usability to find most artists and songs and play them in full and instantly without a upfront fee is very likened to Napster in late ...]]></description>
			<content:encoded><![CDATA[<p>Being able to search for almost anything and have it play instantly is very very nice.  (Although we are still unable to find the elusive <a href="http://en.wikipedia.org/wiki/The_K.G.B." onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">The K.G.B.</a>).  The usability to find most artists and songs and play them in full and instantly without a upfront fee is very likened to Napster in late 1999, only Spotify is LEGAL.  It's like Pandora with direction.  It's a very neat concept that allows for premium payment plans to further functionality(unlimited music, taking music with you, no ads).</p>
<p>Once you have a login (Currently this is available through invitations only), you need to download the <a href="http://download.spotify.com/Spotify%20Installer.exe" onclick="javascript:pageTracker._trackPageview('/outbound/article/download.spotify.com');">software client</a>.  This software feels very familiar, it's look and interface are very similar to iTunes (Preferences are even under the Edit Menu). It will even bring in your local music into the application for playing and you can create playlists using your existing content and new music you find through search.</p>
<p>Searching for artists and songs is quick and easy to play.  You can also "star" albums or just songs to put them into a favorites list for easily recalling them later.</p>
<p>Although you can simply search for a song and play it or queue it up  next.  There are plenty of options to share what your listening to on  Facebook, Twitter, Spotify, and Messenger.  The focus of the application seems to be creating playlists and sharing them.</p>
<p><a href="http://www.spotify.com/us/get-spotify/overview/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.spotify.com');"><img class="aligncenter size-medium wp-image-216" title="spotify" src="http://www.copyrunstart.net/wp-content/uploads/2011/07/spotify-300x203.jpg" alt="spotify logo" width="300" height="203" /></a></p>
<p>Stop listening to those iTunes and Amazon previews and try it out!</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/CvYX_P_c__8" frameborder="0" allowfullscreen></iframe></p>
<p>Bandwidth usage for a typical song (using 10Mbps DSL)</p>
<p><a href="http://www.copyrunstart.net/wp-content/uploads/2011/07/Spotify_Bandwidth.jpg" ><img src="http://www.copyrunstart.net/wp-content/uploads/2011/07/Spotify_Bandwidth-300x163.jpg" alt="" title="Spotify_Bandwidth" width="300" height="163" class="aligncenter size-medium wp-image-218" /></a></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/7hZgCNsb2KY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/spotify-us-review-its-the-new-napster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/spotify-us-review-its-the-new-napster/</feedburner:origLink></item>
		<item>
		<title>Wi-Fi Hot Spot for AT&amp;T iPhone: It works… Slowly</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/GVQqgEuvZzs/</link>
		<comments>http://www.copyrunstart.net/wi-fi-hot-spot-for-att-iphone-it-works-slowly/#comments</comments>
		<pubDate>Sat, 21 May 2011 20:30:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Off-Topic]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/?p=205</guid>
		<description><![CDATA[Shortly after Verizon release their iPhone featuring a built-in Wi-Fi access point, AT&#38;T announced their version of the iPhone also is capable of sharing Internet via a built-in wi-fi access point.
In order to use the feature on AT&#38;T's iPhone 4 you will need to have Version 4.3.3 iOS
In addition, you will need to either call ...]]></description>
			<content:encoded><![CDATA[<p>Shortly after Verizon release their iPhone featuring a built-in Wi-Fi access point, AT&amp;T announced their version of the iPhone also is capable of sharing Internet via a built-in wi-fi access point.</p>
<p>In order to use the feature on AT&amp;T's iPhone 4 you will need to have Version 4.3.3 iOS</p>
<p>In addition, you will need to either call AT&amp;T (611) or use the website.  Note that as of this writing the phone states it could not be enabled from the Phone itself without either of these two options.</p>
<p><a href="http://www.copyrunstart.net/wp-content/uploads/2011/05/Capture.jpg" ><img class="size-medium wp-image-206 aligncenter" title="iPad Download Test" src="http://www.copyrunstart.net/wp-content/uploads/2011/05/Capture-205x300.jpg" alt="Bandwidth Capture from Ipad" width="205" height="300" /></a></p>
<p>To upgrade to this feature on AT&amp;T's website you will need to login to your account and go to Manage Features and add the iPhone 3G Tethering Feature "<strong>DataPro 4GB for iPhone</strong>" option for $45.  This will replace your 200MB($15) or 2GB($25) iPhone data plan.</p>
<p>Performance seems unusually sluggish - much worse than anything we have seen on the iPhone 4 itself.  However, you do get internet access for wi-fi capable devices such as the iPad in our test.  Even though we need to wait a bit longer for content, it is still better than no content at all.</p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/GVQqgEuvZzs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/wi-fi-hot-spot-for-att-iphone-it-works-slowly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/wi-fi-hot-spot-for-att-iphone-it-works-slowly/</feedburner:origLink></item>
		<item>
		<title>iPad 2 review – Why do you need one?</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/DGFFXXbg5Po/</link>
		<comments>http://www.copyrunstart.net/ipad-2-review-why-do-you-need-one/#comments</comments>
		<pubDate>Fri, 13 May 2011 01:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Finer Things Club]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tech Toys]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/ipad-2-review-why-do-you-need-one/</guid>
		<description><![CDATA[We received our first iPad a few days ago and our ready to post our first impressions.
Wow.
This is a very slick product and while its not a "must have" device, it definitely is a welcome transition from our ASUS netbook.  Those familiar with iPod and iPhone devices will have the same great iOS experience. ...]]></description>
			<content:encoded><![CDATA[<p>We received our first iPad a few days ago and our ready to post our first impressions.</p>
<p>Wow.</p>
<p>This is a very slick product and while its not a "must have" device, it definitely is a welcome transition from our ASUS netbook.  Those familiar with iPod and iPhone devices will have the same great iOS experience.  </p>
<p>The interface is very very snappy and the interface is a pleasure to use.  </p>
<p>For our review we selected the black, 16GB, wireless only model.</p>
<p>Why do you need an iPad?  This is the question every potential customer will most likely ask.</p>
<p>The experience is very similar to the iPhone 4.  Which is great in itself, but the new iPad specific apps make certain tasks much more enjoyable.  Reading twitter feeds and news from Flipboard is a superior way to view and share Information.  The general web browsing is better with a larger screen in comparison to the iPhone and more responsive than a netbook.  The photo app is much more interesting to pass around between people at a gathering.</p>
<p>The cameras are not great, it'd expected they will match or exceed the iPhone 4 camera in the next iteration.  They work fine for FaceTime and quick snapshots but don't expect album quality.</p>
<p>It's expensive, but it Is superior in all ways to it's competitors.</p>
<p>And yes this review was typed on the iPad 2.</p>
<p><a href="http://www.copyrunstart.net/wp-content/uploads/2011/05/20110512-081038.jpg" ><img src="http://www.copyrunstart.net/wp-content/uploads/2011/05/20110512-081038.jpg" alt="20110512-081038.jpg" class="alignnone size-full" /></a></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/DGFFXXbg5Po" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/ipad-2-review-why-do-you-need-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/ipad-2-review-why-do-you-need-one/</feedburner:origLink></item>
		<item>
		<title>Microsoft Sync Cheat Sheet</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/fdSiIGCYFxM/</link>
		<comments>http://www.copyrunstart.net/microsoft-sync-cheat-sheet/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 22:30:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Educational]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tech Toys]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/microsoft-sync-cheat-sheet/</guid>
		<description><![CDATA[Microsoft Sync is available for Ford vehicles currently and provides voice activated phone and media functions as well as navigation if equipped.
Below is a cheat sheet with the more common commands. (And the Ford Sync manual is located here)
Let us know in the comments if you found this useful and what other commands you have ...]]></description>
			<content:encoded><![CDATA[<p>Microsoft Sync is available for Ford vehicles currently and provides voice activated phone and media functions as well as navigation if equipped.</p>
<p>Below is a cheat sheet with the more common commands. (And the Ford Sync manual is located <a href="http://www.copyrunstart.net/viewable/675734.pdf" onclick="javascript:pageTracker._trackPageview('/downloads/viewable/675734.pdf');">here</a>)</p>
<p>Let us know in the comments if you found this useful and what other commands you have found.</p>
<p><a href="http://www.copyrunstart.net/wp-content/uploads/2011/03/20110325-173200.jpg" ><img class="alignnone size-full" src="http://www.copyrunstart.net/wp-content/uploads/2011/03/20110325-173200.jpg" alt="" /></a></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/fdSiIGCYFxM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/microsoft-sync-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/microsoft-sync-cheat-sheet/</feedburner:origLink></item>
		<item>
		<title>Xbox 360 S review: Fun to play, but you pay for it.</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/ZEuFjt61UhE/</link>
		<comments>http://www.copyrunstart.net/xbox-360-s-review/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 18:00:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Finer Things Club]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Tech Toys]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/?p=181</guid>
		<description><![CDATA[So we are a little late to the game ; - ), but we thought we would comment on the Xbox 360 S since we finally got our hands on one.
The Xbox 360 S first impression was that this is a polished Microsoft product (Not polished in the Apple sense, but still very good).
Price:
The price ...]]></description>
			<content:encoded><![CDATA[<p>So we are a little late to the game ; - ), but we thought we would comment on the Xbox 360 S since we finally got our hands on one.</p>
<p>The Xbox 360 S first impression was that this is a polished Microsoft product (Not polished in the Apple sense, but still very good).</p>
<p><strong>Price:</strong></p>
<p>The price is excellent for the<strong> $199</strong> for the 4GB Xbox 360 S.  This means there is no harddrive which will be a problem for some applications and games.  Accessories seem to be overpriced, but this is where Xbox makes its real money.  We recommend waiting for clearances on the old white Controllers and headsets.  Harddrive prices are way overpriced and we recommend using eBay or other markets to find AGPTEK branded drives or other knock-offs in the $50 and under range for 250GB HDD.  Games are always priced at $50 initially and can drop down to half after the first few months.  Its recommended to by games at Game Stop to get the same media at a used, discounted price unless you absolutely need to have it.  In that case there is usually the option to download the games - but the cost of a hard-drive again may be off-putting.</p>
<p><strong>Games:</strong></p>
<p>First of all the games, we tested Call of Duty Black Ops, Grand Theft Auto IV, Halo Reach, and Medal of Honor.</p>
<p>All games were a blast to play and looked fantastic in Single Player.  Multiplayer was tested in both CODBO and Halo Reach.  The menu's can be a bit confusing at times, especially when you attempt to invite other players to a party to play along with.  There seems to be delays between inviting someone and actually getting them to join.  You can't join games already in progress in these titles.  So you may end up sitting for 15 minutes or just joining a different game because of the wait.  This appears to be due to the points system in place and Microsoft wanting to encourage people finishing matches before moving onto the next one.</p>
<p><strong>Controls:</strong></p>
<p>The Xbox 360 controller is excellent.  The grip and buttons all are placed in a well thought-out way.  No complaints.</p>
<p><strong>Voice:</strong></p>
<p>Voice quality is not great with the Xbox 360 official headset - the first one was even returned as it was suspected to be defective.  It turns out they are just poorly constructed.  Our previous multiplayer game experience on the PC was complimented by a Plantronics Gamecom 777 Dolby Surround sound headset.</p>
<p>Because sound is now coming from the TV sound system, it seemed to make sense to continue to use this in combination with a headset just for chat.  There are other 3rd party products that have been reviewed with better quality results.  It's just surprising there are many reviews complimenting the official headset from Microsoft.  For our use, it seems we either need to be talking unusually loud or chewing on the microphone to get other party members to hear.</p>
<p><strong>Video:</strong></p>
<p>The Xbox 360 S worked seamlessly with our HDMI switcher and Harmony remote setup was a breeze.</p>
<p><strong>Menus and Applications:</strong></p>
<p>This is where Microsoft seemed to get it wrong.  In the age of "Apps", the "applications" available such as Zune, ESPN, and Netflix are way to slow.  They appear to need to do a lot of chatting with the Internet/Xbox Live, but even so.  There seems to be too much lag even while in the applications.  Also, the menus seem to be messy, very similar to Windows Media Center - there is just to much going on.  The Xbox button on the controller seems to provide the most intuitive menu for access to the Xbox 360 and we found that rather than exit back out to the dashboard this was a much quicker way to jump into a game.  Media Center on the Xbox, when in extender mode is also a slug.  It's nice that they made it available, but I would hope they would try it themselves before they implement it.</p>
<p><strong>Xbox Live: </strong></p>
<p>Xbox Live, why do they make this service such a mystery?  It is a great service to have and I like to think that my $60 per year is going towards making the system better.  However, when you by an Xbox you are told by store staffers that you only get Xbox Live Silver version(AKA Live free).  This essentially means you can only download game demos and Zune content and that is it.  The Xbox Live "Gold" version is what costs $60 per year and allows you access to online multiplayer games and ESPN, Netflix, and addition. Basically, your going to end up with an Xbox Live Gold account sooner or later.</p>
<p><strong>Future:</strong></p>
<p>The future of the Xbox looks very good.  We have tested the Kinect and think its a great concept.  While the games are not stellar they certainly prove their point:  This has potential for customers with 10' X 10'  of clear floorspace to interact with their Xbox games.  The games need to improve as right now they are poor imitations of Wii Sports or proof of concept</p>
<p>demos with additional graphics added on top, however, the Dance Central is a game that really starts to show potential when you get a group of people playing.</p>
<p>In addition, Xbox has the support of Microsoft.  There should be potential for additional software updates.   Improving the applications performance should be possible and adding additional features should increase the usefulness of the Xbox.  I would expect that with all the money they are collecting from the Xbox live service they will be able to do some fantastic things.</p>
<p>The latest update allows for using the Xbox 360 to function as a Uverse Set Top Box.  Read more<a href="http://www.att.com/u-verse/explore/xbox-receiver.jsp#fbid=NnOUiQIkmAS" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.att.com');"> http://www.att.com/u-verse/explore/xbox-receiver.jsp#fbid=NnOUiQIkmAS</a></p>
<p>While this is a great feature, it again seems poorly implemented.  First of all, why do they require a CD to be shipped out.</p>
<p>While companies like Apple, Netflix, and Amazon are able to</p>
<p>send streaming content, digital files, and applications directly to our devices - Microsoft and AT&amp;T decide that the best way to get software onto their Xbox, with its Online Marketplace already available, is to send a CD.  Not only that, but they HAVE to send a technician to place that CD in your Xbox for you and of course they require you have a Xbox Hard drive already in place and pay $100 for the visit.  This seems ridiculous for requiring this much unneeded time and effort.</p>
<p><a href="http://www.copyrunstart.net/wp-content/uploads/2011/02/Xbox-360-Specs.jpg" ><img class="size-medium wp-image-189  alignright" title="Xbox360S 4GB" src="http://www.copyrunstart.net/wp-content/uploads/2011/02/Xbox-360-Specs-300x300.jpg" alt="" width="300" height="300" /></a></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/ZEuFjt61UhE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/xbox-360-s-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/xbox-360-s-review/</feedburner:origLink></item>
		<item>
		<title>Quick fix: stop NordicTrack BEEPing</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/vTixLeqYfWA/</link>
		<comments>http://www.copyrunstart.net/quick-fix-stop-nordictrack-beeping/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 23:41:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Off-Topic]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/quick-fix-stop-nordictrack-beeping/</guid>
		<description><![CDATA[New year resolutions sounded great until you heard the sound of your new NordicTrack elliptical es5i scraping on your eardrums?
We know exactly what you mean.  It appears this excessive beeping is by design.  Some SD cards(ifit) have been said to calm the beeping down.  But we wanted silence without having to buy ...]]></description>
			<content:encoded><![CDATA[<p>New year resolutions sounded great until you heard the sound of your new NordicTrack elliptical es5i scraping on your eardrums?</p>
<p>We know exactly what you mean.  It appears this excessive beeping is by design.  Some SD cards(ifit) have been said to calm the beeping down.  But we wanted silence without having to buy something extra.</p>
<p>Take out the batteries at the bottom of the unit.</p>
<p>On the back of the control unit there are six black screws that hold the two plastic handle pieces together. </p>
<p>Once the screws are out you should be able to separate the halves.  With the circuit board and wires exposed you should be able to find a two wire connector towards the bottom of the board.  The connector will be white and the wires will be black and red.  Simply disconnect this cable, labeled "right" on the board - as there is only a right speaker(mono).  Note: in the picture the connector is at the top.  "Left" on the board has no connector or port to connect anything.</p>
<p>Enjoy the silence.</p>
<p>Note: this also removes the "mp3 input jack sound - but its just a single crummy speaker anyway.  <img src='http://www.copyrunstart.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Enjoy!<br />
<br/><br/><a href="<br />
http://www.copyrunstart.net/wp-content/uploads/2011/01/20110104-0541321.jpg"><img src="<br />
http://www.copyrunstart.net/wp-content/uploads/2011/01/20110104-0541321.jpg" alt="" class="alignnone size-full" /></a><br/><br/><a href="<br />
http://www.copyrunstart.net/wp-content/uploads/2011/01/20110104-054308.jpg"><img src="<br />
http://www.copyrunstart.net/wp-content/uploads/2011/01/20110104-054308.jpg" alt="" class="alignnone size-full" /></a></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/vTixLeqYfWA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/quick-fix-stop-nordictrack-beeping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/quick-fix-stop-nordictrack-beeping/</feedburner:origLink></item>
		<item>
		<title>The digital story of nativity</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/VbL6EmDoDs0/</link>
		<comments>http://www.copyrunstart.net/the-digital-story-of-nativity/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 20:45:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/the-digital-story-of-nativity/</guid>
		<description><![CDATA[Merry christmas!

]]></description>
			<content:encoded><![CDATA[<p>Merry christmas!</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/GkHNNPM7pJA?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GkHNNPM7pJA?fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/VbL6EmDoDs0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/the-digital-story-of-nativity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/the-digital-story-of-nativity/</feedburner:origLink></item>
		<item>
		<title>OnLive Review: You have to try it</title>
		<link>http://feedproxy.google.com/~r/Copyrunstartnet/~3/sj8HrooWPMU/</link>
		<comments>http://www.copyrunstart.net/onlive-review-you-have-to-try-it/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 00:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Tech Toys]]></category>

		<guid isPermaLink="false">http://www.copyrunstart.net/?p=160</guid>
		<description><![CDATA[What is Onlive.com?
OnLive is a fairly new service that could be put in the same arena as Steam (http://www.steampowered.com/) or Direct2Drive (http://www.direct2drive.com/).   Its technology is most similar to Quake Live (http://www.quakelive.com/), which was released in open Beta in 2009 purely as a First Person Shooter (FPS) and seems to have the most similar resemblance.
Where Steam ...]]></description>
			<content:encoded><![CDATA[<p>What is Onlive.com?</p>
<p>OnLive is a fairly new service that could be put in the same arena as Steam (<a href="http://www.steampowered.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.steampowered.com');">http://www.steampowered.com/</a>) or Direct2Drive (<a href="http://www.direct2drive.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.direct2drive.com');">http://www.direct2drive.com/</a>).   Its technology is most similar to Quake Live (<a href="http://www.quakelive.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.quakelive.com');">http://www.quakelive.com/</a>), which was released in open Beta in 2009 purely as a First Person Shooter (FPS) and seems to have the most similar resemblance.</p>
<p>Where Steam and Direct2Drive are different is that they offer games for download and their online presence serves as a way to update games and support the DRM (Digital Rights Management) or Copy Protection required by the game companies.  This is where many big stories come out of these companies - usually DRM servers getting flooded on release day for games and only people who purchased them online have to wait to play due to the service not being available.</p>
<p>OnLive is different as the gameplay is instant.  This is "cloud gaming" as their site mentions and the way it works is a little hard to believe.  It's easy to believe that this will eventually be the future of gaming and computers in general.  While its available right now, even after using the service, I am not completely sure I would want to sign up just yet.</p>
<p>OnLive is the first service we know of that offers such an immediate time for sign-in to game time. Similar to a Netflix Instant for PC Games(but not Gamefly...)</p>
<p>To begin, you create an account on the site and then download their software client. (Software client is about 5MB, installed).</p>
<p>Once you launch the client, you sign in with your username and password.  If you are using wi-fi as of this writing their is a Beta service to try(otherwise you may need to connect directly).</p>
<p>Below is the message we received on our first attempt at reviewing the service. (3Mbps DSL) and using a Wi-Fi card.</p>
<p style="text-align: center;"><a href="http://www.copyrunstart.net/wp-content/uploads/2010/11/onlive.jpg" ><img class="size-full wp-image-161 aligncenter" title="onlive" src="http://www.copyrunstart.net/wp-content/uploads/2010/11/onlive.jpg" alt="" width="464" height="240" /></a></p>
<p>Then, if your internet connection is worthy(we upgraded internet access to 12Mbps and the Wi-Fi Beta option became available), you proceed to the main menu.  Note that all the whiz bang visuals of this animated sequence and menus are being streamed(hosted on 'the cloud').  This means that big servers are doing all the heavy lifting and your computer is just a simple input and visual output device.  Very interesting.</p>
<p>What was really surprising as how well it works and the variety of titles available.  However, in this case are interest was distracted by the curiosity of what this was doing to our PC.</p>
<p>First the bandwidth, receive utilization was at a consistent 5-6mbps transfer rate during menus and game-play.</p>
<div id="attachment_162" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.copyrunstart.net/wp-content/uploads/2010/11/onlive_bandwidth.gif" ><img class="size-thumbnail wp-image-162 " title="onlive_bandwidth" src="http://www.copyrunstart.net/wp-content/uploads/2010/11/onlive_bandwidth-150x150.gif" alt="" width="150" height="150" /></a><p class="wp-caption-text">Bandwidth During Menu Sequence</p></div>
<p>Regarding CPU and memory: The memory footprint of the client held at about 25MB in the processes tab.  The client appears to play well with multiple cores and adjusted its process to average out of them(about 25% over each core). We also switched the affinity of the client to a single core to view the results.  It appears that running only 1 processor may put your PC to work.</p>
<div id="attachment_163" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.copyrunstart.net/wp-content/uploads/2010/11/onlive_cpu_4core.gif" ><img class="size-thumbnail wp-image-163" title="onlive_cpu_4core" src="http://www.copyrunstart.net/wp-content/uploads/2010/11/onlive_cpu_4core-150x150.gif" alt="" width="150" height="150" /></a><p class="wp-caption-text">Quad-core utilized during Menu/Gameplay</p></div>
<div id="attachment_164" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.copyrunstart.net/wp-content/uploads/2010/11/launch_onlive_affinity3.gif" ><img class="size-thumbnail wp-image-164" title="launch_onlive_affinity3" src="http://www.copyrunstart.net/wp-content/uploads/2010/11/launch_onlive_affinity3-150x150.gif" alt="" width="150" height="150" /></a><p class="wp-caption-text">Single core used for OnLive during Menu/Gameplay</p></div>
<p>The gameplay was fine.  Again, we were testing on the wi-fi beta (not that we actually consider this an excuse) and the gameplay was smooth for the most part.  The graphics were average, I wouldn't expect anything more at this point, because the service is so new.  It was definitely playable.  A few of the titles we sampled (free trials for 30 minutes!!!)  were Dirt 2, Red Faction: Guerrilla, and Just Cause 2.  All game were fun to play which meant that the service was not a show-stopper.  There were times when hick-ups were noticed or aiming with the mouse felt like it should've been more responsive or accurate - but it's hard to tell if its the service or the game itself.</p>
<p>We really recommend at least trying the service for yourself and we love this idea of bring PC and Mac gamers together on the same playing field.</p>
<p>Also, the company plans to release a console-like device that will include a gamepad.  We like where this is going, it's scary to think that when the internet is out - your games are gone with it <img src='http://www.copyrunstart.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><a href="http://www.onlive.com/service" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.onlive.com');">http://www.onlive.com/service</a></p>
<img src="http://feeds.feedburner.com/~r/Copyrunstartnet/~4/sj8HrooWPMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.copyrunstart.net/onlive-review-you-have-to-try-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.copyrunstart.net/onlive-review-you-have-to-try-it/</feedburner:origLink></item>
	</channel>
</rss>

