Web Design and Development Resources
There are many different kinds of websites necessary to pursue web design or web development and our broad experience has brought us into contact with many valuable sites that do vastly different kinds of things.
-
W3C (X)HTML Validator - Webpages behave badly when written poorly; it's the number one reason for pages that display fine in one browser but not another. Validation eliminates most of these problems by identifying your errors so you can fix them. Note that it works poorly once the initial error has been detected so correct the first error in the list and revalidate. You'll often find that a number of other error messages have gone away. This is a great way to learn XHTML; you'll soon find that your pages have few if any errors to begin with. [chroniclemaster1, 2009/11/06]
-
W3C CSS Validator - If the XHTML Validator is awesome, the CSS Validator is only slightly less important. Plus, CSS is so much more challenging that this tool will likely save you more time than the XHTML version. If you call multiple stylesheet files, it's best to post everything live on the internet and use this tool to check the URL. It automatically runs down every stylesheet you're using and checks it, saving you lots of time. [chroniclemaster1, 2009/11/06]
-
WAVE - Web Accessibility Evaluation Tool - No tool can adequately evaluate all the criteria necessary to guarantee that your webpage is truly accessible. WAVE is so effective, because it doesn't try to; it checks those things which a tool can check and then tells you to go test which is good, honest advice. [chroniclemaster1, 2009/11/06]
-
Sitepoint Forums - This Australian website is probably the best site on the internet for solid, robust, web standards based advice. While good for beginners, it's fantastic for intermediate and advanced developers looking to take their skills to the next level. And they host the most vibrant forum of developers on the internet; Sitepoint Forums is an amazing place to learn, swap secrets, and make connections. [chroniclemaster1, 2009/11/06]
-
Wrox P2P Forums - While not always tuned in to best practices, Wrox P2P (peer to peer) is one of the best .NET and XML websites online today. Chat with other developers and interact with some of the authors from perhaps the most popular series of computer programming books. [chroniclemaster1, 2009/11/06]
-
Google's Webmaster Tools - The most informative resource that Google provides for website administrators and developers, not that this is saying much. [chroniclemaster1, 2009/11/06]
-
Matt Cutts: Gadgets, Google, and SEO - Matt Cutts is an important manager at Google, and his blog seems to have become the primary unofficial outlet that Google uses to communicate with the rest of the world. Given how tight lipped Google is about official pronouncements and documentation, that makes Matt's website a critical SEO resource. [chroniclemaster1, 2009/11/06]
-
Yahoo Site Explorer - Get an estimate on the extent to which Yahoo has indexed various websites (probably most importantly your own) including some information about the inbound links pointing to each page. [chroniclemaster1, 2009/11/06]
-
Font Forge - The font authoring and editing tool for serious artists and students of fonts. Requires Linux, or you need to download a Linux simulator; but this is manageable... especially as there is no real alternative for font designers. [chroniclemaster1, 2009/11/06]
-
Portland Patterns Repository - Ward Cunningham's wiki on design patterns which are used specifically by programmers but are a powerful (if more advanced) tool for thinking about any facet of web design and development. [chroniclemaster1, 2009/11/12]
-
N.Design Studio - Possibly the most beautifully crafted website on the internet. An all flash site that I refer to for design inspiration from time to time. [chroniclemaster1, 2009/11/06]
-
Village at Northstar - A beautifully crafted all flash website, I refer to for design inspiration from time to time. [chroniclemaster1, 2009/11/06]
Multi-lingual Web Development Resources
Depending on your needs, you may also need tools listed elsewhere, like Font Forge for building your own fonts, Omniglot for researching scripts (both ancient and modern), and IPA Preview for pronunciation lessons in linguistics.
-
Alan Wood's Unicode Resources - A British programmer and photographer, Alan Wood has collected the most authoritative and useful set of Unicode resources on the internet. Includes extensive test pages to see what Unicode ranges your fonts actually cover, and useful advice about how to cover ranges that you need, from new fonts to system configuration. [chroniclemaster1, 2009/11/06]
-
Unicode Fonts for Ancient Scripts - George Douros's amazing set of fonts which start by covering the Unicode ranges for cuneiform and ancient Greek scripts. However, it even includes ancient scripts for scholars whose work is still stuck in the Unicode consortium awaiting official approval. Spectacularly, these are all public domain fonts; the single most important font resource on the internet. [chroniclemaster1, 2009/11/06]
-
W3C Internationalization Home - The W3C's resources on the principles and techniques of internationalization for your website; step one in creating versions of your website in multiple languages. [chroniclemaster1, 2009/11/06]
-
Non-Roman Script Initiative - Unicode lets you encode documents in hundreds if not thousands of different scripts, but how do you type them in using your keyboard? NRSI includes resources for tackling multi-lingual input issues. [chroniclemaster1, 2009/11/06]