<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>html-css &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/html-css/</link>
	<description>Feed of posts on WordPress.com tagged "html-css"</description>
	<pubDate>Sun, 29 Nov 2009 07:07:54 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[HTML Table with thin border]]></title>
<link>http://web4us.wordpress.com/2009/11/19/html-table-with-thin-border/</link>
<pubDate>Thu, 19 Nov 2009 05:58:49 +0000</pubDate>
<dc:creator>webforus</dc:creator>
<guid>http://web4us.wordpress.com/2009/11/19/html-table-with-thin-border/</guid>
<description><![CDATA[This might be simple for somebody. This will be helpful for the dudes who are not very strong in HTM]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This might be simple for somebody. This will be helpful for the dudes who are not very strong in HTML/CSS.</p>
<p>If you want to have table with thin border like below<br />
<img class="alignleft size-full wp-image-448" title="thin-table" src="http://web4us.wordpress.com/files/2009/11/thin-table.jpg" alt="" width="208" height="83" /></p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p><!--more--></p>
<p>&#160;</p>
<pre>
&#60;html&#62;
&#60;head&#62;
&#60;style media="all" type="text/css"&#62;
#grid td {
border:1px solid #CCCCCC;
font-family:verdana;
font-size:11px;
padding:2px;
}
&#60;/style&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;div id="grid"&#62;
&#60;table style="border-collapse: collapse;"&#62;
&#60;tr&#62;
&#60;td&#62;&#38;nbsp;&#38;nbsp;#&#38;nbsp;&#38;nbsp;&#60;/td&#62;
&#60;td&#62;Column1&#60;/td&#62;
&#60;td&#62;Column2&#60;/td&#62;
&#60;td&#62;Column3&#60;/td&#62;
&#60;/tr&#62;
&#60;tr bgcolor="#ededed"&#62;
&#60;td&#62;1&#60;/td&#62;
&#60;td&#62;Column1&#60;/td&#62;
&#60;td&#62;Column2&#60;/td&#62;
&#60;td&#62;Column3&#60;/td&#62;
&#60;/tr&#62;
&#60;tr bgcolor="#f7f7f7"&#62;
&#60;td&#62;2&#60;/td&#62;
&#60;td&#62;Column1&#60;/td&#62;
&#60;td&#62;Column2&#60;/td&#62;
&#60;td&#62;Column3&#60;/td&#62;
&#60;/tr&#62;
&#60;tr bgcolor="#ededed"&#62;
&#60;td&#62;3&#60;/td&#62;
&#60;td&#62;Column1&#60;/td&#62;
&#60;td&#62;Column2&#60;/td&#62;
&#60;td&#62;Column3&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;/div&#62;

