- Follow this blog:
- RSS
- Email Alert
Web Designer
Selena Frye
TechRepublic Staff
Selena Frye

-
Working with CSS3 background images
Ryan Boudreaux goes over some examples of writing CSS3 code for background images that you can begin to implement now.
Posted by Ryan Boudreaux | September 29, 2011, 7:39 AM PDT
-
URL rewriting with IIS's URL Rewrite module
Justin James shows you how to use IIS's URL rewriting module and how to create your own rules.
Posted by Justin James | September 28, 2011, 9:06 AM PDT
-
Working with the CSS3 Multi-column Layout Module
Ryan Boudreaux explains the new styling for the CSS3 Multi-column Layout Module with code and display examples of different styles.
Posted by Ryan Boudreaux | September 27, 2011, 2:28 PM PDT | Latest comment by ocampesato@...
-
CSS3 resource review: CSS3.info
Ryan Boudreaux reviews one of his favorite resources for learning about CSS3 and keeping abreast of the most current developments.
Posted by Ryan Boudreaux | September 22, 2011, 1:15 PM PDT
-
URL rewriting with Apache's mod_rewrite
Justin James explains how to rewrite URLs with Apache mod_rewrite, illustrating the basic syntax as well as Flag options that control how the rewriting is handled.
Posted by Justin James | September 21, 2011, 10:17 AM PDT
-
First look at CSS3 web design elements
Ryan Boudreaux goes over some of the developments in CSS3 design elements and offers some coding examples making use of the new features.
Posted by Ryan Boudreaux | September 20, 2011, 1:54 PM PDT | Latest comment by ITOdeed
-
Balancing the website design between business objectives and user experience
Ryan Boudreaux looks at the challenge of balancing the business needs of an organization with creating a good user experience when you design a client's website.
Posted by Ryan Boudreaux | September 15, 2011, 6:00 AM PDT
-
Inside your server request logs: Apache and IIS
Justin James takes a closer look at the data in your Apache and IIS server logs. Here's how to read them so you'll be able to troubleshoot more efficiently.
Posted by Justin James | September 13, 2011, 9:00 AM PDT
-
HTML5: Current progress and adoption rates
Ryan Boudreaux takes a snapshot view of where HTML5 adoption is headed and the progress of the specification becoming finalized.
Posted by Ryan Boudreaux | September 12, 2011, 12:16 PM PDT | Latest comment by Who Am I Really
-
HTML5: Working with the Video element
Ryan Boudreaux looks at the element in HTML5 and discusses the current state of adoption rates for HTML5-supported codecs among the popular browsers.
Posted by Ryan Boudreaux | September 8, 2011, 11:18 AM PDT | Latest comment by YetAnotherBob
-
What you should be looking for in your web server logs
Scanning server logs may seem mundane, but they convey important information that can prevent attacks and even help you make more money. Here's where you should be looking and why.
Posted by Justin James | September 7, 2011, 8:00 AM PDT
-
Web master challenges: Staying ahead of obsolescence
One of the challenges for web masters, as well as any technology manager, is figuring out when to upgrade on a schedule that keeps up with current advances and fits the budget.
Posted by Ryan Boudreaux | September 6, 2011, 10:53 AM PDT
-
How to use the new HTML5 Audio element
Ryan Boudreaux explains how to use the new HTML5 audio element in websites and includes examples of fallback options.
Posted by Ryan Boudreaux | September 1, 2011, 10:00 AM PDT
-
Implementing wikis and knowledge-sharing on your website
Ryan Boudreaux explains the importance of wikis as knowledge-sharing tools and the factors that you should consider before implementing a wiki as part of a website.
Posted by Ryan Boudreaux | August 30, 2011, 12:37 PM PDT
-
Quick tip: Example markup for blog posts with HTML5
Ryan Boudreaux describes the role of HTML5 elements that are most pertinent to creating blog posts.
Posted by Ryan Boudreaux | August 25, 2011, 12:54 PM PDT | Latest comment by birumut
-
IrfanView: A robust (and free) image editor for your toolkit
Ryan Boudreaux reviews the installation and features of the free image editing tool, IrfanView, which can be a nice addition to the web master's toolkit.
Posted by Ryan Boudreaux | August 23, 2011, 7:00 AM PDT | Latest comment by BondarFJ
-
HTML5: Drawing images and adding text to the canvas element
Ryan Boudreaux shows more examples of working with the canvas element in HTML5, this time drawing images and adding text with the various functions available.
Posted by Ryan Boudreaux | August 18, 2011, 8:46 AM PDT
-
Quick tip: Measuring user satisfaction
Ryan Boudreaux discusses the importance of gauging user satisfaction with your websites. Here are some things to consider when deciding how to get feedback.
Posted by Ryan Boudreaux | August 16, 2011, 11:53 AM PDT | Latest comment by brian@...
-
HTML5: Working with the canvas element
Ryan Boudreaux introduces the element in HTML5 and how to work with it to create different shapes and styles.
Posted by Ryan Boudreaux | August 11, 2011, 11:00 AM PDT | Latest comment by ocampesato@...
-
A preview of Adobe Edge: Trying out animations
Justin James takes the recently released Adobe Labs Edge beta out for a spin. He used Edge to create HTML5 animations. Here's how his test run went.
Posted by Justin James | August 10, 2011, 6:00 AM PDT | Latest comment by Justin James
-
Tutorial: How to implement the parallax scrolling effect, part 1
Ryan Boudreaux explains the code behind achieving the parallax scrolling effect on your website. Part 1 of this two-part series covers the first two sections of code.
Posted by Ryan Boudreaux | December 4, 2012, 7:19 AM PST
-
What is the difference between responsive vs. adaptive web design?
Ryan Boudreaux clears up some of the confusion about what is meant by responsive vs. adaptive web design. While similar in their goal, the approaches are different.
Posted by Ryan Boudreaux | April 11, 2013, 7:56 AM PDT | Latest comment by quantumcloud
-
Embed custom fonts on your website with the @font-face property
Ryan Boudreaux shows you how to get custom fonts into a usable form for your website designs by employing the @font-face property.
Posted by Ryan Boudreaux | July 12, 2012, 8:24 AM PDT
-
How to create media queries in Responsive Web Design
Ryan Boudreaux shows how to create media queries that allow the web designer to target styles based on a number of device properties, such as screen width, orientation, and resolution.
Posted by Ryan Boudreaux | July 31, 2012, 2:29 PM PDT
-
Try the lightweight CSS Slideshow System for your next presentation
The CSS Slideshow System, or CSSS, is a simple, lightweight presentation program featuring keyboard navigation. Take a look under the hood and learn how you can use it.
Posted by Ryan Boudreaux | April 23, 2013, 11:43 AM PDT
-
Responsive web design vs. mobile app development
Ryan Boudreaux lists the criteria to be evaluated if you are deciding between developing a mobile app or using RWD to optimize your website for mobile devices.
Posted by Ryan Boudreaux | March 28, 2013, 8:09 AM PDT | Latest comment by poshinfosys
-
jQuery: How to get objects by ID, Class, Tag, and Attribute
Ryan Boudreaux continues his tutorial on getting acquainted with jQuery by showing you how to get objects by ID and Class selectors and by Tag and Attribute.
Posted by Ryan Boudreaux | April 3, 2012, 1:24 PM PDT | Latest comment by jeandavid54
-
Learn more about Web Components with these demos
Ryan Boudreaux explains what the Web Components specification is and how it can be used to create reusable modules for web applications.
Posted by Ryan Boudreaux | March 21, 2013, 6:00 AM PDT
-
Creating common web design icons with CSS: The NavIcon
The NavIcon, an instantly recognizable menu icon in web design, is one of many. You can create this one and others with pure CSS.
Posted by Ryan Boudreaux | April 24, 2013, 12:44 PM PDT | Latest comment by raghda1
-
HTML5: Using structural elements for header, footer, and navigation
Ryan Boudreaux digs into the use of structural elements in the new HTML5 specification, specifically header, footer, and navigation elements, and gives examples of each.
Posted by Ryan Boudreaux | August 4, 2011, 1:46 PM PDT | Latest comment by l_e_cox
-
Learn to use the HTML5 Drag and Drop API
Ryan Boudreaux introduces the HTML5 Drag and Drop API and gives some links to demos and resources for more ideas on how to use it.
Posted by Ryan Boudreaux | March 14, 2013, 9:00 AM PDT
-
Creating an ADA-compliant website
Nicole Bremer Nash goes over the requirements for an ADA-compliant website, including checklists and additional resources.
Posted by Nicole Bremer Nash | March 30, 2012, 8:03 AM PDT | Latest comment by The Flaming Maiden
-
Tips on how to coach your website clients
Making sure your clients are happy with their new website design depends on clear communication and shaping their expectations.
Posted by Ryan Boudreaux | April 30, 2013, 9:45 AM PDT | Latest comment by wsuffolk
-
Good, bad, or ugly? Chromium forks WebKit to create Blink
Blink is the recently announced fork of the WebKit-rendering engine for Google Chrome, but is it good news for users and developers, or purely a business move?
Posted by Ryan Boudreaux | April 18, 2013, 8:40 AM PDT | Latest comment by laseray@...
-
Customize horizontal rules to add some flair
Ryan Boudreaux shares some styling tips that will help rescue your boring horizontal rules.
Posted by Ryan Boudreaux | July 5, 2012, 11:11 AM PDT | Latest comment by moorec@...
-
A checklist for web accessibility issues
In addition to designing for all kinds of devices with varying screen sizes, developers also aim for accessibility for all users. Here is a checklist to help you rate your website and apps.
Posted by Ryan Boudreaux | May 14, 2013, 11:20 AM PDT | Latest comment by lunchbeast
-
CSS3 filter effects: Grayscale, invert, sepia, and more
Ryan Boudreaux demonstrates some applications of various CSS3 filter effects, including grayscale, sepia, saturation, and combined effects.
Posted by Ryan Boudreaux | October 25, 2012, 9:00 AM PDT | Latest comment by RJBoudreaux
-
HTML5: Drawing images and adding text to the canvas element
Ryan Boudreaux shows more examples of working with the canvas element in HTML5, this time drawing images and adding text with the various functions available.
Posted by Ryan Boudreaux | August 18, 2011, 8:46 AM PDT
-
Photoshop tutorial: Create the Polaroid effect for images
Ryan Boudreaux demonstrates how to achieve the Polaroid effect with images in Photoshop CS5. This tutorial will help beginners understand how to work with layers in Photoshop.
Posted by Ryan Boudreaux | April 10, 2012, 10:47 AM PDT
-
CSS3: New properties for text-overflow and text-wrap
Ryan Boudreaux illustrates the CSS3 text-overflow and text-wrap properties in these code examples.
Posted by Ryan Boudreaux | October 18, 2011, 9:00 AM PDT

































