<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Getting jQuery Intellisense Functioning in Visual Studio 2008</title>
	<atom:link href="http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/</link>
	<description>Musings about Technology, Software Design and Development</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:36:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-687</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 23 Dec 2008 00:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-687</guid>
		<description>&lt;p&gt;thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-1934</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 23 Dec 2008 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-1934</guid>
		<description>thank you!</description>
		<content:encoded><![CDATA[<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-686</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 07 Nov 2008 17:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-686</guid>
		<description>&lt;p&gt;If I have an existing .js file I created that my project references, how can I get intellisense while working in that .js file within Visual Studio 2008?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If I have an existing .js file I created that my project references, how can I get intellisense while working in that .js file within Visual Studio 2008?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-1933</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 07 Nov 2008 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-1933</guid>
		<description>If I have an existing .js file I created that my project references, how can I get intellisense while working in that .js file within Visual Studio 2008?</description>
		<content:encoded><![CDATA[<p>If I have an existing .js file I created that my project references, how can I get intellisense while working in that .js file within Visual Studio 2008?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Bazinet</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-685</link>
		<dc:creator>Rob Bazinet</dc:creator>
		<pubDate>Thu, 30 Oct 2008 13:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-685</guid>
		<description>&lt;p&gt;@alex You need to use the file on your local development system, the Intellisense is only for development purposes.  Once you deploy you would remove the reference to the .js file and deploy.  &lt;/p&gt;
&lt;p&gt;If you happened to forget then it is really only some extra JavaScript which only Visual Studio uses and wouldn&#039;t really be a problem except for some extra client-side JS downloads.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@alex You need to use the file on your local development system, the Intellisense is only for development purposes.  Once you deploy you would remove the reference to the .js file and deploy.  </p>
<p>If you happened to forget then it is really only some extra JavaScript which only Visual Studio uses and wouldn&#8217;t really be a problem except for some extra client-side JS downloads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Bazinet</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-1932</link>
		<dc:creator>Rob Bazinet</dc:creator>
		<pubDate>Thu, 30 Oct 2008 13:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-1932</guid>
		<description>@alex You need to use the file on your local development system, the Intellisense is only for development purposes.  Once you deploy you would remove the reference to the .js file and deploy.  
If you happened to forget then it is really only some extra JavaScript which only Visual Studio uses and wouldn&#039;t really be a problem except for some extra client-side JS downloads.</description>
		<content:encoded><![CDATA[<p>@alex You need to use the file on your local development system, the Intellisense is only for development purposes.  Once you deploy you would remove the reference to the .js file and deploy.<br />
If you happened to forget then it is really only some extra JavaScript which only Visual Studio uses and wouldn&#8217;t really be a problem except for some extra client-side JS downloads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex grande</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-684</link>
		<dc:creator>alex grande</dc:creator>
		<pubDate>Thu, 30 Oct 2008 12:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-684</guid>
		<description>&lt;p&gt;I&#039;d use this but I have to place a JS file into my websites in order to see this? What if i forget to move it? I think I&#039;ll wait until VS can embed it without a client side script. Good first steps!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;d use this but I have to place a JS file into my websites in order to see this? What if i forget to move it? I think I&#8217;ll wait until VS can embed it without a client side script. Good first steps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex grande</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-1931</link>
		<dc:creator>alex grande</dc:creator>
		<pubDate>Thu, 30 Oct 2008 12:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-1931</guid>
		<description>I&#039;d use this but I have to place a JS file into my websites in order to see this? What if i forget to move it? I think I&#039;ll wait until VS can embed it without a client side script. Good first steps!</description>
		<content:encoded><![CDATA[<p>I&#8217;d use this but I have to place a JS file into my websites in order to see this? What if i forget to move it? I think I&#8217;ll wait until VS can embed it without a client side script. Good first steps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-688</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Tue, 28 Oct 2008 23:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-688</guid>
		<description>&lt;strong&gt;RE: Getting jQuery Intellisense Functioning in Visual Studio 2008&lt;/strong&gt;

&lt;p&gt;Pingback from ASP.NET MVC Archived Blog Posts, Page 1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>RE: Getting jQuery Intellisense Functioning in Visual Studio 2008</strong></p>
<p>Pingback from ASP.NET MVC Archived Blog Posts, Page 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Blog Post</title>
		<link>http://accidentaltechnologist.com/visual-studio/getting-jquery-intellisense-functioning-in-visual-studio-2008/comment-page-1/#comment-1935</link>
		<dc:creator>ASP.NET MVC Archived Blog Post</dc:creator>
		<pubDate>Tue, 28 Oct 2008 23:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/~rbazinet/?p=319#comment-1935</guid>
		<description>&lt;strong&gt;RE: Getting jQuery Intellisense Functioning in Visual Studio 2008&lt;/strong&gt;

Pingback from ASP.NET MVC Archived Blog Posts, Page 1</description>
		<content:encoded><![CDATA[<p><strong>RE: Getting jQuery Intellisense Functioning in Visual Studio 2008</strong></p>
<p>Pingback from ASP.NET MVC Archived Blog Posts, Page 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
