-
|
Scalable Vector Graphics (SVG) is W3C standard language for describing two-dimensional vector and mixed vector/raster graphics in XML. Firefox 3+, Opera 9+ and Safari 3+ support SVG rendering. Unfortunately, Internet Explorer 8 does not support SVG natively Read More......( read more ) Read More...
|
-
|
Below is a tip/trick I twittered via my Twitter account earlier today. A number of people seemed interested in – so I thought i'd blog it here too. HTML Navigation Bar in VS 2008 By default, when you are in HTML source-editing mode with VS 2008 and Visual Web Developer 2008 Express edition there is a set of drop-downs that are rendered immediately above the HTML text editor view: This set of drop-downs is called the "Navigation Bar", and in the VS 2008 HTML editor they allow you to navigate between functions and methods defined within the HTML. These include both JavaScript client-side functions defined inline within the .aspx/.html file, and server-side methods defined in-line within the .aspx file when in single-file...
|
-
|
Creating a Web Application Project was possible only in VS standard SKU and above in VS 2008. But with VS 2008 SP1 we went ahead and added support for WAP and class libraries in Visual Web Developer Express edition SP1. You can now create WAPs by going Read More......( read more ) Read More...
|
-
|
Master page for a Web form can always be set manually in the source code, but here is an option to select the master page while create the webform using the 'Select a Master Page' dialog. The path to select a Master page using the 'Select Read More......( read more ) Read More...
|
-
|
When trying to view a list in datasheet view, sometimes you get the following error: " The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, your browser does not support ActiveX controls, or support for ActiveX controls is disabled. " Well.. the first thing you should test is if activeX is in fact enabled in your browser.. second thing.. if you’re running the correct version of Office.. to use datasheet view you need access 2003 or 2007 installed on your machine. But, if you’re searching for this here you probably already checked those things.. so let’s go to the next level: Open regedit and let’s edit windows registry...
|
-
|
You can use the Rearrange Commands dialog box to do this. To get there: Launch the Tools->Customize dialog. Now select the Commands Tab. Click on the Rearrange commands… button, and this will launch the dialog that will help you with arranging your Read More......( read more ) Read More...
|
-
|
argh.. I always forget how to do this… IIS 6 - cscript C:\Inetpub\AdminScripts\adsutil.vbs set /w3svc/ <SiteId>/ SecureBindings ":443: <HostHeader> " IIS 7 - appcmd set site /site.name: <SiteName> /bindings.[protocol='https',bindingInformation='*:443:'].bindingInformation:*:443: <HostHeader> you can find “appcmd” in the c:\windows\system32\inetsrv folder and why should I want to do this? This is for cases when you have a wildcard certificate (a SSL certificate valid for an entire domain: *.domain.com) and you want to set up several websites on the same server to use this certificate, all of them listening in the default port ( 443 ). see ya folks =) Read More...
|
-
|
Visual Web developer 2008 SP1 supports multiple selection of controls on your designer using Ctrl+Click . You can see that the designer: Displays the primary selected control with a white tab. Button3 in the image below. Enable you to set property for Read More......( read more ) Read More...
|
-
|
As you are developing your site, you may want to start at a particular page for testing your web site. By defaults, when you start debugging, Visual Studio runs the page that was currently in focus in your designer. If you set this page, Visual web Developer Read More......( read more ) Read More...
|
-
|
Following steps highlight how a Visual Studio 2005 Web application project can be migrated to Visual Studio 2008. Take backup of the original project Open Visual Studio 2008 Click File -> Open Project and browse to the folder to open the project You will receive the following conversion wizard to help you convert the solution or project to the current version. Click Next. Select Yes on this screen if you want the wizard to help you to take the backup, otherwise select No and Click Next. Be sure...( read more ) Read More...
|