<?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>DoMedia</title>
	<atom:link href="http://www.domedia.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.domedia.org</link>
	<description>web design tricks</description>
	<lastBuildDate>Sun, 21 Feb 2010 00:27:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Transparency</title>
		<link>http://www.domedia.org/hello-world/</link>
		<comments>http://www.domedia.org/hello-world/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 23:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[rgba]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=1</guid>
		<description><![CDATA[Update: the use of RGBa in CSS
10.29.08
A working solution for transparency in web standards browser
I read this today on one of Andy Clarkes websites, he heard it at a conference talk by Cederholm.
Here&#8217;s the CSS syntax:

p {color: rgba(255, 255, 255, 0.5);}

The RGBa let&#8217;s you set the RGB values for Red, Green and Blue, like in [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Image Replacement</title>
		<link>http://www.domedia.org/css-image-replacement/</link>
		<comments>http://www.domedia.org/css-image-replacement/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 02:30:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=8</guid>
		<description><![CDATA[For people that care (and we should care), keeping the semantic integrity of your HTML document, while being able to create great design using images, has always been an important part of web design and development.
An increasingly popular technique is an Image Replacement techniques with CSS. This makes sure text browsers and Search Engines can [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/css-image-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicon</title>
		<link>http://www.domedia.org/favicon/</link>
		<comments>http://www.domedia.org/favicon/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 02:33:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[favicon]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=11</guid>
		<description><![CDATA[How to create a favicon icon with Photoshop
You&#8217;ve seen them on all the larger websites; these little custom made icons next the the website address in the address bar or next to the webpage in your bookmarks / favorites.


Above is some great examples on some good looking favicons

Before we get started
This tutorial requires Photoshop and [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript PopUp Window</title>
		<link>http://www.domedia.org/javascript-popup-window/</link>
		<comments>http://www.domedia.org/javascript-popup-window/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 01:25:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=71</guid>
		<description><![CDATA[Creating a pop-up window with javascript is easier than most people think. It takes just a short snippet of code to achieve it. Keep in mind that pop-up windows have to be wisely used. They can be highly irritating for users if misused. Let&#8217;s look at a proper and easy way of creating them.
Javascript:
This is [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/javascript-popup-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Vertical Align</title>
		<link>http://www.domedia.org/css-vertical-align/</link>
		<comments>http://www.domedia.org/css-vertical-align/#comments</comments>
		<pubDate>Thu, 05 Jan 2006 01:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[vertical]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=61</guid>
		<description><![CDATA[The vertical-align CSS property is one of the most misunderstood things in CSS. Particularly from those that come from a table design background. Here's how it really works.]]></description>
		<wfw:commentRss>http://www.domedia.org/css-vertical-align/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Secrets &#8211; A Need-To-Know Guide</title>
		<link>http://www.domedia.org/firefox-secrets-a-need-to-know-guide/</link>
		<comments>http://www.domedia.org/firefox-secrets-a-need-to-know-guide/#comments</comments>
		<pubDate>Sun, 01 May 2005 01:22:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=65</guid>
		<description><![CDATA[
Sitepoint has released another great book. Firefox Secrets &#8211; A Need-To-Know Guide is written by Cheah Chu Yeow and is a comprehensive book for both developers and regular surfers on how to get the most out of this increasingly popular browser.
The book covers several important sides of the browser, such as:

How you can make the [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/firefox-secrets-a-need-to-know-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Semantic Web</title>
		<link>http://www.domedia.org/introduction-to-semantic-web/</link>
		<comments>http://www.domedia.org/introduction-to-semantic-web/#comments</comments>
		<pubDate>Thu, 24 Feb 2005 01:30:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=73</guid>
		<description><![CDATA[The Semantic Web is a current project under the direction of Tim Berners-Lee of the World Wide Web Consortium to extend the ability of the World Wide Web by developing standards and tools that allow meaning to be added to the content of webpages. The goal of the semantic web is to create a universal [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/introduction-to-semantic-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Shorthand</title>
		<link>http://www.domedia.org/css-shorthand/</link>
		<comments>http://www.domedia.org/css-shorthand/#comments</comments>
		<pubDate>Sat, 01 Jan 2005 02:37:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=13</guid>
		<description><![CDATA[
Introduction to CSS shorthand properties
Last Revision October, 2007.
Originally published by Sitepoint 2002-12-11

Shorthand properties?

Table of Contents:
Introduction to CSS shorthand properties

font
margin/padding
border
border-top, border-right,
border-bottom, border-left
list-style
background


Note:
Since the original version of this article was first released by Sitepoint in 2002, much has happened in the browser world.
Support for CSS2 shorthand properties among current browsers is superior. It almost renders the support [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/css-shorthand/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS background for textarea</title>
		<link>http://www.domedia.org/css-background-for-textarea/</link>
		<comments>http://www.domedia.org/css-background-for-textarea/#comments</comments>
		<pubDate>Sat, 01 Jan 2005 01:14:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=55</guid>
		<description><![CDATA[There are many ways of customizing your form elements. One thing to keep in mind is that web users are used to the form elements that their browsers gives them by default, so for usability reasons, I recommend leaving the form elements alone in their default state.
You can apply a background-color or background-image to any [...]]]></description>
		<wfw:commentRss>http://www.domedia.org/css-background-for-textarea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sizing of form elements with CSS</title>
		<link>http://www.domedia.org/sizing-of-form-elements-with-css/</link>
		<comments>http://www.domedia.org/sizing-of-form-elements-with-css/#comments</comments>
		<pubDate>Sat, 01 Jan 2005 01:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.domedia.org/?p=53</guid>
		<description><![CDATA[Sizing of form elements should be fairly supported by now. All it takes for width is to include a width property with CSS.
Example:











CSS:

&#60;style&#62;
&#60;!--
.two {width: 200px; }
--&#62;
&#60;/style&#62;

HTML:

&#60;form action=""&#62;
&#60;input class="two" type="text" value="button text here" /&#62;
&#60;/form&#62;

]]></description>
		<wfw:commentRss>http://www.domedia.org/sizing-of-form-elements-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
