<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shane Cotee's Blog</title>
	<atom:link href="http://www.shanecotee.com/blog/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.shanecotee.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 06 Nov 2011 18:17:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Kuler &#8211; The Ultimate Online Color Tool</title>
		<link>http://www.shanecotee.com/blog/?p=15</link>
		<comments>http://www.shanecotee.com/blog/?p=15#comments</comments>
		<pubDate>Sun, 06 Nov 2011 18:16:37 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=15</guid>
		<description><![CDATA[At some point along the road, nearly all of us will need (or want) to find a color that goes well with another color. Or maybe we need a whole group of &#8220;harmonious&#8221; colors. Enter Adobe&#8217;s Kuler color tool. Kuler uses Flash to help you create color schemes derived from a base color that you [...]]]></description>
			<content:encoded><![CDATA[<p>At some point along the road, nearly all of us will need (or want) to find a color that goes well with another color. Or maybe we need a whole group of &#8220;harmonious&#8221; colors. Enter <a href="http://kuler.adobe.com">Adobe&#8217;s Kuler color tool</a>.</p>
<p>Kuler uses Flash to help you create color schemes derived from a base color that you can specify yourself via Hexadecimal, RGB, and other color codes. Totally priceless when it comes to choosing colors in a web design. Plus, it&#8217;s free. Check it out: <a href="http://kuler.adobe.com">Adobe Kuler </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object doesn&#8217;t support property or method &#8216;fullCalendar&#8217;</title>
		<link>http://www.shanecotee.com/blog/?p=17</link>
		<comments>http://www.shanecotee.com/blog/?p=17#comments</comments>
		<pubDate>Sun, 06 Nov 2011 17:57:53 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[fullcalendar]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[telerik]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=17</guid>
		<description><![CDATA[I fought with this for a couple of hours today, while working in an ASP.NET MVC 3 application using Telerik MVC controls. It worked the last time I checked, and I was scratching my head as to why in the world it wouldn&#8217;t work with all of the proper scripts in place. The answer was [...]]]></description>
			<content:encoded><![CDATA[<p>I fought with this for a couple of hours today, while working in an ASP.NET MVC 3 application using Telerik MVC controls. It worked the last time I checked, and I was scratching my head as to why in the world it wouldn&#8217;t work with all of the proper scripts in place.</p>
<p>The answer was that my Telerik MVC UI Extensions were older than my FullCalendar, so the Telerik ScriptRegistrar was calling jQuery 1.5.1 after I had manually loaded 1.5.2 in the head of the document. I updated my Telerik controls and did some preventative maintenance to stop this from happening again. At the bottom of my Master page (before &lt;/body&gt;), I disabled Telerik&#8217;s ScriptRegistrar from managing jQuery anymore:</p>
<p><strong>&lt;%= Html.Telerik().ScriptRegistrar().jQuery(false).jQueryValidation(false) %&gt;<br />
&lt;/body&gt;</strong></p>
<p>Then I kept my traditional &lt;script&gt; calls to jQuery in the &lt;head&gt; section of the Master page. Everything is back to normal, and I can now get on with my life. Hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cookies Not Working in Firefox?</title>
		<link>http://www.shanecotee.com/blog/?p=16</link>
		<comments>http://www.shanecotee.com/blog/?p=16#comments</comments>
		<pubDate>Tue, 05 May 2009 00:26:43 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Misc Software]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=16</guid>
		<description><![CDATA[If you use Firefox and suddenly find yourself having to re-enter your username and password for websites that used to &#8220;remember&#8221; who you were, you might have encountered the same bug I just battled with for a while. Here&#8217;s the fix: For Windows Vista (and probably Windows 7) users, open My Computer and browse to [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Firefox and suddenly find yourself having to re-enter your username and password for websites that used to &#8220;remember&#8221; who you were, you might have encountered the same bug I just battled with for a while. Here&#8217;s the fix:</p>
<p>For Windows Vista (and probably Windows 7) users, open My Computer and browse to C:\Users\<em>[your username]</em>\AppData\Roaming\Mozilla\Firefox\Profiles\<em>[random characters]</em>.default . Make sure Firefox is closed and delete <strong>cookies.sqlite</strong>. I also deleted <strong>prefs.js</strong>, but that might have been unnecessary. Try it out and you should be good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mysterious World of Web Design&#8230; Explained</title>
		<link>http://www.shanecotee.com/blog/?p=14</link>
		<comments>http://www.shanecotee.com/blog/?p=14#comments</comments>
		<pubDate>Mon, 10 Mar 2008 04:43:28 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=14</guid>
		<description><![CDATA[After about eight years of building websites, I&#8217;ve decided to share a few tips and secrets that I wish I had known about earlier. It&#8217;s easy to become intimidated by the sheer volume of technology available in this field, so I figure I&#8217;d do my good deed and post a summary of what I&#8217;ve learned [...]]]></description>
			<content:encoded><![CDATA[<p>After about eight years of building websites, I&#8217;ve decided to share a few tips and secrets that I wish I had known about earlier. It&#8217;s easy to become intimidated by the sheer volume of technology available in this field, so I figure I&#8217;d do my good deed and post a summary of what I&#8217;ve learned about this monstrous topic.<span id="more-14"></span></p>
<p><strong>Section 1: XHTML and CSS</strong></p>
<p>For those who are total noobs when it comes to web design, the first step after learning basic computer skills is to become familiar with the rules of HTML and CSS. Take a college class from a reputable teacher to get the best start here. I was lucky enough to start learning HTML before CSS was widely used, so everything built up in a natural order as I mastered HTML and then moved to CSS and then server-side programming. Don&#8217;t let the massive amount of options in the latest CSS standard (CSS 2.1) throw you off before you really get to know the ins &amp; outs of HTML (and ultimately XHTML, which isn&#8217;t too far off from HTML &#8212; it just borrows some rules from XML and results in stricter, cleaner code). When you feel comfortable with the concepts of XHTML, you&#8217;ll be ready for the world of CSS, which will greatly simplify your life as an HTML coder.</p>
<p>Once you&#8217;re to the point of being able to create simple pages in simple text editors like Notepad, it&#8217;s time to move on to the professional level: Adobe Dreamweaver CS3. It may also be worth your while to take a class on Dreamweaver or at least look around for guides online and spend lots of time at the <a href="http://www.adobe.com/devnet/dreamweaver/">Dreamweaver Developer Center</a>.  Students can pick up Dreamweaver from various online vendors at quite a discount.</p>
<p><strong>Section 2: Graphics Design</strong></p>
<p>Ultimately, graphics design is almost as important as coding when it comes to websites. Let&#8217;s admit it &#8212; a website that looks like a Word document from 1993 is not going to make any company or organization look reputable.  You need to spend some serious time in Adobe Photoshop to get the hang of it and make a decision: Do you want to focus more on layout or code? You can do both for a while, but it&#8217;s much more efficient to split the work with at least one other person who balances out your skills. In my situation, I pay a talented designer create my web layouts, then I take care of everything els Even if you have a designer handling the Photoshop side of things, you need to be familiar with Photoshop to be confident you can (at least) make minor changes on your own. Look into a college class and/or online resources to get yourself up to speed on Photoshop CS3, which is also available at a huge discount to students.</p>
<p><strong>Section 3: Server-Side Programming</strong></p>
<p>You can only get away with copying and pasting the same website layout for multiple web pages for so long, until one day you find yourself editing 15 files to make a single change to the header or footer of every page (Dreamweaver&#8217;s Find And Replace can do wonders in that kind of situation, but don&#8217;t let that fool you). Or maybe you&#8217;ll be asked to create a custom page that a client can edit through a database of some sort. There are lots of examples like this where server-side code is a requirement. PHP is a great language to start with, because it&#8217;s a fairly simple language that isn&#8217;t as strict as others. It&#8217;s also open source, which means zero cost and tons of free tools and help available online. Dreamweaver makes a good PHP editor, but <a href="http://www.php-editors.com/">php-editors.com</a> has lots more info on that topic.</p>
<p>I don&#8217;t recommend ColdFusion, because it&#8217;s expensive and not very popular with many big companies for a variety of reasons.</p>
<p>The most powerful tool I&#8217;ve found for creating server-side code is ASP.NET. You can choose between VB.NET and C#.NET, and there are no problems with using both within one project. Microsoft Visual Web Developer Express Edition is a free, but thorough editing tool with a notable feature called Intellisense, which is a technology similar to what Dreamweaver uses when you&#8217;re typing code. A menu pops up with likely choices for what you&#8217;re about to type, and in the massive world of ASP.NET, it&#8217;s priceless. The downside is that the visual designer (think Design View in Dreamweaver) isn&#8217;t nearly as good as Dreamweaver, and the FTP side of things is super clunky.</p>
<p><strong>Section 4: Summary and Recommendations</strong></p>
<p>It takes a large investment of time to learn everything involved with Photoshop, XHTML, CSS, and a server-side technology. The toughest part for me was learning the ins and outs of ASP.NET, but the payoff is tremendous. If you decide to go the same route, you&#8217;ll have to choose between VB.NET or C#.NET first and foremost, and I recommend C#.NET for reasons I&#8217;ll not go into here. VB.NET may be easier to learn, but it&#8217;s not as thorough and won&#8217;t open your mind to Object-Oriented Programming (OOP) like C# can.</p>
<p>Here is the most efficient path I&#8217;ve found for creating high-quality, flexible websites:</p>
<ol>
<li>I&#8217;m not as much of a visual artist as I&#8217;d like to be, so I&#8217;ve partnered up with a graphics designer who has a knack for color harmonies and design theory. If you have to or want to handle this part yourself, take Design, Typography, and Photoshop classes. You&#8217;ll be making professional-grade designs in no time. Also visit <a href="http://kuler.adobe.com/">Adobe&#8217;s Kuler website</a> for an amazing shortcut to finding colors that work well together. Consider subscribing to <a href="http://www.bamagazine.com/">Before &amp; After Magazine</a> to learn tons of useful design ideas.</li>
<li>Learn Dreamweaver like the back of your hand. It&#8217;ll save you uncountable hours in the long run, even if you graduate to using Visual Web Developer or Visual Studio to create dynamic websites.</li>
<li>Learn PHP. It will come up some time in your career, and you&#8217;ll be glad you have at least a basic understanding of it on several levels. Most notably, it makes it easier to learn new languages afterwards, because it&#8217;s based on programming concepts that echo through nearly all of the main languages out there.</li>
<li>Learn C#, ASP.NET, and Visual Studio (a.k.a. Visual Web Developer). The learning curve is horrendous on this part, so consider taking some classes if they&#8217;re available. There were none available for me locally, so I bought lots of books and experimented my way into a decent comfort zone. And remember, there&#8217;s nothing wrong with running Dreamweaver and Visual Web Developer at the same time to work on one website &#8212; in fact, it could be the most powerful combination of development tools ever made.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Games to Windows Vista Business Edition</title>
		<link>http://www.shanecotee.com/blog/?p=13</link>
		<comments>http://www.shanecotee.com/blog/?p=13#comments</comments>
		<pubDate>Fri, 07 Mar 2008 05:07:26 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Video & Video Games]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=13</guid>
		<description><![CDATA[At first, I thought Vista Business Edition came with no games at all, being geared towards the work environment and all. Luckily for you Solitaire and Minesweeper fans out there, that&#8217;s not true. Here are the steps to bringin&#8217; the Windows games back: Start &#62; Control Panel &#62; Classic View (on the left-side menu) &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>At first, I thought Vista Business Edition came with no games at all, being geared towards the work environment and all. Luckily for you Solitaire and Minesweeper fans out there, that&#8217;s not true. Here are the steps to bringin&#8217; the Windows games back:</p>
<p>Start &gt; Control Panel &gt; Classic View (on the left-side menu) &gt; Programs and Features &gt; Turn Windows Features On or Off (on the left-side menu) &gt; and put a check mark in Games. Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Better Way to Play MKV Files on the PS3</title>
		<link>http://www.shanecotee.com/blog/?p=12</link>
		<comments>http://www.shanecotee.com/blog/?p=12#comments</comments>
		<pubDate>Tue, 04 Mar 2008 06:15:46 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Video & Video Games]]></category>
		<category><![CDATA[mkv]]></category>
		<category><![CDATA[mkv conversion]]></category>
		<category><![CDATA[mkv2vob]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=12</guid>
		<description><![CDATA[Since MKV2VOB has been updated, this post is obsolete. I can now recommend it for converting MKV files for the PS3. Download it at http://www.mkv2vob.com. More good news for Playstation 3 owners. While mkv2vob was a step in the right direction, I found another page that uses a new set of tools to accomplish the [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: maroon;">Since MKV2VOB has been updated, this post is obsolete. I can now recommend it for converting MKV files for the PS3. Download it at <a href="http://www.mkv2vob.com/">http://www.mkv2vob.com</a></span></strong>.</p>
<p>More good news for Playstation 3 owners. While mkv2vob was a step in the right direction, I found another page that uses a new set of tools to accomplish the same task with even better results (reliable seeking, more consistent conversions, etc.). Check it out at the <a href="http://boardsus.playstation.com/playstation/board/message?board.id=ps3media&amp;thread.id=96630">Playstation.com Forums</a>.</p>
<p>To simplify the process, here are the direct links to the files you&#8217;ll need:</p>
<ul>
<li><a href="http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-unicode-2.1.0-setup.exe">mkvtoolnix</a></li>
<li><a href="http://coreforge.org/frs/download.php/15/MKVExtractGUI-1.6.4.1.zip">MKVExtractGUI</a></li>
<li><a href="http://downloads.sourceforge.net/batchccews/h264info_alpha0021.zip?modtime=1204498508&amp;big_mirror=0">h264info</a></li>
<li><a href="http://www.smlabs.net/tsMuxer/tsMuxeR_1.2.9.zip">tsMuxeR</a></li>
</ul>
<p>Since these apps are updated constantly, I highly recommend you follow through the guide and visit each page individually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Express: Automated Backup Solution</title>
		<link>http://www.shanecotee.com/blog/?p=11</link>
		<comments>http://www.shanecotee.com/blog/?p=11#comments</comments>
		<pubDate>Tue, 26 Feb 2008 21:20:41 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Misc Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[sql express]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=11</guid>
		<description><![CDATA[Since the stripped-down Express version of SQL Server 2005 doesn&#8217;t include a tool to automate backups, I recently had to find a way to reliably backup my databases each day. Requirements: Microsoft SQL Server 2005 Express Edition Microsoft SQL Server Management Studio Express Windows Task Scheduler Some sort of text editor (of course) Backup Walkthrough: [...]]]></description>
			<content:encoded><![CDATA[<p>Since the stripped-down Express version of SQL Server 2005 doesn&#8217;t include a tool to automate backups, I recently had to find a way to reliably backup my databases each day.</p>
<p><em>Requirements:</em></p>
<ul>
<li><em>Microsoft SQL Server 2005 Express Edition</em></li>
<li><em>Microsoft SQL Server Management Studio Express</em></li>
<li><em>Windows Task Scheduler</em></li>
<li><em>Some sort of text editor (of course)</em></li>
</ul>
<p><span id="more-11"></span>Backup Walkthrough:</p>
<ol>
<li>Either skip to the <a href="#shortcut">shortcut</a> below, or specify your own backup script by preparing a normal (manual) backup in Management Studio Express. Right-click your database, highlight <strong>Tasks</strong>, then click <strong>Back Up</strong>. On the Back Up screen, look for the <strong>Destination</strong> section and click the <strong>Disk</strong> option. Then click <strong>Add</strong> on the right side. In the Destination window, click the elipsis (<strong>&#8230;</strong>) and browse to the folder you want to store the backup. Type a name for the backup file, and don&#8217;t forget to include &#8220;.bak&#8221; in the name you type, because it won&#8217;t be added automatically. This simplifies things quite a bit in the long run. For example, the resulting destination should look like &#8220;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\dbname.bak&#8221;. Clicking the <strong>Script</strong> button at the top of the<a title="shortcut" name="shortcut"></a><em>As a shortcut, you may also copy the script for a below, replace the three references to &#8220;dbname&#8221; with your database name, and save it as a .sql file:
<p></em>Full Backup, Retaining Previous Backups:<em></p>
<p></em><em>BACKUP DATABASE [dbname] TO  DISK = N&#8217;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\dbname.bak&#8217; WITH NOFORMAT, NOINIT,  NAME = N&#8217;dbname-Full Database Backup&#8217;, SKIP, NOREWIND, NOUNLOAD,  STATS = 10<br />
GO</em></p>
<p>(To overwrite all previous backups, change the &#8220;WITH NOFORMAT, NOINIT&#8221; part to &#8220;WITH NOFORMAT, INIT&#8221; &#8212; recommended for use at least once in a while to avoid massive backup sizes.)</p>
<p>Differential Backup:</p>
<p><em>BACKUP DATABASE [dbname] TO  DISK = N&#8217;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\dbname.bak&#8217; WITH  DIFFERENTIAL , NOFORMAT, NOINIT,  NAME = N&#8217;dbname-Differential Database Backup&#8217;, SKIP, NOREWIND, NOUNLOAD,  STATS = 10<br />
GO</em></li>
<li>Create a new text document in your backup folder. This will soon be the batch file that Windows Task Scheduler can run to create our backup(s).Put this code in the text document:<em>sqlcmd -S LOCALHOST\SQLEXPRESS -i <strong>dbname_backup.sql</strong> -o dbname_backup_log.txt</em>Replace <strong>dbname_backup.sql</strong> with your backup script&#8217;s file name and make sure the batch file and SQL file are in the same folder!</li>
<li>Save the text document as &#8220;sql_backup.bat&#8221; (include the quotation marks to force your text editor to save it as .bat and not .txt). Run the batch file to make sure your database is backing up correctly.</li>
<li>Go to Start &gt; Programs &gt; Accessories &gt; System Tools &gt; Scheduled Tasks. Double-click Add Scheduled Task, click Next, click Browse, then choose the batch file you just created. Choose your scheduled times and you&#8217;re good to go.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Easy FLAC &gt; WAV and WAV &gt; FLAC Conversion</title>
		<link>http://www.shanecotee.com/blog/?p=10</link>
		<comments>http://www.shanecotee.com/blog/?p=10#comments</comments>
		<pubDate>Sat, 26 Jan 2008 20:40:03 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Audio Recording]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[audio conversion]]></category>
		<category><![CDATA[flac]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[wav]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=10</guid>
		<description><![CDATA[If you ever need a quick way to convert a FLAC file to or from WAV, it couldn&#8217;t get any easier. Some genius created a super-simple frontend called FlacDrop for drag-and-drop FLAC encoding and decoding. Just unzip the program, run FlacDrop.exe, and drop your FLAC or WAV file(s) into the small program window. That&#8217;s it. [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever need a quick way to convert a FLAC file to or from WAV, it couldn&#8217;t get any easier. Some genius created a super-simple frontend called FlacDrop for drag-and-drop FLAC encoding and decoding. Just unzip the program, run FlacDrop.exe, and drop your FLAC or WAV file(s) into the small program window. That&#8217;s it. You can access the program&#8217;s options by right-clicking in the window.</p>
<p>You can find FlacDrop on <a href="http://flac.sourceforge.net/download.html">SourceForge&#8217;s FLAC page</a> and many other lossless audio sites.</p>
<p>I found this out when preparing my music for a high-fidelity music download service called <a href="http://www.musiczeit.com/">MusicZeit</a>. Highly recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Ambient/Electronic Samples on MySpace</title>
		<link>http://www.shanecotee.com/blog/?p=9</link>
		<comments>http://www.shanecotee.com/blog/?p=9#comments</comments>
		<pubDate>Fri, 25 Jan 2008 22:47:32 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Audio Recording]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[ambient]]></category>
		<category><![CDATA[chill]]></category>
		<category><![CDATA[electronic]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=9</guid>
		<description><![CDATA[No software-fixing advice this time&#8230; Today I added six song excerpts to my Entide MySpace page. Check them out and keep in mind the album will be for sale online in the next couple of days. More info at Entide.com.]]></description>
			<content:encoded><![CDATA[<p>No software-fixing advice this time&#8230; Today I added six song excerpts to my <a href="http://www.myspace.com/entide">Entide MySpace</a> page. Check them out and keep in mind the album will be for sale online in the next couple of days.</p>
<p>More info at <a href="http://www.entide.com">Entide.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for Vista&#8217;s USB Driver Bug</title>
		<link>http://www.shanecotee.com/blog/?p=8</link>
		<comments>http://www.shanecotee.com/blog/?p=8#comments</comments>
		<pubDate>Sat, 19 Jan 2008 22:57:12 +0000</pubDate>
		<dc:creator>Shane Cotee</dc:creator>
				<category><![CDATA[Misc Software]]></category>

		<guid isPermaLink="false">http://www.shanecotee.com/blog/?p=8</guid>
		<description><![CDATA[Sometimes when plugging in a flash drive, an old USB mouse, or similar devices, Vista can&#8217;t find the drivers in its own driver store and begins searching online. The process takes a while and is usually a waste of time. There are two ways around the problem, but I believe any permanent solution is up [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes when plugging in a flash drive, an old USB mouse, or similar devices, Vista can&#8217;t find the drivers in its own driver store and begins searching online. The process takes a while and is usually a waste of time.</p>
<p>There are two ways around the problem, but I believe any permanent solution is up to Microsoft (Vista SP1, please?).</p>
<ol>
<li>Cancel the &#8220;New hardware found&#8221; wizard, right-click My Computer, choose Manage, and click Device Manager. Find the device(s) with a yellow error icon, right click, and choose Update Driver. Tell it to look in C:\Windows\System32 and include subfolders. The driver should install fine. If not, look to the manufacturer to find the driver software. This is a quick fix, but the problem is likely to occur again the next time you plug the device in.</li>
<li>Click Start, then choose Run. type &#8220;C:\Windows\inf&#8221; and hit Enter.<em>As a side note, you&#8217;ll need to tell Windows Explorer to show hidden files, if you haven&#8217;t already done so. Inside any Explorer window (such as the one that was just opened), hit Alt on the keyboard to bring up the classic Windows menu, click Tools, then Folder Options. Go to the View tab and change the &#8220;Hidden files and folders&#8221; option to &#8220;Show hidden files and folders.&#8221;</em><br />
Scroll down to INFCACHE.1. We need to delete the file, but the Users group doesn&#8217;t have permission to delete it by default. Right-click INFCACHE.1 and choose Properties. Go to the Security tab and click the Users group, then click Edit. Add Modify permissions and click OK. A confirmation box will appear about changing permissions on a system folder, on which you can safely click Yes. Click OK on the Security page and delete the file.Though this isn&#8217;t necessarily a permanent fix, it seems to help with a lot of Vista driver issues that I&#8217;ve run into.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.shanecotee.com/blog/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

