CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2005_express Tags:
Item Type: NewsGroup Date Entered: 10/23/2006 2:08:40 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 5 Views: 16 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
6 Items, 1 Pages 1 |< << Go >> >|
s.hendy
Asp.Net User
HTML Special Characters & VWD Intellisense10/23/2006 2:08:40 PM

0/0

Hi,

I'm hoping someone can help me.  I have only just recently switched to using Visual Web Developer 2005 Express Edition from Dreamweaver MX 2004 and I've noticed that when it comes to entering HTML special characters, I have no intellisense (that's intellisense, not intelligence, or at least I think it is).

For example, when I am in Dreamweaver MX 2004 (Code view) and I type "&" I then get the hint pop-up suggesting all the HTML special characers (&quot; &amp; &lt; etc...) but the same doesn't happen in VWD Source view.

I'm wondering if this is correct or if there is some setting that I can change so that I start getting hints for these characters.  I work with sites in Icelandic, so it'd be a real benefit if I could figure out a way to do this, without having to memorise all the special characters.

Thanks

mikepope
Asp.Net User
Re: HTML Special Characters &amp; VWD Intellisense10/23/2006 9:30:17 PM

0/0

Unfortunately, IntelliSense in Visual Web Developer does not extend to HTML character codings. :-(

 


-- Mike Pope

ASP.NET User Education

This posting is provided "AS IS" with no warranties, and confers no rights.

Mikhail Arkhipo
Asp.Net User
Re: HTML Special Characters & VWD Intellisense10/23/2006 9:30:18 PM

0/0

VS is fully Unicode. You can simply type in Icelandic (or in any language for that matter) and save page in UTF-8. As a matter of fact, VS will automatically save file in UTF-8 for you. This way you don't really have to use entities.
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
s.hendy
Asp.Net User
Re: HTML Special Characters & VWD Intellisense10/24/2006 10:43:10 AM

0/0

Shucks!  Thanks Mike.  I was afraid of that (one up for Dreamweaver I say...)
s.hendy
Asp.Net User
Re: HTML Special Characters & VWD Intellisense10/24/2006 11:00:42 AM

0/0

Thanks Mikhail, you're right - I had thought if I didn't use these entities, then my page wouldn't validate as correct HTML.  But the problem was Dreamweaver sets the following meta tag:

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

so they weren't validating.  When I removed this, they validated...  However, as I'm using an English keyboard, I do find it quicker to just use the prompted "&eth;" than try to remember the key codes which generate "ð" for example, or go through the hassle of having to keep changing my keyboad layout to Icelandic.  I just think it's a shame that VWD doesn't have intellisense for these entities when they have intellisense for everything else!

Mikhail Arkhipo
Asp.Net User
Re: HTML Special Characters & VWD Intellisense10/24/2006 3:57:46 PM

0/0

Charset meta is really not necessary if file is saved in UTF-8. UTF-8 files have special signature in the beginnging and browsers respect it and ignore charset information if UTF-8 signature is present in the stream. Also, remember that ASP.NET runtime ignores META tag, it does not look into charset specified there. It only looks at the file signature, if any present and into web.config fileEncoding attribute. Therefore, charset META is more or less useless when developing in ASP.NET.
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
6 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Visual Web Developer Team Blog : Visual Studio 2008 SP1 Beta @Mike: You'll get a basic level of IntelliSense for standard jQuery, but we still recommend using a version that has the special XML comments. ...
Inside Microsoft: Introducing Visual Web Developer in VS 2005 IntelliSense has now been enabled in HTML Source view, so even if you write ... Using the new syntax, the same result is achieved with fewer characters: ...
Introduction to Visual Web Developer Express,Web Pages, and Web Forms of special page directives. However, pages created with a Web Form ..... Open an IntelliSense list box for HTML by typing an open angle bracket (<). ...
Optimizing Code Syntax verification and Intellisense give proper hints to create compliant code. ... capitalization, special characters, white space, and so on. ...
NLog - Updated the installer to support VWD Express 2005. .... does proper CSV (comma- separated values) formatting (multi-line and special character quoting). ...
Excerpted from Professional Search Engine Optimization with ASP As you’ll learn, this is a general rule with regular expressions: when special characters need to be read literally, they need to be escaped with the ...
Blog for .NET Hunter Regular Expression Editor: For developers new to regular expressions, the mishmash of text and special characters can quickly lead to incomprehensible ...
.NET ASP - Bytes Site Map Problem with Intellisense in VWD 2008 Express · Where do I add Post Build Options ... Html code of child control on Update Panel doesnot appear at runtime . ...
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual ... instance, a string is a denoted by a start position and special character at the end of the string. When iterating through the characters of a string, ...
Foundation ASP.NET for Flash NET 2005, you’ll even notice that IntelliSense picks up on your typing the semicolon .... Special characters must be encoded with a % sign followed by their ...




Search This Site:










repository module and attributes

masterpage, table, iframe issues....

user permissions and roles...

2.0 - mac / other browser compatibility

rad editor help

modulesettings is a hashtable -- why?

dnn 2.1.2 dataprovider for c#

dropdown list selectedindexchanged event not working c#

comparison: cold fusion vs. asp.net

asynchronously load profile

role based authentication

cannot load type dotnetnuke.global

module content disappeared on all tabs

user control as a container

enterprise library + visual studio 2005 web application projects

is there any forum module pre-installed with dnn?

triggering forms auth manually

multiple controls/pages in a single module

new module: nsredirect...

can you include a blog from a different site?

how can we access the class of another package in visual studio 2005 using c#?

issue with asp.net and iis 6.0 - validation controls

search.aspx - add sub-category column

expand avatar when clicked

how to use simple authentication using stored usernames and passwords in web.config?

hybrid membership provider

coding on mac

overload function in class library not recognized

[links:1]

securityexception with godaddy. anyone know why?

 
All Times Are GMT