Should I use reserved characters?

Hi
I am relatively new to HTML and ASP and have been asked to help update intranet and website pages for a company who very suddenly found themselves without a web developer. I took pages that are currently on the website and changed the content to show the new press release. Everything works absolutely fine in various browser, various versions of browsers and operating systems. The one thing that worries me is I did not use reserved characters anywhere, where I noticed the previous web developer did. Should I have used them or is it not needed anymore as browsers have changed? Is it may be needed for software used by the visually impaired?
Examples of where she used it:
New Zealand - I just used New Zealand
“ and ” - where I just used " "
Any help would be much appreciated!

The quote characters you are describing are the "curly quotes" or the ones that look like two commas look as opposed to "dumb quotes" which look like double straight lines.
I'm a big fan of dumb quotes because all browsers will show them -- even very old browsers. Lots of people freely copy and paste from Microsoft's Word (which is automatically set to use "smart quotes" or "curly quotes") and they'll see Microsoft's Internet Exploder render them correctly, while other browsers will show a diamond with a question mark in their place. This starts to get really ugly in a website when you look at it in Apple's Safari or in Mozilla's Firefox. So I tend to specify the dumb quotes and will take great pains in my code to put them in (and keep Dreamweaver from setting up the curly quotes).
These extended characters as defined by the W3C are mandatory and I prefer to carefully add them using search and replace. The biggest offender is the ampersand character because that initiates an extended character in modern XHTML code and there is an old US telephone company that uses that in their name. Dreamweaver CS3 didn't notice that I was trying to use the ampersand character and simply put that character into the text. I got problems with the W3C validator, despite the fact that every browser I looked at rendered the ampersand correctly.
So I have become very protective about quotes, choosing to mostly not use them (dumb or smart) and, instead, to use styles to indicate when someone is being quoted, like an indent or a paragraph style that is italic or a different color or typestyle.
But your answer is you must. And this is where Dreamweaver's Find and Replace can be your friend. If you do your searches for characters that need to be expressed differently in the source code itself, you'll find it most helpful.

