<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Web Considerations &#187; Website Design</title> <atom:link href="http://webconsiderations.com/category/website-design-topics/feed/" rel="self" type="application/rss+xml" /><link>http://webconsiderations.com</link> <description>Putting Ideas Into Reality</description> <lastBuildDate>Thu, 08 Dec 2011 17:05:38 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>What is a Content Management System</title><link>http://webconsiderations.com/what-is-a-content-management-system/</link> <comments>http://webconsiderations.com/what-is-a-content-management-system/#comments</comments> <pubDate>Wed, 19 Oct 2011 22:32:09 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/?p=3435</guid> <description><![CDATA[A content management system (a.k.a. CMS)  is a software solution that provides website content editing by way of administration tools that are designed to allow users with little or no knowledge of website design to create and manage website content with relative ease. In most cases, if a user is familiar with programs like Microsoft [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignleft size-full wp-image-3437" style="margin: 0 10px 0 0;" title="Content Management System" src="http://webconsiderations.com/wp-content/uploads/2011/10/cms.jpg" alt="Content Management System" width="185" height="167" />A content management system (a.k.a. CMS)  is a software solution that provides website content editing by way of administration tools that are designed to allow users with little or no knowledge of website design to create and manage website content with relative ease. In most cases, if a user is familiar with programs like Microsoft Word, they will have little difficulty adapting to a CMS solution.</p><p>Most CMS systems use a database to store content, images, and other data assets that might be needed by the system. The website displays the content to website visitors based on a theme design. These &#8220;theme designs&#8221; are also often referred to &#8220;skins&#8221; or &#8220;templates&#8221;. The administration can usually be accomplished via any web browser. Meaning, the content can be managed from anywhere as long as there is an internet connection.</p><p>The really cool thing is that at any later time, the &#8220;design&#8221; can be changed giving your website a brand new look without affecting the content.</p><h2>Using a Content Management System</h2><p>A  good CMS allows non-technical users to make changes to a website with very little training. A CMS may require a web developer to set up and add additional features, but it is primarily a website maintenance tool for non-technical users.</p><p>There is certainly a wide variety of content management systems but at Web Considerations, we have selected WordPress as our preferred solution. WordPress is an open-source blog and publishing platform that is used by over 14% of the world’s biggest websites.</p><p>WordPress is often used for a blog only but it is also a very popular content management tool due to its expandability and customization flexibility. By using WordPress, you can turn a normal website into a shopping cart, a members only site, sell digital downloads and many other functions that will grab and hold your website visitors attention.</p><p><a
title="Contact Us" href="http://webconsiderations.com/contact-us/">Contact Us Today</a> and we can help you start managing your own website.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/what-is-a-content-management-system/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>URL Structure and Usability</title><link>http://webconsiderations.com/url-structure-usability/</link> <comments>http://webconsiderations.com/url-structure-usability/#comments</comments> <pubDate>Sun, 16 Jan 2011 21:40:13 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/?p=3157</guid> <description><![CDATA[As you may or may not know, URLs are the structure that search engines use as the identifier of a specific document in their database. Not only that, but it provides an idea to the content relevancy in rankings.]]></description> <content:encoded><![CDATA[<p>As you may or may not know, URLs are the structure that search engines use as the identifier of a specific document in their database. Not only that, but it provides an idea to the content relevancy in rankings.</p><h2>URL Structure</h2><p>For example, if a search engine discovers the URL http://www.webconsiderations.com, the engine will be able to tell a lot about the site just from the top level domain name (a.k.a. TLD) even before the engine spider comes along to grab document content.</p><p>If a spider does grab document content and discovered a link to http://www.webconsiderations.com/website-design, the it will know there is more content and indeed a specific sub-directory dedicated to &#8220;website design&#8221;. URLs certainly aid and have significant value in effective ranking.</p><h2>URL Usability</h2><p>There are some common rules of usability that also apply to SEO best practices. A URL that is meaningful and properly structured for your website visitors will also apply to search engines. In addition, just as shorter URLs are normally preferred for your visitors (mainly because it is easier to remember and type), a shorter URL is generally preferred for a search engine.</p><p>When possible, the simplest URL should be used. For example, it would be better to link to http://yourdomain.com/products rather than http://yourdomain.com/products/index.html (or index.php). I would certainly recommend linking to the first.</p><p>With WordPress, you can easily accomplish this by logging into your WordPress admin panel and clicking Settings &gt; Permalinks. Under common settings, select the &#8220;custom structure&#8221; option. Add /%postname%/ in the space provided and save your changes.</p><p>But what do you do if you don&#8217;t have a WordPress site and you want to apply the same type of URL structure to your standard website?</p><p>The simplest method is to create a sub folder with the name that you want to use as the URL. Copy the specific page for that document into the folder you just created and rename it index.html (or index.php if applicable) and upload it to your server. Then you would simply link to the folder and not the specific file. By default, web servers will serve a file named index.html or index.php without including the file name in the URL first unless you have linked to a specific file name.</p><p>There are certainly several other topics that could be discussed concerning URL structure and usability but by first simplifying your URLs, you are off to a great start in more effectively optimizing your website.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/url-structure-usability/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What Makes a Great Website</title><link>http://webconsiderations.com/what-makes-a-great-website/</link> <comments>http://webconsiderations.com/what-makes-a-great-website/#comments</comments> <pubDate>Tue, 23 Nov 2010 13:38:39 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/?p=3122</guid> <description><![CDATA[There are certainly several standards to define this and one could write a book on the subject (any many have). To define it more briefly, however, I have broken it down to a few key areas. A lot of people have tried to describe greatness with too many detailed and confusing factors but in my [...]]]></description> <content:encoded><![CDATA[<p>There are certainly several standards to define this and one could write a book on the subject (any many have). To define it more briefly, however, I have broken it down to a few key areas. A lot of people have tried to describe greatness with too many detailed and confusing factors but in my opinion – a great website is made up of the following.</p><h2>What makes a great website?</h2><ol><li>Website Content</li><li>Appeal</li><li>Usability &amp; Accessibility</li><li>Optimization</li><li>Purpose</li></ol><h3>Website Content</h3><p>Simply put – if a user can’t find information they are looking for, they have no reason to be on your site and won’t stay there. You need to make sure content is easy to find; and can be found in a variety of ways if possible. For example, having a consistent navigational menu, a sitemap, footer links, and internal page links are all excellent suggestions.</p><p>A built in search function is also a great feature to have. All in all, make sure you take every step possible to ensure the user experience is a good one. Allowing them to find content easily certainly provides this ability.</p><p>You should also try to keep content fresh. Not only will fresh and updated content be more likely to keep visitors returning but Google itself considers the freshness of content an important value when determining rank.</p><h3>Appeal</h3><p>How many websites have you seen that may have had a great product but you were reluctant to purchase because of a poor design?</p><p>Unless you are one of the big boys like Google, you really need to make sure you look into your website design. It doesn’t have to be overly artistic but it should be appealing. Your goal is to keep visitors on your site and to keep them coming back. A poor design defeats that purpose.</p><p>Keep things are where most users expect them to be. If you can’t get your website to look great, meet the user half way and promote a sense of structure and conformity. Set out your page elements to be where the user expects to see them.</p><p>For instance, keep the logo in the top left, have top bar navigation and/or sidebar navigation or panels. Use a search function and use your footer area effectively. Your main content area should be obviously easy to read and void of clutter.</p><p>This is by no means a must do but it is what the majority of users expect. The most important factor is keeping everything consistent like colors, headings, navigation and etc. Don’t have all your links different colors, some with underlines and some not. Don’t have top bar navigation on one page and only sidebar navigation on the next.</p><p>These are just a few main areas to target and are a good basis for a solid website design.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/what-makes-a-great-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Page Speed and Optimization</title><link>http://webconsiderations.com/page-speed-optimization/</link> <comments>http://webconsiderations.com/page-speed-optimization/#comments</comments> <pubDate>Tue, 14 Sep 2010 12:29:06 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/?p=2781</guid> <description><![CDATA[Speeding up your website is important but not just to the website owner but to anyone who uses the internet. A faster site creates happy users and visitors. Everyone knows that if a website is slow to respond, people will be far less likely to spend time there.]]></description> <content:encoded><![CDATA[<p>Even with today&#8217;s fast broadband connection, page speed optimization is still an important part of web development and most certainly needs to be a part of any website design. It should be considered almost as highly as search engine optimization (SEO).</p><p>Speeding up your website is important but not just to the website owner but to anyone who uses the internet. A faster site creates happy users and visitors. Everyone knows that if a website is slow to respond, people will be far less likely to spend time there.</p><h2>What Makes for poor Page Speed Optimization?</h2><ul><li>Poor page speed optimization</li><li>Bloated code</li><li>Large imagery</li><li>Poorly written CSS</li><li>Bad hosting configurations</li></ul><p><strong>Just to name a few&#8230;</strong></p><p>This is in addition to slower internet connections and older computer that your website visitors may have.</p><h3>Speed Your Website Up!</h3><p>We will take a look at your entire website including the HMTL, PHP, CSS and any other applicable code and clean it up taking out white space and outdated technology and formatting make it more search engine friendly.</p><p>We will also compress your files and all imagery making it less bloated and heavy usually reducing the file size as high as 50% or more. Lighter page weight equals smaller file size which equals FASTER LOAD TIMES.</p><p>As an added bonus, we will look at your hosting configuration and make applicable changes that allow your web server to compress files even further before showing them to your website visitors. It will also &#8220;cache&#8221; them on the user&#8217;s computer so it won&#8217;t even have to deliver it across the internet the next time.</p><p>A little too technical here? Don&#8217;t worry, we will be glad to discuss it further if you <a
href="http://www.webconsiderations.com/contact-me">give us a shout</a>.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/page-speed-optimization/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>WordPress Theme Design and Services</title><link>http://webconsiderations.com/wordpress-design-services/</link> <comments>http://webconsiderations.com/wordpress-design-services/#comments</comments> <pubDate>Wed, 09 Jun 2010 11:42:03 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/?p=2443</guid> <description><![CDATA[Web Considerations specializes in the development of WordPress theme designs and works to ensure that your new design will be unique and that no other website or blog will share the same design created for you.]]></description> <content:encoded><![CDATA[<p>Web Considerations specializes in the development of WordPress theme designs and works to ensure that your new design will be unique and that no other website or blog will share the same design created for you. We will work with you closely and provide expert suggestions ensuring the new theme design meets usability and design standards.</p><h2><strong>Why a Custom WordPress Theme Design?</strong></h2><p>A custom WordPress theme helps you to launch your website or blog to a new and exciting level. Your own identity, logos, favorite colors and own ideas can be incorporated that will help your website stand out and not be counted with the same old look.</p><p><span
style="font-size: 15px; font-weight: bold;">Why WordPress?</span></p><p>WordPress is the best and one of the most popular blogging solutions that are available today. Due to  its free and open-source engine, WordPress has gained widespread popularity  throughout the world with a community of more than 1000  contributors working on improvements to WordPress platform. Utilizing its own API, WordPress developers have created a practically unlimited number of plug-ins that allow you to extend the standard functionality even more.</p><p>By using WordPress, website owners can manage their own content. Many website owners have no interest in operating a blog but will use WordPress to make updates, add or change images, add new pages and etc. to their own website without knowing anything about website design. Imagine, no more paying website developers a fee to change content on your website!</p><h3>Browser Validation</h3><p>Web Considerations WordPress themes will look equally beautiful in all modern  browsers like Firefox, Internet Explorer, Safari, Chrome and Opera. Before your new design is finished, we test how it looks and functions in each of the most popular browsers so no matter which platform your visitors use, you design will look great.</p><h3>Web Standards Validation</h3><p>We also check all of our XHTML and CSS code to make sure it is W3C valid. Code validation, although not always seen by your web browser is very important. It plays a major role in how your website functions and even plays a role in how the major search engines judge your website. To us, it just doesn&#8217;t make sense to develop a website or blog unless it passes validation.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/wordpress-design-services/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Custom Website Design</title><link>http://webconsiderations.com/custom-website-design/</link> <comments>http://webconsiderations.com/custom-website-design/#comments</comments> <pubDate>Wed, 09 Jun 2010 00:16:55 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/?p=1927</guid> <description><![CDATA[OK... so you don't want a WordPress theme design. No problem, you can also get a highly functional custom website design providing easy navigational menus and varying page layouts that will impress all of your website visitors.]]></description> <content:encoded><![CDATA[<p>OK&#8230; so you don&#8217;t want a WordPress theme design. No problem, you can also get a highly functional custom website design providing easy navigational menus and varying page layouts that will impress all of your website visitors. It is a site built with a great balance of the visual and of functionality.</p><p>We offer informational, E-Commerce and PHP/MySQL database driven sites using strictly HTML and CSS designs. No more tables and cells that add additional markup and bloat to your website.</p><p>We can help you promote your small business online or personal website using SEO techniques that are proven to be effective in listing your site in Google and other search engines. Also providing one-on-one consultation to create the design that is most beneficial and suitable for you and your needs.</p><p>Your website will built and tested across multiple platforms including today&#8217;s most popular browsers like Firefox, Chrome, IE, Opera and others. It will also be validated for HTML Transitional or Strict document types as well as CSS 3.0 standards for optimal accessibility.</p><p>If you have an existing website but just need it modified, we can handle that too. Several of our customers have started out that way and before long, the old site is up to date and looking brand new.</p><p>Creative talent to appeal to your sense of style, training and knowledge of current web development standards and practices, and friendly personal service all combined helps <strong>Put Ideas into Reality!</strong></p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/custom-website-design/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Our Definition of Design</title><link>http://webconsiderations.com/the-definition-of-design/</link> <comments>http://webconsiderations.com/the-definition-of-design/#comments</comments> <pubDate>Mon, 07 Jun 2010 00:04:30 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/blog/?p=10</guid> <description><![CDATA[From most users&#8217; perspective, there are two basic elements that would define a &#8220;good&#8221; website design: usability and how it is presented. That is the effectiveness of the functionality, efficiency and visual appeal. Some designers get too caught up in the presentation, flashy animations and cool graphics and let the usability go by the wayside. [...]]]></description> <content:encoded><![CDATA[<p>From most users&#8217; perspective, there are two basic elements that would define a &#8220;good&#8221; website design: usability and how it is presented. That is the effectiveness of the functionality, efficiency and visual appeal.</p><p>Some designers get too caught up in the presentation, flashy animations and cool graphics and let the usability go by the wayside. On the other hand, those designers who focus only on how effective the accessibility is may let the visual appeal fall short.</p><p>The primary thing to remember is that the design, as a whole, is about what you are trying to communicate. If you want to design a new website that works perfectly well but looks bad, most people will not want to stay on your site too long. Likewise, if your website is a beautiful piece of art but is not easy to use, people may not want to figure it out and once again leave.</p><p>It is a problem all designers face when contemplating the design of a website. Keep in mind that both elements: usability and presentation, should work together as one unit so that visitors like the design but are also drawn to the content you are providing. Furthermore, it is an important fact that your navigation be intuitive so that users can find information and move about your site easily.</p><p>One final point to consider is the &#8220;consistency&#8221; of the website. It can be very distracting and often confusing if there are too many differences between your home page and other pages of your website. If there are differences, there should be a cohesive style that holds all the pages together.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/the-definition-of-design/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cross Browser Testing &#8211; A Key Component</title><link>http://webconsiderations.com/cross-browser-testing/</link> <comments>http://webconsiderations.com/cross-browser-testing/#comments</comments> <pubDate>Sat, 05 Jun 2010 22:35:41 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/blog/?p=9</guid> <description><![CDATA[When designing a website, there are many factors that come into play that most people, including a lot of &#8220;website designers&#8221; do not consider. That primarily being how a website functions in various browser platforms, Meaning, just because the website looks good in Firefox and Chrome, does not mean it looks good in Internet Explorer [...]]]></description> <content:encoded><![CDATA[<p>When designing a website, there are many factors that come into play that most people, including a lot of &#8220;website designers&#8221; do not consider. That primarily being how a website functions in various browser platforms, Meaning, just because the website looks good in Firefox and Chrome, does not mean it looks good in Internet Explorer and Opera.</p><p>As a designer, I am aware that the best practice in designing a website is by using CSS to separate the HTML markup (how it is laid out) from the content of your web pages. By doing so, you provide a much cleaner and often smaller amount of data that has to be read by the search engines to index your website. Effectively promoting better search engine results. Which after all is a key in a good website.</p><p>The problem is that there are sometimes different results that the bugs in various browsers can cause no matter how well your CSS is written and no matter how clean the HTML code is.</p><p>At Web Considerations, your website will be tested against all of the major and most popular web browsers including Firefox, Chrome, Safari, Opera and Internet Explorer (currently version 6, 7 and 8). We want you to get the most benefit from your new design and since there are so many different browsers, we want to ensure that you get the maximum exposure with little to no difference in how the site will look or function.</p><p>If you would like to know more about our testing practices before committing to getting a new website, feel free to <a
href="http://www.webconsiderations.com/contact-me">contact us</a>, it would be great to hear from you.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/cross-browser-testing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hands On Web Design</title><link>http://webconsiderations.com/starting-web-design/</link> <comments>http://webconsiderations.com/starting-web-design/#comments</comments> <pubDate>Wed, 11 Jun 2008 22:08:35 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/blog/?p=11</guid> <description><![CDATA[When I first started out in web design a little over 2 years ago (2006), I had no idea what I was about to get into. My original thought was just to put something together and run it off an IIS server in my basement &#8211; just to see if I could do it. I had [...]]]></description> <content:encoded><![CDATA[<p>When I first started out in web design a little over 2 years ago (2006), I had no idea what I was about to get into. My original thought was just to put something together and run it off an IIS server in my basement &#8211; just to see if I could do it. I had no idea what each step I took was going to lead to. I still don&#8217;t even know a lot of what I don&#8217;t know but in the short time I have been building websites, I have really come to enjoy it as not only for what new areas of design and all its related aspects I can learn but as a secondary income as well. I have several clients and offer not only web design services but website hosting as well.</p><p>The first thing I did was to buy Dreamweaver and a 2 day class. It was a great introduction but as in most short class room shops I have attended, you go over way too much material in the short amount of time there is. You stay so focused on the outline and project steps, you don&#8217;t grasp the concept. At least I didn&#8217;t at first.</p><p>The next thing I remember was that I bought a few website templates. My thinking was that if I saw how a site was put together, I could break it down and get a greater understanding of design. It was a major step and it did teach me a lot but it was fairly short lived. The more I started learning, the more I realized that a lot of templates that you buy are still using tables and cells as opposed to straight CSS. I learned that tables and cells are not the best method for design so I pressed on.</p><p>I then purchased some CSS workshops that included a finished product complete with all the images, style sheets and HTML. It further provided a step by step guide with explanation of not only how to complete a particular design technique but it also explained why it was being done and the purposes behind it. I loved it! That was probably the 2nd most valuable tool I have come across so far to teach good solid web design.</p><p>I then got into a book buying phase. I probably have at least 6 different books on CSS alone as well as many other books on topics including JavaScript, PHP, ASP, Flash, Joomla and MySQL just to name a few. A good book is a perfect tool to learn a topic&#8230; the problem is that it takes a considerable amount of time to really read and study the book. I don&#8217;t know about you but time is not something I have a lot of between my full time job, church and other activities. However, if I want to learn something, I have found a great book can teach me so much more than most online courses I have taken.</p><p>Finally, I would have to say the best teacher is plain and simple hands on training. I have learned if I want to do something&#8230; I just start doing it. If it screws up, I just start over; it doesn&#8217;t have to be perfect the first time. Don&#8217;t be afraid to try something. Join some blogs and forums and ask a lot of questions. Get a second hosting account and use it as a test bed. I have a couple of accounts on my own hosting service that I use strictly for testing. If someone happens across that particular site on the internet&#8230; it doesn&#8217;t matter what kind of shape it is in. After all&#8230; it&#8217;s a test bed.</p><p>Hands down, hands on at your pace is the best teacher.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/starting-web-design/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Defining CSS</title><link>http://webconsiderations.com/defining-css/</link> <comments>http://webconsiderations.com/defining-css/#comments</comments> <pubDate>Fri, 16 May 2008 20:00:51 +0000</pubDate> <dc:creator>Web Considerations</dc:creator> <category><![CDATA[Website Design]]></category><guid
isPermaLink="false">http://webconsiderations.com/blog/?p=7</guid> <description><![CDATA[What is CSS Exactly? Cascading Style Sheets (or CSS) is recognized as the recommended way to maintain the presentational level of a website document. The main and utmost important benefit of using CSS over presentational markup imbedded in HTML is that all styling can be kept separated from the content of the document. You can [...]]]></description> <content:encoded><![CDATA[<p><strong>What is CSS Exactly?</strong></p><p>Cascading Style Sheets (or CSS) is recognized as the recommended way to maintain the presentational level of a website document.</p><p>The main and utmost important benefit of using CSS over presentational markup imbedded in HTML is that all styling can be kept separated from the content of the document. You can create a single CSS file and attach it to your web pages for easy maintenance.</p><p>For instance, if you had a website that consisted of 1000 pages and you wanted to change the text color of your &lt;H1&gt; tag, you could easily update all 1000 pages instantly by modifying one CSS file. If your presentational markup was imbedded into each HTML web page, you would have to edit 1000 pages if your website look was to remain consistent throughout the entire site.</p><p>Simply attaching one or even a few external CSS files to your web document offers a great number of benefits. It would be difficult to overstate just how beneficial using CCS is but in the simplest of terms: it is obviously much more efficient editing (or maintaining) one file instead of 100, 1000, or 10,000 HTML documents.</p><p>Sometimes with smaller sites, some designers may not recognize the benefit but I highly recommend getting into the practice on sites of any size. I can speak for experience&#8230; it save huge amounts of time.</p> ]]></content:encoded> <wfw:commentRss>http://webconsiderations.com/defining-css/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: webconsiderations.com @ 2012-02-04 12:03:26 -->
