<?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>ThienDo</title>
	<atom:link href="http://www.thiendo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thiendo.com</link>
	<description>Custom Web Design and Web Development</description>
	<lastBuildDate>Mon, 06 Sep 2010 08:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PHP: Convert INT to DECIMAL using number_format</title>
		<link>http://www.thiendo.com/blog/php/291-php-convert-int-to-decimal-using-number_format/</link>
		<comments>http://www.thiendo.com/blog/php/291-php-convert-int-to-decimal-using-number_format/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 08:33:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[converting]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[number format]]></category>
		<category><![CDATA[php funtions]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=291</guid>
		<description><![CDATA[Using number_format function to converting Integer to Decimal: number_format — Format a number with grouped thousands. number_format ( float $number [, int $decimals ] ) number_format ( float $number  , int $decimals  , string $dec_point  , string $thousands_sep  ) $number: Required. The number to be formatted. If no other parameters are set, the number will [...]]]></description>
			<content:encoded><![CDATA[<p>Using <em>number_format</em> function to converting Integer to Decimal:</p>
<p><strong>number_format</strong> — Format a number with grouped thousands.</p>
<blockquote>
<pre><strong>number_format</strong> ( float <em>$number</em> [, int <em>$decimals</em> ] )
<strong>number_format</strong> ( float <em>$number</em>  , int <em>$decimals</em>  , string <em>$dec_point</em>  , string <em>$thousands_sep</em>  )</pre>
</blockquote>
<ul>
<li><em><strong>$number</strong></em>: Required. The number to be formatted. If no other parameters are set, the number will be formatted without decimals and with comma (,) as the thousands separator.</li>
<li><em><strong>$decimals</strong></em>: Optional. Specifies how many decimals. If this parameter is set, the number will be formatted with a dot (.) as decimal point.</li>
<li><strong>$dec_point</strong>: Optional. Specifies what string to use for decimal point.</li>
<li><strong>$thousands_sep</strong>: Optional. Specifies what string to use for thousands separator. Only the first character of separator is used. For example, &#8220;xxx&#8221; will give the same output as &#8220;x&#8221;. (<em> If this parameter is given, all other parameters are required as well. </em>)</li>
</ul>
<p><em><span style="text-decoration: underline;">Note</span></em>: This function supports one, two, or four parameters (not three).</p>
<p><strong><span style="text-decoration: underline;">Example</span>:</strong></p>
<blockquote>
<pre>echo number_format("1000000");
echo "&lt;br /&gt;";
echo number_format("1000000",2);
echo "&lt;br /&gt;";
echo number_format("1000000",2,",",".");</pre>
</blockquote>
<p><strong><span style="text-decoration: underline;">Results</span>:</strong></p>
<blockquote>
<pre>1,000,000
1,000,000.00
1.000.000,00</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/blog/php/291-php-convert-int-to-decimal-using-number_format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marshall Artist</title>
		<link>http://www.thiendo.com/showcase/285-marshall-artist/</link>
		<comments>http://www.thiendo.com/showcase/285-marshall-artist/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 08:16:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Showcase]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[brands]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[fashion]]></category>
		<category><![CDATA[look book]]></category>
		<category><![CDATA[menswear]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=285</guid>
		<description><![CDATA[Marshall Artist was founded in 2000 and quickly became known as one of the UK&#8217;s best loved menswear brands. Since 2004 we have had our very own ISO certified manufacturing plant in Vietnam with 400+ employees producing collections not only for Marshall Artist but for some of the worlds best brands. Tehnologies: Macromedia Flash.]]></description>
			<content:encoded><![CDATA[<p>Marshall Artist was founded in 2000 and quickly became known as one of the UK&#8217;s best loved menswear brands. Since 2004 we have had our very own ISO certified manufacturing plant in Vietnam with 400+ employees producing collections not only for Marshall Artist but for some of the worlds best brands.</p>
<p>Tehnologies: <strong>Macromedia Flash</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/showcase/285-marshall-artist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search and Replace in phpMyAdmin</title>
		<link>http://www.thiendo.com/blog/phpmyadmin/274-search-and-replace-in-phpmyadmin/</link>
		<comments>http://www.thiendo.com/blog/phpmyadmin/274-search-and-replace-in-phpmyadmin/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 05:19:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[search and replace]]></category>
		<category><![CDATA[sql update query]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=274</guid>
		<description><![CDATA[Here is a great tip that can save you hours of work. Sometimes you have messed up characters in your database &#8211; wrong character encodings &#8211; or you want to strip out some text in a certain table&#8217;s field. In phpMyAdmin, open up the SQL dialog and use the following code (change tablename and tablefield [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a great tip that can save you hours of work. Sometimes you have messed up characters in your database &#8211; wrong character encodings &#8211; or you want to strip out some text in a certain table&#8217;s field. In <strong>phpMyAdmin</strong>, open up the <strong>SQL</strong> dialog and use the following code (change <em>tablename</em> and <em>tablefield</em> to your name and field values):</p>
<blockquote>
<pre><span style="color: #00ccff;">UPDATE</span> tablename <span style="color: #00ccff;">SET</span> tablefield = replace(tablefield, "findstring", "replacestring");</pre>
</blockquote>
<p>You can also tack on a <em><strong>WHERE</strong></em> statement, if you like.</p>
<p><span style="text-decoration: underline;">Example</span>:</p>
<blockquote>
<pre><span style="color: #00ccff;">UPDATE</span> node <span style="color: #00ccff;">SET</span> body1 = replace(body1,'cat','dog'), body2 =  replace(body2,'cat','dog')</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/blog/phpmyadmin/274-search-and-replace-in-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert Unicode Data into Mysql using Php</title>
		<link>http://www.thiendo.com/blog/mysql/269-insert-unicode-data-into-mysql-using-php/</link>
		<comments>http://www.thiendo.com/blog/mysql/269-insert-unicode-data-into-mysql-using-php/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 10:47:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql_query]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[unicode characters]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=269</guid>
		<description><![CDATA[I am running this php code from command line that fetches text (may contain unicode characters) and insert into a mysql table. I verified that the php variables have the unicode text, but when it does an insert, the table columns are blank. I can accomplish the same with an html form without any issues. [...]]]></description>
			<content:encoded><![CDATA[<p>I am running this <strong>php</strong> code from command line that fetches text (may contain <strong><em>unicode characters</em></strong>) and insert into a <strong>mysql </strong>table. I verified that the php variables have the unicode text, but when it does an insert, the table columns are blank. I can accomplish the same with an html form without any issues. The table charset is <strong>utf8</strong> and i use set names utf8 before the query. So how to insert unicode data into mysql using php script from the command line?</p>
<p>Try:</p>
<blockquote>
<pre><span style="color: #ff6600;"><strong>&lt;?php</strong></span>
     <span style="color: #00ccff;">mysql_query</span>(<span style="color: #ff6600;">"SET CHARACTER SET 'utf8'"</span>, $connection);
<span style="color: #ff6600;"><strong>?&gt;</strong></span></pre>
</blockquote>
<p>Links:<br />
<a rel="nofollow" href="http://dev.mysql.com/doc/refman/5.1/en/charset-connection.html" target="_blank">http://dev.mysql.com/doc/refman/5.1/en/charset-connection.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/blog/mysql/269-insert-unicode-data-into-mysql-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing HTML with AutoIt</title>
		<link>http://www.thiendo.com/blog/autoit/262-parsing-html-with-autoit/</link>
		<comments>http://www.thiendo.com/blog/autoit/262-parsing-html-with-autoit/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 07:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoIT]]></category>
		<category><![CDATA[Parsing HTML]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=262</guid>
		<description><![CDATA[I&#8217;m trying to parse raw html into a big string, just leaving the important things behind. Global $oMyError = ObjEvent("AutoIt.Error", "COMError") InetGet("http://thottbot.com/?s=", @ScriptDir &#38; "\html.html") $sSource = FileRead(@ScriptDir &#38; "\html.html") $sPlainText = _HTML_StripTags($sSource) ConsoleWrite($sPlainText &#38; @CRLF) Func _HTML_StripTags($sHTML) If Not StringStripWS($sHTML, 8 ) Then Return SetError(1, 0, "") Local $oHTML = ObjCreate("HTMLFILE") If @error Then [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to parse raw html into a big string, just leaving the important things behind.</p>
<blockquote>
<pre><a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Global</a> $oMyError = <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/ObjEvent.htm">ObjEvent</a>("AutoIt.Error", "COMError")
<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/InetGet.htm">InetGet</a>("http://thottbot.com/?s=", <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@ScriptDir</a> &amp; "\html.html")
$sSource = <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/FileRead.htm">FileRead</a>(<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@ScriptDir</a> &amp; "\html.html")
$sPlainText = _HTML_StripTags($sSource)
<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/ConsoleWrite.htm">ConsoleWrite</a>($sPlainText &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a>)
<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Func</a> _HTML_StripTags($sHTML)
    <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">If</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Not</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/StringStripWS.htm">StringStripWS</a>($sHTML, 8 ) <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Then</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Return</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/SetError.htm">SetError</a>(1, 0, "")
    <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Local</a> $oHTML = <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/ObjCreate.htm">ObjCreate</a>("HTMLFILE")
    <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">If</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@error</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Then</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Return</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/SetError.htm">SetError</a>(2, 0, "")
    $oHTML.Open()
    $oHTML.Write($sHTML)
    <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">If</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Not</a> $oHTML.Body.InnerText <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Then</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Return</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/SetError.htm">SetError</a>(3, 0, "")
    <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Return</a> <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/SetError.htm">SetError</a>(0, 0, $oHTML.Body.InnerText)
<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">EndFunc</a>   ;==&gt;_HTML_StripTags
<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">Func</a> COMError()
    <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm">MsgBox</a>(16, "AutoItCOM Test", "We intercepted a COM Error !" &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.description is: " &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; $oMyError.description &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.windescription:" &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; $oMyError.windescription &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.number is: " &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/Hex.htm">Hex</a>($oMyError.<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/Number.htm">number</a>, 8) &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.lastdllerror is: " &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; $oMyError.lastdllerror &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.scriptline is: " &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; $oMyError.scriptline &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.source is: " &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; $oMyError.source &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.helpfile is: " &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; $oMyError.helpfile &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@CRLF</a> &amp; _
            "err.helpcontext is: " &amp; <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/macros.htm">@TAB</a> &amp; $oMyError.helpcontext _
            )
    <a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/functions/SetError.htm">SetError</a>(1)
<a rel="nofollow" href="http://www.autoitscript.com/autoit3/docs/keywords.htm">EndFunc</a>   ;==&gt;COMError
</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/blog/autoit/262-parsing-html-with-autoit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS min-height hack IE</title>
		<link>http://www.thiendo.com/blog/css/259-css-min-height-hack-ie/</link>
		<comments>http://www.thiendo.com/blog/css/259-css-min-height-hack-ie/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 09:18:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[!important]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[min-height]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=259</guid>
		<description><![CDATA[Although IE (Internet Explorer) 5 and 6 don&#8217;t understand the CSS min-height property they can easily be made to understand it by simply using height instead. They will treat height almost as though it were min-height and will expand an element that contains its content even though the height has been set. I’ve never been [...]]]></description>
			<content:encoded><![CDATA[<p>Although IE (Internet Explorer) 5 and 6 don&#8217;t understand the CSS <strong>min-height</strong> property they can easily be made to understand it by simply using height instead. They will treat height almost as though it were min-height and will expand an element that contains its content even though the height has been set.</p>
<p>I’ve never been one too keen Grey’s css <strong>min-height hack</strong>, mainly because of the bulky workaround in your html. Sure hacks can cause bulkier CSS, but I’m ok with that. The problem with Grey’s is that it’s not only a ‘CSS‘ hack (which I’m totally fine with), but it also involves changing your html. I’m none too delighted that you need to add two separate <strong>empty</strong> div elements just to get this working correctly. Nevermind the matter, he thought of this ages ago when I was still learning how to count to twelve on sesame street. Ok so I learned that like last year, I’m catching on.</p>
<blockquote>
<pre>#minheight {
     min-height:400px;
     display:table;
     height: auto <span style="color: #ff0000;"><strong>!important</strong></span>; <span style="color: #888888;">/* for modern browsers */</span>
     *display: block; <span style="color: #888888;">/* for IE5.x and IE6 */ </span>
     _height: 400px; <span style="color: #888888;">/* for IE5.x and IE6 */</span>
}</pre>
</blockquote>
<p>Assuming IE6 will not fix the correct implementation for the <strong>!important</strong> declaration and assuming that if IE7 does, they’ll also implement min-height correctly since at the pace they’re going they’re fixing CSS like mad crazy cows.</p>
<p>The above snippet of CSS works like a charm in <strong>IE6</strong>, <strong>Mozilla/Firefox/Gecko</strong>, <strong>Opera 7.x+</strong>, <strong>Safari1.2</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/blog/css/259-css-min-height-hack-ie/feed/</wfw:commentRss>
		<slash:comments>711</slash:comments>
		</item>
		<item>
		<title>WordPress Get Post by Slug</title>
		<link>http://www.thiendo.com/blog/wordpress/253-wordpress-get-post-by-slug/</link>
		<comments>http://www.thiendo.com/blog/wordpress/253-wordpress-get-post-by-slug/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:42:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress function reference]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=253</guid>
		<description><![CDATA[WordPress Function Reference / get_post_by_slug Description Retrieve post object by post name. Usage &#60;?php get_post_by_slug( $post_name ) ?&#62; Parameters $post_name (string) (required) The post name. Default: None Return Values (object) Post data object Examples &#60;?php function get_post_by_slug($post_name, $output = OBJECT) { global $wpdb; $post = $wpdb-&#62;get_var( $wpdb-&#62;prepare( "SELECT ID FROM $wpdb-&#62;posts WHERE post_name = %s [...]]]></description>
			<content:encoded><![CDATA[<h3>WordPress Function Reference / get_post_by_slug</h3>
<h2>Description</h2>
<p>Retrieve post object by post name.</p>
<h2>Usage</h2>
<blockquote>
<pre>&lt;?php get_post_by_slug( $post_name ) ?&gt;</pre>
</blockquote>
<h2>Parameters</h2>
<p><strong>$post_name</strong><br />
<em>(string) (required) </em>The post name.<br />
Default: <em>None</em></p>
<h2>Return Values</h2>
<p><strong>(object) </strong><br />
Post data object</p>
<h2>Examples</h2>
<blockquote>
<pre>&lt;?php
     function get_post_by_slug($post_name, $output = OBJECT)
     {
         global $wpdb;
         $post = $wpdb-&gt;get_var( $wpdb-&gt;prepare( "SELECT ID FROM $wpdb-&gt;posts WHERE post_name = %s AND post_type='post'", $post_name ));
         if ( $post )
             return get_post($post, $output);

         return null;
     }
?&gt;</pre>
</blockquote>
<h2>Related</h2>
<p>Function Reference / <a rel="nofollow" href="http://codex.wordpress.org/Function_Reference/get_category_by_slug" target="_blank">get_category_by_slug()</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/blog/wordpress/253-wordpress-get-post-by-slug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Artist Ltd</title>
		<link>http://www.thiendo.com/showcase/246-artist-ltd/</link>
		<comments>http://www.thiendo.com/showcase/246-artist-ltd/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 02:48:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Showcase]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[biography]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[internet radio]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=246</guid>
		<description><![CDATA[Artist Ltd. Internet radio, videos, photos, stats, charts, biographies and concerts. Tehnologies: Template Design (Layout, CSS, HTML), Macromedia Flash and XML.]]></description>
			<content:encoded><![CDATA[<p>Artist Ltd. Internet radio, videos, photos, stats, charts, biographies and concerts.</p>
<p>Tehnologies: <strong>Template Design</strong> (<em><strong>Layout</strong></em>, <em><strong>CSS</strong></em>, <em><strong>HTML</strong></em>), <strong>Macromedia Flash</strong> and <strong>XML</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/showcase/246-artist-ltd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scootex</title>
		<link>http://www.thiendo.com/showcase/240-scootex/</link>
		<comments>http://www.thiendo.com/showcase/240-scootex/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 02:43:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Showcase]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[motorcycle shock]]></category>
		<category><![CDATA[scooter]]></category>
		<category><![CDATA[scooter shock]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=240</guid>
		<description><![CDATA[Scootex là nhà phân phối chính thức và độc quyền sản phẩm YSS tại Việt Nam. Tehnologies: Template Design (Layout, CSS, HTML), Macromedia Flash and XML. Using Magento by iClickNetwork team. Tags:]]></description>
			<content:encoded><![CDATA[<p>Scootex là nhà phân phối chính thức và độc quyền sản phẩm YSS tại Việt Nam.</p>
<p>Tehnologies: <strong>Template Design</strong> (<em><strong>Layout</strong></em>, <em><strong>CSS</strong></em>, <em><strong>HTML</strong></em>), <em><strong>Macromedia Flash</strong></em> and <em><strong>XML</strong></em>.</p>
<p>Using <strong>Magento</strong> by <a rel="nofollow" href="http://www.iclicknetwork.com/" target="_blank">iClickNetwork</a> team.</p>
<p>Tags:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/showcase/240-scootex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Cursor Hand</title>
		<link>http://www.thiendo.com/blog/css/236-css-cursor-hand/</link>
		<comments>http://www.thiendo.com/blog/css/236-css-cursor-hand/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:47:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[css cursor]]></category>
		<category><![CDATA[css hand]]></category>
		<category><![CDATA[css pointer]]></category>
		<category><![CDATA[hack ie]]></category>

		<guid isPermaLink="false">http://www.thiendo.com/?p=236</guid>
		<description><![CDATA[In the past the hand value was Microsoft&#8217;s way of saying pointer and IE 5.0 and 5.5 only support hand. Because it&#8217;s the cursor value that&#8217;s used most often, most other browsers have also implemented hand. Since IE 6 and 7 support pointer, there&#8217;s no more reason to use hand, except when older IEs are [...]]]></description>
			<content:encoded><![CDATA[<p>In the past the hand value was Microsoft&#8217;s way of saying pointer and IE 5.0 and 5.5 only support hand. Because it&#8217;s the cursor value that&#8217;s used most often, most other browsers have also implemented hand.</p>
<p>Since IE 6 and 7 support pointer, there&#8217;s no more reason to use hand, except when older IEs are part of your target audience. In that case, the only cross-browser syntax is:</p>
<blockquote>
<pre>element {
      cursor: pointer;
      cursor: hand;
}</pre>
</blockquote>
<p>Then you need the &#8220;cursor: pointer&#8221; rule to have the clickable mouse icon show up.</p>
<p>In CSS, the following rule is used to display an clickable cursor icon:</p>
<blockquote>
<pre>cursor: pointer;</pre>
</blockquote>
<p>However, you sometimes will see code that uses &#8230;</p>
<blockquote>
<pre>cursor: hand;</pre>
</blockquote>
<p>So should one use &#8220;pointer&#8221; or &#8220;hand&#8221;?</p>
<p>All &#8220;modern&#8221; browsers will support &#8220;pointer&#8221; and that is the W3C standard. As you can see from the W3C specs, &#8220;hand&#8221; is not a valid valid for the &#8220;cursor&#8221; property. Also, Firefox and Safari does not support the &#8220;hand&#8221; value and requires &#8220;pointer&#8221;. The &#8220;hand&#8221; value is only needed by Internet Explorer 5.5 and below. You can see which browser support which values in this table at Quirksmode.</p>
<p>With Internet Explorer 7.0 out at the time of this writing, Internet Explorer 5.5 is somewhat obsolete. Hence, I would just use &#8220;cursor: pointer&#8221;.</p>
<p>However, if you want to support lower Internet Explorer browsers, put both property values with the &#8220;pointer&#8221; listed last&#8230;</p>
<blockquote>
<pre>cursor: hand;
cursor: pointer;
</pre>
</blockquote>
<p>But note that having &#8220;cursor: hand&#8221; in your CSS will fail W3C validation when you put your URL into <a rel="nofollow" href="http://validator.w3.org/" target="_blank">W3C validator</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thiendo.com/blog/css/236-css-cursor-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.395 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-06 11:40:29 -->
<!-- Compression = gzip -->