Skip to content

MarketWrite

Write Your Way To Success

Menu
  • Return To WayneAEnglish.com
  • The Author
  • Subscribe To My Newesletter
  • Privacy Policy
Menu

Important Web and HTML Info Not Found In Any Book

Posted on July 11, 2022 by Wayne English
Web Content Rx Social network you way to success. See My Amazon Author Page Get a job with our book's help. Get a job with our book's help.

Visit My Website at WayneAEnglish.com


 

If this is so important why isn’t it in a book? Well, my friend, because it is assumed that you already know it, or instructors don’t think it’s intellectual enough to teach. What is this?

8 HTML tags you need to be using (and 5 to avoid) | Creative Bloq

  • It’s how to name your files and why
  • It’s how to name your folders
  • It’s how to set up your folders on your development machine so that when copied to the server your website works

Let’s Do This

All right you’re going to make a website. What you want to do is eliminate as much confusion and repetitive checking of what you’ve done. So, let’s start with the names of your files.

  • Yes lower case when you name your files and keep the names as short as you can. Here’s why: when you must refer to these files in links, a menu, as a graphic those files names must be exactly spelled.

    On your development you can do all sorts of things that will result in a working website, but your site man not work at all when you upload it to the server. That’s because when you refer to files on your development machine that path may not exist on the server.

    Here’s an example: you have a graphic file in the folder c:\camping trip\flower.jpg. And you put that path into the graphic tag like this:
    <img src=file:///C:/campingtrip/flower.jpg>
    and the picture of the flower appears in your web site. Goo you think. Wrong. When you upload your site you won’t be uploading the folder campingtrip and that image will not appear in your website.

    To get around this all you need to do is set up your file structure like this:

    1. css
    2. pix
    3. pdf

     

    see what we’ve done? Now you have a folder for pictures. It’s pix in lower case. You have a folder for your css style files. It’s called css. and you have a folder for your PDF files. It’s called pdf. the reason all names and folders are in lower case is this: to access them you must spell them specifically as they are created on a Linux server. And, believe me, either of them is far better than a windows server

    Should you spell your pix folder PiX and then try to access a file in it with pix. It may well fail. You see, on Linux server upper and lower case letters are treated as separate characters. Windows operating systems don’t do that. Now you see what I meant when I said things may work on your development machine but not on your server.

    My apologies to you folks in the Apple environment as i am not an Apple person and don’t know how they would respond to this sort of thing.

    I’ve never seen this in any book on the web, HTML, CSS, JavaScript. Not anywhere. but that’s okay because now you know. How did I learn this? Well…let’s just say, “The hard way.” And, yes, I wish someone told me. Would have saved a lot of rework. And some terror.

    Be well, my friend. Best of luck. Please feel free to add your comments below. I’d love to hear from you. All responsible comments are answered and published. What else would you like to see here? Let me know?

    Like this blog? See my website WayneAEnglish.com for my books and short stories.

1 thought on “Important Web and HTML Info Not Found In Any Book”

  1. Thng dang k'y binance says:
    September 14, 2025 at 2:38 AM

    Your article helped me a lot, is there any more related content? Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *

Attila's Revenge
Pixel of Ink

Follow Me On...

GoodReads

AllAuthor

BookLife

My Amazon Author Page

Wayne English was born in Connecticut, lives in Coventry with his wife and daughter. Wayne's writing background includes local, national, and international publications, five books, and publications online and in-print.

He’s worked as an Engineering Technician, Computer Scientist, and Senior Technician, in electric distribution, nuclear power, and Information Resources.

Wayne has taught writing for print and the web, marketing, the mathematics, physics, and metric system sections of a health physics program, software quality assurance, first aid, and photography. See WayneAEnglish.com.

Wayne’s Publications

See Wayne's books, newspaper articles, online and print publications, and poetry by following this link.
©2025 MarketWrite | Design: Newspaperly WordPress Theme