Similar Messages

  • Should I use escape even when I can enter Unicode characters directly

    Unicode escape sequence - what is its purpose?
    Should I use it even when I can enter Unicode characters directly using a text editor?

    Then how does it fit into the I18n concept which provides for sending out text files with text strings for translation?
    How one will translate escapes?

  • How Can i use scandinavic characters as Cookie Variable

    Hi
    I am getting some exception while trying to create cookies for name with like � or � scandinavic characters characters.
    it gives me follwing exception
    java.lang.IllegalArgumentException: Cookie name esbc_browser.sepi�tte is a reserved token
    at javax.servlet.http.Cookie.(Cookie.java:185)
    at com.nipuna.esbc.common.GenerateCookieFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at com.nipuna.esbc.common.PurchaseCheckFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    I tried to login as username having those characters.
    So if you have any alternate use of those characters, Please let me know.

    I think cookie name can only be in the ASCII range. So should only use ASCII or do some sort of URL encoding

  • When am I sopposed to use capital characters in the select query?

    I am using worksheet to do some query to the oracle 9i, sometimes, I must use the capital character, small characters does not work, when should I use the capital? for example,
    select * from dba_indexes where owner = 'USER1' is working
    select * from dba_indexes where owner = 'user1' is not working
    why is that?

    user8117130 wrote:
    I am using worksheet to do some query to the oracle 9i, sometimes, I must use the capital character, small characters does not work, when should I use the capital? for example,
    select * from dba_indexes where owner = 'USER1' is working
    select * from dba_indexes where owner = 'user1' is not working
    why is that?Rule 1) Stuff outside the quotes will be converted to upper case automatically.
    Rule 2) Stuff inside the quotes is taken literally (exactly the way you provide it).
    Rule 3) When puttng stuff inside the quotes, you need to be aware of what you are looking for.
    In this case you are looking for the contents of the owner column. And the owner column is part of the dictionary. The rule for dictionary contents is simple - it's always uppoer case unless the developer was foolish enough to force it into mixed case by overriding Rule 1).

  • Should I use .INI or .XML config files on cRIO?

    I'm looking to make a configuration file for an application running on a cRIO-9022. It will contain a small amount of configuration data (like numeric offsets, file paths, and IP addresses). I have 2 questions:
    1) Which file format should I use (.ini or .xml)? I have used .INI in the past because it is human readable/configurable with notepad, but it seems like .xml is becoming the new standard
    2) I would like to be able to modify config parameters on the PC that connects to the cRIO. What is the best way to modify the config file if it is stored on the cRIO hard disk (FTP the file to PC, make changes, FTP back? Network Streams?)
    --CLD--
    LV 6.1, 8.6.1, 2011 SP1, 2012 SP1

    JimMacD wrote:
    Thanks for the info.
    Any clever ways of accessing and changing the Config File data from a LV application running on a PC that doesn't require manually editing the file? I want the operator to just be able to click a button that says "cRIO Config", open a dialog, and change the values from there.
    uhm.... Yes!
    In This Post I show a bit of my hand on just exactly what I keep in a ini.config file (wel,l 1 section of a config file)  It would be nearly idiotic of me to not provide a Config editer since there are numerous Enum type defs in the delimited value for each key.  so since I, as the developer, know what sections (and possibly keys) are there I can read the file and load them to indicators on a config editor GUI.
    I've actually done this two ways-
    1) a seperate app that only "admin Engineers" know the location of "Launch Config editor.exe.
    2) In the application referanced above I have a button that opens a MODAL panel to edit the file (remember- I know what is in the file).   Users need permissions (Users- Passwords and permissions are kept in a config file, of course!) to even display the "Edit Sequence" button. but the "super user" can edit the step parameters. 
    HINT: one of these "Steps" loads a xml file to expose telnet commands and config for the uP on the DUT.   I expect the firmware on the Linux DUT will change in the future and did not want to rebuild my app whenever a typo was fixed in a command line tool.  BUT, since there are "special characters" that do not fit nicely into a .ini I exposed the telnet commands and line ends IP address and the login script  in a xml file.
    I know this did not directly answer your question!  but It should provide some food for thought.
    If you can share your data structure- I can be more specific. 
    Jeff

  • Given filename or path contains Unicode or double-byte characters.Retry using ASCII characters for filename and path What does this mean? it happen when I publish an OAM

    Given file name or path contains Unicode or double-byte characters. Retry using ASCII characters for filename and path
    What does this mean? It is happening when I try to publish an OAM for Dreamweaver.
    Also: How can I specify the browser in Edge Animate? It is just going wherever. Are there no Preferences for Edge Animate?
    BTW. Just call it Edge. Seriously. Do you call it Illustrator Draw? Photoshop Retouching?

    No, my file name is mainContent.oam
    My project name is mainContent.an
    This error happens when I try to import into Dreamweaver. Sorry, I wasn't clear on that earlier.
    I thought maybe it was because I had saved my image as a png. So re-saved as a svg, still get the error.
    DO I have a setting is Dreamweaver CC that is wrong? Should I try this in Dreamweaver CS6? I might try that next.
    Why is this program so difficult? I know Flash. I know After Effects. I can work the timeline part just great. It's always in the export that I have problems.
    On a MacPro, 10.7.
    Are you an Adobe person or just a nice helper?

  • Should one use MPIO and/or CSV in a Windows 2012 R2 guest cluster?

    Should one use MPIO and/or CSV in a Windows 2012 R2 guest cluster using VMware ESXi 5.5 presented Fiber LUN RDMs.
    If MPIO were implemented is there a preference for HW manufacturer DISM vs. MS DISM in a guest cluster?
    What partition size/offset is recommended for the MSR partition (currently set to 1000 MB) - unfortunately seeing storage validation error with failing block write at block 2048 (which in return may be related to VMware ESXi 5.5. disk partition layout)
    The current setup works without using MPIO (question is would it help overcome the current failing persistent SCSI-3 reservation warning.)
    What were the benefit of using CSV if any in a guest cluster? The Luns in scope would eventually hold SQL data and log files.
     Thanks for your input already.
    Sassan Karai

    Hi,
    Regardless of what type of the shared storage is failover cluster have to use the shared storage, the shared storage can redirect the failed node data to others node, accordingly
    the failover cluster can get the high availability.
    From you descripted error there must you choose the VMware® unsupported storage with failover cluster, please refer the following VMware® official KB then reconfirm your topology
    design is supported.
    Third party KB:
    VMware vSphere support for Microsoft clustering solutions on VMware products
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1037959
    The related KB:
    Failover Clustering Hardware Requirements and Storage Options
    http://technet.microsoft.com/zh-cn/library/jj612869.aspx
    More information:
    Validate Storage Spaces Persistent Reservation Test Results with Warning
    http://blogs.msdn.com/b/clustering/archive/2013/05/24/10421247.aspx
    Understanding Cluster Validation Tests: Storage
    http://technet.microsoft.com/en-us/library/cc771259.aspx#PersistentReservation
    Shared storage for Windows Failover Cluster with MPIO
    http://blogs.technet.com/b/storageserver/archive/2011/05/31/shared-storage-for-windows-failover-cluster-with-mpio.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • System should not pick reserved stock

    Dear, MM Experts, i am sd Guy
    i want to block Reserved stock while creating sales order
    ex: 150 qty kept In reserve for customer , Total plant stock 1000
    Now if user created sales order with 150 qty Normally system will pick 150 qty From reserved stock ( 412 E)
    Here user requirement system should not pick Reserved stock 150   Bz in critical situation is there Like non production of stock
    ex total stock in the plant 175 only there ( ex 155,180,200,170) So in this  situation only system will pick Reserved stock 150
    Otherwise Reserved stock should be in reserved place only bz if is not like this always we have keep stock in reserve
    Thanks 

    Dear ,
    as per my Knowledge If we Reserve the stock By OVZ9 Include sales req check box it will be unrestricted it wont go to sales order
    when stock is not there you can reverse the stock to normal stock by using 411E
    i think this is only solution
    How to block material for a particlar sales order   
    Regards
    venu

  • Using Reserve Field in IT0022

    Want to use the Reserve Field available in IT0022, as a Flag for preferred degree.
    Is it right to use a reserve field? or if somone can suggest any other possible way.

    Hi,
    You should never use SAP reserve fields, as those are ment for SAP only for their internal use. If you want a field to flag some degree, then enhance infotype IT0022 using Tcode PM01. Add a custom field in IT0022 & pass values in this field using User Exit or BADI.
    Hope this helps.
    Thanks,
    Sarika.

  • Reserved characters prepended by the masking delimiter in EDIFACT

    Hi All
    I have a X2E mapping where I may get the reserved characters like +:'? in the input xml.
    What happens is that BICMD prepends the reserved characters by the default masking character ?.
    For example my input is       apple+ball:bat's
    then my BICMD output is      apple?+ball?:bats?'s
    what i want is that input should remain unchanged in the output of the BICMD.
    Also i dont want the UNA segment to appear in the BICMD output.
    Does any one know what properties i need to change in the BIC MD in order to achieve the desired output?

    JTextField has PlainDocument as Model. Write your own PlainDocument and set this as model to JTextField.

  • Help in running Code::Blocks on Mac OSX. Should I use something else?

    I'm starting to learn programming and can't seem to get Code::Blocks running on my lap top. Terminal says "Can't execute binary file." I'm trying to build the first "Hello World" C++ program but it would not build or run. Sometimes I get the message that it cannot access folder also.
    Here's my code:
    #include <iostream>
    using namespace std;
    int main()
    cout << "Hello World !" << endl;
    What C++ software do you recommend to start? Should I use any other than Code::Blocks?

    As far as text editors, TextEdit will work, but as far as I know, you will constantly run into issues with formatting, spell-check, and other things. If you are guilty of "Which Button Do I Press?" then my first choice is likely not for you.
    If you are comfortable using the "Terminal" app, then I suggest using EMACS, (or just emacs). There is a built-in tutorial, and it is a very powerful editor, although for a non command line user it can be daunting, as most of the formatting and editing commands are all control characters (so regular characters are always entered as text). Emacs will do nice highlighting of various language elements just like XCode does. vi is another command line editing tool available on every version of UNIX. Emacs comes with Mac OS/X, as does vi. I have no idea if vi helps with programming as the first thing I do when I start to work on any Unix or Linux box is copy over some version of emacs, so i don't use it except sparingly.
    You can also continue to use XCode to edit the source files, as it does a nice job as a WYSIWYG editor and prompts you with help along the way. Just keep a terminal window open to use the command line to compile and link your program, but edit it in XCode and do a SAVE before you switch back to the terminal window.
    I also use BBEdit from Bare Bones, and some people like TextWrangler. There are at least a dozen other text editors out there that have features you can enable for programming. Do a google search for Mac OSX text editors and you'll see what I mean.
    I advise AGAINST using TextEdit, unless you set the file to "Plain Text". Also, don't use a .txt extension. Use .c, .cc, .ccp, .m, .mm, .js, or whatever the compiler expects to see for a specific language. Binaries will nearly always have a .o extension, and the final binary depends on the language, the linker and what options you provide. The default for c is a.out (or at least it used to be).
    You will also want to learn how to use "make", but that is another discussion.
    For starters, remember that "man" is your friend. If you want to look up information on Unix, and the command line on the Mac is talking to Unix, aka Darwin. Type "man man" for help getting started with the man command, and "man make" to get started with make. Note at the end of most man pages the section that says "See also", as this tells you about related commands.

  • We have 4 iphones in our family and an Ipad.  When we purchase music I would like for the entire family to be able to use it.  Should each of us use a different apple account or should we use the same one.

    We have 4 iphones and an Ipad in our family. When we purchase music, I would like for the entire family to be able to use it and then back it up to Icloud. What is the best and cheapest way for this to happen.  Should we all have a different apple id or should we use the same one.

    You will all need to be on the same itunes account ID.
    You can however all have seperate icloud accounts aswel.

  • What type of hard disk should I use if I want to use it on mac and windows?

    Hey Forum,
    I am using windows xp on my macbook (snow leopard). I came across some dealers who say that there are hard disks for mac only and for both mac and windows. So, I wanted to buy a hard disk so that I can use it both on mac and windows xp, so what type of hard disk should I use? Must I partition into 2?
    or are there any harddisk in the market which is compatible for both mac and windows xp without screwing up the format(NTFS/Mac OS X Journaled)? Pls look into this matter and help me with it.
    All of your replies and suggestions is much appreciated.
    Thank you.
    Ala.

    Run, don't walk, from that dealer! and never look back
    Once in a very long while Apple will have customized firmware on drives, and it is possible to find SCSI/SAS or drives that are destined to be used with high end storage controllers.
    But that is the exception that makes the rule.
    SATA is SATA. Though.... there are now SATA III drives that don't work in XP, or that need a jumper, and Seagate and some drives have managed to deliver firmware that has caused trouble... and Apple has had to issue firmware updates to help compatibility....

  • Return under Warranty (Tracking Line only) Should we use MIGO - Goods Issue

    Return under Warranty (Tracking Line only) Should we use MIGO - Goods Issue when sending out Materials for repair or exchange under Warranty (Free)?

    Please post it in SD/MM forum.

  • I feel I must move beyond iMovie, what program should I use ?

    I have been happily using iMovie and iDVD from versions 1 through 6.  iMovie 08 was so bad that Apple made iMovie 06 available as a free download for buyers of iMovie 08. The newer iMovies were better, but they seemed “dumbed down” (even for me).  Now, I am shocked and horrified to learn that the latest iMovie does not even set chapter markers!
    So, I have continued to use iMovie 06 and iDVD 08 (they seem to work fine under OS 10.9.4).   iMovie 06 is now 8 years old!  I feel compelled to move forward. A lot of my work is DV.    In the past, most of my source material came out of S-Video.   I used a Canopus ADVC300 analog-to-digital converter that gave good results.   Going forward, I will have more video utilizing Component Video, or HDMI.
    I am looking into 2 possibilities,  Adobe Premiere elements 12, or.........Final Cut Pro X.
    The final result of my work is almost always a DVD.   It is hard for me to move from iMovie and iDVD.  I never read the manuals for either program, yet,  I was able to produce DVDs with nice menus and overall quality close to Hollywood.
    It looks like Final Cut Pro X 'can' make a DVD directly without other software.  However, from what I have seen on YouTube the result is primitive compared to what iDVD was doing 10 years ago.
    Adobe Premiere elements 12 can make nice DVDs and Blu-ray's directly.  I have no problem with using a separate program to make DVDs but I haven't got a clue how to do that with Final Cut Pro X.   I suppose I can still use iDVD, but now I'm back to using discontinued software.
    I do not need any of the high-powered affects capability that Final Cut Pro X  possesses.  My “movie-making” is mostly confined to simple editing (the old iMovie 06 did all I needed).
    Frankly, one motivation for choosing Final Cut Pro X, is the excellent, compassionate and understanding support that the kind people on this very forum provide.  So, what program should I use?

    Ziatron wrote:
    ...  I am shocked and horrified to learn that the latest iMovie does not even set chapter markers!
    .. I am looking into 2 possibilities,  Adobe Premiere elements 12, or.........Final Cut Pro X.
    The final result of my work is almost always a DVD. ...
    ... I do not need any of the high-powered affects capability that Final Cut Pro X  possesses.  My “movie-making” is mostly confined to simple editing (the old iMovie 06 did all I needed).
    to turn perspective for a second by 180°:
    Why do you want to switch to a new editor anyhow?
    • iM-a never did discs - that was iDVDs job = no big change in your workflow
    • iDVD is still working, and aside obsolete, complex and $$$$ DVDSP (part of obsolete FC/p) or Encore (part of Adobes CC rent package) your only option left to create disks on MacOS is indeed iDVD (...ok, there's Toast and Burn and some weird 'shareware'-stuff...)..
    • iMovie-b supports the new HDef formats (AVCHD) - you mentioned converters and DVDs = no HDef in use, in your habitat, correct?
    • if you don't need FCPX' bling-bling (I can't imagine that ) - why not using FCPX-lite = iMovie? 15$ ...
    • chapters could be done in iDVD - just to mention that ............
    • AP and FCPX are following very different concepts in usage - my personal preference is 200% on FCPX, … I was one of the loudest nay-sayers, when iM08 araised, meanwhile, FCPX is my dream!! AP (tested it) is way too complex, crowded, 'optionalized' and did I mention 'complex' for me. A bit like Windows vs. MacOS: 'everything goes' (incl. getting lost) vs. 'convenience' (incl. restrictions) ... After 2y of practice, I'm editing my weekly hobby-projects with 6-cam-Multicam, incl. tons of  custom graphics, slow-mow, effects (soccer games) in less than 2h ... awesome!
    summary:
    • why switching?
    • use iMovie10 + iDVD
    • Premiere (or Premiere Elements!) and FCPX are both avail as fee trial ... test  it - but you need iDVD anyhow
    • 'disks'  is a dwindling niché, for years!- consider to switch to 'other' distribution options
    ... what are 'chapters' anyhow??... (kid din'!)

Maybe you are looking for

  • User exit/BADI triggered when WWI document is released in CG02

    Hi, In CG02 when a WWI document is created for a specification i want to know user exit/BADI associated when the document is released/accept in the report management. Any help would be appriciated. Thanks, Sridhar.

  • Not able to see assigned due date in UWL

    Hi, I am trying to use the u201CDue dateu201D feature of GP. I am doing this in "Due Date" tab of the Action. Here I am giving date and assigning background CO to it. Now when I run the process due date should be shown in UWL. But I can't able to see

  • Lightroom 4 adjustment brush has little effect

    I am using Lightroom 4 because my Mac is on OSX 10.6.8. As I use it today I'm seeing that the adjustment brush is having little effect. I'm trying to bring areas in shadow up a bit, but there's almost no change. The images shows what should be creati

  • Issue with Screen, Looks Luminated!

    I just bought a mac book pro, 2008 model. I dont know if there is something wrong with my screen or if i just pressed a butoon but my screen looks luminated. It was fine then all the sudden it changed. any one have an idea? it looks like everything i

  • Refnum to path problem

    Hi, I have many subVI. I am working with binary files and I want to open them only one time. If I make subVi(1) which opens: and then subVI(2) which reads the first 4 elements and store them in array: Then subVI(3) which uses previous one and reads o