Register  |  Login
 
 
Blog Archive Minimize
Print  
Dan's Books Minimize
Professional DotNetNuke 4.0
Shaun Walker, Patrick Santry, Joe Brinkman, Scott Willhite, Dan Caron, Scott McCulloch, Bruce Hopkins, Chris Paterra
Buy New $25.19

DotNetNuke ASP.NET Portals
Shaun Walker, Patrick Santry, Joe Brinkman, Scott Willhite, Dan Caron, Scott McCulloch, Bruce Hopkins
Buy New $26.39

Print  
  Minimize
Skin by Salaro
Print  
 
 
You are here :- Home
Dan's Blog Minimize
Author: Dan Caron Created: 10/17/2008 11:47 AM
This blog contains ramblings on software development and miscellaneous rants by Dan Caron.

I have been working a LOT with JavaScript lately - using ASP.NET AJAX. I had no problem getting intellisense to work in my .js files...all of the JavaScript API comes up like magic. But, if I have 2 .js files - and one references functions in the other - I could never figure out how to get that to work.

And now I have found how to do it.

http://weblogs.asp.net/scottgu/archive/2007/06/21/vs-2008-javascript-intellisense.aspx

You need to add a /// comment to the top of the external javascript library. This instructs Visual Studio to extend intellisense into that referenced javascript file.

Dan

I presented at the Western Mass .NET Users Group a couple weeks ago. The topic was ASP.NET AJAX - we had about 20 attendees and the presentation went very well. I am posting the presentation files on the downloads page.

Thanks to all who attended! See you next month!

Dan

Apparently I am getting old. I have been designing software for 14 years now, and spend nearly every minute of my work day on the Internet. How is it that I totally missed FaceBook all this time? I mean - I had heard of it - but I must be lacking in the social department because it had never occurred to me that I should be on FaceBook.

But now I'm on it, and it's cool. I have connected with people that I haven't seen in 20 years, and that is just priceless.

Dan

Print