+ Reply to Thread
Results 1 to 8 of 8

Thread: Having to re-save new page name each time I re-publish
      
   

  1. #1
    rjh
    rjh is offline Sergeant First Class
    Join Date
    Jul 2007
    Posts
    55

    Default Having to re-save new page name each time I re-publish

    Hi all,

    For some reason, my "services" page has been saved in BV as "Services," with a capital "S." No matter how many times I re-save it with a lower-case "s," the next time I open it, it comes up with the first letter capitalized. So... any time I make a change to that page and re-publish, I first have to re-save it with the lower case letter. However, if I close the page and come back to it later, there it is again, with a capital letter. All of my url's are in lower case, as I have been advised, so obviously publishing with the capitalized html page would be a problem.

    Any advice?

    Thanks so much.

    Rachel Harvey
    http://www.midcolumbianotary.com

  2. #2
    larazovich's Avatar
    larazovich is offline General
    Join Date
    Jul 2006
    Location
    near San Francisco, California
    Posts
    5,818

    Default Re: Having to re-save new page name each time I re-publish

    Quote Originally Posted by rjh View Post
    Hi all,

    For some reason, my "services" page has been saved in BV as "Services," with a capital "S." No matter how many times I re-save it with a lower-case "s," the next time I open it, it comes up with the first letter capitalized. So... any time I make a change to that page and re-publish, I first have to re-save it with the lower case letter. However, if I close the page and come back to it later, there it is again, with a capital letter. All of my url's are in lower case, as I have been advised, so obviously publishing with the capitalized html page would be a problem.

    Any advice?

    Thanks so much.

    Rachel Harvey
    http://www.midcolumbianotary.com
    Check and see if you have two files - one Services and one services
    If so, delete the one you don't want, and that should solve the problem.

    Liz
    www.sebastopolparty.com
    www.raynordescendents.com

    Ring the bells that still can ring

  3. #3
    rjh
    rjh is offline Sergeant First Class
    Join Date
    Jul 2007
    Posts
    55

    Default Re: Having to re-save new page name each time I re-publish

    I wasn't sure if you meant in BV or in the Cpanel, so I checked both. The public_html folder in Cpanel has only one, services.html. My files in BV have a folder called Services which has a page within it called Services. No services in BV.

    BTW, thanks for demonstrating an easier way to indicate what the issue is: bold is a lot better than endless quotes!

    Rachel

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,062

    Default Re: Having to re-save new page name each time I re-publish

    Windows ignores lower / uppercase. Here is what you should do:
    Open in BV your Services page. Save it as services1 . Now go in Computer Resources, browse the BV folder, and delete Services. Save the page services1 as services. Browse again, and delete services1. At this point you are ok for the future.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    rjh
    rjh is offline Sergeant First Class
    Join Date
    Jul 2007
    Posts
    55

    Default Re: Having to re-save new page name each time I re-publish

    Thank you so much, that worked.

    For my benefit, would you explain the significance of Windows not differentiating between upper and lower case? Does that mean I could have left it capitalized and published? Just curious.

    Thanks!

  6. #6
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

    Default Re: Having to re-save new page name each time I re-publish

    Only a cut & paste Ansewer, but might help.



    Why do We Use Lowercase Tags?

    We have just said that HTML tags are not case sensitive: <B> means the same as <b>. If you surf the Web, you will notice that plenty of web sites use uppercase HTML tags in their source code. We always use lowercase tags. Why?
    If you want to follow the latest web standards, you should always use lowercase tags. The World Wide Web Consortium (W3C) recommends lowercase tags in their HTML 4 recommendation, and XHTML (the next generation HTML) demands lowercase tags.
    Tag Attributes

    Tags can have attributes. Attributes provide additional information to an HTML element.The following tag defines an HTML table: <table>. With an added border attribute, you can tell the browser that the table should have no borders: <table border="0">
    Attributes always come in name/value pairs like this: name="value".
    Attributes are always specified in the start tag of an HTML element.
    Attributes and attribute values are also case-insensitive. However, the World Wide Web Consortium (W3C) recommends lowercase attributes/attribute values in their HTML 4 recommendation, and XHTML demands lowercase attributes/attribute values.

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,062

    Default Re: Having to re-save new page name each time I re-publish

    Quote Originally Posted by rjh View Post
    Thank you so much, that worked.

    For my benefit, would you explain the significance of Windows not differentiating between upper and lower case? Does that mean I could have left it capitalized and published? Just curious.

    Thanks!
    The windows file system by default ignores lower / uppercase. Some applications have extra routines that allow saving and distinguishing files with uppercase characters, BV can save with uppercase but misses the routine that will didtinguish between the two when Saving As. Not a big problem.
    Another simpler solution would have been closing the page and renaming it using Window's Explorer. Sorry i didn't think about that earlier.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    rjh
    rjh is offline Sergeant First Class
    Join Date
    Jul 2007
    Posts
    55

    Default Re: Having to re-save new page name each time I re-publish

    Thank you both; a little education never hurt anyone! I appreciate it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49