<?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>SEO Software Solutions - Internet Madman &#187; W3C</title>
	<atom:link href="http://blog.internetmadman.com/tag/w3c/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.internetmadman.com</link>
	<description>SEO, Software, Code &#38; Web Hotness</description>
	<lastBuildDate>Wed, 21 Sep 2011 20:35:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>XHTML Compliant Sharing Script (ShareThis)</title>
		<link>http://blog.internetmadman.com/xhtml-sompliant-sharing-script-sharethis/569</link>
		<comments>http://blog.internetmadman.com/xhtml-sompliant-sharing-script-sharethis/569#comments</comments>
		<pubDate>Wed, 21 Sep 2011 20:35:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML & CSS Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ShareThis]]></category>
		<category><![CDATA[Validate]]></category>
		<category><![CDATA[Validation]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://blog.internetmadman.com/?p=569</guid>
		<description><![CDATA[So you&#8217;re using ShareThis. You say it doesn&#8217;t validate with the W3c? Of course it doesn&#8217;t. The validator complains about displayText and etc not being attributes? Check out this method. You&#8217;ll easily get by the W3C validator. You are of &#8230; <a href="http://blog.internetmadman.com/xhtml-sompliant-sharing-script-sharethis/569">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.internetmadman.com%2Fxhtml-sompliant-sharing-script-sharethis%2F569"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.internetmadman.com%2Fxhtml-sompliant-sharing-script-sharethis%2F569&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div style="float: left; padding: 10px;"> <script type="text/javascript"><!--
google_ad_client = "pub-1072293186877500";
/* 300x250, created 11/2/09 */
google_ad_slot = "2194248652";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p> So you&#8217;re using ShareThis. You say it doesn&#8217;t validate with the W3c? Of course it doesn&#8217;t. The validator complains about displayText and etc not being attributes? Check out this method. You&#8217;ll easily get by the W3C validator. </p>
<p>You are of course trading off display of the ShareThis widget if users have JavaScript turned off. Who exactly is this any way? The freaking web doesn&#8217;t roll or run without JavaScript.</p>
<pre class="brush: jscript; title: Source Code; notranslate">
&lt;script type=&quot;text/javascript&quot;&gt;
//&lt;![CDATA[
  var twitter = &quot;&lt;span class='st_twitter' displayText='Tweet'&gt;&lt;/span&gt;&quot;;
  var facebook = &quot;&lt;span class='st_facebook' displayText='Facebook'&gt;&lt;/span&gt;&quot;;
  var linkedin = &quot;&lt;span class='st_linkedin' displayText='LinkedIn'&gt;&lt;/span&gt;&quot;;
  var yahoo = &quot;&lt;span class='st_yahoo' displayText='Yahoo!'&gt;&lt;/span&gt;&quot;;
  var googlebuzz = &quot;&lt;span class='st_gbuzz' displayText='Google Buzz'&gt;&lt;/span&gt;&quot;;
  var email = &quot;&lt;span class='st_email' displayText='Email'&gt;&lt;/span&gt;&quot;;
  var sharethis = &quot;&lt;span class='st_sharethis' displayText='ShareThis'&gt;&lt;/span&gt;&quot;;
  document.write('&lt;p&gt;' + twitter + facebook + linkedin + yahoo + googlebuzz + email + sharethis + '&lt;/p&gt;');
//]]&gt;
&lt;/script&gt;
</pre>
<div class="su-linkbox" id="post-569-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://blog.internetmadman.com/xhtml-sompliant-sharing-script-sharethis/569&quot;&gt;XHTML Compliant Sharing Script (ShareThis)&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.internetmadman.com/xhtml-sompliant-sharing-script-sharethis/569/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners With Pure CSS!</title>
		<link>http://blog.internetmadman.com/rounded-corners-with-pure-css/89</link>
		<comments>http://blog.internetmadman.com/rounded-corners-with-pure-css/89#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:45:38 +0000</pubDate>
		<dc:creator>Internet Madman</dc:creator>
				<category><![CDATA[XHTML & CSS Design]]></category>
		<category><![CDATA[Border]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Radius]]></category>
		<category><![CDATA[Rounded]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://blog.internetmadman.com/?p=89</guid>
		<description><![CDATA[It&#8217;s a totally exciting thing that the W3C &#38; CSS3 offers web designers a new choice for making those beautiful rounded corners in a straightforward and easy manner. Introducing: -moz-border-radius &#38; -webkit-border-radius. You need both to make all compatible browsers &#8230; <a href="http://blog.internetmadman.com/rounded-corners-with-pure-css/89">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.internetmadman.com%2Frounded-corners-with-pure-css%2F89"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.internetmadman.com%2Frounded-corners-with-pure-css%2F89&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;s a totally exciting thing that the W3C &amp; CSS3 offers web designers a new choice for making those beautiful rounded corners in a straightforward and easy manner.</p>
<p>Introducing: -moz-border-radius &amp; -webkit-border-radius.</p>
<p>You need both to make all compatible browsers show the rounded border of CSS objects. Works on block elements, even fields. What a way to customize your form fields.</p>
<p>You can even adjust individual corners like so:</p>
<p>-moz-border-radius-topleft | -webkit-border-top-left-radius<br />
-moz-border-radius-topright | -webkit-border-top-right-radius<br />
-moz-border-radius-bottomleft | -webkit-border-bottom-left-radius<br />
-moz-border-radius-bottomright | -webkit-border-bottom-right-radius</p>
<div style="border: 1px solid gray; padding: 25px; width: 250px; background-color: #f5f5f5; -moz-border-radius: 4px; -webkit-border-radius: 4px;"><strong>Example #1</strong><br />
 <script type="text/javascript"><!--
google_ad_client = "pub-1072293186877500";
/* 300x250, created 11/2/09 */
google_ad_slot = "2194248652";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
This example show a border with 4 pixel radius.</div>
<p>Needless to say this is pretty revolutionary, considering all the old ways of making rounded corners with CSS, JavaScript hacks, CSS hacks, images, etc&#8230; What a paint in the rectum. Of course Internet Explorer is still behind the times, and if you are using IE, then you won&#8217;t see anything but a boring old rectangle. Do yourself a favor and <a title="Download FireFox" href="http://www.getfirefox.com" target="_blank">download FireFox</a>. Intenet Explorer continually lags behind in innovation, and being standards compliant. Do they even have an integrated form field spell checker yet? I don&#8217;t really know cause I only use IE do make sure the design looks right in it. Alas this feature looks to be far in the future for IE.</p>
<p>Here&#8217;s an excerpt that leads me to realize this,</p>
<p>&#8220;Internet Explorer and the border-radius Properties</p>
<p>While the W3C has specified the <strong>border-radius</strong> properties in  its latest CSS3 working draft, Microsoft has not implemented the  <strong>border-radius</strong> properties in Internet Explorer 8.</p>
<p>Microsoft is committed to providing a browser that accurately supports Web  standards. In Internet Explorer 8, we shipped several features from HTML5 and  CSS3. Our primary goal was implementing CSS 2.1 (a specification that has  reached final candidate stage) completely and correctly before moving on to  specifications that are still in development and may change.&#8221; &#8211; From the Microsoft website.</p>
<div class="su-linkbox" id="post-89-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://blog.internetmadman.com/rounded-corners-with-pure-css/89&quot;&gt;Rounded Corners With Pure CSS!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.internetmadman.com/rounded-corners-with-pure-css/89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

