Web Development Information |
|
Why a CSS Website Layout Will Make You Money
Although CSS layouts have been around for years, they haven't become so commonplace until recently. This was basically due to limited browser support (especially from Netscape 4) - nowadays though, CSS 2.0 (which introduced positioning) is compatible with over 99% of browsers out there (check out the browser stats over at http://www.thecounter.com/stats/2004/August/browser.php). So, why should you convert your website from its current table-based layout to a CSS layout? It'll make you money. Simple really. And here's four reasons to explain why: Reduced bandwidth costs Web pages using CSS for layout tend to have much smaller file sizes than those using tabular layouts. It's not unusual to see reductions of 50% or more in file size when switching from CSS to tables. Smaller file sizes obviously mean reduced bandwidth costs, which for high traffic sites can mean enormous savings. The main reason for this dramatic decrease in file size is that presentation information is placed in the external CSS document, called up once when the homepage loads up and then cached (stored) on to the user's computer. Table layouts on the other hand, place all presentation information inside each HTML, which is then called up and downloaded for every page on the site. Additionally, CSS can be used to replace JavaScript image rollovers, again allowing a large reduction in overall page size. See the article, CSS navigation menu for more on this (http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml). A higher search engine ranking A CSS-based website will appear higher in the search engine rankings for three reasons: - The code is cleaner and therefore more accessible to search engines - Important content can be placed at the top of the HTML document - There is a greater density of content compared to coding A higher search engine ranking means more site visitors, which, provided your website is usable, should lead to an increase in enquiries or sales. Faster download speed A faster download speed will make you money? Well, yes. Slow download speed is often cited as one of the biggest usability complaints for websites. A faster download speed therefore leads to increased usability, and a web usability redesign can increase the sales/conversion rate by 100% (source: http://www.useit.com/alertbox/20030107.html). CSS downloads faster than tables because: - Browsers read through tables twice before displaying their contents, once to work out their structure and once to determine their content - Tables appear on the screen all in one go - no part of the table will appear until the entire table is downloaded and rendered - Tables encourage the use of spacer images to aid with positioning - CSS generally requires less code than cumbersome tables - All code to do with the layout can be placed in an external CSS document, which will be called up just once and then cached (stored) on the user's computer; table layout, stored in each HTML document, must be loaded up each time a new page downloads - With CSS you can control the order items download on to the screen - make the content appear before slow-loading images and your site users will definitely appreciate it Increase in reach The more people you can reach, the more visitors you'll get to your site and the more enquiries or sales you should get. A CSS-based website is compatible with PDAs, mobile phones, in-car browsers and WebTV. Don't underestimate the importance of this: In 2008 alone an estimated 58 million PDAs will be sold (source: http://www.etforecasts.com/pr/pr0603.htm) and one third of the world's population will own a wireless device (source: http://www.clickz.com/stats/markets/wireless/article.php/10094_950001). You can make an additional CSS document specifically for handheld devices, which will be called up in place of the regular CSS document, thereby ensuring your website is accessible to this lucrative market. This isn't possible with a tabular layout. Conclusion: Switch to CSS! Switching your website from a table layout to a CSS layout can be a long, arduous process, especially for large websites. Given the money making possibilities though, it could very well prove to be well worth it. This article was written by Trenton Moss. He's crazy about web usability and accessibility - so crazy that he went and started his own web usability and accessibility consultancy ( Webcredible - http://www.webcredible.co.uk ) to help make the Internet a better place for everyone. They offer fantastic accessibility & CSS support packages, which you can read all about at http://www.webcredible.co.uk/support .
MORE RESOURCES: Help with Tax Calculator SitePoint UA Little Rock Student Gains International Experience as Web Development Intern in Australia University of Arkansas at Little Rock Welcome animation conflict with barba js SitePoint Web Design and Development Muskegon Community College Button Styles Not Working On Phones SitePoint Will Ukraine nuke Russia if Donald Trump cuts aide? Reports say the country is just months away from build The Economic Times From accounting to web development: Meet this Ironhack grad making big strides in programming Refresh Miami Northeastern grad goes from schooling to working full time at web development startup he created Northeastern University The future of programming SitePoint 17 Best Tech Website Designs in 2024 DesignRush Register for AIM’s Free Web Development Course by Sept. 10 Silicon Prairie News How Much does Website Development Cost in 2022? Appinventiv Latest News: Rising Senior Uses Computer Science Coursework to Thrive in Web Development Role Muhlenberg College Best Website Development Tools for 2024 DesignRush Wordpress-Gutenberg/React: MediaUpload? SitePoint Best web development tool of 2024 TechRadar Best PHP Frameworks for Web Development in 2024 Simplilearn 10 Best SEO Services Of 2024 Forbes Best web design software of 2024 TechRadar MERN Stack Explained: A Beginner's Guide [2025] Simplilearn 38 Web Development Stats You Should Know in 2024 Influencer Marketing Hub WordPress Script Isn't Working SitePoint Best laptops for programming of 2024 TechRadar Unlock Your Creativity: Building and Testing Websites in the Ubuntu Web Development Playground Linux Journal New Web Development Tool Pulls Design Tokens From Figma The New Stack Top Web Design Trends in 2024 Netguru Is_dir across drive from C: to D SitePoint CSS prevents page scrolling SitePoint 18 stunning parallax scrolling websites Creative Bloq Top 10 Front End Languages - A Beginner's Guide Simplilearn B2B Website Development Cost (2024) DesignRush 35 Best Web Design Companies 2024 Built In 10 Chicago Web Design and Development Agencies You Should Know Built In Chicago |
RELATED ARTICLES
KISS Your Website! Many web developers today are starting to KISS their website, and it shows!No, I don't mean they get hot and heavy with the monitor, I mean they apply the basic values of Keep It Simple Stupd! (KISS)Many sites today are focusing on high end graphics, advanced java scripts, catchy logos, and other trivial factors. What they don't realize is that it's a win win game if you keep it simple. Websites: You Get What You Pay For! So you finally decided to invest in a web presence or upgrade your current site? There are many available choices in "web designers" to choose from. This decision is an important one! You may have a relative or friend of a friend who will do your web site at a very low cost from the comfort of their house. Do This One Thing to Create a Powerful Product-Selling Web Site Spend time planning your Web site. Before you design a page or write a word, get a visual, and mental picture of your preferred audience. Functions and Subroutines in ASP Functions and Subroutines in ASP If you read our Tutorial on Include Files (SSI) then you learned how to encapsulate ASP code within include files and the benefits it brings us. As developers, we should endeavour to make our lives easier wherever possible. Revealing the Firefox Secret Used by Top Web Developers and Power-Browsers Profiles are one of the best kept secrets around regarding Mozilla Firefox (my browser of choice).In the role of web site designer, I find it useful to have Firefox set up with various Extensions for helping test compliance, keep track of Google Adsense earnings, checking PageRank and Alexa rating, etc. You Dont Know Which One I still remember it very clear .. Growing Your Meetings In CyberSpace As increasing numbers of people search for information on the Internet, it becomes more imperative to have a compelling Website to promote and support your meetings.Here is my list of "The Seven Most Important Things You can do Online":1. What is SQL? What is SQL? SQL stands for Structured Query Language and is the lingua franca in the database world. SQL is a standard that is used by all database vendors and programmers to define, extract and access the information that is stored in databases. My Yahoo Search - Beyond Bookmarks Yahoo has long offered email, an online calendar, notes, bookmarks, and more through their free My Yahoo service. Now Yahoo has expanded this service even more by adding My Yahoo Personal Search to the mix. Things to Consider Before Starting a Website In the time that I have been using the Internet, (since 1996) I have seen a lot of websites. I have seen a lot of good websites and I have seen a lot that were just plain awful. Unlocking the Power of Your Website! Why do some web sites reap huge benefits while others just get lost in the shuffle? Do some web masters have a secret that most of us have overlooked? Actually, there is a secret to unlocking the power of your web site and it has to do with words. When communicating via the web, words truly make all the difference. Profitable Websites for Exclusive Industries In the region where my company is located, South Bend, Indiana, the demand for web design and associated services could be described as: leery. It's not that the locale is horribly lacking evolvement technologically; rather that so many proprietors in this area are very uncertain as to what the internet can do and how they can go about forming profitable web sites for their exclusive industries. How To Convert More Sales On Your Website One of the biggest mistakes that most online retailers make is they do not take into account typical buyer behaviour. The conversion from real world to online provides many benefits to the retailer, but present some real challenges for the customer because their buying decision is made more difficult in an online environment. Free Websites & Why You Should Avoid Them It amazes me how many people try to build serious websites with free web host providers. Granted, we all love things in life that are marked "free", but it doesn't always make sense to go that route if it will cost you more in the long run. Planning A Usable Website: A Three-step Guide A website is like an information flow, with you as the provider and your site visitors as the receivers of the information. If you don't plan your website with this in mind right from the start, you could find yourself with a brand new website that solves all your immediate needs. Ten Quick Tests To Check Your Website For Accessibility The Disability Discrimination Act says that websites must be made accessible to disabled people. So how can you check that your website is up to par? There are a number of basic tests you can make to address some of the main issues that provide a good start in increasing accessibility to your site visitors:1. Learn to Build a Better Online Business Website Using Keywords and Content Are you aware that 90% of the websites on the Internet today are a waste of time and space. You have probably been on some of the sites I am referring to. Web Site Optimization: How To Speed Up Your Web Site By Minimizing Your GIF and PNG Image Bit-Depth Are bloated images slowing down your web site and causing you lost business? Images comprise over 50% of the average web page so putting them on a diet is essential to improving web performance. One of the best ways to optimize GIFs and PNGs is to minimize the "bit-depth" or the number of colors within your images. Do Dancers Need A Website? Dance is how you pamper your soul and satiate your creativity. Mesmerized and overwhelmed with the pleasure that the dancer relishes while dancing, often there are some practical aspects that tend to get overlooked. Do You And Your Website Have Credibility? I recently received an unsolicited e-mail from some company offering me their search engine optimization services for $199. Even though I had absolutely no interest in the offer, just out of curiosity, I decided to check out this company with the various search engines. |
home | site map |
© 2006 |