&#60;/body&#62;
&#60;/html&#62;
</pre>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:56px;width:1px;height:1px;">http://web4us.wordpress.com/files/2009/11/thin-table.jpg</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ferramentas úteis para criar páginas Web]]></title>
<link>http://si0710.wordpress.com/2009/11/17/ferramentas-uteis-para-criar-paginas-web/</link>
<pubDate>Tue, 17 Nov 2009 11:29:37 +0000</pubDate>
<dc:creator>ruibarreiro</dc:creator>
<guid>http://si0710.wordpress.com/2009/11/17/ferramentas-uteis-para-criar-paginas-web/</guid>
<description><![CDATA[Directivas para a acessibilidade do conteúdo da Web &#8211; 1.0 Dicionário de HTML Lista de propried]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.utad.pt/wai/wai-pageauth.html" target="_blank">Directivas para a acessibilidade do conteúdo da Web &#8211; 1.0</a></p>
<p><a href="http://werbach.com/barebones/barebones.html" target="_blank">Dicionário de HTML</a></p>
<p><a href="http://www.htmlhelp.com/reference/css/all-properties.html" target="_blank">Lista de propriedades das CSS</a></p>
<p><a href="http://validator.w3.org/" target="_blank">Validador de HTML</a></p>
<p><a href="http://www.criarweb.com/manual/javascript/" target="_blank">Manual de Javascript</a></p>
<p><a href="http://www.openwebdesign.org/" target="_blank">Templates em html</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Some basic reminders.]]></title>
<link>http://amuhb.wordpress.com/2009/11/01/some-basic-reminders/</link>
<pubDate>Sun, 01 Nov 2009 10:57:48 +0000</pubDate>
<dc:creator>amuhb</dc:creator>
<guid>http://amuhb.wordpress.com/2009/11/01/some-basic-reminders/</guid>
<description><![CDATA[http://www.w3.org/TR/CSS2/ //CSS Revision 1 Specifications; ________________________________________]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.w3.org/TR/CSS2/">http://www.w3.org/TR/CSS2/</a> //CSS Revision 1 Specifications;</p>
<p><!--more--></p>
<p><span style="color:#808080;">_________________________________________________________________________________</span></p>
<p>&#160;</p>
<p><span style="color:#0000ff;"><span style="color:#ff0000;">h1</span> {color :<span style="color:#008000;"> green</span> }</span> // a simple CSS rule &#8211; a statement about one stylistic aspect of one or more elements.</p>
<ul>
<li><span style="color:#ff0000;">h1 </span> //type  selector (any HTML type can be used);</li>
<li><span style="color:#0000ff;">{color : <span style="color:#008000;">green</span>}</span> // declaration;
<ul>
<li><span style="color:#0000ff;">color</span> // property;</li>
<li><span style="color:#008000;">green</span> // value;</li>
</ul>
</li>
</ul>
<p>&#160;</p>
<p><strong>Shortening the code:</strong></p>
<p><span style="color:#0000ff;">H1 { font-weight: bold }<br />
H2 { font-weight: bold }<br />
H3 { font-weight: bold  }</span><br />
<span style="color:#800000;">H1, H2, H3 { font-style: bold }</span></p>
<div><span style="color:#0000ff;">H1 { color: green }<br />
H1 { text-align: center }</span><br />
<span style="color:#800000;">H1  { color: green;<br />
text-align: center; }</span></div>
<p>&#160;</p>
<p><strong>HTML file: </strong> <span style="color:#333399;">&#60;link rel =&#8221;stylesheet&#8221; href=<span style="color:#993300;">&#8220;style.css&#8221;</span>&#62;</span> &#8211; it is looking for a CSS file &#8216;<span style="color:#993300;">style.css</span>&#8216; with styling code;</p>
<p><strong>HTML file:</strong> <span style="color:#000080;">&#60;ul class = &#8220;<span style="color:#ff0000;">vasya</span>&#8220;&#62;</span> &#8211; then in CSS file, this ul have to  be defined as <span style="color:#000080;">ul.<span style="color:#ff0000;">vasya</span> { style code }</span>;  &#8220;<span style="color:#ff0000;">vasya</span>&#8221; is the class;</p>
<p><strong>CSS file: </strong> <span style="color:#333399;">a:link</span> -  <span style="color:#333399;">link</span> is the <em>pseudo-class.</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CSS Positioning]]></title>
<link>http://cloudedvision.wordpress.com/2009/10/26/css-positioning/</link>
<pubDate>Mon, 26 Oct 2009 21:58:04 +0000</pubDate>
<dc:creator>kourtesy</dc:creator>
<guid>http://cloudedvision.wordpress.com/2009/10/26/css-positioning/</guid>
<description><![CDATA[There are four types of positioning in CSS.  These types are static, absolute, relative, and fixed. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There are four types of positioning in CSS.  These types are static, absolute, relative, and fixed.  </p>
<p>Static is the default type of positioning.  Essentially, static positioning lays out all HTML elements from top to bottom and left to right. There is not much else to discuss about static positioning.</p>
<p>The remaining three types of positioning are all pretty similar, but there are a few slight differences. </p>
<p>Absolute positioning uses the top and left properties to place an element at any location on a page.  I usually like to set elements using pixels or percent; however, there are few other measurement that are accepted.  In absolute positioning, if you set  the top and left style properties to zero the element is placed in the top left corner of its parent element.   </p>
<p>Fixed positioning works the same as absolute positioning; except, the element remains at this position in the browser even if the user scrolls.  I once read that fixed positioning is not supported as widely as absolute positioning; however, I am not sure if this is the case.  It certainly seems to work in all of the browsers that I have used.</p>
<p>Relative positioning  is essentially a combination of static and absolute positioning.  Elements flow from top to bottom and left to right; however, top and left can also be set.  In relative positioning, setting top and left to zero does not necessarily put an element in the top left corner of its parent element.  Rather, it places the element where it would be positioned if static positioning were used.  If left were set to 10px, the element would then be shifted 10 pixels to the right of its default static position.</p>
<p>Here is an example of how one might define absolute positioning for a div with the id myDiv.</p>
<p>#myDiv{position:absolute;top:10px; left:20px}</p>
<p>The values fixed and relative could also be valid substitutes for the value absolute in this example. That concludes this post about CSS positioning.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[States Dropdown]]></title>
<link>http://kamikode.wordpress.com/2009/10/22/states-dropdown/</link>
<pubDate>Thu, 22 Oct 2009 12:01:47 +0000</pubDate>
<dc:creator>kamisaibou</dc:creator>
<guid>http://kamikode.wordpress.com/2009/10/22/states-dropdown/</guid>
<description><![CDATA[No learning here, just something that I seem to end up copy-pasting a lot, so I&#8217;ll be able to ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>No learning here, just something that I seem to end up copy-pasting a lot, so I&#8217;ll be able to find it easily here.. (And it&#8217;d be easy to do a find-replace all of &#8216;asp:ListItem&#8217; to &#8216;option&#8217; if it&#8217;s going to be used in an html page rather than an asp/aspx page. Also, the required field validator would need to be taken out; that&#8217;s only if you want it to be required for a state to be selected, before the form can be submitted.)</p>
<p><code style="text-align:left;">&#60;asp:RequiredFieldValidator ControlToValidate="ddState" ID="Neko" runat="server" ErrorMessage="RequiredFieldValidator" Text="*" SetFocusOnError="true" /&#62;<br />
State:<br />
&#60;asp:DropDownList ID="ddState" runat="server"&#62;<br />
 &#160; &#60;asp:ListItem Selected="True" value=""&#62;Choose A State&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="AL"&#62;Alabama&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="AK"&#62;Alaska&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="AZ"&#62;Arizona&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="AR"&#62;Arkansas&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="CA"&#62;California&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="CO"&#62;Colorado&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="CT"&#62;Connecticut&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="DE"&#62;Delaware&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="DC"&#62;District of Columbia&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="FL"&#62;Florida&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="GA"&#62;Georgia&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="HI"&#62;Hawaii&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="ID"&#62;Idaho&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="IL"&#62;Illinois&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="IN"&#62;Indiana&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="IA"&#62;Iowa&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="KS"&#62;Kansas&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="KY"&#62;Kentucky&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="LA"&#62;Lousiana&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="ME"&#62;Maine&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="MD"&#62;Maryland&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="MA"&#62;Massachusetts&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="MI"&#62;Michigan&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="MN"&#62;Minnesota&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="MS"&#62;Mississippi&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="MO"&#62;Missouri&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="MT"&#62;Montana&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="NE"&#62;Nebraska&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="NV"&#62;Nevada&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="NH"&#62;New Hampshire&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="NJ"&#62;New Jersey&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="NM"&#62;New Mexico&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="NY"&#62;New York&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="NC"&#62;North Carolina&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="ND"&#62;North Dakota&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="OH"&#62;Ohio&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="OK"&#62;Oklahoma&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="OR"&#62;Oregon&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="PA"&#62;Pennsylvania&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="RI"&#62;Rhode Island&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="SC"&#62;South Carolina&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="SD"&#62;South Dakota&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="TN"&#62;Tennessee&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="TX"&#62;Texas&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="UT"&#62;Utah&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="VT"&#62;Vermont&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="VA"&#62;Virginia&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="WA"&#62;Washington&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="WV"&#62;West Virginia&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="WI"&#62;Wisconsin&#60;/asp:ListItem&#62;<br />
 &#160; &#60;asp:ListItem value="WY"&#62;Wyoming&#60;/asp:ListItem&#62;<br />
&#60;/asp:DropDownList&#62;<br />
</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Differences between HTML and XHTML]]></title>
<link>http://web4us.wordpress.com/2009/10/22/differences-between-html-and-xhtml/</link>
<pubDate>Thu, 22 Oct 2009 05:23:10 +0000</pubDate>
<dc:creator>webforus</dc:creator>
<guid>http://web4us.wordpress.com/2009/10/22/differences-between-html-and-xhtml/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Reactieformulier KRO-De Wandeling]]></title>
<link>http://stagekro.wordpress.com/2009/10/16/reactieformulier-kro-de-wandeling/</link>
<pubDate>Fri, 16 Oct 2009 12:23:19 +0000</pubDate>
<dc:creator>stagekro</dc:creator>
<guid>http://stagekro.wordpress.com/2009/10/16/reactieformulier-kro-de-wandeling/</guid>
<description><![CDATA[Voor de pagina van KRO-De Wandeling was de opdracht om het reactieformulier op te maken. Dit omdat d]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Voor de pagina van KRO-De Wandeling was de opdracht om het reactieformulier op te maken. Dit omdat de koppen en de tekstvakken niet goed uitgelijnd stonden en te klein waren.</p>
<p>Ik heb er vervolgens een kleurvak achter gezet en de koppen vergroot. Daarnaast heb ik de tekst wat verder van de tekstvelden afgezet zodat deze niet meer dicht op elkaar staan.</p>
<p>Onderaan de pagina is het reactie gedeelte te vinden.</p>
<p><a href="http://dewandeling.kro.nl/200902/04fayza.aspx">Link naar de pagina</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Robots.txt]]></title>
<link>http://kamikode.wordpress.com/2009/10/16/robots-txt/</link>
<pubDate>Fri, 16 Oct 2009 12:03:11 +0000</pubDate>
<dc:creator>kamisaibou</dc:creator>
<guid>http://kamikode.wordpress.com/2009/10/16/robots-txt/</guid>
<description><![CDATA[This has to go in the root directory for the website, and each subdomain needs its own robots.txt. T]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This has to go in the root directory for the website, and each subdomain needs its own robots.txt.</p>
<p>To disallow all search engine spiders for the entire site:<br />
<code style="text-align:left;">User-agent: *<br />
Disallow: /</code></p>
<p>Specific folders (for all robots):<br />
<code style="text-align:left;">User-agent: *<br />
Disallow: /images/<br />
Disallow: /users/avatars/</code></p>
<p>Crawl delay:<br />
<code style="text-align:left;">User-agent: *<br />
Crawl-delay: 243 # in seconds</code></p>
<p>Allow specific pages only (not all search engines listen to this;  for compatibility, put allow before disallow for related folders/files):<br />
<code style="text-align:left;">User-agent: *<br />
Allow: /images/index.html # a single file can also be disallowed<br />
Disallow: /images/</code></p>
<p>Sitemap (only supported by some):<br />
<code style="text-align:left;">Sitemap: http://www.kamikode.com/misc/sitemap.xml # can be on hosted on an external website</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to make your website ADA compliant ]]></title>
<link>http://ujjaini.wordpress.com/2009/10/14/how-to-make-your-site-ada-compliant/</link>
<pubDate>Wed, 14 Oct 2009 23:57:29 +0000</pubDate>
<dc:creator>ujjaini</dc:creator>
<guid>http://ujjaini.wordpress.com/2009/10/14/how-to-make-your-site-ada-compliant/</guid>
<description><![CDATA[What is ADA ? ADA is the abbreviated form of Americans with Disabilities Act. The ADA is a wide-rang]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>What is ADA ?</strong></p>
<p><strong>ADA </strong>is the abbreviated form of <strong>Americans with Disabilities Act. </strong>The ADA is a wide-ranging civil rights law that prohibits, under certain circumstances, discrimination based on disability.</p>
<p><strong>What are Web Content Accesibility Guidelines  1.0 ?</strong></p>
<p>These guidelines explain how to make Web Content<a title="Definition of Web Content" href="http://www.w3.org/TR/WCAG10/#content-structure"> </a> accessible to people with disabilities.</p>
<p><strong>What may be the conditions when a user might  have problems in reading or understanding the content of your site ?</strong></p>
<ul>
<li>They may not be able to see, hear, move, or        may not be able to process some types of         information easily or at all.</li>
<li>They may have difficulty reading or comprehending text.</li>
<li>They may not have or be able to use a keyboard or mouse.</li>
<li>They may have a text-only screen, a small screen, or        a slow Internet connection.</li>
<li>They may not speak or understand fluently        the language in which the document is written.</li>
<li>They may be in a situation where their eyes, ears, or        hands are busy or interfered with (e.g., driving to work,         working in a loud environment, etc.).</li>
<li>They may have an early version of a browser, a different        browser entirely, a voice browser, or a         different operating system.</li>
</ul>
<p>A list of guidelines is available in the following url</p>
<div style="border:2px solid red;background-color:#ffffcc;margin-bottom:30px;padding:10px 0 0 90px;">
<p><strong><a href="http://www.w3.org/TR/WCAG10/">http://www.w3.org/TR/WCAG10/</a></strong></p>
</div>
<div style="margin-bottom:30px;"><strong>What is priority 1, 2 and 3 ?</strong></p>
<div>
<dl>
<dt><span style="text-decoration:underline;"><a name="wc-priority-1">Priority 1 </a></span></dt>
<dd>A Web content developer <strong>must</strong> satisfy this checkpoint. Otherwise, one or more groups will find it impossible to access information in the document. Satisfying this checkpoint is a basic requirement for some groups to be able to use Web documents. </dd>
<dt><span style="text-decoration:underline;"><a name="wc-priority-2">Priority 2</a></span></dt>
<dd>A Web content developer <strong>should</strong> satisfy this checkpoint. Otherwise, one or more groups will find it difficult to access information in the document. Satisfying this checkpoint will remove significant barriers to accessing Web documents.</dd>
<dt><span style="text-decoration:underline;"><a name="wc-priority-3">Priority 3</a></span></dt>
<dd>A Web content developer <strong>may</strong> address this checkpoint. Otherwise, one or more groups will find it somewhat difficult to access information in the document. Satisfying this checkpoint will improve access to Web documents.</dd>
</dl>
</div>
</div>
<div style="margin-bottom:30px;"><strong>What are different levels of conformance ?</strong></p>
<div style="margin-top:10px;">
<ul>
<li><span style="text-decoration:underline;">Conformance Level &#8220;A&#8221;</span>:  all Priority 1 checkpoints are satisfied;</li>
<li><span style="text-decoration:underline;">Conformance Level &#8220;Double-A&#8221;</span>:  all Priority 1 and 2 checkpoints are satisfied;</li>
<li><span style="text-decoration:underline;">Conformance Level &#8220;Triple-A&#8221;:</span> all Priority 1, 2, and 3 checkpoints are satisfied;</li>
</ul>
</div>
</div>
<p><strong>Below I have tried to provide a summary of the major guidelines and examples wherever applicable</strong></p>
<div style="color:#993300;border:2px dashed black;padding:10px;">Provide a text equivalent for every non-text element. This includes images, graphical representations of text (including symbols), image map regions, animations (e.g., animated GIFs), applets and programmatic objects, <abbr title="American Standard Code for Information Interchange">ascii</abbr> art, frames, scripts, images used as list bullets, spacers, graphical buttons, sounds (played with or without user interaction), stand-alone audio files, audio tracks of video, and video.<br />
(<strong>Priority 1 </strong>)<br />
eg.</p>
<pre>&#60;img src="Company_Logo.png" alt=" Company Logo" height="70" width="236" /&#62;
</pre>
</div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Ensure that foreground and background color combinations provide sufficient contrast when viewed by someone having color deficits or when viewed on a black and white screen.Dont use names to specify colors, use numbers instead.<br />
Dont use this</p>
<pre>&#60;H1 style="color:yellow;"&#62;This is Header &#60;/H1&#62;
</pre>
<p>use this</p>
<pre>&#60;H1 style="color:#FFFF00;"&#62;This is Header &#60;/H1&#62;
</pre>
</div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Use markups and style sheets and use them properly. Don&#8217;t use tables for layout, use divs instead. Use tables only to display tabular information. Dont use headers to increase or decrease font size.</div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Create documents that validate to published formal grammars. (<strong>Priority 2</strong>)<br />
Validating to a published formal grammar and declaring that validation at the beginning of a document lets the user know that the structure of the document is sound. It also lets the user agent know where to look for semantics if it needs to.<br />
Check the markup (HTML, XHTML, …) of Web documents in <strong><a href="http://validator.w3.org/">The W3C Validation Service</a> </strong></div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Use relative rather than absolute units in markup language attribute values and style sheet property values. (<strong>Priority 2</strong>)<br />
For example, in CSS, use &#8216;em&#8217; or percentage lengths rather than &#8216;pt&#8217; or &#8216;px&#8217;, which are absolute units.</div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Design for device-independence.</p>
<div>For scripts, ensure that event handlers are input device-independent. (<strong>Priority 2</strong>)<br />
- Use application-level event triggers rather than user interaction-level triggers. Application-level event attributes are &#8220;onfocus&#8221;, &#8220;onblur&#8221;  and &#8220;onselect&#8221;.<br />
-  if you are using device-dependent attributes, provide two handlers for the same element<br />
* Use &#8220;onmousedown&#8221; with &#8220;onkeydown&#8221;.<br />
* Use &#8220;onmouseup&#8221; with &#8220;onkeyup&#8221;<br />
* Use &#8220;onclick&#8221; with &#8220;onkeypress&#8221;</div>
<div style="margin-top:10px;">
Provide  &#60;noscript&#62; element along with  &#60;script&#62; element.The content of this element is rendered when scripts are not enabled.<br />
eg.</p>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;">&#60;script type="text/javascript"&#62;
	alert('Hello World');
&#60;/script&#62;
&#60;noscript&#62;
	This page uses Javascript. Your browser either
	doesn't support Javascript or you have it turned off.
	To see this page properly please use
	a Javascript enabled browser.
&#60;/noscript&#62;
</pre>
</div>
</div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Use tables to represent data in tabular format, not for layout. To make data tables accessible</p>
<ul>
<li>Provide summary information.Summaries are especially useful for non-visual readers. A summary of the relationships among cells is especially important for tables with nested headings, cells that span multiple columns or rows, or other relationships that may not be obvious from analyzing the structure of the table but that may be apparent in a visual rendering of the table. A summary may also describe how the table fits into the context of the current document.</li>
<li style="margin-top:10px;">Identify row and column information</li>
<p>&#160;&#160;&#160;eg. look at the following table</p>
<p><img class="aligncenter size-full wp-image-323" title="table" src="http://ujjaini.wordpress.com/files/2009/10/table.gif" alt="table" width="311" height="173" /></p>
<p>The HTML code of the above table will be -</p>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;">&#60;table
summary="This table shows the daily expenses for food, electricity and fuel,
and calculates the total expenses for 3 days"
cellspacing="3" cellpadding="3" border="1"&#62;
	&#60;thead&#62;
		&#60;tr&#62;
			&#60;th scope="col"&#62;Item&#60;/th&#62;
			&#60;th scope="col"&#62;Monday&#60;/th&#62;
			&#60;th scope="col"&#62;Tuesday&#60;/th&#62;
			&#60;th scope="col"&#62;Wednesday&#60;/th&#62;
		&#60;/tr&#62;
	&#60;/thead&#62;
	&#60;tbody&#62;
		&#60;tr&#62;
			&#60;td&#62;Food&#60;/td&#62;
			&#60;td&#62;$20.00&#60;/td&#62;
			&#60;td&#62;$10.00&#60;/td&#62;
			&#60;td&#62;$22.00&#60;/td&#62;
		&#60;/tr&#62;
		&#60;tr&#62;
			&#60;td&#62;Electricity&#60;/td&#62;
			&#60;td&#62;$2.00&#60;/td&#62;
			&#60;td&#62;$1.00&#60;/td&#62;
			&#60;td&#62;$2.00&#60;/td&#62;
		&#60;/tr&#62;
		&#60;tr&#62;
			&#60;td&#62;Fuel&#60;/td&#62;
			&#60;td&#62;$6.00&#60;/td&#62;
			&#60;td&#62;$7.00&#60;/td&#62;
			&#60;td&#62;$5.00&#60;/td&#62;
		&#60;/tr&#62;
	  &#60;/tbody&#62;
	  &#60;tfoot&#62;
	    &#60;tr&#62;
	    	&#60;td&#62;Total&#60;/td&#62;
	    	&#60;td&#62;$28.00&#60;/td&#62;
			&#60;td&#62;$18.00&#60;/td&#62;
			&#60;td&#62;$29.00&#60;/td&#62;
		&#60;/tr&#62;
	  &#60;/tfoot&#62;
&#60;/table&#62;
</pre>
<div style="margin-top:10px;">To conform to W3C specification-</p>
<ul>
<li> The table has a summary</li>
<li> To identify structural groups of rows &#8211; &#60;thead&#62; for header, &#60;tbody&#62; for body and &#60;tfoot&#62; for footer has been used</li>
<li> Scope specifies the set of data cells to be associated with the current header cell. So, scope=&#8221;col&#8221; associates the specific header cell with the &#60;td&#62; cell.</li>
</ul>
</div>
</ul>
</div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Make forms and form controls accessible</p>
<div style="margin-top:20px;">Provide keyboard access to forms -Create a logical tab order through links, form controls, and objects. (<strong>Priority 3</strong>)</p>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;">&#60;form action="submit" method="post"&#62;
   &#60;input tabindex="1" type="text" name="firstname"&#62;
   &#60;input tabindex="2" type="text" name="lastname"&#62;
   &#60;input tabindex="3" type="submit" name="submit"&#62;
&#60;/form&#62;
</pre>
<p>Here, we specify a tabbing order with &#8220;tabindex&#8221;:</p>
</div>
<div style="margin-top:20px;">Provide keyboard shortcuts to important links , form controls, and groups of form controls.<br />
eg.</p>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;">&#60;form action="submit" method="post"&#62;
     &#60;label for="user" accesskey="U"&#62;username&#60;/LABEL&#62;
     &#60;input type="text" id="user"&#62;
&#60;/form&#62;
</pre>
<p>Here we assign&#8221;U&#8221; as the accesskey. Typing &#8220;U&#8221; gives focus to the label, which in turn gives focus to the input control, so that the user can input text.</p>
</div>
<div style="margin-top:20px;">Associate labels explicitly with their controls. eg.</p>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;"> &#60;label for="firstname"&#62;First name
     &#60;input type="text" id="firstname" tabindex="1"&#62;
&#60;/label&#62;
</pre>
</div>
</div>
<div style="color:#993300;margin-top:30px;border:2px dashed black;padding:10px;">Group related links, identify the group , and, provide a way to bypass the group. (<strong>Priority 3</strong>)When links are grouped into logical sets (for example, in a navigation bar that appears on every page in a site) they should be marked up as a unit. Navigation bars are usually the first thing someone encounters on a page. For users with speech synthesizers, this means having to hear a number of links on every page before reaching the interesting content of a page.</p>
<ul>
<li>Include a link that allows users to skip over the set of navigation links.</li>
<li> Provide a style sheet that allows users to hide the set of navigation links.</li>
<li> Use the HTML 4.01 MAP element to group links, then identify the group with the &#8220;title&#8221; attribute.</li>
</ul>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;">&#60;body&#62;
     &#60;map title="Navigation Bar"&#62;
       [&#60;a href="#how"&#62;Bypass navigation bar&#60;/a&#62;]
       [&#60;a href="home.html"&#62;Home&#60;/a&#62;]
       [&#60;A href="search.html"&#62;Search&#60;/a&#62;]
       [&#60;a href="help.html"&#62;Help&#60;/a&#62;]
     &#60;/map&#62;
     &#60;h1&#62;&#60;a name="how"&#62;This web site conforms to W3C standards &#60;/a&#62;&#60;/h1&#62;
     &#60;div&#62;
     	This is the main content of the page
     &#60;/div&#62;
&#60;/body&#62;
</pre>
<p>In thie above  example, the MAP element groups a set of links, the &#8220;title&#8221; attribute identifies it as a navigation bar ,  and a link at the beginning of the group links to the anchor after the group. The links are separated by non-link, printable characters (surrounded by spaces).</p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Favicon for one page]]></title>
<link>http://kamikode.wordpress.com/2009/10/14/favicon-for-one-page/</link>
<pubDate>Wed, 14 Oct 2009 13:46:05 +0000</pubDate>
<dc:creator>kamisaibou</dc:creator>
<guid>http://kamikode.wordpress.com/2009/10/14/favicon-for-one-page/</guid>
<description><![CDATA[This allows you to set a different favicon for one specific page, than the default favicon for the r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This allows you to set a different favicon for one specific page, than the default favicon for the rest of the site.</p>
<p><code style="text-align:left;">&#60;link rel="shortcut icon" href="http://www.google.com/favicon.ico" /&#62;<br />
</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tranformando PSD em HTML + CSS]]></title>
<link>http://mnakashima.wordpress.com/2009/10/14/tranformando-psd-em-html-css/</link>
<pubDate>Wed, 14 Oct 2009 10:49:14 +0000</pubDate>
<dc:creator>mnakashima</dc:creator>
<guid>http://mnakashima.wordpress.com/2009/10/14/tranformando-psd-em-html-css/</guid>
<description><![CDATA[Bom dia meus caros, em meu post diário (tenho que aumentar o numero de post&#8217;s em meu blog)mas,]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Bom dia meus caros, em meu post diário (tenho que aumentar o numero de post&#8217;s em meu blog)mas, dando uma certa continuidade com o mesmo venho através deste post, indicar a vocês que tem uma facilidade para arquitetar um protótipo no photoshop e dificuldade para transpor para o HTML + CSS.</p>
<p>Enjoy it.<br />
<div id="attachment_157" class="wp-caption aligncenter" style="width: 310px"><a href="http://mnakashima.wordpress.com/files/2009/10/one.jpg"><img src="http://mnakashima.wordpress.com/files/2009/10/one.jpg?w=300" alt="Eis o resultado" title="Criação Final" width="300" height="225" class="size-medium wp-image-157" /></a><p class="wp-caption-text">Eis o resultado</p></div></p>
<p>Ir para o tutorial: <a href="http://net.tutsplus.com/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/">net.tutsplus.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Submit A Form To Itself On Enter Without Refresh]]></title>
<link>http://cloudedvision.wordpress.com/2009/10/12/how-to-submit-a-form-to-itself-on-enter-without-refresh/</link>
<pubDate>Mon, 12 Oct 2009 00:16:45 +0000</pubDate>
<dc:creator>kourtesy</dc:creator>
<guid>http://cloudedvision.wordpress.com/2009/10/12/how-to-submit-a-form-to-itself-on-enter-without-refresh/</guid>
<description><![CDATA[I&#8217;m not sure if many people would want to do this or if good reasons exist for doing this; how]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;m not sure if many people would want to do this or if good reasons exist for doing this; however, I wanted to submit a form to itself without page refresh for a trivia game.  So, after taking the time to research and figure it out, here is a solution.</p>
<p>This solution does not actually submit the form; rather, it uses two JavaScript functions to simulate submitting a form.  By simulating a submission of the form rather than actually submitting the form, one can avoid a page refresh. </p>
<p>The first step to this process is calling a couple of JavaScript functions in the input element or another element of the form. Below is what my form element looked like for my game.<br />
<code><br />
&#60;form&#62;<br />
Team Name: &#60;input id="txt1" onkeypress="return disableEnterKey(event)" onkeyup="showHint(this.value, event)" type="text" /&#62;<br />
&#60;/form&#62; <br />
</code><br />
It may be possible to achieve the same goal by just using onkeypress=&#8221;return disableEnterKey(event)&#8221;; however, this didn&#8217;t seem to work for me. Thus, I added event as a second argument to the showHint() function (the function which does most of the work in my game), and doing this made it possible for the function to handle the form data on enter as well.</p>
<p>The next step is coding these two functions. Below is the disableEnterKey() function that I used to disable form submission on enter.<br />
<code><br />
function disableEnterKey(e)<br />
{<br />
var key;<br />
if(window.event)<br />
key = window.event.keyCode; //IE<br />
else<br />
key = e.which; //firefox<br />
return (key != 13);<br />
}<br />
</code><br />
I grabbed this function off of <a href="http://www.bloggingdeveloper.com/">www.bloggingdeveloper.com</a>. This code should be included in the head section of your html file, or you can include it in a separate .js file and link to it in the head section of your html file as I did.</p>
<p>I included a similar block of code in my showHint() function to process the form data when the enter key is released.<br />
<code><br />
var key;<br />
if(window.event)<br />
key = window.event.keyCode; //IE<br />
else<br />
key = e.which; //firefox<br />
if(key==13)//the enter key was pressed<br />
{<br />
//your code to run when the enter key is pressed<br />
}<br />
</code><br />
That pretty much sums up this tutorial. If you would like to see what the working example functions like, you can visit my <a href="http://www.kourtesyentertainment.com/trivia/two-minute-drill.html">two minute drill game</a>. It is a game to see if you can name all 32 NFL teams in two minutes. If you play, you should be aware that you are responsible for remembering the teams that you already named, and there is no special prize or notification if you name all 32 teams in the two minute time limit.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Entering multiple lines of text in textarea using javascript]]></title>
<link>http://ujjaini.wordpress.com/2009/10/07/entering-multiple-lines-of-text-in-textarea-using-javascript/</link>
<pubDate>Wed, 07 Oct 2009 23:08:41 +0000</pubDate>
<dc:creator>ujjaini</dc:creator>
<guid>http://ujjaini.wordpress.com/2009/10/07/entering-multiple-lines-of-text-in-textarea-using-javascript/</guid>
<description><![CDATA[I have written a code that preserves linefeed within an HTML TextArea element. &lt;html&gt; &lt;head]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I have written a code that preserves linefeed within an HTML <strong>TextArea </strong>element.</p>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;">&#60;html&#62;
  &#60;head&#62;
    &#60;script type="text/javascript"&#62;
	function writeText()
	{
		var textareaCtrl = document.getElementById('textarea1');
		// for IE
		if (textareaCtrl.innerText != null)
		{
			textareaCtrl.innerText = "I love Anika" + '\n' + 'She is my daughter';
		}
		// for FireFox
		else if (textareaCtrl.textContent != null)
		{
			textareaCtrl.textContent = "I love Anika" + '\n' + 'She is my daughter';
		}
	}
    &#60;/script&#62;
  &#60;/head&#62;
  &#60;body onload="writeText();"&#62;
	&#60;textarea id="textarea1" cols="50" rows="10"&#62;&#60;/textarea&#62;
  &#60;/body&#62;
&#60;/html&#62;
</pre>
<p style="margin-top:20px;">There are 2 properties in textarea element</p>
<p>innerText &#8211; I have used this for IE</p>
<p>textContent &#8211; I have used this for FireFox</p>
<p style="margin-top:20px;">The textarea will look like this </p>
<p><img class="aligncenter size-full wp-image-247" title="txtarea_img" src="http://ujjaini.wordpress.com/files/2009/10/txtarea_img.gif" alt="txtarea_img" width="429" height="183" /></p>
<div style="border:1px dotted gray;font-size:.92em;background-color:#ffccff;">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0;" src="http://creativecommons.org/images/public/somerights20.png" /></a><br />This <span>work</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[3 Ways to Include One HTML File in another HTML File]]></title>
<link>http://cloudedvision.wordpress.com/2009/10/05/3-ways-to-include-one-html-file-in-another-html-file/</link>
<pubDate>Mon, 05 Oct 2009 19:49:41 +0000</pubDate>
<dc:creator>kourtesy</dc:creator>
<guid>http://cloudedvision.wordpress.com/2009/10/05/3-ways-to-include-one-html-file-in-another-html-file/</guid>
<description><![CDATA[Sometimes it makes sense to create one html file that will be used in many other html files.  For in]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sometimes it makes sense to create one html file that will be used in many other html files.  For instance, you might have some code that you would like to use as a header on each page of your web site.  Instead of typing this code out on each page of your site, you could just create a separate file with this code and name it header.html. Also, header.html doesn&#8217;t have to contain a complete html file structure with &#60;html&#62; &#60;/html&#62;, &#60;head&#62; &#60;/head&#62; and &#60;body&#62; &#60;/body&#62; elements; rather, it just needs to follow the html standards as part of the file in which it will be included. In example, you could create a file called heading.html with the following contents.<br />
<code><br />
&#60;body&#62;<br />
&#60;h1&#62; Welcome to my site &#60;/h1&#62;<br />
</code><br />
Then, type the include statement just after the head element in the file that you wish to include heading.html in, and there will be no problems rendering the site. </p>
<p>Now, I will describe three ways to include this file named heading.html. The first method will use php (Note: use must have php installed and enabled on your server for this to work).  To include this file using php, change the name of the file from heading.html to heading.php. Also, the file that has the include statement must also be saved with the .php extension.  Finally, at the location where you would like the code to appear type:<br />
<code><br />
&#60;?php include('heading.php'); ?&#62;<br />
</code><br />
The next two methods are virtually the same;  they just involve using different file extensions.  As noted before, you should make sure these technologies are enabled on your server before using them on your site. In the next to methods of performing a server side include, if you want to include a file called heading.html, this file can keep the .html file extension. Then, the file that you would like to include heading.html in would need to be saved with a .asp or .shtml file extension. The code for the include statement is below.<br />
<code><br />
&#60;!--#include file="heading.html" --&#62;<br />
</code><br />
In conclusion, you now know three ways to perform a server side include. Using include statements decreases file size, and it saves work if future editing is needed.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hello world ! bienvenue a tous ^^]]></title>
<link>http://ycfx.wordpress.com/2009/10/03/hello-world-bienvenue-a-tous/</link>
<pubDate>Sat, 03 Oct 2009 22:14:03 +0000</pubDate>
<dc:creator>ycfx</dc:creator>
<guid>http://ycfx.wordpress.com/2009/10/03/hello-world-bienvenue-a-tous/</guid>
<description><![CDATA[YCFX’s Zone est un blog de Actualités, astuces, ressources et de tutoriaux en : code (XHTML/CSS, PHP]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="color:#ff6600;"><strong>YCFX’s Zone</strong></span> est un blog de Actualités, astuces, ressources et de tutoriaux en : code (XHTML/CSS, PHP/MySQL) en graphisme (Photoshop, Illustrator, Cinema 4D, Flash, Blender, The GIMP, PAO).  Alors n’hèsitè pas de poster tout vos quetions et vos besoins <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Bonne journèe !</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why is my design broken in other browsers?..Try a different DTD]]></title>
<link>http://cloudedvision.wordpress.com/2009/09/30/why-is-my-design-broken-in-other-browsers-try-a-different-dtd/</link>
<pubDate>Wed, 30 Sep 2009 02:00:54 +0000</pubDate>
<dc:creator>kourtesy</dc:creator>
<guid>http://cloudedvision.wordpress.com/2009/09/30/why-is-my-design-broken-in-other-browsers-try-a-different-dtd/</guid>
<description><![CDATA[Chances are that if you are reading this you probably spent hours (maybe less if you&#8217;re lucky)]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Chances are that if you are reading this you probably spent hours (maybe less if you&#8217;re lucky) trying to fix your design so that several browsers will display it symmetrically. </p>
<p>If that is the case you may or may not be kicking yourself after you read the rest of this article.  Sometimes, the answer to cross-browser compatibility is as simple as changing the DTD or document type declaration. I know that  this was the case for me. For my <a href="http://www.kourtesyentertainment.com">site</a>, I am using the HTML 4.01 transitional DTD with the DTD URL. This DTD is shown below.</p>
<p>&#60; !DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;<br />
&#8220;http://www.w3.org/TR/html4/loose.dtd&#8221; &#62;</p>
<p>The reason that I chose this DTD is because it is accepted as standards mode in most browsers, and is almost standards mode in others. Furthermore, I have some deprecated elements and attributes in my code forcing me to stick to a transitional DTD.  If you did not include depracated elements, tags, or attributes in your source code; then, a strict DTD would be your best option. Almost every strict DTD is accepted as standards mode in all major browsers.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Make A Div Fill The Full Height of The Screen]]></title>
<link>http://cloudedvision.wordpress.com/2009/09/20/how-to-make-a-div-fill-the-full-height-of-the-screen/</link>
<pubDate>Sun, 20 Sep 2009 16:09:09 +0000</pubDate>
<dc:creator>kourtesy</dc:creator>
<guid>http://cloudedvision.wordpress.com/2009/09/20/how-to-make-a-div-fill-the-full-height-of-the-screen/</guid>
<description><![CDATA[This is a pretty simple procedure, but I thought that I would explain it anyway. How to make a div 1]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is a pretty simple procedure, but I thought that I would explain it anyway.</p>
<p>How to make a div 100 percent of the screen&#8217;s height:</p>
<ol>
<li>make the html and body have a height of 100%</li>
<li>make the div have a height of 100%, and set its position to relative</li>
</ol>
<p><code><br />
html, body{height:100%;}<br />
#mydiv{position:relative; height:100%;}<br />
</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CSS 3  - co nowego ?]]></title>
<link>http://webdziennik.wordpress.com/2009/09/08/css-3-co-nowego/</link>
<pubDate>Tue, 08 Sep 2009 07:24:04 +0000</pubDate>
<dc:creator>webdziennik</dc:creator>
<guid>http://webdziennik.wordpress.com/2009/09/08/css-3-co-nowego/</guid>
<description><![CDATA[Trzecia wersja języka CSS jest powoli wdrażana do nowych przeglądarek. Nie spodziewaj się więc rewol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Trzecia wersja języka CSS jest powoli wdrażana do nowych przeglądarek. Nie spodziewaj się więc rewolucji w momencie ukończenia specyfikacji. Już dziś takie przeglądarki, jak Firefox, Opera, Chrome, czy IE 8 obsługują nowe właściwości CSS 3 (ta ostatnia raczej w skromnym zakresie).</p>
<p>To prawda, że kompletną abstrakcją są dla twórców przeglądarek takie części CSS 3, jak np. łatwa obsługa kolumn. Niemniej do świadomości przedarły się już np. zaawansowane selektory, których duża część jest obsługiwana także przez IE 8. Inną interesującą możliwością nowego CSS jest dynamiczne tworzenie cieni dla tekstu. Jest to już możliwe w Operze i Safari.</p>
<p>Poniżej znajdują tabele przedstawiające stan implementacji niektórych <strong>elementów CSS 3</strong> w popularnych przeglądarkach. Są to dane poglądowe zawierające najważniejsze informacje. Uwagi na temat Safari dotyczą wersji eksperymentalnej silnika WebKit.</p>
<h4>Selektory</h4>
<p><span> <span style="width:602px;margin:0 auto;"> <a title="Webmasterskie nowości - HTML 5, XHTML 2.0 i CSS3" href="http://www.internetmaker.pl/img/webmasterskie_nowosci_-_html_5_xhtml_2_0_i_css3,3,246,740,330,b64f5bd2.png"><img src="http://www.internetmaker.pl/img/webmasterskie_nowosci_-_html_5_xhtml_2_0_i_css3,3,246,600,268,2bacc11b.png" alt="Webmasterskie nowości - HTML 5, XHTML 2.0 i CSS3" width="600" height="268" /></a> </span> </span></p>
<h4>Wybór różnych właściwości</h4>
<p><span> <span style="width:602px;margin:0 auto;"> <a title="Webmasterskie nowości - HTML 5, XHTML 2.0 i CSS3" href="http://www.internetmaker.pl/img/webmasterskie_nowosci_-_html_5_xhtml_2_0_i_css3,3,199,740,329,d95c1c53.png"><img src="http://www.internetmaker.pl/img/webmasterskie_nowosci_-_html_5_xhtml_2_0_i_css3,3,199,600,267,0298eb08.png" alt="Webmasterskie nowości - HTML 5, XHTML 2.0 i CSS3" width="600" height="267" /></a> </span> </span></p>
<h4>Właściwości związane z tekstem</h4>
<p><span> <span style="width:602px;margin:0 auto;"> <a title="Webmasterskie nowości - HTML 5, XHTML 2.0 i CSS3" href="http://www.internetmaker.pl/img/webmasterskie_nowosci_-_html_5_xhtml_2_0_i_css3,3,92,740,280,be5fffff.png"><img src="http://www.internetmaker.pl/img/webmasterskie_nowosci_-_html_5_xhtml_2_0_i_css3,3,92,600,227,f2990684.png" alt="Webmasterskie nowości - HTML 5, XHTML 2.0 i CSS3" width="600" height="227" /></a> </span> </span></p>
<p>Podsumowując możemy powiedzieć, że zarówno HTML 5, jak i CSS 3 mają się coraz lepiej. Twórcy przeglądarek starają się implementować nowe możliwości, choć moglibyśmy narzekać, że czynią to czasami zbyt wolno. Inną historię stanowi Internet Explorer. Miejmy nadzieję, że wersja 9 będzie zawierać szerszą obsługę nowych standardów, co przyspieszy rozwój sieci. Gdy już Microsoft sobie poradzi, reszta producentów na pewno szybko nadgoni istniejące zaległości.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cool articles – SEO, blogging, internet marketing(september 01-06, 2009)]]></title>
<link>http://stefanm.wordpress.com/2009/09/07/cool-articles-%e2%80%93-seo-blogging-internet-marketingseptember-01-06-2009/</link>
<pubDate>Mon, 07 Sep 2009 15:16:00 +0000</pubDate>
<dc:creator>stefan4m</dc:creator>
<guid>http://stefanm.wordpress.com/2009/09/07/cool-articles-%e2%80%93-seo-blogging-internet-marketingseptember-01-06-2009/</guid>
<description><![CDATA[We read online lots and lots of things, and we come across some very interesting articles. I was jus]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We read online lots and lots of things, and we come across some very interesting articles. I was just thinking to place them here, with a link, maybe I&#8217;ll revisit them later, read them again, or maybe they help you also <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <em>(see <a title="Cool articles – SEO, blogging, internet marketing(august17th-august31st 2009) " href="http://stefanm.wordpress.com/2009/09/01/cool-articles-%e2%80%93-seo-blogging-internet-marketingaugust17th-august31st-2009/" target="_self">last week&#8217;s articles august 16-august 31 2009</a>, <a title="Cool articles – SEO, blogging, internet marketing(july19-august16 2009)" href="http://stefanm.wordpress.com/2009/08/18/cool-articles-%e2%80%93-seo-blogging-internet-marketingjuly19-august16-2009/" target="_self">articles july 16 &#8211; august 16 2009</a></em><em>,<a href="http://stefanm.wordpress.com/2009/07/20/cool-articles-–-seo-blogging-internet-marketingjuly13-july19-2009/"> articles, july13 &#8211; july 19 2009</a></em><em>,<a href="http://stefanm.wordpress.com/2009/07/13/cool-articles-%e2%80%93-seo-blogging-internet-marketingjuly06-july12/"> articles 06-12july2009</a></em><em>, <a href="http://stefanm.wordpress.com/2009/06/25/cool-articles-up-until-24jun2009-web-2-0-seo-sem-online-stuff/">articles -&#62;24june2009</a>,<a href="http://stefanm.wordpress.com/2009/07/07/cool-articles-seo-blogging-internet-marketingjune24-july05/">june24 &#8211; july05</a>, <a href="http://stefanm.wordpress.com/2009/07/01/cool-articles-archive-stefanm-link-collection/">articles archive</a>) &#8211; </em>categories available<em>: <a href="#seo">internet maketing/seo</a>, <a href="#design">design/web design</a>, <a href="#programming">web programming</a>, and </em><em><a href="#misc">other miscellaneous articles</a></em></p>
<h4 style="font-size:1em;"><a name="seo"></a>Internet marketing, SEO, SEM, online services</h4>
<ul>
<li><a title="Google Introduces Multi-Client Accounts for Product Search - Makes it Easier to Link Checkout to Google Base Accounts" href="http://www.webpronews.com/topnews/2009/09/03/google-introduces-multi-client-accounts-for-product-search" target="_blank">Google Introduces Multi-Client Accounts for Product Search</a> &#8211; Makes it Easier to Link Checkout to Google Base Accounts;</li>
<li><a title="Google Cash Scams - SEOs to the Rescue - &#34;White Knights&#34; Take on Fraudulent Results (via @wpn)" href="http://www.webpronews.com/topnews/2009/09/03/fraudulent-results-seos-to-the-rescue" target="_blank">Google Cash Scams &#8211; SEOs to the Rescue</a> &#8211; &#8220;White Knights&#8221; Take on Fraudulent Results (via @wpn);</li>
<li><a title="Some Tips for Mobile E-Commerce Success from webpronews - Many Companies Still Planning Their Strategies" href="http://www.webpronews.com/topnews/2009/09/03/tips-for-mobile-e-commerce-success" target="_blank">Some Tips for Mobile E-Commerce Success from webpronews</a> &#8211; Many Companies Still Planning Their Strategies;</li>
<li><a title="Yahoo Search &#38; Index Update these days - a new web index is being rolled out(ranking changes, page shuffling happen)" href="http://www.ysearchblog.com/2009/09/03/weather-report-yahoo-search-index-update-22/" target="_blank">Yahoo Search &#38; Index Update these days</a> &#8211; a new web index is being rolled out(ranking changes, page shuffling happen);</li>
<li><a title="Tips for Getting Found in Real-Time Searches - You've Got to Stay in the Now! Use keywords, talk about events, followers" href="http://www.webpronews.com/topnews/2009/09/02/tips-for-getting-found-in-real-time-searches" target="_blank">Tips for Getting Found in Real-Time Searches &#8211; You&#8217;ve Got to Stay in the Now</a>! Use keywords, talk about events, followers;</li>
<li><a title="5 Rules for Better Web Writing(know your objective&#38;your audience, keep it short, make it scanable, embrace constraints)" href="http://www.openforum.com/idea-hub/topics/technology/article/5-rules-for-better-web-writing-josh-catone" target="_blank">5 Rules for Better Web Writing</a>(know your objective&#38;your audience, keep it short, make it scanable, embrace constraints);</li>
<li><a title="Bing Readies Sharing Feature for Search Results - They Call it &#34;Bing and Ping&#34;(share your search results with friends)" href="http://www.webpronews.com/topnews/2009/09/03/bing-readies-sharing-feature-for-search-results" target="_blank">Bing Readies Sharing Feature for Search Results &#8211; They Call it &#8220;Bing and Ping&#8221;</a>(share your search results with friends);</li>
<li><a title="Five Things PR Folks Can Learn About Social Media From Advertising(scale matters, creativity beats staid, measure, etc)" href="http://davefleet.com/2009/09/pr-folks-learn-social-media-advertising/" target="_blank">Five Things PR Folks Can Learn About Social Media From Advertising</a>(scale matters, creativity beats staid, measure, etc);</li>
<li><a title="Directory Submissions: do they still work? Still a tool to gaining traffic &#38; SEO help; some are not good tho" href="http://www.searchenginejournal.com/directory-submissions/12884/" target="_blank">Directory Submissions: do they still work</a>? Still a tool to gaining traffic &#38; SEO help; some are not good though;</li>
<li><a title="Marketing Your Website Without Search Engines(pretend #google and the search engines don't exist - optimize for users!)" href="http://www.doshdosh.com/marketing-your-website-without-search-engines/" target="_blank">Marketing Your Website Without Search Engines</a>(pretend #google and the search engines don&#8217;t exist &#8211; optimize for users!)</li>
<li><a title="An Essential Marketing Principle: Give Before You Try to Get. This is the principle for successful online marketing&#38;selling" href="http://www.doshdosh.com/give-before-you-try-to-get/" target="_blank">An Essential Marketing Principle: Give Before You Try to Get</a>. This is the principle for successful online marketing&#38;selling;</li>
<li><a title="101 Tips from 50 Small Business Bloggers(on the small business advantage, motivation, persistence, and resiliency, etc)" href="http://www.openforum.com/idea-hub/topics/money/article/101-tips-from-50-small-business-bloggers-gregory-go" target="_blank">101 Tips from 50 Small Business Bloggers</a>(on the small business advantage, motivation, persistence, and resiliency, etc);</li>
<li><a title="How to analyze and improve your bounce rate - measuring your bounce rate agains overall site goals, more page views, etc" href="http://www.doshdosh.com/how-to-analyze-and-improve-your-bounce-rate/" target="_blank">How to analyze and improve your bounce rate</a> &#8211; measuring your bounce rate agains overall site goals, more page views, etc;</li>
<li><a title="From Google to youtube, from craigslist to flickr - how some of today's biggest sites looked back in the early days of their existence." href="http://www.telegraph.co.uk/technology/6125914/How-20-popular-websites-looked-when-they-launched.html" target="_blank">From Google to youtube, from craigslist to flickr &#8211; how some of today&#8217;s biggest sites looked back</a> in the early days of their existence.</li>
<li><a title="The week in which digital grew-up(the challenge that ad agencies &#38; PR firms face in recalibrating their businesses digital)" href="http://www.speedcommunications.com/blogs/wadds/2009/09/02/the-week-in-which-digital-grew-up/" target="_blank">The week in which digital grew-up</a>(the challenge that ad agencies &#38; PR firms face in recalibrating their businesses digital);</li>
<li><a title="9 Things to Do To Make Sure Your Next Blog Post is Read by More than Your Mom" href="http://www.problogger.net/archives/2009/09/03/9-things-to-do-to-make-sure-your-next-blog-post-is-read-by-more-than-your-mom/" target="_blank">9 Things to Do To Make Sure Your Next Blog Post is Read by More than Your Mom</a>;</li>
<li><a title="Going the Distance - Integration of Your Marketing Efforts across as many channels as possible. Integrate... @sew" href="http://searchenginewatch.com/3634854" target="_blank">Going the Distance &#8211; Integration of Your Marketing Efforts</a> across as many channels as possible. Integrate&#8230; @sew;</li>
<li><a title="Blogging for Search Engine Optimization - via @sew: subdomains, subdirectories, separate domains, etc - tips for blogging" href="http://searchenginewatch.com/3634853" target="_blank">Blogging for Search Engine Optimization</a> &#8211; via @sew: subdomains, subdirectories, separate domains, etc &#8211; tips for blogging;</li>
<li><a title="Google Wave To Splash Down This Fall - Google Apps users promised first access(video from google enterprise &#38; wave teams)" href="http://www.webpronews.com/topnews/2009/09/01/google-wave-to-splash-down-this-fall" target="_blank">Google Wave To Splash Down This Fall</a> &#8211; Google Apps users promised first access(video from google enterprise &#38; wave teams);</li>
<li><a title="Talk Of Gmail Being Down Is Trying Like Hell To Bring Down Twitter(when gmail was down, everyone was talking about it!)" href="http://www.techcrunch.com/2009/09/01/talk-of-gmail-being-down-is-trying-like-hell-to-bring-down-twitter/" target="_blank">Talk Of Gmail Being Down Is Trying Like Hell To Bring Down Twitter</a>(when gmail was down, everyone was talking about it!)</li>
<li><a title="Why did gmail fail yesterday? Erik Schonfeld @techcrunch explains about the regular email servers for routine maintenance" href="http://www.techcrunch.com/2009/09/01/why-gmail-failed-today/" target="_blank">Why did gmail fail yesterday</a>? Erik Schonfeld @techcrunch explains about the regular email servers for routine maintenance;</li>
<li><a title="Does Google value its own links 4 PR/Linkjuice? Google Bookmarks, Google Profiles, etc. Matt Cutts Talks About the Topic" href="http://www.webpronews.com/topnews/2009/08/31/is-pagerank-affected-by-google-links" target="_blank">Does Google value its own links 4 PR/Linkjuice</a>? Google Bookmarks, Google Profiles, etc. Matt Cutts Talks About the Topic;</li>
<li><a title="Google Adds &#34;Real-Time&#34; Suggestions to Google News - Google Suggest Timely for News Searches(via @wpn)" href="http://www.webpronews.com/topnews/2009/09/01/google-adds-real-time-suggestions-to-google-news" target="_blank">Google Adds &#8220;Real-Time&#8221; Suggestions to Google News</a> &#8211; Google Suggest Timely for News Searches(via @wpn);</li>
<li><a title="though women are big online content consumer and creators, it looks like women and wikipedia are not best friends :) " href="http://ow.ly/nHla" target="_blank">though women are big online content consumer and creators,</a> it looks like women and wikipedia are not best friends <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<h4 style="font-size:1em;"><a name="design"></a> Web design, design tips, digital photography, fonts, themes</h4>
<ul>
<li><a title="56 Absolutely Brilliant And Intriguing Photoshop Video Tutorials(intriguing Photoshop Manipulation techniques captured)" href="http://www.hongkiat.com/blog/56-absolutely-brilliant-and-intriguing-photoshop-video-tutorials/" target="_blank">56 Absolutely Brilliant And Intriguing Photoshop Video Tutorials</a>(intriguing Photoshop Manipulation techniques captured);</li>
<li><a title="Fotobounce Downloads Full Facebook&#38;Flickr Albums in One Click - so cool: download&#38;upload pics with tags " href="http://ow.ly/oaNZ" target="_blank">Fotobounce Downloads Full Facebook&#38;Flickr Albums in One Click</a> &#8211; so cool: download&#38;upload pics with tags;</li>
<li><a title="Wallpaper Roundup: The Intimate Life of Circuits(a veritable metropolis of circuits, switches, and electro-mechanical marvels)" href="http://lifehacker.com/5351978/the-intimate-life-of-circuits/" target="_blank">Wallpaper Roundup</a>: The Intimate Life of Circuits(a veritable metropolis of circuits, switches, and electro-mechanical marvels);</li>
<li><a title="Create a Web Layout with 3D Elements using Photoshop via #sixrevisions (step by step guide to 3D effects in #Photoshop)" href="http://sixrevisions.com/photoshop/create-a-web-layout-with-3d-elements-using-photoshop/" target="_blank">Create a Web Layout with 3D Elements using Photoshop</a> via #sixrevisions (step by step guide to 3D effects in #Photoshop);</li>
<li><a title="40 Fresh &#38; Beautiful Websites for Design Inspiration (starting from Barista iPhone app to Pasikeitimai - excellent!)" href="http://pixelactic.com/2009/08/40-fresh-beautiful-websites-for-design-inspiration/" target="_blank">40 Fresh &#38; Beautiful Websites for Design Inspiration </a>(starting from Barista iPhone app to Pasikeitimai &#8211; excellent!);</li>
<li><a title="45 Brilliant Examples of Photo Manipulation Art(Nice ones: Chog, fruit manipulation, the eye, falling letters, etc)" href="http://www.noupe.com/photoshop/45-brilliant-examples-of-photo-manipulation-art.html" target="_blank">45 Brilliant Examples of Photo Manipulation Art</a>(Nice ones: Chog, fruit manipulation, the eye, falling letters, etc);</li>
<li><a title="Design a Textured Portfolio Site Layout Using Photoshop(designing a portfolio homepage in Photoshop) via designm.ag" href="http://designm.ag/tutorials/design-a-portfolio-site/" target="_blank">Design a Textured Portfolio Site Layout Using Photoshop</a>(designing a portfolio homepage in Photoshop) via designm.ag;</li>
<li><a title="List of 31 Websites Using Huge Type(hugeinc, Francesco Mugnai, Johny Favourite, Dreamer Lines, etc) Large Fonts!" href="http://scarletbits.com/2009/31-websites-using-huge-type/" target="_blank">List of 31 Websites Using Huge Type</a>(hugeinc, Francesco Mugnai, Johny Favourite, Dreamer Lines, etc) Large Fonts!</li>
</ul>
<h4 style="font-size:1em;"><a name="programming"></a> Website programming tips, programming languages</h4>
<ul>
<li><a title="10HTML-CSS Cross-browser best practices" href="http://blog.templatix.org/2009/09/10-html-css-cross-browser-best-practices/" target="_blank">10HTML-CSS Cross-browser best practices</a>;</li>
</ul>
<h4 style="font-size:1em;"><a name="misc"></a> Miscellaneous, funny stuff, free things online, tips</h4>
<ul>
<li><a title="Google Introduces New Drawing and Form Features for Docs - we have Easier Flowcharts and More Form Options" href="http://www.webpronews.com/topnews/2009/09/04/google-introduces-new-drawing-and-form-features-for-docs" target="_blank">Google Introduces New Drawing and Form Features for Docs</a> &#8211; we have Easier Flowcharts and More Form Options;</li>
<li><a title="Google Releases Instant Messaging API - Apps Can Exchange Messages with Google Talk/Wave(App Engine software SDK)" href="http://www.webpronews.com/topnews/2009/09/04/google-releases-instant-messaging-api" target="_blank">Google Releases Instant Messaging API &#8211; Apps Can Exchange Messages with Google Talk/Wave</a>(App Engine software SDK);</li>
<li><a title="Google Shares New Privacy Policy for Books - they also share the letter to the FTC(google is still waiting...)" href="http://www.webpronews.com/topnews/2009/09/04/google-shares-new-privacy-policy-for-books" target="_blank">Google Shares New Privacy Policy for Books</a> &#8211; they also share the letter to the FTC(google is still waiting&#8230;)</li>
<li><a title="iPhone Solar Charger Will Keep You Twittering in the Sun All Day(the first Apple-approved solar charger for iPhone!)" href="http://mashable.com/2009/09/04/iphone-solar-charger/" target="_blank">iPhone Solar Charger Will Keep You Twittering in the Sun All Day</a>(the first Apple-approved solar charger for iPhone!)</li>
<li><a title="Vietnam Clamps Down On Bloggers And Online Journalists - Media watchdog condemns action(what can we do anyways?!?)" href="http://www.webpronews.com/topnews/2009/09/04/vietnam-clamps-down-on-bloggers-and-online-journalists" target="_blank">Vietnam Clamps Down On Bloggers And Online Journalists</a> &#8211; Media watchdog condemns action(what can we do anyways?!?)</li>
<li><a title="Google Shows Off New Android Market - see a video presentation of some more features for #Android App #Developers" href="http://www.webpronews.com/topnews/2009/09/04/google-shows-off-new-android-market" target="_blank">Google Shows Off New Android Market</a> &#8211; see a video presentation of some more features for #Android App #Developers;</li>
<li><a title="Street View: Soon it will be With More Blurriness - Swiss complaint will result in a global change! @wpn" href="http://www.webpronews.com/topnews/2009/09/03/street-view-soon-with-more-blurriness" target="_blank">Street View: Soon it will be With More Blurriness</a> &#8211; Swiss complaint will result in a global change! @wpn</li>
<li><a title="Movie Studios Discuss Ways to Rent Films Over YouTube(youtube considers offering paid movie content)" href="http://online.wsj.com/article/SB125192241524880801.html" target="_blank">Movie Studios Discuss Ways to Rent Films Over YouTube</a>(youtube considers offering paid movie content);</li>
<li><a title="15 (More) Free Web Tools To Simplify Your Work Life(MyFontbook, Box.net, Ronin, Go2Convert, DeskAway, Atmail, etc)" href="http://www.smashingapps.com/2009/08/29/15-more-free-web-tools-to-simplify-your-work-life.html" target="_blank">15 (More) Free Web Tools To Simplify Your Work Life</a>(MyFontbook, Box.net, Ronin, Go2Convert, DeskAway, Atmail, etc);</li>
<li><a title="South Korea shows what the world might look like if the iPod and #iPhone had never happened: A World Without #Apple!!!" href="http://www.pcmag.com/article2/0,2817,2352382,00.asp" target="_blank">South Korea shows what the world might look like if the iPod and #iPhone had never happened</a>: A World Without #Apple!!!</li>
<li><a title="Selling 65% of Skype to a team of savvy tech investors leaves eBay poised for healthy gains on a reinvigorated Skype" href="http://www.businessweek.com/technology/content/sep2009/tc2009091_371847.htm" target="_blank">Selling 65% of Skype to a team of savvy tech investors leaves eBay </a>poised for healthy gains on a reinvigorated Skype;</li>
<li><a title="eBay and GM Extend New Car Program - Declared as a success (so far), weigh nationwide rollout(gm.ebay.com) @wpn" href="http://www.webpronews.com/topnews/2009/09/01/ebay-gm-extend-new-car-program" target="_blank">eBay and GM Extend New Car Program </a>- Declared as a success (so far), weigh nationwide rollout(gm.ebay.com) @wpn;</li>
<li><a title="100 Most Educational iPhone Apps - brain exercises, quizzes and flashcards, math related, science, geography and history, etc" href="http://www.accreditedonlinecolleges.org/2009/100-most-educational-iphone-apps/" target="_blank">100 Most Educational iPhone Apps</a> &#8211; brain exercises, quizzes and flashcards, math related, science, geography and history, etc;</li>
<li><a title="Use the internet to get someone else to do the chores for you! check out the runmyerrand.com website(less than 10$/chore)" href="http://ow.ly/nHkh" target="_blank">Use the internet to get someone else to do the chores for you! </a>check out the runmyerrand.com website(less than 10$/chore);</li>
<li><a title="LA Fires: Images and Video from Around the Web(online footage for newshounds to check out in one place) @mashable" href="http://ow.ly/nHk2" target="_blank">LA Fires: Images and Video from Around the Web</a>(online footage for newshounds to check out in one place) @mashable;</li>
<li><a title="Part of the interview with the Imprisoned American Journalists: We Were Violently Dragged to North Korea @mashable" href="http://ow.ly/nHih" target="_blank">Part of the interview with the Imprisoned American Journalists:</a> We Were Violently Dragged to North Korea @mashable;</li>
<li><a title="Chrome To Come Aboard Sony Computers; First deal with hardware maker struck as market share rises" href="http://www.webpronews.com/topnews/2009/09/01/chrome-to-come-aboard-sony-computers" target="_blank">Chrome To Come Aboard Sony Computers</a>; First deal with hardware maker struck as market share rises;</li>
<li><a title="7 Ingredients of Successful iPhone Apps (Source: Apple) (delightful, innovative, designed, integrated, etc)" href="http://bit.ly/iDZXH" target="_blank">7 Ingredients of Successful iPhone Apps</a> (Source: Apple) (delightful, innovative, designed, integrated, etc);</li>
</ul>
<p>To find other older articles, visit <strong><a href="http://stefanm.wordpress.com/2009/07/01/cool-articles-archive-stefanm-link-collection/">the Cool Articles&#8217; archive</a></strong>.</p>
<p>Some sites where u can find interesting articles:</p>
<ul>
<li><a href="http://www.techcrunch.com/" target="_blank">techcrunch</a>, <a href="http://www.mashable.com" target="_blank">mashable</a>, <a href="http://www.smashingapps.com/" target="_blank">smashingapps</a>, <a href="http://www.readwriteweb.com/" target="_blank">readwriteweb</a>,</li>
<li><a href="http://www.engadget.com/" target="_blank">engadget</a>, <a href="http://www.thenextweb.com" target="_blank">thenextweb</a>, <a href="http://www.smashingmagazine.com" target="_blank">smashingmagazine</a>; <a href="http://www.sbwire.com" target="_blank">sbwire</a>; <a href="http://tech.blorge.com/" target="_blank">tech blorge</a>;</li>
<li><a href="http://www.programmableweb.com/" target="_blank">programmable web</a>; <a href="http://www.seo-scoop.com" target="_blank">seo scoop</a>; <a href="http://www.webdesignbooth.com/" target="_blank">webdesign booth</a>; <a href="http://www.searchenginejournal.com/" target="_blank">search engine journal</a>; <a href="http://www.cssreflex.com/" target="_blank">css reflex</a>; <a href="http://www.shoemoney.com/" target="_blank">shoemoney</a>; <a href="http://www.1stwebdesigner.com/" target="_blank">1st web designer</a>; <a href="http://www.instantshift.com/" target="_blank">instant shift</a>; <a href="http://www.blogohblog.com/" target="_blank">blog oh blog</a>; <a href="http://graphpaperpress.com/" target="_blank">graph paper press</a>; <a href="http://www.webdesigndev.com/" target="_blank">web design dev</a>; <a href="http://designreviver.com/" target="_blank">design reviver</a>; <a href="http://www.noupe.com/" target="_blank">noupe</a>; <a href="http://doshdosh.com/" target="_blank">doshdosh</a>;<a href="http://www.seosmarty.com/" target="_blank">seosmarty</a>; <a href="http://www.creative-seo.co.uk/" target="_blank">creative SEO</a>; <a href="http://www.outlawdesignblog.com/" target="_blank">outlaw design blog</a>; <a href="http://www.seodesignsolutions.com/blog/" target="_blank">SEO design solutions</a>;</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Witaj !]]></title>
<link>http://webdziennik.wordpress.com/2009/09/07/witaj/</link>
<pubDate>Mon, 07 Sep 2009 09:19:52 +0000</pubDate>
<dc:creator>webdziennik</dc:creator>
<guid>http://webdziennik.wordpress.com/2009/09/07/witaj/</guid>
<description><![CDATA[Witamy Cię na nowym blogu traktującym o tworzeniu stron internetowych ! Zapraszam do zapoznania się ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Witamy Cię na nowym blogu traktującym o tworzeniu stron internetowych !</p>
<p>Zapraszam do zapoznania się z tematem stron internetowych:</p>
<p><a title="Strona internetowa www Poznań" href="http://twojawww.awag.pl" target="_blank">Tworzenie stron internetowych</a></p>
<p><a href="http://stronainternetowa.awag.pl" target="_blank">Po co Ci strona internetowa ?</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C]]></title>
<link>http://evelynmangiru.wordpress.com/2009/09/02/w3c/</link>
<pubDate>Wed, 02 Sep 2009 21:41:29 +0000</pubDate>
<dc:creator>Evelyn Mangiru</dc:creator>
<guid>http://evelynmangiru.wordpress.com/2009/09/02/w3c/</guid>
<description><![CDATA[Dacă ai curaj să-ți verifici HTML-urile, CSS-urile și alte-urile, pe w3.org este cel mai recomandat ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Dacă ai curaj să-ți verifici HTML-urile, CSS-urile și alte-urile, pe <strong><a href="http://www.w3.org/" target="_blank">w3.org</a></strong> este cel mai recomandat să o faci:</p>
<p><a href="http://www.w3.org/" target="_blank"><img class="aligncenter size-full wp-image-553" title="w3c" src="http://evelynmangiru.wordpress.com/files/2009/09/w3c.jpg" alt="w3c" width="330" height="64" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The last 3 weeks]]></title>
<link>http://alexmessinger.wordpress.com/2009/08/30/the-last-3-weeks/</link>
<pubDate>Sun, 30 Aug 2009 01:29:27 +0000</pubDate>
<dc:creator>alexmessinger</dc:creator>
<guid>http://alexmessinger.wordpress.com/2009/08/30/the-last-3-weeks/</guid>
<description><![CDATA[Working On Assisted JS with JO project as consultant/project manager multimedia icon Survey Reportin]]></description>
<content:encoded><![CDATA[Working On Assisted JS with JO project as consultant/project manager multimedia icon Survey Reportin]]></content:encoded>
</item>
<item>
<title><![CDATA[The simplest way to horizontally and vertically center a DIV]]></title>
<link>http://webkori.wordpress.com/2009/08/24/the-simplest-way-to-horizontally-and-vertically-center-a-div/</link>
<pubDate>Mon, 24 Aug 2009 16:24:24 +0000</pubDate>
<dc:creator>webkori</dc:creator>
<guid>http://webkori.wordpress.com/2009/08/24/the-simplest-way-to-horizontally-and-vertically-center-a-div/</guid>
<description><![CDATA[I have gone trough a lot of ways to horizontally and vertically center a DIV. Many of the code snipp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I have gone trough a lot of ways to <strong>horizontally and vertically center a DIV</strong>. Many of the code snippets had a Child DIV1 inside a Parent DIV2 to center the Child. They work perfect but I found a simpler way to center a single DIV trough CSS.</p>
<p>I am not sure if this is already known to all, but I experimented and came up with this simple CSS snippet.</p>
<p>Here is a visual representation of how this works:</p>
<p><img src="http://www.dezinerfolio.com/wp-content/uploads/2007/05/centering_a_div.jpg" alt="vertically center a div" /></p>
<p>Here is the CSS Snippet to be assigned to the DIV to be centered. The size of the DIV is<strong> 100 x 100 px</strong> ( same as the above example ).</p>
<p>/* CSS Document */</p>
<h2>.centered_div {<br />
width: 100px;<br />
height: 100px;<br />
position: absolute;<br />
top: 50%;<br />
left: 50%;<br />
margin-left: -50px;<br />
margin-top: -50px;<br />
background: red;<br />
}</h2>
<p>Here is another example with size <strong>500 x 200 px.</strong></p>
<p>/* CSS Document */</p>
<h2>.centered_div {<br />
width:500px;<br />
height:  200px;<br />
position: absolute;<br />
top: 50%;<br />
left: 50%;<br />
margin-left: -250px;<br />
margin-top: -100px;<br />
background: red;<br />
}</h2>
<p>You can also find an online example <a title="view the html" href="http://www.dezinerfolio.com/wp-content/uploads/vertical_center.html" target="_blank">here</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Difference between px and em]]></title>
<link>http://ujjaini.wordpress.com/2009/08/21/difference-between-px-and-em/</link>
<pubDate>Fri, 21 Aug 2009 23:21:47 +0000</pubDate>
<dc:creator>ujjaini</dc:creator>
<guid>http://ujjaini.wordpress.com/2009/08/21/difference-between-px-and-em/</guid>
<description><![CDATA[Both px and em are units of measurement. The difference between the 2 is as follows - Px is absolute]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Both px and em are units of measurement. The difference between the 2 is as follows -</p>
<ul>
<li>Px is absolute units</li>
</ul>
<ul>
<li>Em is relative units -The &#8216;em&#8217; unit is equal to the computed value of the &#8216;font-size&#8217; property of the element on which it is used . For example, the default font size in my browser is 16px. So  1 em = 16px</li>
</ul>
<p><strong><br />
How to convert px to em ?</strong></p>
<p>If the default font size is 16px then 1 em is equal to 16px<br />
So 12px would be equal to 12/16 em  = 0.75 em<br />
So 11px would be equal to 11/16 em = 0.6875 em</p>
<p>Similarly, if the default font size is 12 px , then 1 em is equal to 12px<br />
So 11px would be equal to 11/12 em = 0.9167 em</p>
<p><strong>px unit is always constant, but</strong> <strong>em  unit is  calculated relative to the parent element</strong><br />
Here is an example-<br />
I assume that the default font size of the browser is 16px ( 1 em)<br />
There is a div (parentDiv) inside the document with font size – 1.2 em(19.2 px)<br />
There is another div inside the document (childDiv) with font size – 1.2 em. Now one might think that the font size of childDiv is same as that of parentDiv. But it is not so. The font size of childDiv is relative to parentDiv. It is 1.2 of 1.2 em = 1.44 em  = 23.04 px</p>
<p>Below is the HTML  code -</p>
<pre style="background-color:#F3F8FC;border:1px solid #006CA2;overflow:auto;font-size:11px;margin:10px 0 10px 15px;padding:10px;"><code>
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Difference between absolute and relative units &#60;/title&#62;
	&#60;style type="text/css"&#62;
	body{
	    font-size:16px;
	}
	#main{
		margin: 20px 0 0 20px;
	}
	&#60;/style&#62;
&#60;/head&#62;
&#60;body&#62;
    &#60;div id="main"&#62;

		&#60;div id="parentDiv_px" style="font-size:15px;color:red;"&#62;
		THIS IS PARENT DIV WITH FONT SIZE 19 px
		&#60;br/&#62;&#60;br/&#62;
			&#60;div id="childDiv_px" style="font-size:15px;color:blue;"&#62;
			THIS IS CHILD DIV WITH FONT SIZE 19 px
			&#60;/div&#62;
		&#60;/div&#62;

		&#60;hr/&#62;

		&#60;div id="parentDiv_em" style="font-size:1.2em;color:red;"&#62;
		THIS IS PARENT DIV WITH FONT SIZE 1.2 em
		&#60;br/&#62;&#60;br/&#62;
			&#60;div id="childDiv_em" style="font-size:1.2em;color:blue;"&#62;
			THIS IS CHILD DIV WITH FONT SIZE IN RELATIVE UNITS 1.2 em
			&#60;/div&#62;
		&#60;/div&#62;

	&#60;/div&#62;
&#60;/body&#62;

&#60;/html&#62;
</code></pre>
<p>The HTML page looks like this-</p>
<div style="margin-top:30px;">
<p><img class="alignleft size-full wp-image-103" title="relativeunits_parentchild" src="http://ujjaini.wordpress.com/files/2009/08/relativeunits_parentchild.jpg" alt="relativeunits_parentchild" width="470" height="160" /></p>
</div>
<div style="clear:both;"></div>
<div style="margin-top:20px;">
In the first case both parent and child divs have font-size 19 px. They are of the same size.<br />
In the second case, however, both parent and child divs have font-size 1.2 em.  As you can see the parent div has font-size 1.2 em (19.2 px). The child div has font-size (1.2  x  1.2  = 1.44 em) (23.04 px)
</div>
<div style="border:1px dotted gray;font-size:.92em;background-color:#ffccff;margin-top:60px;">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0;" src="http://creativecommons.org/images/public/somerights20.png" /></a><br />This <span>work</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.</div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
