in

ASP.NET Weblogs

This Blog

Syndication

Top ASP.NET Items

Browse by Tags

All Tags » JScript (RSS)
  • Catch our team at TechEd 2008 - Orlando.

    Every year we send a team to TechEds to meet you, our customers. They will be at the event site from 8.30 AM to 6.00 PM to answer your questions from June 3rd to June 6th. This time we have the following representatives at TechEd. ASP.NET Team: Kathy Carper, Scott Hunter, Simon Calvert, Clay Compton, Konst Khurin, Mark Rosenberg and Robert Boedigheimer Web Development Tools Team: Barry Tang, John Dundon, Vinaya Bhushana Gattam Reddy and Vishal Joshi So come talk to them and find out more about what our team has to offer. Also, watch out for a demo from Simon and Vishal on the Newest features in ASP.NET and Microsoft Visual Studio 2008 Web Developer . The session time and code is as mentioned below. Session code: WUX306: A Lap Around the Newest...
  • Introducing JScript Formatting in VS 2008 SP1

    Colorization, validation, IntelliSense, and formatting comprise the core of any modern editor. With VS 2008 SP1, we are completing the core JScript editor by introducing code formatting. Additionally, we have promoted JScript to a dedicated node in “Tools Options” providing a clean separation from the HTML “Tools Options”. We realize many folks have been waiting for this feature and we’re excited to be able to finally provide it. We’re using “beta” period to fine tune the feature for final release. Thus, we would love to hear any feedback you have. There are two areas in particular I’d like to highlight: Correctness – It goes without saying that code integrity is of highest priority. We’ve done extensive testing to make sure nothing beyond the...
  • JScript Debugging: Made easy with IE8

    The feature I'm most excited about in Internet Explorer 8 Beta 1 is ironically one you might not notice at all. Problem If you're reading this, you probably know (and are still untangling the double-negative logic of) the "Disable script debugging" option in IE. Say you just spent 10 hours debugging script. It's time for a break. You read your favorite blog. Suddenly, you are presented with: Needless to say, you probably did not "wish to debug" the rest of the world's script... especially after a day of debugging your own. But you hesitate to uncheck the option because you know you're going to need it again tomorrow. Solution IE8 now enables debugging on-demand. Thanks to a feature we tucked into VS2008...
  • Webcast: New Enhancements for Web Developers in VS 2008

      Wanted to update you on a upcoming web cast that I am doing in support of Visual Studio 2008 launch event... Title : New Enhancements for Web Developers in VS 2008 Date/Day: Tuesday, February 26th 2008 Time: 11am to 12:30pm Pacific Standard Time (PST) Description :Get an overview of how Visual Studio 2008 takes web development to the next level. See highlights of the key new Web tools experiences in the Visual Studio 2008 product including support for multi-Targeting,  JavaScript enhancements, rich support for CSS standards, rapid development of data-bound web pages using LINQ To SQL, and more. Also learn about the new Web Application Project and Web Deployment Project enhancements to Visual Studio which adds an alternative Web application...
  • JScript IntelliSense: Working with jQuery

    We have good news for jQuery fans. The hotfix we released today fixes a bug in IntelliSense where it would fail with jQuery. Any page with jQuery should just work now. While experimenting with this new-found functionality today, I found annotating the library with a few XML Doc Comments really made a big difference. The key is to add a return type of "jQuery" like this: Here's some jQuery chaining with IntelliSense: There were only a few functions that (due to the way they were declared) were not able to be annotated. Special thanks to Brennan where I borrowed the comments from. If anyone will be making a fully annotated version of jQuery, I'd be happy to post a link to it from here. Jeff King Program Manager Visual Studio Web Tools Read More...
  • JScript IntelliSense: Handling Errors

    I often get the question “Why isn’t IntelliSense working?”. The most common cause is an error in one of the referenced scripts. If there was an IntelliSense update error, the status bar will tell you. Given this situation, the Error List will complement the status bar with one of two messages. Error Message 1: A script failed to execute… This type of error is commonly caused by either a syntax error, calling a member that doesn’t exist, or an infinite loop. The filename/source is provided to help you debug. After the script error is fixed, IntelliSense will automatically retry. Note: I’ve noticed the line number to be off by 1; we’ll be fixing that. Error Message 2: Something more serious… In rare occurrences, our execution/analysis engine Read...
  • Visual Web Developer 2008 Express Edition available for download

    I'm glad to announce that Visual Web Developer 2008 Express Edition has officially shipped, and is now available for immediate download . Here is a quick summary of some of the great new capabilities in this release: Tools to Design Web Pages Use the new Split View pane which shows both the visual designer as well as the corresponding markup Build CSS enabled pages with the new Manage Styles and CSS Properties windows to easily design, preview, and apply CSS styles to your Web page Build JavaScript and AJAX-enabled applications more easily with improvements to JavaScript IntelliSense and debugging and built-in support for ASP.NET AJAX Download the free AJAX Control Toolkit which includes over 30 AJAX controls including rounded corners, drop...
  • Better Javascript intellisense with Silverlight 1.0

    If you are using Visual Studio 2008 Beta 2, and are building applications for Silverlight using Javascript, there is a cool project from Justin-Josef Angel , which I recommend checking out. Using Justin's library and Visual Studio 2008 Beta 2, one can get much richer Javascript intellisense experience for Silverlight. Below is an example of the additional intellisense information Justin's library provides: VS 2008 javascript intellisense for Silverlight w/o Justin's Library VS 2008 javascript intellisense for Silverlight with Justin's Library: For more details about his project and how to use it, check out Justin's blog . --Omar Khan Group Program Manager Visual Studio Web Tools Read More...
  • Workaround for Beta 2 JavaScript IntelliSense and Colorization Issue

    We have discovered that in a very limited number of setup scenarios of Visual Studio 2008 Beta 2, Jscript IntelliSense and Colorization may not work property after installing the product. You will get no IntelliSense in JavaScript code, and all JavaScript code will appear black (i.e., colorization of keywords will be missing). The image below shows how the code would appear if this issue occurs: The same issue will affect JavaScript code in your HTML and ASPX pages. The issue is caused by the Jscript engine not being registered properly during the installation of Visual Studio. There is an easy workaround for this installation issue that will restore full functionality of Jscript IntelliSense. To fix the problem, you will need to modify two...
  • New web features in Visual Studio 2008 Beta 2

    You may have heard by now that Visual Studio 2008 Beta 2 is available for public download. I wanted to take a minute to highlight some of the new web developer features that we've added since Beta1: Design view support for configuring AJAX Extenders If you are using the AJAX control toolkit for .NET 3.5, or have built your own AJAX extenders, and you add them to the toolbox, Visual Studio 2008 now allows you to configure them visually. In addition Visual Studio will show extender properties in the property grid when viewing properties of a control once it has been extended. JScript syntax validation Visual Studio now has basic syntax validation for Javascript code. The editor will now squiggle known syntax problems with a red underline, and...
More Posts Next page »