CSS Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/css/tutorials/ CSS Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Thu, 13 Sep 2012 22:05:00 GMT Using JavaScript Unobtrusively With a bit of thought and time, the JavaScript defining a page's behavior can be as quiet on a page as its CSS. In this extract from Professional jQuery, Cesar Otero and Rob Larsen demonstrate how. http://www.developerfusion.com/article/145905/using-javascript-unobtrusively/ http://www.developerfusion.com/article/145905/using-javascript-unobtrusively/ Thu, 13 Sep 2012 22:05:00 GMT Dan Maharry Working with Mobile Devices in HTML5 and CSS3 With an ever increasing number of mobile devices demanding we code our websites to look good at any number of resolutions, this extract from Murach's HTML5 and CSS3 present some rules of thumb for developing websites that work nicely with every device http://www.developerfusion.com/article/141514/working-with-mobile-devices-in-html5-and-css3/ http://www.developerfusion.com/article/141514/working-with-mobile-devices-in-html5-and-css3/ Tue, 10 Apr 2012 10:05:00 GMT Dan Maharry Making Tables More Accessible With HTML5 For those who are visually challenged and depend on technology such as screen readers to translate the Web from a visual to an aural experience, tables represent a significant challenge. This extract from HTML5 24 Hour Trainer looks at a number of additional tags and attributes that can make tables and their content more accessible to all. http://www.developerfusion.com/article/136530/making-tables-more-accessible-with-html5/ http://www.developerfusion.com/article/136530/making-tables-more-accessible-with-html5/ Fri, 20 Jan 2012 08:36:00 GMT Dan Maharry The Future of the Web: HTML5 Let’s get this one cleared up in the first sentence, no you don’t have to wait until 2022 to start using HTML 5! None of that really matters to web developers, what should matter to us is when our users’ browsers support a given feature we are interested in utilizing. http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ Thu, 24 Feb 2011 12:41:00 GMT Robert Boedigheimer Improving Web Site Performance and Scalability while saving money Learn the tools and techniques that can dramatically improve performance for a web site, while saving money by reducing server load and bandwidth requirements. http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ Fri, 11 Feb 2011 13:07:00 GMT Robert Boedigheimer Lessons learned writing AJAX applications We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more complex to build an entire application according to the Ajax paradigm. This article offers a brief overview of a few aspects you might want to take into account for building successful applications. http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Wed, 02 Feb 2011 18:35:00 GMT Dino Esposito Using Adobe Flex in Visual Studio You can now take advantage of the Flex framework from right within Visual Studio to build Rich Internet Applications (RIAs). We get you up to speed on what Flex is and a basic application talking to a web service. http://www.developerfusion.com/article/9536/using-adobe-flex-in-visual-studio/ http://www.developerfusion.com/article/9536/using-adobe-flex-in-visual-studio/ Tue, 06 Jan 2009 16:37:00 GMT Matt Wicks Have you seen the Silverlight? – More Silverlight Is Silverlight the way to make your browser based applications as rich as a desktop application? Dave Wheeler thinks so and put the case for sophistication in Silverlight. In this second article, we look at events and move rapidly on to animation and other powerful presentation effects. http://www.developerfusion.com/article/7303/have-you-seen-the-silverlight-more-silverlight/ http://www.developerfusion.com/article/7303/have-you-seen-the-silverlight-more-silverlight/ Sat, 01 Dec 2007 13:12:00 GMT Dave Wheeler Ten CSS Tricks You May Not Know Some great tips and tricks using CSS - from applying more than one CSS class to an element, specifying a different style sheet to be used for printing, image replacement techniques and more. http://www.developerfusion.com/article/5402/ten-css-tricks-you-may-not-know/ http://www.developerfusion.com/article/5402/ten-css-tricks-you-may-not-know/ Sun, 01 Jul 2007 20:38:00 GMT Trenton Moss Top 10 Application Security Vulnerabilities in Web.config Files - Part One In part one of this two part article, you will learn about five of the top ten “worst offenders” of misconfigurations of application security that can cause overall problems for ASP.NET Web-based applications. Learn more about how to secure the Web.config files of an ASP.NET application. http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ Mon, 14 May 2007 21:05:00 GMT Bryan Sullivan Search Engine Optimisation (SEO) Checklist Search engine optimisation is pretty much part and parcel of creating websites these days. Getting the basics right don't require a large amount of work, but can make all the difference. http://www.developerfusion.com/article/6624/search-engine-optimisation-seo-checklist/ http://www.developerfusion.com/article/6624/search-engine-optimisation-seo-checklist/ Sun, 15 Apr 2007 21:18:00 GMT James Crowley CSS and round corners: Boxes with curves One of the main reasons for having to use images on any web page is to create curves and round corners. It's currently impossible to create any kind of curved shapes using just HTML, so images need to be used. Putting these images into the HTML document with a table layout can create a large amount of superfluous code. Using the power of CSS we'll create the following box with round corners, without an <img> tag in sight. http://www.developerfusion.com/article/5382/css-and-round-corners-boxes-with-curves/ http://www.developerfusion.com/article/5382/css-and-round-corners-boxes-with-curves/ Tue, 14 Feb 2006 21:32:00 GMT Trenton Moss Locking the Door behind You: Hacker Protection for Your Web Applications Your Web applications can be the most important and most vulnerable entry point into your organization, and, as such, ensuring adequate hacker protection in your Web applications can be critical. This article discusses some of the issues. http://www.developerfusion.com/article/5381/locking-the-door-behind-you-hacker-protection-for-your-web-applications/ http://www.developerfusion.com/article/5381/locking-the-door-behind-you-hacker-protection-for-your-web-applications/ Tue, 14 Feb 2006 20:59:00 GMT Caleb Sima Test-Driven Development in .NET An article presenting benefits and techniques for using test-driven development in .NET, specifically examining the NUnit testing framework. http://www.developerfusion.com/article/5240/testdriven-development-in-net/ http://www.developerfusion.com/article/5240/testdriven-development-in-net/ Wed, 18 Jan 2006 11:53:00 GMT Peter Provost Typography on the Web Crucial to the ethos of the web is providing information in a way which is easy to read. It sounds simple, but there are many design considerations which factor into this, one of the most obvious being: "Which font do I choose?" http://www.developerfusion.com/article/5218/typography-on-the-web/ http://www.developerfusion.com/article/5218/typography-on-the-web/ Fri, 13 Jan 2006 09:50:00 GMT Roan Lavery Moving from Tables to CSS Learn how to migrate your existing sites from tables to CSS, and how to start including more CSS based design into your workflow. Why? Because I still think many people find learning to build CSS layout sites from scratch difficult. There's a steep learning curve associated with CSS design, much more so than tables, and getting consistent results across different browsers is tricky, even for the more experienced. http://www.developerfusion.com/article/5201/moving-from-tables-to-css/ http://www.developerfusion.com/article/5201/moving-from-tables-to-css/ Wed, 11 Jan 2006 23:37:00 GMT Roan Lavery Printing Reports in .NET Learn how to print reports from C# and other .NET languages using the open source library presented here. Features include Printing DataTables, printing paragraphs of text using style classes, customizable page headers and footers, boxes, lines, graphics and much more. http://www.developerfusion.com/article/4585/printing-reports-in-net/ http://www.developerfusion.com/article/4585/printing-reports-in-net/ Fri, 26 Mar 2004 07:43:00 GMT Mike Mayer Accessibility for Web Developers Developers put a lot of effort into ensuring their sites can be viewed in outdated browsers, but all too often ignore newer browsers, or worse still, a whole range of visitors. Accessibility means access to information for all. Information to all, regardless of the device used to view the document, or abilities of the visitor. This article covers the W3C guidelines for making your site accessible - a legal requirement for companies in the UK and United States. http://www.developerfusion.com/article/4005/accessibility-for-web-developers/ http://www.developerfusion.com/article/4005/accessibility-for-web-developers/ Fri, 05 Sep 2003 12:25:00 GMT Gez Lemon Using Cascading Style Sheets (CSS) A comprehensive Cascading Style Sheet (CSS) tutorial. Learn how to use the power of CSS to apply styles throughout your entire website - and changing them - whilst modifying only a single file! http://www.developerfusion.com/article/3833/using-cascading-style-sheets-css/ http://www.developerfusion.com/article/3833/using-cascading-style-sheets-css/ Tue, 08 Jul 2003 05:32:00 GMT Gez Lemon Beginning HTML An introduction to the basics of HTML. Including text formatting, colours, links, images and backgrounds. http://www.developerfusion.com/article/2554/beginning-html/ http://www.developerfusion.com/article/2554/beginning-html/ Fri, 21 Jun 2002 06:54:00 GMT Louis Rose