Designing Your Websites Directory Structure
Any kid, and their grandmother too, can make a webpage. There are many "wysiwyg" webpage design applications that let you create a webpage as easy as typing text. But only a few people can create a WEBSITE. The stumbling block is knowing how to link webpages together to form a website. I have seen many websites that consist of a single webpage - about a mile long! The first problem is that websites are contained in virtual directories. You know that your webpages can be found at yourdomain.com, but the actual path to yourdomain.com on the web server may be known only by the system administrator. And the system administrator can move your website to a different folder, or even a different computer, without changing its virtual address. The second problem is that most people don't know how to write a relative link. Relative links have the advantage that you don't need to know the path to the webpage that you want to link to, you only need to know where it is "relative" to the webpage containing the link. Designing Your Directory Structure The first step to implementing a website is to design the directory structure. Let's design a directory structure for a simple download website. The website consists primarily of articles and digital material that visitors can download. You could just dump everything at the top level of the website. Good luck maintaining that website! To keep the files organized, you need to create sub-directories (folders) on the website. Even though the website consists only of articles and digital downloads, you need five sub-directories, as described below.
You understand what the "articles" and "downloads" sub-directories are for, but what are the other three sub-directories for? It's standard practice to provide certain features on your website, as listed below.
Each of these features requires a webpage. Instead of dumping the webpages at the top level of the website, or mixing them in with articles or downloads, let's put them together in a folder named "general" (I'm sure you can think of a better name). All of your webpages use certain things in common, for example, your logo graphic. If your web server provides SSI (Server Side Includes) all your webpages can share a common header file and a common footer file. You might also define all your website's styles in a common style sheet. Let's put all of these files in a folder named "common". Your contact page might use an email form. If your server provides server-side scripts, you would place the email form script in a folder named "cgi-bin". Cgi-bin stands for "Common Gateway Interface - Binary". Few people use CGI any more, and those that do don't use binary files, but the folder name has stuck as a traditional place to store scripts. Almost all websites come with a preconfigured cgi-bin folder, and the website may be configured so that the cgi-bin folder is the only folder with rights to run scripts. I would also recommend that you create certain sub-directories for some of the above mentioned directories. Most web pages contain images. You could dump all the images in the same folder with the webpages, but when you get more than about 50 files in a folder, it becomes difficult to maintain. You should create an "images" sub-directory in the articles, downloads, and general directories. The downloads directory should also have a "files" sub-directory to store the downloads. This arangement of directories and sub-directories will provide good file organization for the example website. Understanding my reasoning for this directory structure should help you to design a directory structure for the website you have in mind. Default Page Configuration Every website has at least one default webpage configured (also called the "home" page). The default webpage is the webpage that is returned when the user enters or clicks on a link containing only the domain name, without a specific file name. On a Unix or Linux web server, the default webpage will usually be "index.htm". On a Windows web server (IIS), the default page will usually be "default.asp". The website administrator, or if your webhost provides the required "control panel" feature, you can actually configure any page to be the default page. If your web server has more than one default page configured, I would recommend removing all but the default page that you intend to use. Now, let's assume that all of your webpages need to link to an image file named "logo.gif" stored in the "common" folder. The relative link on your default webpage would be as shown below. "common/logo.gif" The website file manager interprets this as "look in the folder named common for the file named logo.gif". However, the link on any webpage contained in one of the sub-directories would be as shown below. "../common/logo.gif" The website file manager interprets this as "go up one level, then look down in the folder named common for the file named logo.gif". This difference in the link may not be a problem unless you use SSI or ASP (Active Server Pages) to build your webpages from a common header file and a common footer file. Then you need a different link in the common file depending upon whether the page linked to the common file is the default webpage (where you would use common/filename) or a webpage contained in a sub-directory (where you would use ../common/filename). There are several ways to solve this problem. 1. If your website has a server-side scripting engine like ASP or PHP and you know how to program, you could implement code that selects the proper link. 2. You could use the complete path, including the domain name, on all pages. This will cause problems if you ever have to move your website to a different web host (Until all the dns servers across the planet have been updated). 3. You could put your home page in a sub-directory, for example "common", and make your default page into a re-direct to your home page. Then you would use "../common/filename" for all links. The following meta tag, placed the head section of your default webpage, will immediately redirect the users browser to your real home page. meta http-equiv="refresh" content="0,url= "http://yourdomain.com/common/homepage.htm" In this article, I showed you how to design a directory structure for your website and how to create relative links to link all your webpages together to form a website. Website visitors don't like to do a lot of scrolling, so try to keep your webpages to only two or three screens high. Please, no more websites that consist of only one mile long webpage! Copyright(C) Bucaro TecHelp. Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below is included. About The Author Stephen Bucaro To learn how to maintain your computer and use it more effectively to design a Web site and make money on the Web visit bucarotechelp.com. To subscribe to Bucaro TecHelp Newsletter visit http://bucarotechelp.com/search/000800.asp.
MORE RESOURCES: Umbraco Pricing Breakdown (2024) Spotlight | DesignRush Faculty Profile: Libby Perry (Editing for the Web, Web Design - Media Communications bachelor’s) Full Sail News BFA in Art - Graphic Design Texas Woman's University How the internet killed design Creative Bloq B2B Trends Spotlight | DesignRush Best web design software of 2024 TechRadar Synmek Puts People First: How Human-Emotion Drives Their Innovative Web Design Approach GlobeNewswire Web Design and Development Muskegon Community College Interview with Jack Watson, Branding and Web Design Expert CreativePro Network The 6 Best Web Design Courses Worth Taking in 2024 TechRepublic Bachelor of Arts in Web Design and Development - Information Science University of Arkansas at Little Rock 25 Examples Of About Us Pages For Inspiration Search Engine Journal Mountaintop Web Design: Leading Digital Marketing Agency Elevates Online Presence with Expert Services Yahoo Finance Inside the US government’s brilliantly boring websites MIT Technology Review 10 Web Development and Design Conferences To Know & Attend in 2024 Spotlight | DesignRush Squarespace Empowers Brands with Website Builder Blueprint AI Spotlight | DesignRush The US Digital Service ten years later: how the agency cuts through web design bureaucracy Fast Company Moving Your Website into the Web Design System (WDS) Washington State University Web Design Predictability Boosts Business Growth, Expert Says Spotlight | DesignRush 10 Must-Have WordPress Website Design Tools in 2023 Spotlight | DesignRush 25 Best Examples Of Effective FAQ Pages Search Engine Journal 11 Best Interactive Website Designs in 2023-2024 Spotlight | DesignRush The best web design tools: work faster and smarter Creative Bloq The future of programming SitePoint DesignRush Reveals the Leading Web Design Companies in July 2024 Spotlight | DesignRush The best (and worst) web design trends of 2024 Creative Bloq 10 Chicago Web Design and Development Agencies You Should Know Built In Chicago Web Design Trends to Watch in 2024 SitePoint Apple's new iPhone web design cleanup tool delights fans Creative Bloq Contact Us Page Examples: 44 Designs For Inspiration Search Engine Journal Squarespace's AI image generation could be a risky move Creative Bloq 16 Best Modern Website Designs of the Moment Spotlight | DesignRush 35 Best Web Design Companies 2024 Built In Be The Buzz Web Design Analysis Spotlight | DesignRush Website Design Competition Michigan Council of Women in Technology Why (and How) I Learned Web Development as a Data Scientist | by Matt Chapman - Towards Data Science Why (and How) I Learned Web Development as a Data Scientist | by Matt Chapman Towards Data Science New Web Development Tool Pulls Design Tokens From Figma The New Stack Freelance Web Designer Went From $100 to $50K a Month, and You Can, Too Spotlight | DesignRush Are you up to build the next best website? Get started with one of these 5 web design courses Fortune 52 Key Web Design Statistics for 2024 (+ Emerging Trends) Influencer Marketing Hub Shopify Website Design: 5 Examples That Work and Why Influencer Marketing Hub 19 Best Sports Websites Design in 2023 Spotlight | DesignRush Small-business owner specializes in graphic, web design SiouxFalls.Business Helpful tips from Valpo Web Design & Marketing on how businesses can make their websites stand out Valpo.Life 18 Best Tech Website Designs in 2024 Spotlight | DesignRush Invisible Children Website Design Analysis Spotlight | DesignRush Minimalist website design: 12 striking examples Creative Bloq The 4 Best Website Builders for 2024 | Reviews by Wirecutter The New York Times DesignRush Reveals the Top-Rated Web Design Companies in May 2024 Spotlight | DesignRush Top Web Design Trends 2024 Designmodo The 30 best free web fonts Creative Bloq 10 Best Beauty Websites in 2024 Spotlight | DesignRush |
RELATED ARTICLES
Creating the Perfect Website - A beginners Guide Are you looking to create the perfect website? A complete novice when it comes to HTML, CGI, FTP and all the other associated pieces that make up the website puzzle, then this article is definitely for you.By following the 5 guidelines listed below you are guaranteed to create the perfect website. How To Choose A Website Designer When you're self-employed, choosing a website designer is a crucial decision, as a good website can bring you more business and a bad one can drive away prospective customers. Below are some important things to consider when selecting a website designer for your new site or site redesign. Web Site Templates and Their Benefits Unarguably, the most important part of your website is content. To draw in clients or customers, you need captivating content and search engines are blind to web design. TEN Answers That Turn Your Visitors Into Your Customers You know.. Digitalize It! : (Modification of images with tools such as Adobe CS and Corel) Then it was a choice among crayons, paints and palettes for an artist and designer to create art. It was a box of crayons that make one happy designer during his early years of formation. Double Ad-Trackers Its Not as Crazy as It Sounds Here Are 7 Reasons Why? A Double Ad Tracker is an Ad-Tracker that points to an AD-Tracker. It may sound a bit like overkill to have an Ad-Tracker Pointing at another Ad-Tracker but it's not crazy. How To Rescue Your Graphic Design Project When All Else Fails Whether you're giving a critical sales presentation to a client, producing visuals for a meeting, event, trade show or seminar, or unveiling the new company logo before an audience of shareholders, top-notch graphics will help ensure that you, your products, and your message receive the attention they deserve.Yet when you decide to do the graphics in-house to reduce turnaround time or cut expenses, those logos, photos, charts, graphs, pictures, timelines, illustrations, etc. How to Make Effective Use of Web Fonts Writing for your web site is not the same as offlinewriting. The fonts used for print media are different thanweb fonts. How To Give Your Business Credibility Let's face it. Buying products and services from the Internet can be a bit intimidating. Save Time and Boost Profits with Free Content Public domain gives you a head start creating ebooks, ecourses, newsletters, teleconferences, website content and email registration incentives you need to keep in constant touch with clients and prospects.Public domain refers to information free from copyright protection. Other Ways to Look at Things Many people today are tired of the Microsoft software that came pre-packaged with their operating system. Some have switched over to Apple's Macintosh line, but for the most part we just put up with what we have. Why Content is King of Website Design If there's one thing that most web site developers can agree on, it's this: content is king.That's not, of course, to say that good design doesn't matter. How to Double Your Online Sales Without Spending Another Dime on Advertising Learning how to convert visitors to your web site into buyers, is the single most important factor affecting the success of your online business. If you don't have paying customers, your business will fail. 6 Design Flaws Newbie Web Designers Make: Fool Everyone Into Thinking You Know What Youre Doing Even if you're not an accomplished webmaster you can still have a professional looking website. You may be like I was five years ago-you're teaching yourself web design and you're starting to catch on to that HTML stuff. Be Friendly to Search Engines The object of search engines is to give their visitors a list of web pages relevant to the search words, in the order of relevance to the search words. So what do they want from websites?Relevance to a search:The frequency of the search word on a web page is an indicator of its relevance. Why Web Pages Appear in the Wrong Location after Uploading to my Website? If your are a new web designer, you may face a common problem after uploading your web page to your web server. The problem is that the web page appear in the wrong location on your website, and will not be accessible when you type its address in the browser address box. Website Design Firm Website design firms come in all shapes and sizes.When choosing which firm you would like to build your website, there are many factors which you need to take into consideration. Web Design - 7 Key Things to Avoid A search for "web design" on Google returns more than 325 million results. So how do we start eliminating all these so called designers? Here are a few of the most common shortcomings. Optimized Web Page Template I want to give you a free web page template that will besearch engine friendly. Why?Well, I assume you want your web page to come up as high aspossible in search engines because that generates freetraffic. Imitation, The Smartest Form Of Flattery Unless you are an inventor, most likely you are selling a product or service that is being offered by someone else, somewhere, at some time. The first person to start your type of business would have gone through a lot of trial and error. |
home | site map |
Webdesign-box © 2006 |