<?xml version="1.0" encoding="utf-8"?>
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xml:lang="en">
    <title>Life, Opportunity, and Development</title>
    <link rel="self" type="application/atom+xml" title="Life, Opportunity, and Development (Atom)" href="http://cyberkruz.vox.com/library/posts/tags/javascript/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="Life, Opportunity, and Development" href="http://cyberkruz.vox.com/library/posts/tags/javascript/page/1/"/>

    <link rel="service.post" type="application/atom+xml" title="Life, Opportunity, and Development" href="http://www.vox.com/services/atom/svc=post/collection_id=6a00c2251f2742604a00c2251f2743604a" />

    <link rel="service.subscribe" type="application/atom+xml" title="Life, Opportunity, and Development" href="http://cyberkruz.vox.com/library/posts/tags/javascript/atom.xml" />

    
    
    <link rel="last" type="application/atom+xml" title="Life, Opportunity, and Development" href="http://cyberkruz.vox.com/library/posts/tags/javascript/page/1/atom.xml" />


    <category term="javascript" scheme="http://cyberkruz.vox.com/tags/javascript/?_c=feed-atom" label="javascript" />

    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2008-04-07T09:40:59Z</updated>

    <author>
        <name>Matthew Kruskamp</name>
        <uri>http://cyberkruz.vox.com/?_c=feed-atom</uri>
    </author>

    <id>tag:vox.com,2006:6p00c2251f2742604a/tags/javascript/</id>

    <subtitle>[witty comment]</subtitle>


    
    <entry>
        <title>Intellisense for jQuery</title>
    
    
    
        <link rel="alternate" type="text/html" title="Intellisense for jQuery" href="http://cyberkruz.vox.com/library/post/intellisense-for-jquery.html?_c=feed-atom" />
    
        
        <link rel="service.post" type="application/atom+xml" title="Intellisense for jQuery" href="http://cyberkruz.vox.com/library/post/intellisense-for-jquery.html?_c=feed-atom#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="Intellisense for jQuery" href="http://www.vox.com/atom/svc=post/asset_id=6a00c2251f2742604a00f48cec20f30002" /> 
                <id>tag:vox.com,2008-04-07:asset-6a00c2251f2742604a00f48cec20f30002</id>
        <published>2008-04-07T09:40:31Z</published>
        <updated>2008-04-07T09:40:59Z</updated>
    
        <author>
            <name>Matthew Kruskamp</name>
            <uri>http://cyberkruz.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://cyberkruz.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            
             Post your methods for getting intellisense in jQuery. So far, this is the best I have found.   http://lancefisher.net/blog/archive/2008/02/12/intellisense-for-jquery-in-visual-studio-2008.aspx
        
    
                <p style="clear:both;">

    <a href="http://cyberkruz.vox.com/library/post/intellisense-for-jquery.html?_c=feed-atom#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00c2251f2742604a00f48cec20f30002?_c=feed-atom">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="javascript" scheme="http://cyberkruz.vox.com/tags/javascript/" label="javascript" />
    
    <category term="jquery" scheme="http://cyberkruz.vox.com/tags/jquery/" label="jquery" />
    
    </entry>

    
    <entry>
        <title>Calling C# Code from JavaScript</title>
    
    
    
        <link rel="alternate" type="text/html" title="Calling C# Code from JavaScript" href="http://cyberkruz.vox.com/library/post/calling-c-code-from-javascript.html?_c=feed-atom" />
    
        
        <link rel="service.post" type="application/atom+xml" title="Calling C# Code from JavaScript" href="http://cyberkruz.vox.com/library/post/calling-c-code-from-javascript.html?_c=feed-atom#comments" />
    
        <link rel="service.edit" type="application/atom+xml" title="Calling C# Code from JavaScript" href="http://www.vox.com/atom/svc=post/asset_id=6a00c2251f2742604a00e398da03df0004" /> 
                <id>tag:vox.com,2008-02-06:asset-6a00c2251f2742604a00e398da03df0004</id>
        <published>2008-02-06T20:27:23Z</published>
        <updated>2008-08-01T09:27:46Z</updated>
    
        <author>
            <name>Matthew Kruskamp</name>
            <uri>http://cyberkruz.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://cyberkruz.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
    
    
        
            
            
              Every once in a while people want to call their server-side code from JavaScript. I ran into this particular difficulty myself to find that many people online (including inside the msdn forums) say that this cannot be done. Well I hope it hasn&#39;t...
        
    
                <p style="clear:both;">

    <a href="http://cyberkruz.vox.com/library/post/calling-c-code-from-javascript.html?_c=feed-atom#comments">Read and post comments</a>

 | 

    
    <a href="http://www.vox.com/share/6a00c2251f2742604a00e398da03df0004?_c=feed-atom">Send to a friend</a>

</p>

                </div>
            ]]>
        </content>
    
    <category term="javascript" scheme="http://cyberkruz.vox.com/tags/javascript/" label="javascript" />
    
    <category term="c#" scheme="http://cyberkruz.vox.com/tags/c%23/" label="c#" />
    
    <category term="asp.net" scheme="http://cyberkruz.vox.com/tags/asp.net/" label="asp.net" />
    
    </entry>

</feed>


