Top ASP.NET Items

Browse by Tags

All Tags » CSS (RSS)
Download four free sample chapters from Visual Web Developer book
Some time ago Jim Cheshire wrote a book on VWD 2008 and recently book publisher kindly allowed us to provide four chapters as free downloadable PDF files. The following chapters are available: Creating Web sites Creating and Managing CSS Styles Applying CSS to Web Forms Debugging ASP.NET Applications You can find link to download at VWD section on ASP.NET Web site (look for Visual Web Developer Books section at the right side) or download ZIP file directly from here . We hope you will find them useful. - Mikhail Arkhipov Read More...
querySelectorAll on old IE versions: something that doesn’t work
In today’s post, I’m going to show an interesting technique to solve a problem and then I will tear it to pieces and explain why it is actually useless. I believe that negative results should also be published so that we can save other people from wasting time trying the same thing. So here goes… A few days ago, a post on Ajaxian proposed a new version of a somewhat old technique to implement querySelectorAll on old versions of IE, using the browser’s native CSS engine. That sounds like a great idea at first, and the hack is quite clever. The idea is to dynamically add a CSS rule to the document that has the selector that you want to evaluate, and an expression that adds the matched elements to a global array. When I read this, it reminded me...
Glimmer: visually build jQuery animations and stuff
If you’re still intimidated by jQuery or DOM manipulation in general, if you need to quickly build web animations, if you’re more a designer guy, if you think tooling makes sense, or a combination of the above, you should probably check out Glimmer . In a nutshell, Glimmer is a visual tool that builds HTML animations, menus, tooltips on jQuery. It builds all the code you need (HTML, CSS and JavaScript with jQuery) at the click of a button. Check it out! http://visitmix.com/Articles/Glimmer-a-jQuery-Interactive-Design-Tool Read More...
New series of video tutorials on Visual Web Developer Express 2008
We have started a new series of video tutorials on Visual Web Developer Express 2008. Over the course of next few weeks we will be adding many more videos to this series . These video tutorials will range in complexity from beginner to intermediate and will help Web developers build everything from simple Web applications to full featured Web solutions that incorporate Silverlight as well as third-party libraries like jQuery. To view these video tutorials and other helpful content like recent and must read blog posts visit the Visual Web Developer Express section http://www.asp.net/vwd/ . Read More...
CSS isolation: there has got to be a better way
CSS can be a tricky thing. I’m trying to do something that I think should be pretty simple. Let’s say a page contains a section (e.g. an admin panel) that must be styled independently from the rest of the page, but consistently and predictably. The DOM and CSS for the main part of the page is undetermined (e.g. because it’s part of a user-defined theme). Of course, you could use iframes, which are about the only isolation mechanism in HTML but we can’t do this here because iframes are quite rigid in shape (they are rectangles), they make scripting the DOM more difficult and they pretty much require an additional round-trip to the server to serve their contents. The real problem to solve here is that if the main CSS for the page defines very...
Checkout Tip#13 to Tip#23 on our Tips and Tricks blog
Latest on Tips and Tricks Blog. Tip #13: Did you know... How to get the browser agent using ASP.NET Ajax ? Tip #14: Did you know…How to enable debugging of your Web Site? Tip #15: Did you know... How to use tracing with ASP.NET Ajax? Tip #16: Did you know… How to change the default format settings for CSS Editor? Tip #17: Did you know... How to remote debug WAPs that are using IIS? Tip #18: Did you know…How to absolute position controls on copy paste or drag drop from Toolbox? Tip #19: Did you know…How to set the default view to Design view? Tip #20: Did you know… How to change WAP to use an IIS Web server? Tip #21: Did you know...How to set a fixed port for the Developer Web Server? Tip #22: Did you know…How to improve performance of Page and...
Checkout Tip#10, Tip#11, Tip#12 and Tip#13 on Tips and Tricks blog
Here are four new tips on Tips and Tricks Blog. Tip #10 Did you know… Visual Web Developer 2008 has a New Style Builder Dialog? Tip #11 Did you know… New Style builder can be invoked from various other tool windows in Visual Web Developer. Tip #12: Did you know..How to create an IIS Virtual Directory from within Visual Web Developer? Tip #13: Did you know... How to get the browser agent using ASP.NET Ajax ? Have a nice weekend! Reshmi Mangalore SDET, Web Development Tools Read More...
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...
Visual Studio 2008 SP1 Beta
Visual Studio 2008 SP1 Beta is now available! You can download it here . In SP1, we have added some new features as well as many bug fixes. In this blog post I’ll attempt to give an overview of the features as well as some of the key issues the Visual Web Developer team has addressed so far in the service pack. New Features : Class Libraries and Web Application Projects in Express Visual Web Developer 2008 Express Edition now has support for Class Libraries and Web Application Projects. This enables you to leverage features only available in Visual Studio Standard and above before, including project-to-project references and the web application project build system. To create one of these projects, you can simply go to File > New Project...
Absolute and relative positioning in Visual Web Developer 2008 designer
Design view in Visual Studio and Visual Web Developer Express 2008 provides several tools that help with absolute and relative positioning of controls. I'd like to describe how do they work and what kind of visual hints the designer provides. How do I set my control position to absolute? Use Format | Position menu: Unfortunately, because of a bug, the menu is disabled for <span> and <a> based controls. To enable the menu, add style="display:block" to labels or hyperlinks. This will be fixed in the next service pack. You can then use the Position dialog to set positioning mode: In most cases you'll want absolute positioning . After setting the position you should be able to move the control around. There are two...
More Posts Next page »