<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>The Best Resources Blog</title><link>http://all-resource.blogspot.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CNOwebsite" /><description>Do you need  free download e-books, free web hosting, IT Solution ...?</description><language>en</language><managingEditor>noreply@blogger.com (DOM)</managingEditor><lastBuildDate>Wed, 18 Jan 2012 20:19:18 PST</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">41</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">25</openSearch:itemsPerPage><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cnowebsite" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:subtitle>Do you need free download e-books, free web hosting, IT Solution ...?</itunes:subtitle><itunes:summary>Do you need free download e-books, free web hosting, IT Solution ...?</itunes:summary><item><title>Fix for Joomla ‘JFolder::create: Could not create directory’ Error</title><link>http://all-resource.blogspot.com/2012/01/fix-for-joomla-jfoldercreate-could-not.html</link><category>Fix for ‘JFolder::create: Could not create directory’ Error</category><author>noreply@blogger.com (DOM)</author><pubDate>Wed, 18 Jan 2012 20:19:18 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-3200810462962809477</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
Unlike other Errors, the fix for this error is pretty Simple. Follow the steps below to fix it.&lt;br /&gt;
&lt;strong&gt;&lt;span style="color: green;"&gt;#1&lt;/span&gt;&lt;/strong&gt; Goto your Hosting panel &amp;gt;&amp;gt; File Manager &amp;gt;&amp;gt; Select your Domain/Sub-Domain and then open the &lt;code&gt;configuration.php&lt;/code&gt; file.&lt;br /&gt;
&lt;strong&gt;&lt;span style="color: green;"&gt;#2&lt;/span&gt;&lt;/strong&gt; Find &lt;span style="color: red;"&gt;var $log_path&lt;/span&gt;, it will contain the Directory path of your Old Server. Just replace the whole line with the code &lt;code&gt;var $log_path = './logs';&lt;/code&gt;&lt;br /&gt;
&lt;span style="color: green;"&gt;&lt;strong&gt;#3&lt;/strong&gt;&lt;/span&gt; Find &lt;span style="color: red;"&gt;var $tmp_path&lt;/span&gt;, it will also have the Directory path of your Old Server. Replace the whole line with the code &lt;code&gt;var $tmp_path = './tmp';&lt;/code&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-3200810462962809477?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/k0IDCHZKXFej-iluXV77vSl_1EE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/k0IDCHZKXFej-iluXV77vSl_1EE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/k0IDCHZKXFej-iluXV77vSl_1EE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/k0IDCHZKXFej-iluXV77vSl_1EE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-18T20:19:18.502-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Convert DateTime to Month/Year(SQLServer)</title><link>http://all-resource.blogspot.com/2012/01/convert-datetime-to-monthyearsqlserver.html</link><category>Convert DateTime to Month/Year(SQLServer)</category><author>noreply@blogger.com (DOM)</author><pubDate>Tue, 10 Jan 2012 19:24:16 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-6307552166037229974</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;div class="litcontent"&gt;&lt;div id="post_message_19881"&gt;&lt;b&gt;Convert DateTime to Month/Year(SQLServer)&lt;/b&gt;&lt;/div&gt;&lt;div id="post_message_19881"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div id="post_message_19881"&gt;        select convert(varchar(2),datepart(month,getdate())) + '/' + &lt;br /&gt;
convert(varchar(4),datepart(year,getdate()))&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-6307552166037229974?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SuWMKY75bOx82rO6GonPqggyRyc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SuWMKY75bOx82rO6GonPqggyRyc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SuWMKY75bOx82rO6GonPqggyRyc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SuWMKY75bOx82rO6GonPqggyRyc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-10T19:24:16.131-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>DATE FORMATE OF MYSQL AND SQLSERVER</title><link>http://all-resource.blogspot.com/2012/01/date-formate-of-mysql-and-sqlserver.html</link><category>DATE FORMATE OF MYSQL AND SQLSERVER</category><author>noreply@blogger.com (DOM)</author><pubDate>Thu, 05 Jan 2012 00:51:38 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-7797144949692467944</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;SQLSERVER&lt;br /&gt;
&lt;br /&gt;
date&amp;gt;='mm-dd-yyyy' and date&amp;lt;='mm-dd-yyyy'&lt;br /&gt;
&lt;br /&gt;
MYSQL&lt;br /&gt;
&lt;br /&gt;
date&amp;gt;='yyyy-mm-dd' and date&amp;lt;='yyyy-mm-dd' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-7797144949692467944?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6hHONIwZIuWNxOzAgtYSBHmi7UM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6hHONIwZIuWNxOzAgtYSBHmi7UM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6hHONIwZIuWNxOzAgtYSBHmi7UM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6hHONIwZIuWNxOzAgtYSBHmi7UM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-05T00:51:38.463-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Khmer Unicode for iPhone, iPod and iPad</title><link>http://all-resource.blogspot.com/2011/12/khmer-unicode-for-iphone-ipod-and-ipad.html</link><category>Khmer Unicode for iPhone</category><category>iPod and iPad</category><author>noreply@blogger.com (DOM)</author><pubDate>Thu, 29 Dec 2011 18:56:53 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-2978985914647699705</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;Now you can get Khmer Unicode Font and  Keyboard on your jailbroken iPhone, iPod and iPad. Please follow the 7  steps below to install Khmer Unicode Font and Keyboard on your devices.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Go to &lt;strong&gt;Cydia&lt;/strong&gt; &amp;gt; &lt;strong&gt;Manage&lt;/strong&gt; &amp;gt; &lt;strong&gt;Sources&lt;/strong&gt;.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Click &lt;strong&gt;Edit&lt;/strong&gt; &amp;gt; &lt;strong&gt;Add.&lt;/strong&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Enter Cydia/APT URL as the following: &lt;strong&gt;http://iphonekhmer.com/&lt;/strong&gt; and then click &lt;strong&gt;Add Source&lt;/strong&gt;.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. After the source has been added, click &lt;strong&gt;Done&lt;/strong&gt; and go to the source: “&lt;strong&gt;iphonekhmer.com&lt;/strong&gt;.”&lt;span id="more-711"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Select the right version of Khmer Unicode Font and Keyboard that correspond to your devices.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. Click &lt;strong&gt;install&lt;/strong&gt; &amp;gt; &lt;strong&gt;Confirm&lt;/strong&gt; and then allow the installation proceeds. Click &lt;strong&gt;Return to Cydia&lt;/strong&gt; or &lt;strong&gt;Reboot Device&lt;/strong&gt; when finished.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. Leave &lt;strong&gt;Cydia&lt;/strong&gt; and go to &lt;strong&gt;Settings&lt;/strong&gt; &amp;gt; &lt;strong&gt;General&lt;/strong&gt; &amp;gt; &lt;strong&gt;Keyboard&lt;/strong&gt; &amp;gt; &lt;strong&gt;International Keyboards&lt;/strong&gt; &amp;gt; &lt;strong&gt;Add New Keyboard…&lt;/strong&gt; and then scroll to find and select &lt;strong&gt;Khmer&lt;/strong&gt;.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now your Khmer Unicode Font and Keyboard  installation is set. To test if it works, please open a New Note. To  change your keyboard from &lt;strong&gt;English&lt;/strong&gt; to &lt;strong&gt;Khmer&lt;/strong&gt;, tab on the &lt;strong&gt;world button&lt;/strong&gt; next to the &lt;strong&gt;space bar&lt;/strong&gt;. Now you are ready to type in Khmer on your devices.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Good luck!&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-2978985914647699705?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PaglzWGRGQAfkr6L6EPQWv9eLIA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PaglzWGRGQAfkr6L6EPQWv9eLIA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PaglzWGRGQAfkr6L6EPQWv9eLIA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PaglzWGRGQAfkr6L6EPQWv9eLIA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-29T18:56:53.233-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>5 useful url rewriting examples using .htaccess</title><link>http://all-resource.blogspot.com/2011/12/5-useful-url-rewriting-examples-using.html</link><category>5 useful url rewriting examples using .htaccess</category><author>noreply@blogger.com (DOM)</author><pubDate>Tue, 20 Dec 2011 00:43:55 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-3594429533820477125</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div align="justify" style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;If you are looking for the examples of URL rewriting then this post might be useful for you. In this post, I’ve given five useful examples of URL rewriting using .htacess. If you don’t know something about url rewriting then please check my older post about&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://roshanbh.com.np/2008/02/hide-php-url-rewriting-htaccess.html" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #366799; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="url rewriting using htaccess"&gt;url rewriting using .htaccess&lt;/a&gt;.&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span id="more-42" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="justify" style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Now let’s look at the examples&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;1)Rewriting product.php?id=12 to product-12.html&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify" style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;It is a simple redirection in which .php extension is hidden from the browser’s address bar and dynamic url (containing “?” character) is converted into a static URL.&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="border-width: 0px; color: maroon; font-family: Arial,Helvetica,'Trebuchet MS',Verdana,Tahoma; font-size: 1em; margin: 0px; outline-width: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;"&gt;RewriteEngine on&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteRule ^product-([0-9]+)\.html$ product.php?id=$1&lt;/span&gt;&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;2) Rewriting product.php?id=12 to product/ipod-nano/12.html&lt;/strong&gt;&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;SEO expert always suggest to display the main keyword in the URL. In the following URL rewriting technique you can display the name of the product in URL.&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="border-width: 0px; color: maroon; font-family: Arial,Helvetica,'Trebuchet MS',Verdana,Tahoma; font-size: 1em; margin: 0px; outline-width: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;"&gt;RewriteEngine on&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteRule ^product/([a-zA-Z0-9_-]+)/([0-9]+)\.html$ product.php?id=$2&lt;/span&gt;&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;3) Redirecting non www URL to www URL&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify" style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;If you type yahoo.com in browser it will be redirected to www.yahoo.com. If you want to do same with your website then put the following code to .htaccess file. What is benefit of this kind of redirection?? Please check the post about&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://roshanbh.com.np/2007/12/301-redirect-in-php-and-htaccess.html" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #366799; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" title="301 redirect in PHP"&gt;SEO friendly redirect (301) redirect in php and .htaccess.&lt;/a&gt;&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="border-width: 0px; color: maroon; font-family: Arial,Helvetica,'Trebuchet MS',Verdana,Tahoma; font-size: 1em; margin: 0px; outline-width: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;"&gt;RewriteEngine On&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteCond %{HTTP_HOST} ^optimaxwebsolutions\.com$&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteRule (.*) http://www.optimaxwebsolutions.com/$1 [R=301,L]&lt;/span&gt;&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;4) Rewriting yoursite.com/user.php?username=xyz to yoursite.com/xyz&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify" style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Have you checked zorpia.com.If you type http://zorpia.com/roshanbh233 in browser you can see my profile over there. If you want to do the same kind of redirection i.e http://yoursite.com/xyz to http://yoursite.com/user.php?username=xyz then you can add the following code to the .htaccess file.&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="border-width: 0px; color: maroon; font-family: Arial,Helvetica,'Trebuchet MS',Verdana,Tahoma; font-size: 1em; margin: 0px; outline-width: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;"&gt;RewriteEngine On&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteRule ^([a-zA-Z0-9_-]+)$ user.php?username=$1&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteRule ^([a-zA-Z0-9_-]+)/$ user.php?username=$1&lt;/span&gt;&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;5) Redirecting the domain to a new subfolder of inside public_html.&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify" style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Suppose the you’ve redeveloped your site and all the new development reside inside the “new” folder of inside root folder.Then the new development of the website can be accessed like “test.com/new”. Now moving these files to the root folder can be a hectic process so you can create the following code inside the .htaccess file and place it under the root folder of the website. In result, www.test.com point out to the files inside “new” folder.&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: black; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6em; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 7px; orphans: 2; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="border-width: 0px; color: maroon; font-family: Arial,Helvetica,'Trebuchet MS',Verdana,Tahoma; font-size: 1em; margin: 0px; outline-width: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;"&gt;RewriteEngine On&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteCond %{HTTP_HOST} ^test\.com$ [OR]&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteCond %{HTTP_HOST} ^www\.test\.com$&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteCond %{REQUEST_URI} !^/new/&lt;br style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;" /&gt;RewriteRule (.*) /new/$1&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-3594429533820477125?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Ad2oZvWq_DpmkY3-5NEQQ7s1SG4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ad2oZvWq_DpmkY3-5NEQQ7s1SG4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Ad2oZvWq_DpmkY3-5NEQQ7s1SG4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ad2oZvWq_DpmkY3-5NEQQ7s1SG4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-20T00:43:55.953-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>How to make PHP Crosstab?</title><link>http://all-resource.blogspot.com/2011/12/how-to-make-php-crosstab.html</link><category>how to make PHP Crosstab?</category><author>noreply@blogger.com (DOM)</author><pubDate>Thu, 15 Dec 2011 01:17:15 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-5881664018967808966</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;SELECT DATE_FORMAT(tracked_date,'%Y-%m-%d') as my_tracked_date,&lt;br /&gt;
sum(ss.term_id IN (3) OR tt.parent IN (3)) AS category3, &lt;br /&gt;
sum(ss.term_id IN (4) OR tt.parent IN (4)) AS category4,&lt;br /&gt;
sum(ss.term_id IN (5) OR tt.parent IN (5)) AS category5,&lt;br /&gt;
sum(ss.term_id IN (6) OR tt.parent IN (6)) AS category6&lt;br /&gt;
FROM wp_terms AS t LEFT JOIN a AS ss ON t.term_id = ss.term_id LEFT JOIN b AS tt &lt;br /&gt;
ON ss.term_id = tt.term_id&lt;br /&gt;
WHERE DATE_FORMAT(tracked_date,'%Y-%m-%d') IS NOT NULL&lt;br /&gt;
GROUP BY my_tracked_date ORDER BY my_tracked_date&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-5881664018967808966?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/e3TD3K4V3nkj0oKtaiYkfOdQci4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e3TD3K4V3nkj0oKtaiYkfOdQci4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/e3TD3K4V3nkj0oKtaiYkfOdQci4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e3TD3K4V3nkj0oKtaiYkfOdQci4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-15T01:17:15.675-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>IQ Test (Sample)</title><link>http://all-resource.blogspot.com/2011/10/iq-test-sample.html</link><category>IQ Test (Sample)</category><author>noreply@blogger.com (DOM)</author><pubDate>Tue, 04 Oct 2011 21:34:44 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-2724627446169976059</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;h3&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;Test                    preparation questions&lt;/strong&gt;&lt;/span&gt;&lt;/h3&gt;&lt;span style="font-family: Arial;"&gt;Take a look at                     these sample questions before attempting the test as they will                     give you a very good idea of what to expect. Each question is                     designed to test various aspects of your  mental  abilities. Explanations are included where appropriate.&lt;/span&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;1.Verbal&lt;br /&gt;
2.Mathematical&lt;br /&gt;
3.Spatial&lt;br /&gt;
4.Visualization&lt;br /&gt;
5.Classification&lt;br /&gt;
6.Logic&lt;br /&gt;
7.Pattern recognition&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;&lt;span id="more-95"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-family: Arial;"&gt; &lt;strong&gt;&lt;span style="color: green;"&gt;Verbal Intelligence&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; It is said that to have a                             mastery of words is to have in one’s possession the                             ability to produce order out of chaos&amp;nbsp;and that  command                            of vocabulary is a true measure of                             intelligence.&amp;nbsp;Verbal intelligence measures  your                            capacity to use language in order to  express yourself,                            comprehend stories and  understand other people. Verbal                            abilities  include reading, writing and communicating                             with words. The verbal component of this test examines                             your vocabulary and your capacity to learn verbal                             material. It also measures your ability to employ                             verbal skills in reasoning and problem solving.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;1. Rearrange the following letters to                    make a word and choose the category in which it fits.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;RAPETEKA&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A.                   city&lt;br /&gt;
B.                   fruit&lt;br /&gt;
C.                   bird&lt;br /&gt;
D.                   vegetable&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: bird (parakeet)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;2. Find the answer that best completes                    the analogy&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;people : democracy :: wealthy :&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A.                   oligarchy&lt;br /&gt;
B.                   oligopoly&lt;br /&gt;
C.                   plutocracy&lt;br /&gt;
D.                   timocracy&lt;br /&gt;
E.                   autocracy&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: plutocracy&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;3. Find the answer that best completes                    the analogy&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;languages : meaning :: philology :&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A.                   erudition&lt;br /&gt;
B.                   philosophy&lt;br /&gt;
C.                   ethics&lt;br /&gt;
D.                   semantics&lt;br /&gt;
E.                   grammar&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: semantics&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;4. Which one of the sets of letters                    below can be arranged into a five letter English word.&lt;/span&gt;&lt;br /&gt;
A.                   A T R U N&lt;br /&gt;
B.                   P O D E B&lt;br /&gt;
C.                   R N A S L&lt;br /&gt;
D.                   M O H A T&lt;br /&gt;
E.                   E T L R N&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: R N A S L (snarl)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;5. What is the missing letter?&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="1" cellpadding="2" id="AutoNumber1" style="width: 300px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;E&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;C&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;O&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;B&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;A&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;B&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;G&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;B&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;N&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;D&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;B&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;?&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt; Correct answer:&amp;nbsp;H&lt;br /&gt;
Explanation:                   Convert each                    letter to  its numerical equivalent in the alphabet e.g. the                     letter “C” is assigned the number “3″. Afterwards, for each                     row, multiply the numerical equivalents of the first two                     columns in order to calculate the letter in the third column.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; 6. Find two words, one from each group, that are closest in                    meaning.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="0" cellpadding="0" cellspacing="0" style="width: 450px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" width="50%"&gt;&lt;span style="font-family: Arial;"&gt; &lt;span style="text-decoration: underline;"&gt;Group A&lt;/span&gt;&lt;br /&gt;
raise&lt;br /&gt;
floor&lt;br /&gt;
stairs&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="50%"&gt;&lt;span style="font-family: Arial;"&gt; &lt;span style="text-decoration: underline;"&gt;Group B&lt;/span&gt;&lt;br /&gt;
top&lt;br /&gt;
elevate&lt;br /&gt;
basement&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt; &lt;/span&gt;&lt;br /&gt;
A. raise and elevate&lt;br /&gt;
B. raise and top&lt;br /&gt;
C. floor and basement&lt;br /&gt;
D. stairs and top&lt;br /&gt;
E. floor and elevate&lt;br /&gt;
Correct answer: raise and elevate&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-family: Arial;"&gt; &lt;strong&gt;&lt;span style="color: green;"&gt;Mathematical Intelligence&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;We all require some numerical                             skills in our lives, whether it is to calculate  our                            weekly shopping bill or to budget how to  use our                            monthly income. Flexibility of  thought and lateral                            thinking processes are a  few skills which are needed                            in order to solve  these problems. Mathematical                            intelligence  generally represents your ability to                            reason  and to calculate basic arithmetic computations.                             It also helps you to understand geometric shapes and                             manipulate equations. Mathematical intelligence is a                             strong indicator of general intelligence because many                             every day mental tasks require arithmetical  operations                            even though numbers may not be  involved.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;1. Which number should come                    next in this series?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;25,24,22,19,15&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A. 4&lt;br /&gt;
B. 5&lt;br /&gt;
C. 10&lt;br /&gt;
D. 14&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: C&lt;br /&gt;
Explanation: The pattern                    decreases progressively: -1, -2, -3, -4, -5&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;2. Which number should come                    next in this series?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;3,5,8,13,21,&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A. 4&lt;br /&gt;
B. 21&lt;br /&gt;
C. 31&lt;br /&gt;
D. 34&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: D&lt;br /&gt;
Explanation: 3+5=8, 5+8=13 and so on.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;3. Which number should replace the                    question mark?&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="1" cellpadding="2" id="AutoNumber4" style="height: 76px; width: 300px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;17&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;8&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;5&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;5&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;13&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;7&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;5&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;4&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;6&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;12&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;6&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;3&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;10&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;6&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;4&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;?&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt;&lt;br /&gt;
A. 4&lt;br /&gt;
B. 5&lt;br /&gt;
C. 6&lt;br /&gt;
D. 7&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: A&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;(For each row the sum of the first two                    columns is equal to the multiple of the last two columns)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;4. Which number should replace the                    question mark?&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="1" cellpadding="2" id="AutoNumber5" style="height: 76px; width: 300px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;8&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;5&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;21&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;35&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;32&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;12&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;32&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;28&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;31&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;4&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;?&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;28&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt;A. 3&lt;br /&gt;
B. -2&lt;br /&gt;
C. -6&lt;br /&gt;
D. 48&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: C&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;(For each row subtract the second  column                    from the first column. The result is equal to  the sum of the                    digits in the last column.)&lt;/span&gt;&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;span style="color: green;"&gt;&lt;strong&gt;Spatial&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;Spatial abilities are  the                            perceptual and cognitive abilities that  enable a                            person to deal with spatial  relations, in other words                            the visualization  and orientation of objects in space.                            Put  simply spatial skills assess your ability to                             manipulate 3D objects by flipping and rotating them.                             Spatial intelligence questions test raw intelligence                             without the influence of prior knowledge and as such                             performance on this scale is indicative of  general                            intelligence. At a first glance, such  questions may                            appear daunting but the trick  is not to give up too                            quickly. Often a second  look at the problem will                            reveal a different  approach, and a solution will                            appear because  the brain has been given the                            opportunity to  process information further.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;1. Which diagram results from folding                    the diagram on the left?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="140" src="http://www.intelligencetest.com/images/questions/spatial/1.gif" width="470" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: A&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;2.&amp;nbsp; Which of the cubes is the same                    as the unfolded cube below?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="135" src="http://www.intelligencetest.com/images/questions/spatial/4.gif" width="100" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="0" cellspacing="1" style="width: 400px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="51" src="http://www.intelligencetest.com/images/questions/spatial/4-1.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="51" src="http://www.intelligencetest.com/images/questions/spatial/4-2.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="51" src="http://www.intelligencetest.com/images/questions/spatial/4-3.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="51" src="http://www.intelligencetest.com/images/questions/spatial/4-4.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;A&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;B&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;C&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;D&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt; Correct answer: A&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; 3.&amp;nbsp; Which one of the Rubik’s cube below can be part of                    the sequence?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="50" src="http://www.intelligencetest.com/images/questions/spatial/3.gif" width="170" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="0" cellspacing="1" style="width: 400px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="50" src="http://www.intelligencetest.com/images/questions/spatial/3-1.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="50" src="http://www.intelligencetest.com/images/questions/spatial/3-2.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="50" src="http://www.intelligencetest.com/images/questions/spatial/3-3.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="50" src="http://www.intelligencetest.com/images/questions/spatial/3-4.gif" width="50" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;A&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;B&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;C&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;D&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt; Correct answer: C&lt;/span&gt;&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&lt;span style="color: green;"&gt;Visualization&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;Visual intelligence                             measures the ability to process visual material  and to                            employ both physical and mental images  in thinking. As                            a result people with a high  visualization IQ find it                            easier to comprehend  information and communicate it to                            others.  Your visualization skills determine how well                             you perceive visual patterns and extract information                             for further use. Visualization also facilitates the                             ability to form associations between pieces of                             information something which helps improve long term                             memory.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;1.&amp;nbsp; Pick the piece that’s missing                    from the diagram below&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="202" src="http://www.intelligencetest.com/images/questions/visualization/1.gif" width="387" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="0" cellspacing="1" style="width: 400px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="45" src="http://www.intelligencetest.com/images/questions/visualization/1-2.gif" width="70" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="45" src="http://www.intelligencetest.com/images/questions/visualization/1-3.gif" width="70" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="45" src="http://www.intelligencetest.com/images/questions/visualization/1-4.gif" width="70" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="45" src="http://www.intelligencetest.com/images/questions/visualization/1-5.gif" width="70" /&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;A&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;B&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;C&lt;/span&gt;&lt;/td&gt; &lt;td align="center" width="100"&gt;&lt;span style="font-family: Arial;"&gt;D&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt; Correct answer: A&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; 2. Which figure is the odd one out?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="102" src="http://www.intelligencetest.com/images/questions/visualization/2.gif" width="305" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; Correct answer: D&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; 3. Which of the following figures is the odd one out?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="135" src="http://www.intelligencetest.com/images/questions/visualization/3.gif" width="400" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: A&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;4.Which of the following                    figures is the odd one out?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="143" src="http://www.intelligencetest.com/images/questions/visualization/4.jpg" width="400" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: C&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;5. How many four sided                    shapes does this diagram have?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="200" src="http://www.intelligencetest.com/images/questions/visualization/5.gif" width="140" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A. 5-10&lt;br /&gt;
B. 11-15&lt;br /&gt;
C. 16-20&lt;br /&gt;
D. 21-25&lt;br /&gt;
E. 26-30&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: E&lt;/span&gt;&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;span style="color: green;"&gt;&lt;strong&gt;Classification&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;This intelligence is                             closely related to the concept of general  intelligence                            and measures the ability to  organize collections of                            items by finding  similarities and differences between                            them. By  grouping together items such as words, ideas,                             songs or pictures you are able to achieve a more                             conceptual understanding of the relationships between                             them. Classification skills enable you to discern                             relevant data and this helps you gain a better  general                            understanding of the world.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;1. Which word does not belong?&lt;/span&gt;&lt;span style="font-family: Arial;"&gt;&lt;br /&gt;
apple, marmalade, orange, cherry, grape&lt;/span&gt;&lt;br /&gt;
A. apple&lt;br /&gt;
B. marmalade&lt;br /&gt;
C. orange&lt;br /&gt;
D. cherry&lt;br /&gt;
E. grape&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: B&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;2. Which number does not belong?&lt;/span&gt;&lt;br /&gt;
&lt;div&gt; &lt;table border="1" cellpadding="2" id="AutoNumber3" style="height: 76px; width: 300px;"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;4&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;32&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;144&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;17&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;28&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="12" width="100"&gt;&lt;span style="font-family: Arial;"&gt;122&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;18&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;64&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;188&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;322&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;14&lt;/span&gt;&lt;/td&gt; &lt;td align="center" height="16" width="100"&gt;&lt;span style="font-family: Arial;"&gt;202&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;/div&gt;&lt;span style="font-family: Arial;"&gt; Correct answer:&amp;nbsp; 17&lt;br /&gt;
Explanation: 17 is the only odd                    number.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; 3. Which of the following diagrams is the odd one out?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="129" src="http://www.intelligencetest.com/images/questions/classification/1.jpg" width="175" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: D&lt;br /&gt;
Explanation: D is the only diagram where the intersection does not              form the original shape.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="color: green;"&gt;Logic&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;Logical thinking is the  ability                            to make deductions that lead  rationally to a certain                            conclusion. It is  important to have good logic skills                            because  they help you think things through and they                             also give you a good understanding of cause and effect                             relationships. In this test your logic IQ was assessed                             through your ability to comprehend and follow  certain                            rules and conditions set forth in  many of the                            questions. Generally speaking  logic skills make                            divergent thinkers and have  proven to be very                            successful in our daily  lives. Furthermore when                            combined with social  insight and and self awareness                            logic skills  make us into effective human beings.                             Improving these skills will increase your IQ and give                             you a good base for academic and personal success.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;1. At the end of a banquet 10 people shake hands              with each other. How many handshakes will there be in total?&lt;/span&gt;&lt;br /&gt;
A. 100&lt;br /&gt;
B. 20&lt;br /&gt;
C. 45&lt;br /&gt;
D. 50&lt;br /&gt;
E. 90&lt;span style="font-family: Arial;"&gt;Correct answer: C&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;2. The day before the day before yesterday is              three days after Saturday. What day is it today?&lt;/span&gt;&lt;br /&gt;
A. Monday&lt;br /&gt;
B. Tuesday&lt;br /&gt;
C. Wednesday&lt;br /&gt;
D. Thursday&lt;br /&gt;
E. Friday&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: E&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;3. Select the number that best completes the              analogy&lt;/span&gt;&lt;br /&gt;
10 : 6 :: 3 : ?&lt;br /&gt;
A. 2&lt;br /&gt;
B. 1&lt;br /&gt;
C. -1&lt;br /&gt;
D. 12&lt;br /&gt;
E. 4&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: -1&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;4. Which number should come next in the series&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;1, 3, 6, 10, 15,&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A. 8&lt;br /&gt;
B. 11&lt;br /&gt;
C. 24&lt;br /&gt;
D. 21&lt;br /&gt;
E. 27 &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: 21&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;5. 165135 is to peace as 1215225 is to&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A. lead&lt;br /&gt;
B. love&lt;br /&gt;
C. loop&lt;br /&gt;
D. castle&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: love&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;6. Library is to book as book is to&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Binding&amp;nbsp;Copy&amp;nbsp;Page&amp;nbsp;Cover&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;A. page&lt;br /&gt;
B. copy&lt;br /&gt;
C. binding&lt;br /&gt;
D. cover&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: page&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&lt;span style="color: green;"&gt;Pattern recognition&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;Out of all mental  abilities this type of                    intelligence is said to have  the highest correlation with the                    general intelligence  factor, g. This is primarily because                    pattern  recognition is the ability to see order in a chaotic                     environment; the primary condition for life. &lt;/span&gt; Patterns can be                     found in ideas, words, symbols and images and pattern                     recognition is a key determinant of your potential in  logical,                    verbal, numerical and spatial abilities. &lt;span style="font-family: Arial;"&gt;It                             is essential for reasoning because your  capacity to                            think logically is based on your  perception of the                            logic around you. Your  pattern recognition skills are                            expressed  verbally through your long term exposure to                             language and your mathematical and spatial abilities                             are based on your perception of numerical data and 3D                             objects.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-family: Arial;"&gt;1. Find the picture that follows logically from              the diagrams to the right.&lt;/span&gt;&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="75" src="http://www.intelligencetest.com/images/questions/precognition/1.gif" width="465" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: A&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;2. Find the picture that follows logically              from the diagrams to the right.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="75" src="http://www.intelligencetest.com/images/questions/precognition/2.gif" width="465" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: C&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;3. Please enter the missing figure: 4, 5, 8,              17, 44,&lt;/span&gt;&lt;br /&gt;
A. 80&lt;br /&gt;
B. 125&lt;br /&gt;
C. 112&lt;br /&gt;
D. 60&lt;br /&gt;
E. 84&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: B&lt;br /&gt;
Explanation: The difference between the numbers follows the series              1,3,9,27,81&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;4. Please enter the missing figure: 13, 57,              911, 1315, 1719&lt;/span&gt;&lt;br /&gt;
A. 2123&lt;br /&gt;
B. 1879&lt;br /&gt;
C. 3002&lt;br /&gt;
D. 5004&lt;br /&gt;
E. 1784&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: A&lt;br /&gt;
Explanation: All odd numbers in a series.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;5. Which of the diagrams follows?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt; &lt;img alt="" border="0" height="72" src="http://www.intelligencetest.com/images/questions/precognition/3.gif" width="440" /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;Correct answer: A&lt;br /&gt;
Explanation: All the characters are letters back to back (C,D,E,F)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-2724627446169976059?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kI_tplG4gc6IPqkhKdKZQhJOpW8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kI_tplG4gc6IPqkhKdKZQhJOpW8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kI_tplG4gc6IPqkhKdKZQhJOpW8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kI_tplG4gc6IPqkhKdKZQhJOpW8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-04T21:34:44.642-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>10 Awesome jQuery Count Down Scripts</title><link>http://all-resource.blogspot.com/2011/09/10-awesome-jquery-count-down-scripts.html</link><category>10 Awesome jQuery Count Down Scripts</category><author>noreply@blogger.com (DOM)</author><pubDate>Thu, 29 Sep 2011 18:48:37 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-630189498927219131</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="dd_content_wrap"&gt;We have seen enough samples of the  countdown features in most site like RapidShare, MegaUpload etc that  allows you to download files but make you wait specified number of  seconds before giving you the download link. We have probably also seen  sites that are not online yet using a countdown to tell visitors to come  back in a very dynamic manner. A countdown script has a lot of useful  cases and the good news is that there are some really good jQuery  scripts you can use for your site. &lt;br /&gt;
Check out our list of 10 Awesome jQuery Count Down Scripts below. Enjoy!&lt;br /&gt;
&lt;a href="http://tenseveninteractive.com/content/jquery-countdown-background-and-overlay" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://tenseveninteractive.com/content/jquery-countdown-background-and-overlay" target="_blank"&gt;1. jQuery Countdown with Background and Overlay&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://tenseveninteractive.com/content/jquery-countdown-background-and-overlay" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
Really cool countdown script. There is a full package for download with script, images, CSS etc.&lt;br /&gt;
&lt;img alt="jQuery-Countdown-with-Background-and-Overlay.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/jQuery-Countdown-with-Background-and-Overlay.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://tenseveninteractive.com/content/jquery-countdown-background-and-overlay" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.littlewebthings.com/projects/countdown/index.php" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://www.littlewebthings.com/projects/countdown/index.php" target="_blank"&gt;2. littlewebthings CountDown&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://www.littlewebthings.com/projects/countdown/index.php" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
This is an Easy to use animated countdown JavaScript. It is jQuery compatible and easily skinable.&lt;br /&gt;
&lt;img alt="littlewebthings-CountDown.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/littlewebthings-CountDown.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://www.littlewebthings.com/projects/countdown/index.php" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;span id="more-6447"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://code.google.com/p/jquery-countdown/" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://code.google.com/p/jquery-countdown/" target="_blank"&gt;3. jQuery Countdown plugin that doesn’t suck!&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://code.google.com/p/jquery-countdown/" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
This countdown has a great animation.&lt;br /&gt;
&lt;img alt="jQuery-Countdown-plugin-that-doesn’t-suck1.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/jQuery-Countdown-plugin-that-doesn%E2%80%99t-suck1.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://code.google.com/p/jquery-countdown/" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://plugins.jquery.com/project/tgcCountdown" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://plugins.jquery.com/project/tgcCountdown" target="_blank"&gt;4. The Great Cornholio Countdown&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://plugins.jquery.com/project/tgcCountdown" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
Very simple countdown, all it does is it transforms a sql timestamp (YYYYMMDDHHMMSS) into a countdown timer.&lt;br /&gt;
&lt;img alt="The-Great-Cornholio-Countdown.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/The-Great-Cornholio-Countdown.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://plugins.jquery.com/project/tgcCountdown" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://keith-wood.name/countdown.html" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://keith-wood.name/countdown.html" target="_blank"&gt;5. jQuery Countdown&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://keith-wood.name/countdown.html" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
This is a jQuery plugin that sets a div or span to show a countdown to a  given time. There are tons of options available and everything is  supported by good examples and code snippets.&lt;br /&gt;
&lt;img alt="jQuery-Countdown.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/jQuery-Countdown.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://keith-wood.name/countdown.html" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.webmuse.co.uk/articles/countdown-timer-jquery-plugin/" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://www.webmuse.co.uk/articles/countdown-timer-jquery-plugin/" target="_blank"&gt;6. Countdown timer jQuery Plugin&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://www.webmuse.co.uk/articles/countdown-timer-jquery-plugin/" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
A simple jQuery Plugin that countdowns how long it is from a date. Very  easy to use and a good download package with everything needed to get  started.&lt;br /&gt;
&lt;img alt="Countdown-timer-jQuery-Plugin1.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/Countdown-timer-jQuery-Plugin1.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://www.webmuse.co.uk/articles/countdown-timer-jquery-plugin/" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://davidwalsh.name/jquery-countdown-plugin" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://davidwalsh.name/jquery-countdown-plugin" target="_blank"&gt;7. jQuery CountDown Plugin&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://davidwalsh.name/jquery-countdown-plugin" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
This script allows you to create a rapidshare.com like countdown and to  animate the CSS font-size of each second and present a reward at the  end.&lt;br /&gt;
&lt;img alt="jQuery-CountDown-Plugin1.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/jQuery-CountDown-Plugin1.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://davidwalsh.name/jquery-countdown-plugin" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://krzysztof-furtak.pl/2010/05/kk-countdown-jquery-plugin/" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://krzysztof-furtak.pl/2010/05/kk-countdown-jquery-plugin/" target="_blank"&gt;8. KK Countdown&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://krzysztof-furtak.pl/2010/05/kk-countdown-jquery-plugin/" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
Plug-in counts time to a particular date in the future.&lt;br /&gt;
&lt;img alt="KK-Countdown.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/KK-Countdown.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://krzysztof-furtak.pl/2010/05/kk-countdown-jquery-plugin/" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://github.com/hilios/jquery.countdown" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="https://github.com/hilios/jquery.countdown" target="_blank"&gt;9. The Final Countdown&lt;/a&gt;&lt;/h2&gt;&lt;a href="https://github.com/hilios/jquery.countdown" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
A really simple and abstract date countdown plugin for jQuery.&lt;br /&gt;
&lt;img alt="The-Final-Countdown.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/The-Final-Countdown.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="https://github.com/hilios/jquery.countdown" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.sarpdoruktahmaz.com/projects/fancy-countdown/" target="_blank"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://www.sarpdoruktahmaz.com/projects/fancy-countdown/" target="_blank"&gt;10. Fancy Countdown&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://www.sarpdoruktahmaz.com/projects/fancy-countdown/" target="_blank"&gt; &lt;/a&gt;&lt;br /&gt;
A fancy countdown timer which is visually stunning. It looks like the one Google I/O used in their website.&lt;br /&gt;
&lt;img alt="Fancy-Countdown1.jpg" src="http://www.jquery4u.com/wp-content/uploads/2011/08/Fancy-Countdown1.jpg" /&gt;&lt;br /&gt;
&lt;a class="seelivedemo" href="http://www.sarpdoruktahmaz.com/projects/fancy-countdown/" target="_blank"&gt;Source&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-630189498927219131?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uxyVyTnAORzu4uSWLJ7b-lsiTzk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uxyVyTnAORzu4uSWLJ7b-lsiTzk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uxyVyTnAORzu4uSWLJ7b-lsiTzk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uxyVyTnAORzu4uSWLJ7b-lsiTzk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-29T18:48:37.492-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>37 Fresh jQuery Image And Gallery Display Solutions</title><link>http://all-resource.blogspot.com/2011/09/37-fresh-jquery-image-and-gallery.html</link><category>37 Fresh jQuery Image And Gallery Display Solutions</category><author>noreply@blogger.com (DOM)</author><pubDate>Wed, 28 Sep 2011 06:28:53 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-3797218678169699400</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;jQuery is already very popular because it is very fast and concise  Javacript library simplifing and different event handling, smooth  animation with very little code. With jQuery you can enjoy new way of  web development and image galleries are the best way to use it  effectively! Here you’ll have more than 35 different unique jQuery  Javascript solutions for beautiful image galleries and great ways to  display your images with light code. &lt;br /&gt;
&lt;a class="postthumb" href="http://www.1stwebdesigner.com/css/fresh-jquery-image-gallery-display-solutions/" title="37 Fresh jQuery Image And Gallery Display Solutions"&gt;&lt;img alt="37 Fresh jQuery Image And Gallery Display Solutions" class="postthumb" src="http://www.1stwebdesigner.com/wp-content/uploads/bigthumbs/100-200/preview-fresh-jquery-image-gallery-display-solutions.jpg" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
To make it even easier for you to choose, I also added live demo link  under every jQuery plugin! However if you are searching for even more  alternatives with Flash, plain CSS or another Javascript library, check  out this post -&lt;a href="http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-lightbox-solutions/"&gt;57+ Free Image Gallery, Slideshow And Lightbox Solutions&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;&lt;a href="https://www.e-junkie.com/ecom/gb.php?ii=805274&amp;amp;c=ib&amp;amp;aff=102266&amp;amp;cl=19780" target="ejejcsingle"&gt;&lt;br /&gt;
1. PhotoSquare Photography WordPress Theme ($79)&lt;/a&gt;&lt;/h2&gt;PhotoSquares is very flexible premium&amp;nbsp;gallery WordPress theme that is  perfect way for designers and photographers to display their portfolio.&lt;br /&gt;
This theme allows you to set your own thumbnail sizes so everyone will be able to create most suitable layout.&lt;br /&gt;
&lt;a href="https://www.e-junkie.com/ecom/gb.php?ii=805274&amp;amp;c=ib&amp;amp;aff=102266&amp;amp;cl=19780" target="ejejcsingle"&gt;&lt;img alt="Photosquares-premium-wordpress-photography-theme" border="0" src="http://www.1stwebdesigner.com/wp-content/uploads/photosquares-premium-wordpress-photography-theme.jpg" style="display: inline;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;2. &lt;a href="http://spaceforaname.com/galleryview" target="_blank"&gt;GalleryView: A jQuery Content Gallery Plugin&lt;/a&gt;&lt;/h2&gt;GalleryView aims to provide jQuery users with a flexible, attractive  content gallery that is both easy to implement and a snap to customize.&lt;br /&gt;
&lt;a href="http://spaceforaname.com/galleryview" target="_blank"&gt;&lt;img alt="gallery-view-jquery-image-slideshow-tools-free" height="289" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/gallery-view-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://spaceforaname.com/webcomics.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;2.1.&amp;nbsp;&lt;a href="http://codecanyon.net/item/sexy-slider/87148?ref=1stwebdesigner"&gt;Sexy Slider&lt;/a&gt;&lt;/h2&gt;SexySlider is a JQuery plugin that lets you easily create powerful  javascript Sliders with very nice transition effects. Enhance your  website by adding a unique and attractive slider!&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/sexy-slider/87148?ref=1stwebdesigner"&gt;&lt;img alt="" class="alignnone" height="300" src="http://0.s3.envato.com/files/1078316/1.jpg" style="display: inline;" title="Sexy Image Slider" width="590" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/sexy-slider/full_screen_preview/87148?ref=1stwebdesigner"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;3. &lt;a href="http://www.meadmiracle.com/SlidingGallery.aspx" target="_blank"&gt;Sliding Image Gallery jQuery Plug-in&lt;/a&gt;&lt;/h2&gt;The SlidingGallery plug-in will take a group of images and turn them  into a cyclical gallery of images which the user can click through. One  image will be centered on the screen, with two smaller images off to the  sides. The user can click either of the smaller images to bring them to  the center, or the center image to enlarge it. For optimal use, this  plug-in should be applied to seven or more images, but can work with  fewer (images will be duplicated in order to bring the total to seven).&lt;br /&gt;
&lt;a href="http://www.meadmiracle.com/SlidingGallery.aspx" target="_blank"&gt;&lt;img alt="sliding-gallery-jquery-image-slideshow-tools-free" height="246" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/sliding-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.meadmiracle.com/SlidingGalleryDemo1.htm" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;4. &lt;a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" target="_blank"&gt;PrettyPhoto jQuery Lightbox Clone&lt;/a&gt;&lt;/h2&gt;PrettyPhoto is a jQuery based lightbox clone. Not only does it  support images, it also add support for videos, flash, YouTube, iFrames.  It’s a full blown media lightbox. The setup is easy and quick, plus the  script is compatible in every major browser.&lt;br /&gt;
&lt;a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" target="_blank"&gt;&lt;img alt="prettyphoto-gallery-jquery-image-slideshow-tools-free" height="358" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/prettyphoto-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;5. &lt;a href="http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html" target="_blank"&gt;Create Beautiful jQuery slider tutorial&lt;/a&gt;&lt;/h2&gt;This tutorial explains how to develop Create Beautiful jQuery sliders tutorial with image description and name.&lt;br /&gt;
&lt;a href="http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html" target="_blank"&gt;&lt;img alt="beautiful-gallery-jquery-image-slideshow-tools-free" height="166" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/beautiful-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://gadgetinspiration.com/blog/wp-content/uploads/jquery%20sliders/index.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;6. &lt;a href="http://coffeescripter.com/2009/07/ad-gallery-a-jquery-gallery-plugin/" target="_blank"&gt;AD Gallery – a jQuery gallery plugin&lt;/a&gt;&lt;/h2&gt;A highly customizable gallery/showcase plugin for jQuery.&lt;br /&gt;
&lt;a href="http://coffeescripter.com/2009/07/ad-gallery-a-jquery-gallery-plugin/" target="_blank"&gt;&lt;img alt="ad-gallery-jquery-image-slideshow-tools-free" height="432" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/ad-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://coffeescripter.com/code/ad-gallery/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;7. &lt;a href="http://fancybox.net/" target="_blank"&gt;FancyBox&lt;/a&gt;&lt;/h2&gt;FancyBox is a tool for displaying images, html content and  multi-media in a Mac-style “lightbox” that floats overtop of web page.&lt;br /&gt;
&lt;a href="http://fancybox.net/" target="_blank"&gt;&lt;img alt="fancybox-gallery-jquery-image-slideshow-tools-free" height="285" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/fancybox-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://fancybox.net/dev/130/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;8. &lt;a href="http://www.shadowbox-js.com/" target="_blank"&gt;Shadowbox&lt;/a&gt;&lt;/h2&gt;Shadowbox is an online media viewer application that supports all of  the web’s most popular media publishing formats. Shadowbox is written  entirely in JavaScript and CSS and is highly customizable. Using  Shadowbox, website authors can showcase a wide assortment of media in  all major browsers without navigating users away from the linking page.&lt;br /&gt;
&lt;a href="http://www.shadowbox-js.com/" target="_blank"&gt;&lt;img alt="shadowbox-gallery-jquery-image-slideshow-tools-free" height="379" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/shadowbox-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.shadowbox-js.com/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;8.1.&lt;a href="http://codecanyon.net/item/aviaslider-jquery-slideshow/105090?ref=1stwebdesigner"&gt;AviaSlider – jQuery Slideshow&lt;/a&gt;&lt;/h2&gt;AviaSlider is a very flexible and easy to use Image slideshow plugin  for jQuery with a set of really unique transitions that were nver  available before, as well as some basic transitions, so the slider will  fit into every project.&lt;br /&gt;
It comes with an image preloader so the slider starts when images are  ready to be shown. No clumsy animations with half loaded images.&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/aviaslider-jquery-slideshow/105090?ref=1stwebdesigner"&gt;&lt;img alt="" class="alignnone" height="300" src="http://1.s3.envato.com/files/337813.jpg" style="display: inline;" title="AviaSlider - jQuery Slideshow" width="590" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/aviaslider-jquery-slideshow/full_screen_preview/105090?ref=1stwebdesigner"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;9. &lt;a href="http://www.twospy.com/galleriffic/index.html" target="_blank"&gt;Galleriffic&lt;/a&gt;&lt;/h2&gt;Galleriffic is a jQuery plugin that provides a rich, post-back free  experience optimized to handle high volumes of photos while conserving  bandwidth. I am not so great at spelling, and it was much later that I  realized that the more appropriate spellings would be Gallerific or  Gallerrific, but is too late now for a name change, so Galleriffic  remains.&lt;br /&gt;
&lt;a href="http://www.twospy.com/galleriffic/index.html" target="_blank"&gt;&lt;img alt="galleriffic-gallery-jquery-image-slideshow-tools-free" height="369" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/galleriffic-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.twospy.com/galleriffic/example-2.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;10. &lt;a href="http://colorpowered.com/colorbox/" target="_blank"&gt;Colorbox&lt;/a&gt;&lt;/h2&gt;A light-weight, customizable lightbox plugin for jQuery 1.3.&lt;br /&gt;
&lt;a href="http://colorpowered.com/colorbox/" target="_blank"&gt;&lt;img alt="colorbox-gallery-jquery-image-slideshow-tools-free" height="292" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/colorbox-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://colorpowered.com/colorbox/core/example1/index.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;11. &lt;a href="http://planetozh.com/projects/lightbox-clones/" target="_blank"&gt;The Lightbox Clones Matrix&lt;/a&gt;&lt;/h2&gt;Comparison of various scripts that display images and other objects in somehow cool CSS popups&lt;br /&gt;
&lt;a href="http://planetozh.com/projects/lightbox-clones/" target="_blank"&gt;&lt;img alt="lightbox-clones-jquery-image-slideshow-tools-free" height="285" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/lightbox-clones-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;12. &lt;a href="http://devkick.com/blog/full-screen-image-gallery-using-jquery-and-flickr/" target="_blank"&gt;Full screen image gallery using jQuery and Flickr&lt;/a&gt;&lt;/h2&gt;It’s a full screen image gallery that automatically scales the image  with kept aspect ratio to fill the browser background. It also supports a  flickr search engine, thumbnails, captions, preloader and some other  goodies.&lt;br /&gt;
&lt;a href="http://devkick.com/blog/full-screen-image-gallery-using-jquery-and-flickr/" target="_blank"&gt;&lt;img alt="fs-gallery-jquery-image-slideshow-tools-free" height="285" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/fs-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://devkick.com/lab/fsgallery/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;13. &lt;a href="http://css-tricks.com/moving-boxes/" target="_blank"&gt;Moving Boxes&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://css-tricks.com/moving-boxes/" target="_blank"&gt;&lt;img alt="moving-boxes-gallery-jquery-image-slideshow-tools-free" height="262" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/moving-boxes-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://css-tricks.com/examples/MovingBoxes/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;13.1.&amp;nbsp;&lt;a href="http://codecanyon.net/item/ddslider-10-transitions-inline-content-support/104797?ref=1stwebdesigner"&gt;DDSlider – 10 Transitions – Inline Content Support&lt;/a&gt;&lt;/h2&gt;DDSlider introduces a new easy-to-go slider with 9 different unique  transitions (+fading &amp;amp; random—11 total) that support Inline Content.  You can also have multiple sliders in the same page.&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/ddslider-10-transitions-inline-content-support/104797?ref=1stwebdesigner"&gt;&lt;img alt="" class="alignnone" height="300" src="http://3.s3.envato.com/files/348178.jpg" style="display: inline;" title="DDSlider Image Gallery" width="590" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/ddslider-10-transitions-inline-content-support/full_screen_preview/104797?ref=1stwebdesigner"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;14. &lt;a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank"&gt;Creating a Slick Auto-Playing Featured Content Slider&lt;/a&gt;&lt;/h2&gt;&lt;h2&gt;&lt;a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank"&gt;&lt;img alt="featured-slider-jquery-image-slideshow-tools-free" height="281" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/featured-slider-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://css-tricks.com/examples/FeaturedContentSlider/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;15. &lt;a href="http://css-tricks.com/startstop-slider/" target="_blank"&gt;Start/Stop Slider&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://css-tricks.com/startstop-slider/" target="_blank"&gt;&lt;img alt="start-stop-gallery-jquery-image-slideshow-tools-free" height="290" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/start-stop-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://css-tricks.com/examples/StartStopSlider/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;16. &lt;a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" target="_blank"&gt;SlideViewerPro 1.0&lt;/a&gt;&lt;/h2&gt;SlideViewerPro is a fully customizable jQuery image gallery engine  wich allows to create outstanding sliding image galleries for your  projects and/or interactive galleries within blog posts.&lt;br /&gt;
&lt;a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" target="_blank"&gt;&lt;img alt="slide-viewer-jquery-image-slideshow-free-tools" height="323" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/slide-viewer-jquery-image-slideshow-free-tools.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;17. &lt;a href="http://www.pirolab.it/pirobox/index.php" target="_blank"&gt;Pirobox V.1.2.1&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://www.pirolab.it/pirobox/index.php" target="_blank"&gt;&lt;img alt="pirobox-gallery-jquery-image-slideshow-tools-free" height="349" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/pirobox-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.pirolab.it/pirobox/index.php" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;18. &lt;a href="http://www.serie3.info/s3slider/" target="_blank"&gt;s3Slider jQuery plugin&lt;/a&gt;&lt;/h2&gt;The s3Slider jQuery plugin is made by example of jd`s smooth slide show script.&lt;br /&gt;
&lt;a href="http://www.serie3.info/s3slider/" target="_blank"&gt;&lt;img alt="s3slider-gallery-jquery-image-slideshow-tools-free" height="236" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/s3slider-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.serie3.info/s3slider/demonstration.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;18.1.&amp;nbsp;&lt;a href="http://codecanyon.net/item/advanced-slider-jquery-xml-slider/132618?ref=1stwebdesigner"&gt;Advanced Slider – jQuery XML slider&lt;/a&gt;&lt;/h2&gt;Advanced Slider is a jQuery plugin that allows you to easily create  powerfull sliders using either XML , thus making the slider much easier  to setup and maintain, or using HTML markup. The plugin also provides an  easy to use API which will allow to further enhance the functionality  of the slider and make it possible to integrate it into your own  application. Please take a look at the list of features below.&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/advanced-slider-jquery-xml-slider/132618?ref=1stwebdesigner"&gt;&lt;img alt="" class="alignnone" height="300" src="http://3.s3.envato.com/files/2685373/image.jpg" style="display: inline;" title="jQuery Slider" width="590" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/advanced-slider-jquery-xml-slider/full_screen_preview/132618?ref=1stwebdesigner"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;19. &lt;a href="http://freecss.info/free-css-tutorials/css-and-jquery-creating-image-slider/" target="_blank"&gt;CSS and Jquery – Creating an Image Slider&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://freecss.info/free-css-tutorials/css-and-jquery-creating-image-slider/" target="_blank"&gt;&lt;img alt="slider-gallery-jquery-image-slideshow-tools-free" height="316" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/slider-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.freecss.info/tutorials/1/index.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;20. &lt;a href="http://www.sohtanaka.com/web-design/create-an-image-rotator/" target="_blank"&gt;Create an Image Rotator with Description (CSS/jQuery)&lt;/a&gt;&lt;/h2&gt;An image rotator is one great way to display portfolio pieces,  eCommerce product images, or even as an image gallery. Although there  are many great plugins already, this tutorial will help you understand  how the image rotator works and helps you create your own from scratch.&lt;br /&gt;
&lt;a href="http://www.sohtanaka.com/web-design/create-an-image-rotator/" target="_blank"&gt;&lt;img alt="rotator-gallery-jquery-image-slideshow-tools-free" height="335" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/rotator-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.sohtanaka.com/web-design/examples/image-rotator/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;21. &lt;a href="http://www.openstudio.fr/jQuery-spherical-panorama-viewer.html?lang=en" target="_blank"&gt;jQuery spherical panorama viewer&lt;/a&gt;&lt;/h2&gt;A javascript viewer for displaying spherical panoramas. An alternative to Java and QuickTime technology.&lt;br /&gt;
&lt;a href="http://www.openstudio.fr/jQuery-spherical-panorama-viewer.html?lang=en" target="_blank"&gt;&lt;img alt="panorama-gallery-jquery-image-slideshow-tools-free" height="416" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/panorama-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.openstudio.fr/jQuery-spherical-panorama-viewer.html?lang=en" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;22. &lt;a href="http://hotajax.org/jquery/photos-other-plugins/554-zoomimage-jquery-plugin.html" target="_blank"&gt;Zoomimage – jQuery plugin&lt;/a&gt;&lt;/h2&gt;Present you images in stylish way. The links are unobtrusively  highjacked to open the images in an inpage popup with drop shadow and  border.&lt;br /&gt;
&lt;a href="http://hotajax.org/jquery/photos-other-plugins/554-zoomimage-jquery-plugin.html" target="_blank"&gt;&lt;img alt="zoom-gallery-jquery-image-slideshow-tools-free" height="328" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/zoom-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.hotajax.org/demo/jquery/zoomimage/zoomimage/index.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;23. &lt;a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/" target="_blank"&gt;Building a jQuery Image Scroller&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/" target="_blank"&gt;&lt;img alt="scroller-jquery-image-slideshow-tools-free" height="220" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/scroller-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://nettuts.s3.cdn.plus.org/300_jquery/image%20Scroller/imageScroller.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;24. &lt;a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" target="_blank"&gt;Easy Slider 1.5 – The Easiest jQuery Plugin For Sliding Images and Content&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" target="_blank"&gt;&lt;img alt="cssglobe-gallery-jquery-image-slideshow-tools-free" height="233" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/cssglobe-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://cssglobe.com/lab/easyslider1.7/01.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;25. &lt;a href="http://www.catchmyfame.com/2009/05/02/jquery-panel-gallery-plugin/" target="_blank"&gt;jQuery Panel Gallery Plugin&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt; &lt;div&gt;No slicing or editing of the images is needed&lt;/div&gt;&lt;/li&gt;
&lt;li&gt; &lt;div&gt;It’s just 5K&lt;/div&gt;&lt;/li&gt;
&lt;li&gt; &lt;div&gt;Easily configurable&lt;/div&gt;&lt;/li&gt;
&lt;li&gt; &lt;div&gt;Reusable on multiple containers&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.catchmyfame.com/2009/05/02/jquery-panel-gallery-plugin/" target="_blank"&gt;&lt;img alt="panel-jquery-image-slideshow-free-tools" height="195" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/panel-jquery-image-slideshow-free-tools.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.catchmyfame.com/jquery/demo/3/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;25.1.&amp;nbsp;&lt;a href="http://codecanyon.net/item/ubillboard-premium-slider-for-wordpress/124783?ref=1stwebdesigner"&gt;uBillboard – Premium Slider for WordPress&lt;/a&gt;&lt;/h2&gt;uBillboard is a Premium Slider for WordPress. It is a jQuery based  slider with a multitude of transitions and options for you to be able to  customize it to your needs while not overwhelming you with options you  never wanted or needed. Version 3 is a revolutionary release with most  of the codebase rewritten from scratch. This has enabled us to integrate  many features that you have been requesting during the first year.&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/ubillboard-premium-slider-for-wordpress/124783?ref=1stwebdesigner"&gt;&lt;img alt="" class="alignnone" height="300" src="http://1.s3.envato.com/files/4746524/preview.jpg" style="display: inline;" title="uBillboard Premium Slider for WordPress" width="590" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/ubillboard-premium-slider-for-wordpress/full_screen_preview/124783?ref=1stwebdesigner"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;26. &lt;a href="http://www.buildinternet.com/project/supersized/" target="_blank"&gt;Supersized – Full Screen Background/Slideshow jQuery Plugin&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://www.buildinternet.com/project/supersized/" target="_blank"&gt;&lt;img alt="supersized-gallery-jquery-image-slideshow-tools-free" height="252" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/supersized-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.buildinternet.com/project/supersized/default.php" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;27. &lt;a href="http://pikachoose.com/" target="_blank"&gt;Pikachoose&lt;/a&gt;&lt;/h2&gt;Pikachoose is a lightweight Jquery plugin that allows easy  presentation of photos with options for slideshows, navigation buttons,  and auto play. Pikachoose is designed to be easily installed, easy to  setup, and well… all around easy. Creating an image gallery shouldn’t be  a complex thing. I’ve created a new plugin that I’m packaging with  PikaChoose called SliderJS.&lt;br /&gt;
&lt;a href="http://pikachoose.com/" target="_blank"&gt;&lt;img alt="pikachoose-jquery-image-slideshow-free-tools" height="265" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/pikachoose-jquery-image-slideshow-free-tools.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://pikachoose.com/demo/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;28. &lt;a href="http://www.ferretarmy.com/files/jQuery/ImageOverlay/ImageOverlay.html" target="_blank"&gt;jQuery Image Overlay Plugin&lt;/a&gt;&lt;/h2&gt;The image overlay plugin is a simple jQuery plugin that attempts to  present an image with an overlaid title/caption. The overlay drops in on  hover, as you can see above.&lt;br /&gt;
&lt;a href="http://www.ferretarmy.com/files/jQuery/ImageOverlay/ImageOverlay.html" target="_blank"&gt;&lt;img alt="overlay-jquery-image-slideshow-tools-free" height="247" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/overlay-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ferretarmy.com/files/jQuery/ImageOverlay/ImageOverlay.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;29. &lt;a href="http://odyniec.net/projects/imgareaselect/" target="_blank"&gt;imgAreaSelect&lt;/a&gt;&lt;/h2&gt;imgAreaSelect is a jQuery plugin for selecting a rectangular area of  an image. It allows web developers to easily implement image cropping  functionality, as well as other user interface features, such as photo  notes (like those on Flickr).&lt;br /&gt;
Plugin features:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Highly configurable&lt;/li&gt;
&lt;li&gt;Customizable with CSS styling&lt;/li&gt;
&lt;li&gt;Handles scaled images&lt;/li&gt;
&lt;li&gt;Keyboard support for moving and resizing the selection&lt;/li&gt;
&lt;li&gt;Supports callback functions&lt;/li&gt;
&lt;li&gt;Provides API functions for easier integration with other application components&lt;/li&gt;
&lt;li&gt;Lightweight — the packed version is less than 8KB&lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://odyniec.net/projects/imgareaselect/" target="_blank"&gt;&lt;img alt="imgarea-select-gallery-jquery-image-slideshow-tools-free" height="281" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/imgarea-select-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://odyniec.net/projects/imgareaselect/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;30. &lt;a href="http://plugins.jquery.com/project/pfeloader" target="_blank"&gt;PFeloader&lt;/a&gt;&lt;/h2&gt;This is a preloader, it scans DOM and loaded StyleSheet’s for occurence of images (in sheet, style, as element).&lt;br /&gt;
StyleSheet file has to be in the same domain as page using it.&lt;br /&gt;
&lt;a href="http://arkus.malopolska.pl/skryptoplikacje/jquery/demos/pfeloader/index.html" target="_blank"&gt;&lt;img alt="loading-gallery-jquery-image-slideshow-tools-free" height="317" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/loading-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://arkus.malopolska.pl/skryptoplikacje/jquery/demos/pfeloader/index.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;30.1.&amp;nbsp;&lt;a href="http://codecanyon.net/item/jquery-horizontal-image-scroller-w-lightbox/112734?ref=1stwebdesigner"&gt;jQuery Horizontal Image Scroller w/ Lightbox&lt;/a&gt;&lt;/h2&gt;This is a jQuery image scroller with lightbox. The scroll bar/indexes  and directional buttons allow for easy navigation of your image  gallery. Image click can either open the included lightbox or a regular  link. The scroller is also re-sizable and fully configurable through the  plugin’s parameters.&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/jquery-horizontal-image-scroller-w-lightbox/112734?ref=1stwebdesigner"&gt;&lt;img alt="" class="alignnone" height="300" src="http://3.s3.envato.com/files/1684025/preview.jpg" style="display: inline;" title="jQuery Horizontal Image Scroller Lightbox" width="590" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://codecanyon.net/item/jquery-horizontal-image-scroller-w-lightbox/full_screen_preview/112734?ref=1stwebdesigner"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;31. &lt;a href="http://justinfarmer.com/?p=31" target="_blank"&gt;Image Reveal using jQuery&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://justinfarmer.com/?p=31" target="_blank"&gt;&lt;img alt="enlargement-gallery-jquery-image-slideshow-tools-free" height="271" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/enlargement-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://justinfarmer.com/tutorials/imgviewerenlarge/imgviewer_enlarge.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;32. &lt;a href="http://www.malsup.com/jquery/cycle/" target="_blank"&gt;The jQuery Cycle Plugin&lt;/a&gt;&lt;/h2&gt;The jQuery Cycle Plugin is a lightweight slideshow plugin. It  supports pause-on-hover, auto-stop, auto-fit, before/after callbacks,  click triggers and many transition effects. It also supports, but does  not require, the Metadata Plugin and the Easing Plugin.&lt;br /&gt;
&lt;a href="http://www.malsup.com/jquery/cycle/" target="_blank"&gt;&lt;img alt="cycle-gallery-jquery-image-slideshow-tools-free" height="201" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/cycle-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.malsup.com/jquery/cycle/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;33. &lt;a href="http://devkick.com/lab/galleria/demo_01.htm#img/grass-blades.jpg" target="_blank"&gt;Galleria Plugin&lt;/a&gt;&lt;/h2&gt;This demonstration shows you aome more advanced effects you can  accomplish with the Galleria plugin. The history object is also active,  so feel free to try the back button in your browser and bookmark a page.  The next and previous links are simple to create since the galleria  object has two public functions for traversing the images in your list.&lt;br /&gt;
&lt;a href="http://devkick.com/lab/galleria/demo_01.htm#img/grass-blades.jpg" target="_blank"&gt;&lt;img alt="galleria-jquery-image-slideshow-tools-free" height="326" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/galleria-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://devkick.com/lab/galleria/demo_01.htm#img/grass-blades.jpg" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;34. &lt;a href="http://www.gruppo4.com/%7Etobia/cross-slide.shtml" target="_blank"&gt;CrossSlide jQuery plugin&lt;/a&gt;&lt;/h2&gt;CrossSlide is a jQuery plugin that implements in Javascript some  common slide-show animations, traditionally only available to the web  developer via Adobe Flash™ or other proprietary plugins. CrossSlide  builds upon jQuery’s animation facility, so it is as portable across  browsers as jQuery itself (a lot.)&lt;br /&gt;
&lt;a href="http://www.gruppo4.com/%7Etobia/cross-slide.shtml" target="_blank"&gt;&lt;img alt="crosslide-jquery-image-slideshow-tools-free" height="198" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/crosslide-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.gruppo4.com/%7Etobia/cross-slide.shtml" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;35. &lt;a href="http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/" target="_blank"&gt;Fancy Thumbnail Hover Effect w/ jQuery&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/" target="_blank"&gt;&lt;img alt="fancy-gallery-jquery-image-slideshow-tools-free" height="252" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/fancy-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.sohtanaka.com/web-design/examples/image-zoom/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;36. &lt;a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/" target="_blank"&gt;Apple-like Slideshow Gallery&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/" target="_blank"&gt;&lt;img alt="apple-gallery-jquery-image-slideshow-tools-free" height="319" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/apple-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://demo.tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/demo.html" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;36.1.&amp;nbsp;&lt;a href="http://codecanyon.net/item/li-jquery-sliderimage-rotator/153638?ref=1stwebdesigner"&gt;li JQuery Slider/Image Rotator&lt;/a&gt;&lt;/h2&gt;li jQuery Image Slider / Banner Image Rotator is carefully crafted  slider/image rotator, full of features, very easy to install and  customize. Whenever you need a full featured slider image rotator or you  need a simple ad banner, li jQuery Image slider will do the job with  ease!&lt;br /&gt;
This robust and yet elegant guy, has everything you need to build your next “to-impress” image slider.&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://codecanyon.net/item/li-jquery-sliderimage-rotator/153638?ref=1stwebdesigner"&gt;&lt;img alt="" class="alignnone" height="300" src="http://3.s3.envato.com/files/1621503/preview.jpg" style="display: inline;" title="JQuery Slider Image Rotator" width="590" /&gt;&lt;/a&gt;&lt;/h2&gt;&lt;a href="http://codecanyon.net/item/li-jquery-sliderimage-rotator/full_screen_preview/153638?ref=1stwebdesigner"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;37. &lt;a href="http://www.mind-projects.it/projects/jqzoom/" target="_blank"&gt;JQZoom&lt;/a&gt;&lt;/h2&gt;JQZoom is a javascript image magnifier built at the top of the  popular jQuery javascript framework.jQzoom is a great and a really easy  to use script to magnify what you want.&lt;br /&gt;
&lt;a href="http://www.mind-projects.it/projects/jqzoom/" target="_blank"&gt;&lt;img alt="jqzoom-gallery-jquery-image-slideshow-tools-free" height="264" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/jqzoom-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.mind-projects.it/projects/jqzoom/demos.php#demo1" target="_blank"&gt;View Demo&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;38.&amp;nbsp;&lt;a href="http://imageflow.finnrudolph.de/" target="_blank"&gt;ImageFlow&lt;/a&gt;&lt;/h2&gt;ImageFlow is an unobtrusive and userfriendly JavaScript image gallery.&lt;br /&gt;
&lt;a href="http://imageflow.finnrudolph.de/" target="_blank"&gt;&lt;img alt="flow-gallery-jquery-image-slideshow-tools-free" height="255" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/jquery-gallery-solutions/flow-gallery-jquery-image-slideshow-tools-free.jpg" style="display: inline;" width="570" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://imageflow.finnrudolph.de/" target="_blank"&gt;View Demo&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-3797218678169699400?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/v9zMOvUvBeQiEKNWkPSiEPPBQz4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/v9zMOvUvBeQiEKNWkPSiEPPBQz4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/v9zMOvUvBeQiEKNWkPSiEPPBQz4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/v9zMOvUvBeQiEKNWkPSiEPPBQz4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-28T06:28:53.208-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>MySQL BIT in PHP</title><link>http://all-resource.blogspot.com/2011/09/mysql-bit-in-php.html</link><category>MySQL BIT in PHP</category><author>noreply@blogger.com (DOM)</author><pubDate>Tue, 27 Sep 2011 05:57:10 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-8759772924584304541</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;h2 id="post-113"&gt;&lt;a href="http://jameslow.com/2008/08/12/mysql-bit-in-php/" rel="bookmark" title="Permanent Link: MySQL BIT in PHP"&gt;MySQL BIT in PHP&lt;/a&gt;&lt;/h2&gt;Ok, if you subscribe to my blog for personal reasons, this  isn’t very relevant to you, but for those of you here for the  programming, on a recent project I had some problems getting the BIT  field in MySQL to be interpreted as a boolean in PHP. There are a couple  of discussions on the net about it &lt;a href="http://bytes.com/forum/thread537291.html"&gt;here&lt;/a&gt; and &lt;a href="http://www.tinybutstrong.com/forum.php?msg_id=5927#"&gt;here&lt;/a&gt;, but I couldn’t find any simply stated solutions on the net. So here’s what I ended up doing. You can also download the file &lt;a href="http://jameslow.com/content/software/misc/mysqlbit.php.txt"&gt;here&lt;/a&gt;, rename the file .php to use it. &lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
function mysql_bit($bit) {&lt;br /&gt;
return ord($bit) == 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;div class="small"&gt;                                                      &lt;/div&gt;If you found any of the software useful, please consider supporting its further developement by donating.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-8759772924584304541?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Njk3ao0rkEfedWzrFKKl5oYjlD8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Njk3ao0rkEfedWzrFKKl5oYjlD8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Njk3ao0rkEfedWzrFKKl5oYjlD8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Njk3ao0rkEfedWzrFKKl5oYjlD8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-27T05:57:10.913-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Convert existing MySQL database from one charset encoding to another</title><link>http://all-resource.blogspot.com/2011/07/convert-existing-mysql-database-from.html</link><category>Convert existing MySQL database from one charset encoding to another</category><author>noreply@blogger.com (DOM)</author><pubDate>Wed, 13 Jul 2011 16:30:15 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-930844550051925231</guid><description>&lt;b&gt;Convert existing MySQL database from one charset encoding to another&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Warning: Always make backups.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Convert existing MySQL database from one charset encoding to another&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Convert existing table from one charset encoding to another&lt;br /&gt;
&lt;br /&gt;
ALTER TABLE db_table CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-930844550051925231?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YisrL06pgJ-Gs78ciXgaAh-wKxQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YisrL06pgJ-Gs78ciXgaAh-wKxQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YisrL06pgJ-Gs78ciXgaAh-wKxQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YisrL06pgJ-Gs78ciXgaAh-wKxQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-13T16:30:15.850-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>MYSQL UNICODE</title><link>http://all-resource.blogspot.com/2011/07/mysql-unicode.html</link><category>MYSQL UNICODE</category><author>noreply@blogger.com (DOM)</author><pubDate>Sat, 02 Jul 2011 04:08:34 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-1340437888162204557</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Character set= utf8 -- UTF-8 Unicode&lt;br /&gt;
Collation=utf8_bin&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-1340437888162204557?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vOxsh6jlw1fla-7-iOZ8Mc8EfEI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vOxsh6jlw1fla-7-iOZ8Mc8EfEI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vOxsh6jlw1fla-7-iOZ8Mc8EfEI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vOxsh6jlw1fla-7-iOZ8Mc8EfEI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-02T04:08:34.666-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>PHP calculate the difference in time between a past date and a future date</title><link>http://all-resource.blogspot.com/2011/06/php-calculate-difference-in-time.html</link><category>PHP calculate the difference in time between a past date and a future date</category><author>noreply@blogger.com (DOM)</author><pubDate>Mon, 13 Jun 2011 20:16:51 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-7529575739833822283</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&amp;nbsp;&lt;code&gt;&lt;span class="html"&gt;&lt;span class="default"&gt;&lt;!--?php&lt;br--&gt; &lt;/span&gt;&lt;span class="keyword"&gt;function &lt;/span&gt;&lt;span class="default"&gt;nicetime&lt;/span&gt;&lt;span class="keyword"&gt;(&lt;/span&gt;&lt;span class="default"&gt;$date&lt;/span&gt;&lt;span class="keyword"&gt;)&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if(empty(&lt;/span&gt;&lt;span class="default"&gt;$date&lt;/span&gt;&lt;span class="keyword"&gt;)) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; return &lt;/span&gt;&lt;span class="string"&gt;"No date provided"&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$periods&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= array(&lt;/span&gt;&lt;span class="string"&gt;"second"&lt;/span&gt;&lt;span class="keyword"&gt;, &lt;/span&gt;&lt;span class="string"&gt;"minute"&lt;/span&gt;&lt;span class="keyword"&gt;, &lt;/span&gt;&lt;span class="string"&gt;"hour"&lt;/span&gt;&lt;span class="keyword"&gt;, &lt;/span&gt;&lt;span class="string"&gt;"day"&lt;/span&gt;&lt;span class="keyword"&gt;, &lt;/span&gt;&lt;span class="string"&gt;"week"&lt;/span&gt;&lt;span class="keyword"&gt;, &lt;/span&gt;&lt;span class="string"&gt;"month"&lt;/span&gt;&lt;span class="keyword"&gt;, &lt;/span&gt;&lt;span class="string"&gt;"year"&lt;/span&gt;&lt;span class="keyword"&gt;, &lt;/span&gt;&lt;span class="string"&gt;"decade"&lt;/span&gt;&lt;span class="keyword"&gt;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$lengths&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= array(&lt;/span&gt;&lt;span class="string"&gt;"60"&lt;/span&gt;&lt;span class="keyword"&gt;,&lt;/span&gt;&lt;span class="string"&gt;"60"&lt;/span&gt;&lt;span class="keyword"&gt;,&lt;/span&gt;&lt;span class="string"&gt;"24"&lt;/span&gt;&lt;span class="keyword"&gt;,&lt;/span&gt;&lt;span class="string"&gt;"7"&lt;/span&gt;&lt;span class="keyword"&gt;,&lt;/span&gt;&lt;span class="string"&gt;"4.35"&lt;/span&gt;&lt;span class="keyword"&gt;,&lt;/span&gt;&lt;span class="string"&gt;"12"&lt;/span&gt;&lt;span class="keyword"&gt;,&lt;/span&gt;&lt;span class="string"&gt;"10"&lt;/span&gt;&lt;span class="keyword"&gt;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$now&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="default"&gt;time&lt;/span&gt;&lt;span class="keyword"&gt;();&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$unix_date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="default"&gt;strtotime&lt;/span&gt;&lt;span class="keyword"&gt;(&lt;/span&gt;&lt;span class="default"&gt;$date&lt;/span&gt;&lt;span class="keyword"&gt;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="comment"&gt;// check validity of date&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;if(empty(&lt;/span&gt;&lt;span class="default"&gt;$unix_date&lt;/span&gt;&lt;span class="keyword"&gt;)) {&amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; return &lt;/span&gt;&lt;span class="string"&gt;"Bad date"&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="comment"&gt;// is it future date or past date&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;if(&lt;/span&gt;&lt;span class="default"&gt;$now &lt;/span&gt;&lt;span class="keyword"&gt;&amp;gt; &lt;/span&gt;&lt;span class="default"&gt;$unix_date&lt;/span&gt;&lt;span class="keyword"&gt;) {&amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$difference&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="default"&gt;$now &lt;/span&gt;&lt;span class="keyword"&gt;- &lt;/span&gt;&lt;span class="default"&gt;$unix_date&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$tense&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="string"&gt;"ago"&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$difference&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="default"&gt;$unix_date &lt;/span&gt;&lt;span class="keyword"&gt;- &lt;/span&gt;&lt;span class="default"&gt;$now&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$tense&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="string"&gt;"from now"&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; for(&lt;/span&gt;&lt;span class="default"&gt;$j &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="default"&gt;0&lt;/span&gt;&lt;span class="keyword"&gt;; &lt;/span&gt;&lt;span class="default"&gt;$difference &lt;/span&gt;&lt;span class="keyword"&gt;&amp;gt;= &lt;/span&gt;&lt;span class="default"&gt;$lengths&lt;/span&gt;&lt;span class="keyword"&gt;[&lt;/span&gt;&lt;span class="default"&gt;$j&lt;/span&gt;&lt;span class="keyword"&gt;] &amp;amp;&amp;amp; &lt;/span&gt;&lt;span class="default"&gt;$j &lt;/span&gt;&lt;span class="keyword"&gt;&amp;lt; &lt;/span&gt;&lt;span class="default"&gt;count&lt;/span&gt;&lt;span class="keyword"&gt;(&lt;/span&gt;&lt;span class="default"&gt;$lengths&lt;/span&gt;&lt;span class="keyword"&gt;)-&lt;/span&gt;&lt;span class="default"&gt;1&lt;/span&gt;&lt;span class="keyword"&gt;; &lt;/span&gt;&lt;span class="default"&gt;$j&lt;/span&gt;&lt;span class="keyword"&gt;++) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$difference &lt;/span&gt;&lt;span class="keyword"&gt;/= &lt;/span&gt;&lt;span class="default"&gt;$lengths&lt;/span&gt;&lt;span class="keyword"&gt;[&lt;/span&gt;&lt;span class="default"&gt;$j&lt;/span&gt;&lt;span class="keyword"&gt;];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$difference &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="default"&gt;round&lt;/span&gt;&lt;span class="keyword"&gt;(&lt;/span&gt;&lt;span class="default"&gt;$difference&lt;/span&gt;&lt;span class="keyword"&gt;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;/span&gt;&lt;span class="default"&gt;$difference &lt;/span&gt;&lt;span class="keyword"&gt;!= &lt;/span&gt;&lt;span class="default"&gt;1&lt;/span&gt;&lt;span class="keyword"&gt;) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="default"&gt;$periods&lt;/span&gt;&lt;span class="keyword"&gt;[&lt;/span&gt;&lt;span class="default"&gt;$j&lt;/span&gt;&lt;span class="keyword"&gt;].= &lt;/span&gt;&lt;span class="string"&gt;"s"&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; return &lt;/span&gt;&lt;span class="string"&gt;"$difference $periods[$j] {$tense}"&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;span class="default"&gt;$date &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="string"&gt;"2009-03-04 17:45"&lt;/span&gt;&lt;span class="keyword"&gt;;&lt;br /&gt;
&lt;/span&gt;&lt;span class="default"&gt;$result &lt;/span&gt;&lt;span class="keyword"&gt;= &lt;/span&gt;&lt;span class="default"&gt;nicetime&lt;/span&gt;&lt;span class="keyword"&gt;(&lt;/span&gt;&lt;span class="default"&gt;$date&lt;/span&gt;&lt;span class="keyword"&gt;); &lt;/span&gt;&lt;span class="comment"&gt;// 2 days ago&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;span class="default"&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-7529575739833822283?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/V-XGedKVX8ASkFXIs1m0Y81SBG0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V-XGedKVX8ASkFXIs1m0Y81SBG0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/V-XGedKVX8ASkFXIs1m0Y81SBG0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V-XGedKVX8ASkFXIs1m0Y81SBG0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-13T20:16:51.914-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Date Function Formatting of PHP</title><link>http://all-resource.blogspot.com/2011/06/date-function-formatting-of-php.html</link><category>Date Function Formatting of PHP</category><author>noreply@blogger.com (DOM)</author><pubDate>Mon, 13 Jun 2011 18:12:41 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-3583438502046910354</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;DAYS &lt;/b&gt; &lt;br /&gt;
d - day of the month 2 digits (01-31) &lt;br /&gt;
j - day of the month (1-31) &lt;br /&gt;
D - 3 letter day (Mon - Sun) &lt;br /&gt;
l - full name of day (Monday - Sunday) &lt;br /&gt;
N - 1=Monday, 2=Tuesday, etc (1-7) &lt;br /&gt;
S - suffix for date (st, nd, rd) &lt;br /&gt;
w - 0=Sunday, 1=Monday (0-6) &lt;br /&gt;
z - day of the year (1=365) &lt;br /&gt;
&lt;b&gt;WEEK&lt;/b&gt; &lt;br /&gt;
W - week of the year (1-52)&lt;br /&gt;
&lt;b&gt;MONTH&lt;/b&gt; &lt;br /&gt;
F - Full name of month (January - December)&lt;br /&gt;
m - 2 digit month number (01-12) &lt;br /&gt;
n - month number (1-12) &lt;br /&gt;
M - 3 letter month (Jan - Dec) &lt;br /&gt;
t - Days in the month (28-31) &lt;br /&gt;
&lt;b&gt;YEAR&lt;/b&gt;&lt;br /&gt;
L - leap year (0 no, 1 yes)&lt;br /&gt;
o - ISO-8601 year number (Ex. 1979, 2006)&lt;br /&gt;
Y - four digit year (Ex. 1979, 2006)&lt;br /&gt;
y - two digit year (Ex. 79, 06)&lt;br /&gt;
&lt;b&gt;TIME&lt;/b&gt;&lt;br /&gt;
a - am or pm&lt;br /&gt;
A - AM or PM&lt;br /&gt;
B - Swatch Internet time (000 - 999)&lt;br /&gt;
g - 12 hour  (1-12)&lt;br /&gt;
G - 24 hour c (0-23)&lt;br /&gt;
h - 2 digit 12 hour  (01-12)&lt;br /&gt;
H - 2 digit 24 hour  (00-23)&lt;br /&gt;
i - 2 digit minutes (00-59)&lt;br /&gt;
s 0 2 digit seconds (00-59)&lt;br /&gt;
&lt;b&gt;OTHER&lt;/b&gt;&lt;br /&gt;
e - timezone (Ex: GMT, CST)&lt;br /&gt;
I - daylight savings (1=yes, 0=no)&lt;br /&gt;
O - offset GMT (Ex:  0200)&lt;br /&gt;
Z - offset in seconds (-43200 - 43200)&lt;br /&gt;
r - full RFC 2822 formatted date &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-3583438502046910354?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OqiKkRBxy40bAUilqKLEuJ4FXgI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OqiKkRBxy40bAUilqKLEuJ4FXgI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OqiKkRBxy40bAUilqKLEuJ4FXgI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OqiKkRBxy40bAUilqKLEuJ4FXgI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-13T18:12:41.473-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Set unicode database for sqlserver</title><link>http://all-resource.blogspot.com/2011/06/set-unicode-database-for-sqlserver.html</link><category>Set unicode database for sqlserver</category><author>noreply@blogger.com (DOM)</author><pubDate>Sun, 05 Jun 2011 04:14:13 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-8296274722546237910</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Right click database--&amp;gt; Property--&amp;gt;Option--&amp;gt;Collation: Corsican_100_BIN2&lt;br /&gt;
&lt;br /&gt;
Database field: Chose NVARCHAR &lt;br /&gt;
&lt;br /&gt;
by cno&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-8296274722546237910?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/heK41SKNdLlYIHrrmJewZsWnldQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/heK41SKNdLlYIHrrmJewZsWnldQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/heK41SKNdLlYIHrrmJewZsWnldQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/heK41SKNdLlYIHrrmJewZsWnldQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-05T04:14:13.792-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>SQL to Select a random row from a database table</title><link>http://all-resource.blogspot.com/2011/05/sql-to-select-random-row-from-database.html</link><category>SQL to Select a random row from a database table</category><author>noreply@blogger.com (DOM)</author><pubDate>Sun, 08 May 2011 07:05:51 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-4407570839614390958</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;There are lots of ways to select a random record or row from a  database table. Here are some example SQL statements that don't require  additional application logic, but each database server requires  different SQL syntax.&lt;br /&gt;
&lt;h3&gt;Select a random row with MySQL:&lt;/h3&gt;&lt;pre&gt;SELECT column FROM table
ORDER BY &lt;strong&gt;RAND()&lt;/strong&gt;
LIMIT 1&lt;/pre&gt;&lt;h3&gt;Select a random row with PostgreSQL:&lt;/h3&gt;&lt;pre&gt;SELECT column FROM table
ORDER BY &lt;strong&gt;RANDOM()&lt;/strong&gt;
LIMIT 1&lt;/pre&gt;&lt;h3&gt;Select a random row with Microsoft SQL Server:&lt;/h3&gt;&lt;pre&gt;SELECT TOP 1 column FROM table
ORDER BY &lt;strong&gt;NEWID()&lt;/strong&gt;&lt;/pre&gt;&lt;h3&gt;Select a random row with IBM DB2&lt;/h3&gt;&lt;pre&gt;SELECT column, RAND() as IDX 
FROM table 
ORDER BY IDX FETCH FIRST 1 ROWS ONLY&lt;/pre&gt;Thanks &lt;a href="http://www.timfanelli.com/cgi-bin/pyblosxom.cgi/database/random_row_selection" title="DB2 Random Row Selection"&gt;Tim&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Select a random record with Oracle:&lt;/h3&gt;&lt;pre&gt;SELECT column FROM
( SELECT column FROM table
ORDER BY dbms_random.value )
WHERE rownum = 1&lt;/pre&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-4407570839614390958?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gyzcWG60ADwfki1Avw9oyszPFBU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gyzcWG60ADwfki1Avw9oyszPFBU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gyzcWG60ADwfki1Avw9oyszPFBU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gyzcWG60ADwfki1Avw9oyszPFBU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-08T07:05:51.264-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Guide:How to connect CentOS to internet (Bridge connection)</title><link>http://all-resource.blogspot.com/2011/04/guidehow-to-connect-centos-to-internet.html</link><author>noreply@blogger.com (DOM)</author><pubDate>Sat, 30 Apr 2011 02:39:15 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-5642499145361739423</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;This simple guide is for those who cant still connect their CentOS to internet using a router. I'm using "Bridge" connection.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Disable first VMware network adapter (right click then click disable).&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" border="0" height="310" src="http://img295.imageshack.us/img295/6942/a5okjn7.jpg" style="max-width: 600px;" width="400" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.. Right click your Local Area Connection,  click properties then tick or enable VMware bridge protocol. click OK&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" border="0" height="282" src="http://img516.imageshack.us/img516/4183/a6okso9.jpg" style="max-width: 600px;" width="400" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3.Open your Vmware Workstation then change Ethernet to "Bridge".&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;img alt="" border="0" height="332" src="http://img112.imageshack.us/img112/9566/a1okhy2.jpg" style="max-width: 600px;" width="400" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Click "start this virtual machine".&lt;br /&gt;
Login as " root ".&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;4. (CentOS) Go to System,Administration,Network.&lt;br /&gt;
Click DNS tab then check if you have Primary/Secondary DNS &amp;amp; DNS search path filled.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;If those are blank then go to you Windows click Start,Run type cmd click ok then on DOS windows type "ipconfig /all"&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" border="0" height="309" src="http://img98.imageshack.us/img98/8481/a3okyk9.jpg" style="max-width: 600px;" width="400" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Save. then try to browse internet. If doesnt work restart CentOS.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note:  If you want to set Centos IP static, the same as the pattern of you  windows IP address click Devices then click etho (make sure it is  active) then &lt;br /&gt;
click edit, click or tick "Statically set IP addresses" then fill in.&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;img alt="" border="0" height="352" src="http://img528.imageshack.us/img528/1461/a7okzl4.jpg" style="max-width: 600px;" width="400" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Ex.  if your Windows ip is 192.168.0.101 then type 192.168.0.102 or (other  IP which is not yet assigned by your router to other computer in your  network.)&lt;br /&gt;
then just copy your Windows Subnet mask and Default gateway.&lt;br /&gt;
Click ok then save and try to browse internet, if doesnt work restart CentOS.&lt;/b&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-5642499145361739423?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zVdqAghhF-EmbovzJfQgegk9Clk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zVdqAghhF-EmbovzJfQgegk9Clk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zVdqAghhF-EmbovzJfQgegk9Clk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zVdqAghhF-EmbovzJfQgegk9Clk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-30T02:39:15.269-07:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Using SQLCMD to Execute Multiple SQL Server Scripts</title><link>http://all-resource.blogspot.com/2011/02/using-sqlcmd-to-execute-multiple-sql.html</link><category>Using SQLCMD to Execute Multiple SQL Server Scripts</category><author>noreply@blogger.com (DOM)</author><pubDate>Tue, 22 Feb 2011 18:50:51 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-664464382582337796</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;In the root C:\ folder, I create a file called &lt;b&gt;create_db.bat&lt;/b&gt; which I use to create the database with all objects&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;SQLCMD -E -ddatabasename -ic:\SQL\CMS_Avatar.sql &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;PAUSE&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Double clicking the .bat file, I see that each script processed and that the database created successfully.&lt;br /&gt;
&lt;br /&gt;
&lt;div align="center"&gt;&lt;img border="1" height="183" src="http://www.mssqltips.com/tipimages/1543_fig-1.jpg" width="415" /&gt; &lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-664464382582337796?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tNpgaKKaHdPgVQIj6i5QP0F-QJA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tNpgaKKaHdPgVQIj6i5QP0F-QJA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tNpgaKKaHdPgVQIj6i5QP0F-QJA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tNpgaKKaHdPgVQIj6i5QP0F-QJA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-22T18:50:51.074-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Chat MSN Emoticons</title><link>http://all-resource.blogspot.com/2011/02/chat-msn-emoticons.html</link><category>Chat MSN Emoticons</category><author>noreply@blogger.com (DOM)</author><pubDate>Mon, 14 Feb 2011 18:48:29 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-2420562227432795538</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;h1&gt;&lt;span id="Header"&gt;Emoticons&lt;/span&gt;&lt;/h1&gt;&lt;div class="narrow"&gt;&lt;span id="Intro"&gt;Use emoticons when you're  messaging with friends to show them how you really feel. Emoticons are  emotional graphics--visual ways to express the way you feel when words  alone just aren't enough. Try out all of the Messenger emoticons:&lt;/span&gt;&lt;/div&gt;&lt;span id="IconTable"&gt;&lt;/span&gt;&lt;table cellspacing="0" class="etable" style="width: 491px;"&gt;&lt;tbody&gt;
&lt;tr class="ehead"&gt;&lt;td colspan="2"&gt;&lt;span class="bold"&gt;To send this:&lt;/span&gt;&lt;/td&gt;&lt;td colspan="3"&gt;&lt;span class="bold"&gt;Type this:&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/regular_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Smile&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-)&lt;/span&gt; or &lt;span class="bold"&gt;:)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/teeth_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Open-mouthed&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-D&lt;/span&gt; or &lt;span class="bold"&gt;:d&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/omg_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Surprised&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-O&lt;/span&gt; or &lt;span class="bold"&gt;:o&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/tongue_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Tongue out&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-P&lt;/span&gt; or &lt;span class="bold"&gt;:p&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/wink_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Wink&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;;-)&lt;/span&gt; or &lt;span class="bold"&gt;;)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/sad_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Sad&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-(&lt;/span&gt; or &lt;span class="bold"&gt;:(&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/confused_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Confused&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-S&lt;/span&gt; or &lt;span class="bold"&gt;:s&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/what_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Disappointed&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-|&lt;/span&gt; or &lt;span class="bold"&gt;:|&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/cry_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Crying&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;:'(&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/red_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Embarrassed&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-$&lt;/span&gt; or &lt;span class="bold"&gt;:$&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/shades_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Hot&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(H)&lt;/span&gt; or &lt;span class="bold"&gt;(h)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/angry_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Angry&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-@&lt;/span&gt; or &lt;span class="bold"&gt;:@&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/angel_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Angel&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(A)&lt;/span&gt; or &lt;span class="bold"&gt;(a)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/devil_smile.gif" /&gt;&lt;/td&gt;&lt;td&gt;Devil&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(6)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/47_47.gif" /&gt;&lt;/td&gt;&lt;td&gt;Don't tell anyone&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;:-#&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/48_48.gif" /&gt;&lt;/td&gt;&lt;td&gt;Baring teeth&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;8o|&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/49_49.gif" /&gt;&lt;/td&gt;&lt;td&gt;Nerd&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;8-|&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/50_50.gif" /&gt;&lt;/td&gt;&lt;td&gt;Sarcastic&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;^o)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/51_51.gif" /&gt;&lt;/td&gt;&lt;td&gt;Secret telling&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;:-*&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/52_52.gif" /&gt;&lt;/td&gt;&lt;td&gt;Sick&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;+o(&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/71_71.gif" /&gt;&lt;/td&gt;&lt;td&gt;I don't know&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;:^)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/72_72.gif" /&gt;&lt;/td&gt;&lt;td&gt;Thinking&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;*-)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/74_74.gif" /&gt;&lt;/td&gt;&lt;td&gt;Party&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;&amp;lt;:o)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/75_75.gif" /&gt;&lt;/td&gt;&lt;td&gt;Eye-rolling&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;8-)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/77_77.gif" /&gt;&lt;/td&gt;&lt;td&gt;Sleepy&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;|-)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/coffee.gif" /&gt;&lt;/td&gt;&lt;td&gt;Coffee cup&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(C)&lt;/span&gt; or &lt;span class="bold"&gt;(c)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/thumbs_up.gif" /&gt;&lt;/td&gt;&lt;td&gt;Thumbs up&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(Y)&lt;/span&gt; or &lt;span class="bold"&gt;(y)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/thumbs_down.gif" /&gt;&lt;/td&gt;&lt;td&gt;Thumbs down&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(N)&lt;/span&gt; or &lt;span class="bold"&gt;(n)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/beer_mug.gif" /&gt;&lt;/td&gt;&lt;td&gt;Beer mug&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(B)&lt;/span&gt; or &lt;span class="bold"&gt;(b)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/martini.gif" /&gt;&lt;/td&gt;&lt;td&gt;Martini glass&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(D)&lt;/span&gt; or &lt;span class="bold"&gt;(d)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/girl.gif" /&gt;&lt;/td&gt;&lt;td&gt;Girl&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(X)&lt;/span&gt; or &lt;span class="bold"&gt;(x)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/guy.gif" /&gt;&lt;/td&gt;&lt;td&gt;Boy&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(Z)&lt;/span&gt; or &lt;span class="bold"&gt;(z)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/guy_hug.gif" /&gt;&lt;/td&gt;&lt;td&gt;Left hug&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;({)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/girl_hug.gif" /&gt;&lt;/td&gt;&lt;td&gt;Right hug&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(})&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/bat.gif" /&gt;&lt;/td&gt;&lt;td&gt;Vampire bat&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;:-[&lt;/span&gt; or &lt;span class="bold"&gt;:[&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/cake.gif" /&gt;&lt;/td&gt;&lt;td&gt;Birthday cake&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(^)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/heart.gif" /&gt;&lt;/td&gt;&lt;td&gt;Red heart&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(L)&lt;/span&gt; or &lt;span class="bold"&gt;(l)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/broken_heart.gif" /&gt;&lt;/td&gt;&lt;td&gt;Broken heart&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(U)&lt;/span&gt; or &lt;span class="bold"&gt;(u)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/kiss.gif" /&gt;&lt;/td&gt;&lt;td&gt;Red lips&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(K)&lt;/span&gt; or &lt;span class="bold"&gt;(k)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/present.gif" /&gt;&lt;/td&gt;&lt;td&gt;Gift with a bow&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(G)&lt;/span&gt; or &lt;span class="bold"&gt;(g)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/rose.gif" /&gt;&lt;/td&gt;&lt;td&gt;Red rose&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(F)&lt;/span&gt; or &lt;span class="bold"&gt;(f)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/wilted_rose.gif" /&gt;&lt;/td&gt;&lt;td&gt;Wilted rose&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(W)&lt;/span&gt; or &lt;span class="bold"&gt;(w)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/camera.gif" /&gt;&lt;/td&gt;&lt;td&gt;Camera&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(P)&lt;/span&gt; or &lt;span class="bold"&gt;(p)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/film.gif" /&gt;&lt;/td&gt;&lt;td&gt;Filmstrip&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(~)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/cat.gif" /&gt;&lt;/td&gt;&lt;td&gt;Cat face&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(@)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/dog.gif" /&gt;&lt;/td&gt;&lt;td&gt;Dog face&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(&amp;amp;)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/phone.gif" /&gt;&lt;/td&gt;&lt;td&gt;Telephone receiver&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(T)&lt;/span&gt; or &lt;span class="bold"&gt;(t)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/lightbulb.gif" /&gt;&lt;/td&gt;&lt;td&gt;Light bulb&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(I)&lt;/span&gt; or &lt;span class="bold"&gt;(i)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/note.gif" /&gt;&lt;/td&gt;&lt;td&gt;Note&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(8)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/moon.gif" /&gt;&lt;/td&gt;&lt;td&gt;Sleeping half-moon&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(S)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/star.gif" /&gt;&lt;/td&gt;&lt;td&gt;Star&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(*)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/envelope.gif" /&gt;&lt;/td&gt;&lt;td&gt;E-mail&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(E)&lt;/span&gt; or &lt;span class="bold"&gt;(e)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/clock.gif" /&gt;&lt;/td&gt;&lt;td&gt;Clock&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(O)&lt;/span&gt; or &lt;span class="bold"&gt;(o)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/messenger.gif" /&gt;&lt;/td&gt;&lt;td&gt;MSN Messenger icon&lt;/td&gt;&lt;td&gt;&lt;nobr&gt;&lt;span class="bold"&gt;(M)&lt;/span&gt; or &lt;span class="bold"&gt;(m)&lt;/span&gt;&lt;/nobr&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/53_53.gif" /&gt;&lt;/td&gt;&lt;td&gt;Snail&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(sn)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/70_70.gif" /&gt;&lt;/td&gt;&lt;td&gt;Black Sheep&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(bah)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/55_55.gif" /&gt;&lt;/td&gt;&lt;td&gt;Plate&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(pl)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/56_56.gif" /&gt;&lt;/td&gt;&lt;td&gt;Bowl&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(||)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/57_57.gif" /&gt;&lt;/td&gt;&lt;td&gt;Pizza&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(pi)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/58_58.gif" /&gt;&lt;/td&gt;&lt;td&gt;Soccer ball&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(so)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/59_59.gif" /&gt;&lt;/td&gt;&lt;td&gt;Auto&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(au)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/60_60.gif" /&gt;&lt;/td&gt;&lt;td&gt;Airplane&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(ap)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/61_61.gif" /&gt;&lt;/td&gt;&lt;td&gt;Umbrella&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(um)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/62_62.gif" /&gt;&lt;/td&gt;&lt;td&gt;Island with a palm tree&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(ip)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/63_63.gif" /&gt;&lt;/td&gt;&lt;td&gt;Computer&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(co)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/64_64.gif" /&gt;&lt;/td&gt;&lt;td&gt;Mobile Phone&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(mp)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/66_66.gif" /&gt;&lt;/td&gt;&lt;td&gt;Stormy cloud&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(st)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt; &lt;/td&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/73_73.gif" /&gt;&lt;/td&gt;&lt;td&gt;Lightning&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(li)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25"&gt;&lt;img src="http://messenger.msn.com/MMM2006-04-19_17.00/Resource/emoticons/69_69.gif" /&gt;&lt;/td&gt;&lt;td&gt;Money&lt;/td&gt;&lt;td&gt;&lt;span class="bold"&gt;(mo)&lt;/span&gt;&lt;/td&gt;&lt;td width="20"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-2420562227432795538?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CkNxngOTlbk67D5n1mIyTf7cSBw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CkNxngOTlbk67D5n1mIyTf7cSBw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CkNxngOTlbk67D5n1mIyTf7cSBw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CkNxngOTlbk67D5n1mIyTf7cSBw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-14T18:48:29.032-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Google Talk Hidden Emoticons</title><link>http://all-resource.blogspot.com/2011/02/google-talk-hidden-emoticons.html</link><category>Google Talk Hidden Emoticons</category><author>noreply@blogger.com (DOM)</author><pubDate>Mon, 14 Feb 2011 18:36:49 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-1454592411403865553</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;div class="postarea"&gt;&amp;nbsp;http://mail.google.com/mail/e/350 – &lt;img alt="" class="alignnone" height="14" src="http://mail.google.com/mail/e/350" width="15" /&gt;&lt;br /&gt;
http://mail.google.com/mail/e/351 – &lt;img alt="" class="alignnone" height="14" src="http://mail.google.com/mail/e/351" width="15" /&gt;&lt;br /&gt;
http://mail.google.com/mail/e/352 – &lt;img alt="" class="alignnone" height="14" src="http://mail.google.com/mail/e/352" width="15" /&gt;&lt;br /&gt;
And the list goes on …&lt;br /&gt;
Here’s a list of utterly new emoticons/smileys:&lt;br /&gt;
&lt;table border="1" cellpadding="2" cellspacing="0" style="width: 400px;"&gt;&lt;tbody&gt;
&lt;tr bgcolor="#c3d9ff"&gt; &lt;td width="100"&gt; &lt;div&gt;Classic&lt;/div&gt;&lt;/td&gt; &lt;td width="100"&gt; &lt;div&gt;Round&lt;/div&gt;&lt;/td&gt; &lt;td width="100"&gt; &lt;div&gt;Square&lt;/div&gt;&lt;/td&gt; &lt;td width="100"&gt;Type this&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/cowbell.gif" /&gt;&lt;br /&gt;
Cowbell&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://3.bp.blogspot.com/_yF4ImO9N_uE/R1AQP5PtJYI/AAAAAAAABFM/u2cnnMsaPOg/s320/cowbell.png" /&gt;&lt;br /&gt;
Cowbell&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://3.bp.blogspot.com/_yF4ImO9N_uE/R1AQP5PtJYI/AAAAAAAABFM/u2cnnMsaPOg/s320/cowbell.png" /&gt;&lt;br /&gt;
Cowbell&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;+/’\&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/RySH6u5sJxI/AAAAAAAAAjI/Oh9U4EOU3Vs/s144/crab.gif" /&gt;&lt;br /&gt;
Crab&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/RySH6u5sJxI/AAAAAAAAAjI/Oh9U4EOU3Vs/s144/crab.gif" /&gt;&lt;br /&gt;
Crab&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/RySH6u5sJxI/AAAAAAAAAjI/Oh9U4EOU3Vs/s144/crab.gif" /&gt;&lt;br /&gt;
Crab&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;V.v.V&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_yF4ImO9N_uE/RySJN-5sJyI/AAAAAAAAAjQ/HoMin_R8UIU/s320/devil.gif" /&gt;&lt;br /&gt;
Devil&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/devil.png" /&gt;&lt;br /&gt;
Devil&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/devil.png" /&gt;&lt;br /&gt;
Devil&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;}:-)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/RySKRu5sJzI/AAAAAAAAAjY/B7FFzPmuaHM/s320/equal_sad.gif" /&gt;&lt;br /&gt;
Equal sad&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/frown.png" /&gt;&lt;br /&gt;
Equal sad&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/frown.png" /&gt;&lt;br /&gt;
Equal sad&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;=(&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_yF4ImO9N_uE/RySLV-5sJ0I/AAAAAAAAAjg/cX3BHFzivb8/s320/equal_slant.gif" /&gt;&lt;br /&gt;
Equal slant&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/slant.png" /&gt;&lt;br /&gt;
Equal slant&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/slant.png" /&gt;&lt;br /&gt;
Equal slant&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;=/&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://3.bp.blogspot.com/_yF4ImO9N_uE/RySMSO5sJ1I/AAAAAAAAAjo/pTR6udZAS0A/s320/equal_tongue.gif" /&gt;&lt;br /&gt;
Equal tongue&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/tongue.png" /&gt;&lt;br /&gt;
Equal tongue&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/tongue.png" /&gt;&lt;br /&gt;
Equal tongue&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;=P&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_yF4ImO9N_uE/RySNL-5sJ2I/AAAAAAAAAjw/Bnph5uF41LQ/s320/nose_sad.gif" /&gt;&lt;br /&gt;
Nose sad&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/frown.png" /&gt;&lt;br /&gt;
Nose sad&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/frown.png" /&gt;&lt;br /&gt;
Nose sad&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:-(&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/smile.gif" /&gt;&lt;br /&gt;
Smile&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/smile.png" /&gt;&lt;br /&gt;
Smile&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/smile.png" /&gt;&lt;br /&gt;
Smile&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/RySOje5sJ3I/AAAAAAAAAj4/rZMF8CpCySM/s320/wince.gif" /&gt;&lt;br /&gt;
Wince&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/wince.png" /&gt;&lt;br /&gt;
Wince&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/wince.png" /&gt;&lt;br /&gt;
Wince&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;&amp;gt;.&amp;lt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/RySOju5sJ4I/AAAAAAAAAkA/OxZbT-aDH5I/s320/nose_tongue.gif" /&gt;&lt;br /&gt;
Nose tongue&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/tongue.png" /&gt;&lt;br /&gt;
Nose tongue&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/tongue.png" /&gt;&lt;br /&gt;
Nose tongue&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:-P&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;table border="1" cellpadding="2" cellspacing="0" style="width: 400px;"&gt;&lt;tbody&gt;
&lt;tr bgcolor="#ffffff"&gt; &lt;td style="text-align: center;" width="100"&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1KNPr_BSdI/AAAAAAAABFc/drWe865s02Y/s320/pig.png" /&gt;&lt;br /&gt;
Pig&lt;/td&gt; &lt;td width="100"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1KNPr_BSeI/AAAAAAAABFk/owVw9nFAHXM/s320/pig1.png" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Pig&lt;/div&gt;&lt;/td&gt; &lt;td style="text-align: center;" width="100"&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1KNPr_BSeI/AAAAAAAABFk/owVw9nFAHXM/s320/pig1.png" /&gt;&lt;br /&gt;
Pig&lt;/td&gt; &lt;td width="100"&gt;:(:)&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1KPor_BSfI/AAAAAAAABFs/O9zkSyG9-aA/s320/brokenheart.png" /&gt;&lt;br /&gt;
Broken Heart&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1KPor_BSgI/AAAAAAAABF0/F-bL35ZE0UY/s320/brokenheart1.png" /&gt;&lt;br /&gt;
Broken Heart&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1KPor_BSgI/AAAAAAAABF0/F-bL35ZE0UY/s320/brokenheart1.png" /&gt;&lt;br /&gt;
Broken Heart&lt;/div&gt;&lt;/td&gt; &lt;td&gt;&lt;!--3&lt;/td--&gt; &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://3.bp.blogspot.com/_yF4ImO9N_uE/R1KSjb_BShI/AAAAAAAABF8/HyC1oqaq7eE/s320/kissx.png" /&gt;&lt;br /&gt;
Kiss&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1KSjr_BSiI/AAAAAAAABGE/MBvXZkx6xmg/s320/kissx1.png" /&gt;&lt;br /&gt;
Kiss&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/R1KSj7_BSjI/AAAAAAAABGM/8acOrcccpxc/s320/kissx2.png" /&gt;&lt;br /&gt;
Kiss&lt;/div&gt;&lt;/td&gt; &lt;td&gt;:-x&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://3.bp.blogspot.com/_yF4ImO9N_uE/R1KUXb_BSmI/AAAAAAAABGk/HHgmiJP1e4s/s320/kissstar.png" /&gt;&lt;br /&gt;
Kiss&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_yF4ImO9N_uE/R1KUXL_BSkI/AAAAAAAABGU/LhcBRBLjEoQ/s320/kissstar1.png" /&gt;&lt;br /&gt;
Kiss&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://3.bp.blogspot.com/_yF4ImO9N_uE/R1KUXb_BSlI/AAAAAAAABGc/kpP0usZDsGE/s320/kissstar2.png" /&gt;&lt;br /&gt;
Kiss&lt;/div&gt;&lt;/td&gt; &lt;td&gt;:*&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_yF4ImO9N_uE/R1KWXL_BSpI/AAAAAAAABG8/07L61JNcjnA/s320/mustache.png" /&gt;&lt;br /&gt;
Mustache&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/R1KWW7_BSnI/AAAAAAAABGs/ZeOY7yv_IO4/s320/mustache1.png" /&gt;&lt;br /&gt;
Mustache&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div style="text-align: center;"&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_yF4ImO9N_uE/R1KWXL_BSoI/AAAAAAAABG0/HSdMMAic8EI/s320/mustache2.png" /&gt;&lt;br /&gt;
Mustache&lt;/div&gt;&lt;/td&gt; &lt;td&gt;:{&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;
Beneath are emoticons from my &lt;a href="http://www.gtricks.com/google-talk-tricks/gtalk-emotions/"&gt;previous post&lt;/a&gt;. For reference I am again displaying them here.&lt;/span&gt;&lt;br /&gt;
&lt;table border="1" cellpadding="2" cellspacing="0" style="width: 400px;"&gt;&lt;tbody&gt;
&lt;tr bgcolor="#c3d9ff"&gt; &lt;td width="100"&gt; &lt;div&gt;Classic&lt;/div&gt;&lt;/td&gt; &lt;td width="100"&gt; &lt;div&gt;Round&lt;/div&gt;&lt;/td&gt; &lt;td width="100"&gt; &lt;div&gt;Square&lt;/div&gt;&lt;/td&gt; &lt;td width="100"&gt;Type this&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/heart.gif" /&gt;&lt;br /&gt;
Heart/Love&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/heart.png" /&gt;&lt;br /&gt;
Heart/Love&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/heart.png" /&gt;&lt;br /&gt;
Heart/Love&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;&amp;lt;3&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/monkey.gif" /&gt;&lt;br /&gt;
It’s a monkey!&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/R1AGYZPtJWI/AAAAAAAABE8/_LJ14rdmzwI/s320/monkey.png" /&gt;&lt;br /&gt;
It’s a monkey!&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_yF4ImO9N_uE/R1AGYZPtJWI/AAAAAAAABE8/_LJ14rdmzwI/s320/monkey.png" /&gt;&lt;br /&gt;
It’s a monkey!&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:(|)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/rockout.gif" /&gt;&lt;br /&gt;
Rock out.&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1AH8JPtJXI/AAAAAAAABFE/cIAi8c3b6MQ/s320/rockout.png" /&gt;&lt;br /&gt;
Rock out.&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://4.bp.blogspot.com/_yF4ImO9N_uE/R1AH8JPtJXI/AAAAAAAABFE/cIAi8c3b6MQ/s320/rockout.png" /&gt;&lt;br /&gt;
Rock out.&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;\m/&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/shocked.gif" /&gt;&lt;br /&gt;
Shocked&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/shocked.png" /&gt;&lt;br /&gt;
Shocked&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/shocked.png" /&gt;&lt;br /&gt;
Shocked&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:-o&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/grin.gif" /&gt;&lt;br /&gt;
Grin&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/grin.png" /&gt;&lt;br /&gt;
Grin&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/grin.png" /&gt;&lt;br /&gt;
Grin&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:D&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/frown.gif" /&gt;&lt;br /&gt;
Frown&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/frown.png" /&gt;&lt;br /&gt;
Frown&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/frown.png" /&gt;&lt;br /&gt;
Frown&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:(&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/angry.gif" /&gt;&lt;br /&gt;
Angry&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/angry.png" /&gt;&lt;br /&gt;
Angry&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/angry.png" /&gt;&lt;br /&gt;
Angry&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;x-(&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/cool.gif" /&gt;&lt;br /&gt;
Cool&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/cool.png" /&gt;&lt;br /&gt;
Cool&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/cool.png" /&gt;&lt;br /&gt;
Cool&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;B-)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/cry.gif" /&gt;&lt;br /&gt;
Cry&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/cry.png" /&gt;&lt;br /&gt;
Cry&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/cry.png" /&gt;&lt;br /&gt;
Cry&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:’(&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/equal_grin.gif" /&gt;&lt;br /&gt;
Equal Grin&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/grin.png" /&gt;&lt;br /&gt;
Equal Grin&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/grin.png" /&gt;&lt;br /&gt;
Equal Grin&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;=D&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/wink.gif" /&gt;&lt;br /&gt;
Wink&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/wink.png" /&gt;&lt;br /&gt;
Wink&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/wink.png" /&gt;&lt;br /&gt;
Wink&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;;)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/straightface.gif" /&gt;&lt;br /&gt;
Straight Face&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/straightface.png" /&gt;&lt;br /&gt;
Straight Face&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/straightface.png" /&gt;&lt;br /&gt;
Straight Face&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:-|&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/equal_smile.gif" /&gt;&lt;br /&gt;
Equal Smile&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/smile.png" /&gt;&lt;br /&gt;
Equal Smile&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/smile.png" /&gt;&lt;br /&gt;
Equal Smile&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;=)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/nose_grin.gif" /&gt;&lt;br /&gt;
Nose Grin&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/grin.png" /&gt;&lt;br /&gt;
Nose Grin&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/grin.png" /&gt;&lt;br /&gt;
Nose Grin&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:-D&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/wink_big_nose.gif" /&gt;&lt;br /&gt;
Big nose wink&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/wink.png" /&gt;&lt;br /&gt;
Big nose wink&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/wink.png" /&gt;&lt;br /&gt;
Big nose wink&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;;^)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/wink_nose.gif" /&gt;&lt;br /&gt;
Nose wink&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/wink.png" /&gt;&lt;br /&gt;
Nose wink&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/wink.png" /&gt;&lt;br /&gt;
Nose wink&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;;-)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail%20/help/images/screenshots/chat/nose_smile.gif" /&gt;&lt;br /&gt;
Nose smile&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/smile.png" /&gt;&lt;br /&gt;
Nose smile&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/smile.png" /&gt;&lt;br /&gt;
Nose smile&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:-)&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/slant.gif" /&gt;&lt;br /&gt;
Slant&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/slant.png" /&gt;&lt;br /&gt;
Slant&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/slant.png" /&gt;&lt;br /&gt;
Slant&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:-/&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/help/images/screenshots/chat/tongue.gif" /&gt;&lt;br /&gt;
Tongue&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/round/tongue.png" /&gt;&lt;br /&gt;
Tongue&lt;/div&gt;&lt;/td&gt; &lt;td width="85"&gt; &lt;div&gt;&lt;img alt="" src="http://mail.google.com/mail/im/emoticons/square/tongue.png" /&gt;&lt;br /&gt;
Tongue&lt;/div&gt;&lt;/td&gt; &lt;td&gt; &lt;div&gt;:P&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="postcomments"&gt;              &lt;h4&gt;&lt;/h4&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-1454592411403865553?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Yqq7WGUOk0EO7KIqTamq5JIrVHU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Yqq7WGUOk0EO7KIqTamq5JIrVHU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Yqq7WGUOk0EO7KIqTamq5JIrVHU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Yqq7WGUOk0EO7KIqTamq5JIrVHU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-14T18:36:49.761-08:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/_yF4ImO9N_uE/R1AQP5PtJYI/AAAAAAAABFM/u2cnnMsaPOg/s72-c/cowbell.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Yahoo chat emotion icon</title><link>http://all-resource.blogspot.com/2011/02/yahoo-emotion-icon.html</link><category>Yahoo emotion icon</category><author>noreply@blogger.com (DOM)</author><pubDate>Mon, 14 Feb 2011 18:49:09 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-5644115097743114489</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;table summary="Find the emoticon image you want to generate in the first column, then read the second column to find the character combinations you type to generate that emoticon. Screen reader and aural browser users may need to disable emoticon reading and enable all punctuation reading  temporarily, or read the second column character-by-character, in order to hear or braille these character combinations. (1)"&gt;&lt;tbody&gt;
&lt;tr class="status9"&gt;&lt;td&gt;&lt;img alt="happy" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/1.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;happy&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate status9"&gt;    &lt;td&gt;&lt;img alt="sad" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/2.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:(&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;sad&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="winking" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/3.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;;)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;winking&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate status9"&gt;    &lt;td&gt;&lt;img alt="big grin" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:D&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;big grin&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="batting eyelashes" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;;;)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;batting eyelashes&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="big hug" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/6.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;&amp;gt;:D&amp;lt;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;big hug&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="confused" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/7.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-/&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;confused&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="love struck" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/8.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:x&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;love struck&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="blushing" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/9.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:"&amp;gt;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;blushing&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate status9"&gt;    &lt;td&gt;&lt;img alt="tongue" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/10.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:P&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;tongue&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="kiss" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/11.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-*&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;kiss&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="broken heart" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/12.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;=((&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;broken heart&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="surprise" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/13.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-O&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;surprise&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate status9"&gt;    &lt;td&gt;&lt;img alt="angry" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/14.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;X(&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;angry&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="smug" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/15.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:&amp;gt;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;smug&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate status9"&gt;    &lt;td&gt;&lt;img alt="cool" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/16.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;B-)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;cool&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="worried" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/17.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-S&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;worried&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="whew!" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/18.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;#:-S&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;whew!&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="devil" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/19.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;&amp;gt;:)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;devil&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate status9"&gt;    &lt;td&gt;&lt;img alt="crying" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/20.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:((&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;crying&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="laughing" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/21.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:))&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;laughing&lt;/td&gt;   &lt;/tr&gt;
&lt;/tbody&gt;   &lt;/table&gt;&lt;table summary="Find the emoticon image you want to generate in the first column, then read the second column to find the character combinations you type to generate that emoticon. Screen reader and aural browser users may need to disable emoticon reading and enable all punctuation reading  temporarily, or read the second column character-by-character, in order to hear or braille these character combinations. (2)"&gt;&lt;tbody&gt;
&lt;tr class="alternate status9"&gt;    &lt;td&gt;&lt;img alt="straight face" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/22.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:|&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;straight face&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="raised eyebrows" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/23.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;/:)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;raised eyebrows&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="rolling on the floor" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/24.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;=))&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;rolling on the floor&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="angel" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/25.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;O:-)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;angel&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="nerd" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/26.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-B&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;nerd&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="talk to the hand" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/27.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;=;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;talk to the hand&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="call me" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/101.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-c&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;call me&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="on the phone" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/100.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:)]&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;on the phone&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="at wits' end" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/102.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;~X(&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;at wits' end&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="wave" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/103.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-h&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;wave&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="time out" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/104.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-t&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;time out&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="day dreaming" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/105.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;8-&amp;gt;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;day dreaming&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="sleepy" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/28.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;I-)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;sleepy&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="rolling eyes" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/29.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;8-|&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;rolling eyes&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="loser" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/30.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;L-)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;loser&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="sick" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/31.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-&amp;amp;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;sick&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="don't tell anyone" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/32.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-$&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;don't tell anyone&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="no talking" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/33.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;[-(&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;no talking&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="clown" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/34.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:O)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;clown&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="silly" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/35.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;8-}&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;silly&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="party" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/36.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;&amp;lt;:-P&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;party&lt;/td&gt;   &lt;/tr&gt;
&lt;/tbody&gt;   &lt;/table&gt;&lt;table class="last" summary="Find the emoticon image you want to generate in the first column, then read the second column to find the character combinations you type to generate that emoticon. Screen reader and aural browser users may need to disable emoticon reading and enable all punctuation reading  temporarily, or read the second column character-by-character, in order to hear or braille these character combinations. (3)"&gt;&lt;tbody&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="yawn" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/37.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;(:|&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;yawn&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="drooling" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/38.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;=P~&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;drooling&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="status9"&gt;    &lt;td&gt;&lt;img alt="thinking" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/39.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-?&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;thinking&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="d'oh" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/40.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;#-o&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;d'oh&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="applause" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/41.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;=D&amp;gt;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;applause&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="nail biting" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/42.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-SS&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;nail biting&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="hypnotized" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/43.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;@-)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;hypnotized&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="liar" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/44.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:^o&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;liar&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="waiting" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/45.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-w&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;waiting&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="sigh" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/46.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-&amp;lt;&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;sigh&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="phbbbbt" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/47.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;&amp;gt;:P&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;phbbbbt&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="cowboy" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/48.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;&amp;lt;):)&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;cowboy&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="I don't want to see" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/109.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;X_X&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;I don't want to see&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="hurry up!" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/110.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:!!&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;hurry up!&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="rock on!" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/111.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;\m/&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;rock on!&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="thumbs down" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/112.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-q&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;thumbs down&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="thumbs up" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/113.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:-bd&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;thumbs up&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class="alternate"&gt;    &lt;td&gt;&lt;img alt="it wasn't me" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/114.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;^#(^&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;it wasn't me&lt;/td&gt;   &lt;/tr&gt;
&lt;tr class=""&gt;    &lt;td&gt;&lt;img alt="pirate*" src="http://l.yimg.com/a/i/us/msg/emoticons/pirate_2.gif" /&gt;&lt;/td&gt;    &lt;td&gt;&lt;kbd&gt;:ar!&lt;/kbd&gt;&lt;/td&gt;    &lt;td class="description"&gt;pirate*&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;table summary="Find the emoticon image you want to generate in the first column, then read the second column to find the character combinations you type to generate that emoticon. Screen reader and aural browser users may need to disable emoticon reading and enable all punctuation reading  temporarily, or read the second column character-by-character, in order to hear or braille these character combinations. (1)"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;img alt="puppy dog eyes" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/108.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:o3&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;puppy dog eyes&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="I don't know" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/106.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:-??&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;I don't know&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="not listening" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/107.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;%-(&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;not listening&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="pig" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/49.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:@)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;pig&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="cow" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/50.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;3:-O&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;cow&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="monkey" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/51.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:(|)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;monkey&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="chicken" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/52.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;~:&amp;gt;&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;chicken&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="rose" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/53.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;@};-&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;rose&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="good luck" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/54.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;%%-&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;good luck&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="flag" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/55.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;**==&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;flag&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="pumpkin" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/56.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;(~~)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;pumpkin&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="coffee" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/57.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;~O)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;coffee&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="idea" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/58.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;*-:)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;idea&lt;/td&gt;    &lt;/tr&gt;
&lt;/tbody&gt;   &lt;/table&gt;&lt;table summary="Find the emoticon image you want to generate in the first column, then read the second column to find the character combinations you type to generate that emoticon. Screen reader and aural browser users may need to disable emoticon reading and enable all punctuation reading  temporarily, or read the second column character-by-character, in order to hear or braille these character combinations. (2)"&gt;&lt;tbody&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="skull" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/59.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;8-X&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;skull&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="bug" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/60.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;=:)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;bug&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="alien" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/61.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;&amp;gt;-)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;alien&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="frustrated" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/62.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:-L&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;frustrated&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="praying" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/63.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;[-O&amp;lt;&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;praying&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="money eyes" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/64.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;$-)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;money eyes&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="whistling" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/65.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:-"&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;whistling&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="feeling beat up" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/66.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;b-(&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;feeling beat up&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="peace sign" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/67.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:)&amp;gt;-&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;peace sign&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="shame on you" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/68.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;[-X&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;shame on you&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="dancing" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/69.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;\:D/&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;dancing&lt;/td&gt;    &lt;/tr&gt;
&lt;/tbody&gt;   &lt;/table&gt;&lt;table class="last" summary="Find the emoticon image you want to generate in the first column, then read the second column to find the character combinations you type to generate that emoticon. Screen reader and aural browser users may need to disable emoticon reading and enable all punctuation reading  temporarily, or read the second column character-by-character, in order to hear or braille these character combinations. (3)"&gt;&lt;tbody&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="bring it on" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/70.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;&amp;gt;:/&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;bring it on&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="hee hee" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/71.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;;))&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;hee hee&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="chatterbox" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/76.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:-@&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;chatterbox&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="not worthy" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/77.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;^:)^&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;not worthy&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="oh go on" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/78.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:-j&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;oh go on&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="star" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/79.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;(*)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;star&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="hiro" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/72.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;o-&amp;gt;&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;hiro&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="billy" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/73.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;o=&amp;gt;&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;billy&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="april" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/74.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;o-+&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;april&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="yin yang" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/75.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;(%)&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;yin yang&lt;/td&gt;    &lt;/tr&gt;
&lt;tr&gt;     &lt;td&gt;&lt;img alt="bee" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/115.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;:bz&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;bee&lt;/td&gt;    &lt;/tr&gt;
&lt;tr class="alternate"&gt;     &lt;td&gt;&lt;img alt="transformer*" src="http://l.yimg.com/a/i/us/msg/emoticons/transformer.gif" /&gt;&lt;/td&gt;     &lt;td&gt;&lt;kbd&gt;[..]&lt;/kbd&gt;&lt;/td&gt;     &lt;td class="description"&gt;transformer*&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-5644115097743114489?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/glHT0k4MW3Pz8HUm4cWGm9AV8MM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/glHT0k4MW3Pz8HUm4cWGm9AV8MM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/glHT0k4MW3Pz8HUm4cWGm9AV8MM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/glHT0k4MW3Pz8HUm4cWGm9AV8MM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-14T18:49:09.920-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Facebook smileys - chat emotions</title><link>http://all-resource.blogspot.com/2011/02/facebook-smileys-chat-emotions.html</link><category>Facebook smileys - chat emotions</category><author>noreply@blogger.com (DOM)</author><pubDate>Sun, 13 Feb 2011 19:43:42 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-7196338720678804101</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;li&gt;Facebook smile emotion&lt;br /&gt;
:) or :-)&lt;br /&gt;
&lt;img alt="Facebook smile" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Smile_2_12.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook grin emotion&lt;br /&gt;
:D or :-D&lt;br /&gt;
&lt;img alt="Facebook grin" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Grin_2_13.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook wink emotion&lt;br /&gt;
;) or ;-)&lt;br /&gt;
&lt;img alt="Facebook wink" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Wink_2_14.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook happy eyes emotion&lt;br /&gt;
^_^&lt;br /&gt;
&lt;img alt="Facebook happy eyes" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Happy_Eyes_2_15.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook laughing eyes emotion&lt;br /&gt;
&amp;gt;:o&lt;br /&gt;
&lt;img alt="Facebook laughing eyes" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Laughing_Eyes_2_16.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook cat smile emotion&lt;br /&gt;
:3&lt;br /&gt;
&lt;img alt="Facebook cat smile" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Cat_Smile_2_17.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook grumpy emotion&lt;br /&gt;
&amp;gt;:-(&lt;br /&gt;
&lt;img alt="Facebook grumpy" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Grumpy_2_18.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook sad emotion&lt;br /&gt;
:( or :-(&lt;br /&gt;
&lt;img alt="Facebook sad" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Sad_2_19.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook crying emotion&lt;br /&gt;
:'(&lt;br /&gt;
&lt;img alt="Facebook crying" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Cry_2_20.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook shocked emotion&lt;br /&gt;
:o or :-o&lt;br /&gt;
&lt;img alt="Facebook shocked" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Shock_2_21.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook glasses emotion&lt;br /&gt;
8) or 8-) or B)&lt;br /&gt;
&lt;img alt="Facebook glasses" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Glasses_2_22.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook cool shades emotion&lt;br /&gt;
8-|&lt;br /&gt;
&lt;img alt="Facebook cool shades" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Cool_Glasses_2_23.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook tongue out emotion&lt;br /&gt;
:p or :-p&lt;br /&gt;
&lt;img alt="Facebook tongue face" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Tongue_2_24.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook woot emotion&lt;br /&gt;
O.o&lt;br /&gt;
&lt;img alt="Facebook woot" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Woot_2_25.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook closed eyes emotion&lt;br /&gt;
-_-&lt;br /&gt;
&lt;img alt="Facebook closed eyes" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Closed_Eyes_2_26.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook worried emotion&lt;br /&gt;
:/ or :&lt;br /&gt;
&lt;img alt="Facebook worried" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Worry_2_27.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook devil emotion&lt;br /&gt;
3:)&lt;br /&gt;
&lt;img alt="Facebook devil" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_devil_2_28.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook angel emotion&lt;br /&gt;
O:)&lt;br /&gt;
&lt;img alt="Facebook angel" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Angel_2_29.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook kiss emotion&lt;br /&gt;
:-* or :*&lt;br /&gt;
&lt;img alt="Facebook kiss" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Kiss_2_30.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook heart emotion&lt;br /&gt;
&amp;lt;3&lt;br /&gt;
&lt;img alt="Facebook heart" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Heart_2_31.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook Pac Man emotion&lt;br /&gt;
:v&lt;br /&gt;
&lt;img alt="Facebook Pac Man" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Pac_Man_2_32.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook robot emotion&lt;br /&gt;
:|]&lt;br /&gt;
&lt;img alt="Facebook robot" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Robot_2_33.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook face emotion&lt;br /&gt;
:putnam:&lt;br /&gt;
&lt;img alt="Facebook face" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Face_2_34.png" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook shark emotion (recently added thanks to Holly's comment below) - &lt;span style="color: red;"&gt;NEW!&lt;/span&gt;&lt;br /&gt;
(^^^)&lt;br /&gt;
&lt;img alt="Facebook chat emotion - Shark" border="0" src="http://www.peternichol.com/images/page_pics/Facebook_emotion_-_Shark_2_45.jpg" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook penguin emotion - &lt;span style="color: red;"&gt;NEW!&lt;/span&gt;&lt;br /&gt;
&amp;lt;(")&lt;br /&gt;
&lt;img alt="Facebook
 chat emotion - Penguin" src="http://www.peternichol.com/images/page_pics/Facebook_Smiley_-_Penguin_2_46.jpg" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Facebook 42 emotion - &lt;span style="color: red;"&gt;NEW!&lt;/span&gt;&lt;br /&gt;
:42:&lt;br /&gt;
&lt;img alt="Facebook
 chat emotion - 42" src="http://www.peternichol.com/images/page_pics/42_Facebook_Smiley_2_47.jpg" /&gt;&lt;/li&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-7196338720678804101?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WVlO1iKfCGr-_cXDiuG9vLoGPj8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WVlO1iKfCGr-_cXDiuG9vLoGPj8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WVlO1iKfCGr-_cXDiuG9vLoGPj8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WVlO1iKfCGr-_cXDiuG9vLoGPj8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-13T19:43:42.321-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Skype-emotion icon</title><link>http://all-resource.blogspot.com/2011/02/skype-emotion-icon.html</link><category>Skype-emotion icon</category><author>noreply@blogger.com (DOM)</author><pubDate>Sun, 13 Feb 2011 19:42:07 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-1517342565617704980</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00173-middlefinger.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00173-middlefinger.gif" /&gt;        Finger        &lt;span&gt;(finger)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                           &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00174-bandit.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00174-bandit.gif" /&gt;        Bandit        &lt;span&gt;(bandit)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                    &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00175-drunk.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00175-drunk.gif" /&gt;        Drunk        &lt;span&gt;(drunk)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                    &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00176-smoke.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00176-smoke.gif" /&gt;        Smoking        &lt;span&gt;(smoking)&lt;/span&gt;&lt;span&gt;(smoke)&lt;/span&gt;&lt;span&gt;(ci)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                    &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00177-toivo.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00177-toivo.gif" /&gt;        Toivo        &lt;span&gt;(toivo)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                    &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00178-rock.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00178-rock.gif" /&gt;        Rock        &lt;span&gt;(rock)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                    &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00179-headbang.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00179-headbang.gif" /&gt;        Headbang        &lt;span&gt;(headbang)&lt;/span&gt;&lt;span&gt;(banghead)&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00180-bug.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00180-bug.gif" /&gt;        Bug        &lt;span&gt;(bug)&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00181-fubar.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00181-fubar.gif" /&gt;        Fubar        &lt;span&gt;(fubar)&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00182-poolparty.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00182-poolparty.gif" /&gt;        Poolparty        &lt;span&gt;(poolparty)&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00183-swear.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00183-swear.gif" /&gt;        Swearing        &lt;span&gt;(swear)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                    &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00184-tmi.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00184-tmi.gif" /&gt;        TMI        &lt;span&gt;(tmi)&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00185-heidy.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00185-heidy.gif" /&gt;        Heidy        &lt;span&gt;(heidy)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span&gt;&lt;/span&gt;                         &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00172-mooning.png" /&gt;        &lt;img alt="" src="http://www.skype-emoticons.com/images/emoticon-00172-mooning.gif" /&gt;        Mooning        &lt;span&gt;(mooning)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-1517342565617704980?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BE2b0O8WylesglrwxE-w8Z_703M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BE2b0O8WylesglrwxE-w8Z_703M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BE2b0O8WylesglrwxE-w8Z_703M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BE2b0O8WylesglrwxE-w8Z_703M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-13T19:42:07.942-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Get only file name in OpenFileDialog VB.NET</title><link>http://all-resource.blogspot.com/2011/01/get-only-file-name-in-openfiledialog.html</link><category>Get only file name in OpenFileDialog</category><author>noreply@blogger.com (DOM)</author><pubDate>Sun, 30 Jan 2011 05:27:59 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-4776680471524150016</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Imports system.IO&lt;br /&gt;
Path.GetFileName(fullpath)&lt;br /&gt;
VB.NET&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-4776680471524150016?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/csrRizXw8q3u8WbY7Xr8YQYRZHI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/csrRizXw8q3u8WbY7Xr8YQYRZHI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/csrRizXw8q3u8WbY7Xr8YQYRZHI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/csrRizXw8q3u8WbY7Xr8YQYRZHI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-30T05:27:59.489-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Subtract month in .NET</title><link>http://all-resource.blogspot.com/2011/01/subtract-month-in-net.html</link><author>noreply@blogger.com (DOM)</author><pubDate>Tue, 18 Jan 2011 20:21:30 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7071233400310241993.post-6342873934502388620</guid><description>&lt;b&gt;Dim dt As DateTime = Date.Today&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;dt = dt.AddMonths(-2)&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Dim x As String = dt.ToString()&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7071233400310241993-6342873934502388620?l=all-resource.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XHSUKsFejv568CKf8kUnFZ_IMd0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XHSUKsFejv568CKf8kUnFZ_IMd0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XHSUKsFejv568CKf8kUnFZ_IMd0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XHSUKsFejv568CKf8kUnFZ_IMd0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-18T20:21:30.945-08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><media:rating>nonadult</media:rating></channel></rss>

