<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/11/visual-studio-2008-rich-intell.html" />
  <link rel="self" type="application/atom+xml" href="http://www.insideria.com/atom.xml" />
  <id>tag:www.insideria.com,2009://34/tag:www.insideria.com,2008://34.34053-</id>
  <updated>2009-11-16T15:25:53Z</updated>
  <title>Comments for Visual Studio 2008: Rich IntelliSense for jQuery (http://www.insideria.com/2008/11/visual-studio-2008-rich-intell.html)</title>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
  <entry>
    <id>tag:www.insideria.com,2008://34.34053</id>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/11/visual-studio-2008-rich-intell.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.oreilly.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=34/entry_id=34053" title="Visual Studio 2008: Rich IntelliSense for jQuery" />
    <published>2008-11-07T14:00:00Z</published>
    <updated>2008-11-06T23:42:29Z</updated>
    <title>Visual Studio 2008: Rich IntelliSense for jQuery</title>
    <summary>Last week, Microsoft released Rich IntelliSense for jQuery for Visual Studio 2008.  This will also work for Visual Web Developer 2008 Express.  This comes a month after the anouncement that jQuery will be shipping with future releases of VS 2008, making jQuery the official JavaScript framework for developing .NET AJAX applications.</summary>
    <author>
      <name>Jeremy Bierly</name>
      
    </author>
    
    <category term="Blogs" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
      <![CDATA[<p>Last week, Microsoft released <a href="http://blogs.msdn.com/webdevtools/archive/2008/10/28/rich-intellisense-for-jquery.aspx">Rich IntelliSense for jQuery</a> for Visual Studio 2008.  This will also work for Visual Web Developer 2008 Express.  This comes a month after the anouncement that <a href="http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx">jQuery will be shipping with future releases of VS 2008</a>, making <a href="http://jquery.com/">jQuery</a> the official JavaScript framework for developing .NET AJAX applications.</p>

<p>For .NET UI developers, this news should be pretty welcome.  With .NET AJAX and jQuery, front end developers can build .NET applications without the need for .NET Page Controls and can use jQuery's AJAX API to communicate to the back end of the application, be it WCF (Windows Communication Foundation) or Web Services.</p>

<p>jQuery is one of the best light weight JavaScript frameworks for decreasing the size and complexity of your JavaScript.  Along with Prototype, it has become a great option for developers looking to build their own components in friendly HTML and clean CSS.</p>

<p>jQuery is a great option for building HTML based RIAs, as the <a href="http://ui.jquery.com/">jQuery User Interface Library </a>add on is also relatively light and very powerful.</p>

<p>I've been a UI Engineer on a team working on a .NET AJAX application for the last several months and have found coding friendly HTML and clean CSS is one of the keys to our success.  We have almost exclusively used HTML for the project and have only used .NET Page controls on a few occasions.</p>

<p>jQuery is a great framework for CSS developers as the CSS Selector is a <a href="http://docs.jquery.com/DOM/Traversing/Selectors">very important part of jQuery</a>.</p>

<p>I'm going to spend the next few weeks looking into moving an ASP.NET AJAX site built using the <a href="http://www.prototypejs.org/">Prototype JavaScript framework </a>and <a href="http://script.aculo.us/">Scriptaculous library</a> to jQuery and jQuery UI.  In future posts I'll talk about the experience, both the successes and failures.</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.34053-comment:2046401</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.34053" type="text/html" href="http://www.insideria.com/2008/11/visual-studio-2008-rich-intell.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/11/visual-studio-2008-rich-intell.html#comment-2046401" />
    <title>Comment from Godwin on 2008-11-17</title>
    <author>
        <name>Godwin</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Any idea about how I can get similar intellisense to work with prototype javascript framework??</p>

<p><br />
Thanks</p>]]>
    </content>
    <published>2008-11-17T15:50:12Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.34053-comment:2061742</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.34053" type="text/html" href="http://www.insideria.com/2008/11/visual-studio-2008-rich-intell.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/11/visual-studio-2008-rich-intell.html#comment-2061742" />
    <title>Comment from Surjit Singh Dadhwal on 2009-06-03</title>
    <author>
        <name>Surjit Singh Dadhwal</name>
        <uri>http://surjitdadhwal.blogsopt.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://surjitdadhwal.blogsopt.com">
        <![CDATA[<p>Hi,</p>

<p>I have directory structure like:<br />
JS<br />
    JQuery<br />
        -jQuery.js<br />
         Plugins<br />
            -menu.js</p>

<p>using /////  <br />
in menu.js file (at top) and then using<br />
<br />
gives error that $ is undefined.</p>

<p>/// is not picking up jQuery functions. Please tell what can be the reason?</p>

<p>Surjit Dadhwal</p>]]>
    </content>
    <published>2009-06-04T06:30:21Z</published>
  </entry>

</feed
