<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8273222500078536318</atom:id><lastBuildDate>Wed, 11 Nov 2009 12:13:07 +0000</lastBuildDate><title>Web User Interface Design</title><description>webdesign,user interface, add colours,ui design,design,css, templates,javascript,html,php, xhtml,color scheme,seo,css,css1,css2,css3,cascade stylesheet,styles,inline style,user design,web design</description><link>http://userinterfacedesigns.blogspot.com/</link><managingEditor>ralimadhu@yahoo.com (Madhu)</managingEditor><generator>Blogger</generator><openSearch:totalResults>62</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WebUserInterfaceDesign" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-1383108719925173166</guid><pubDate>Wed, 13 May 2009 16:06:00 +0000</pubDate><atom:updated>2009-05-13T09:13:30.578-07:00</atom:updated><title>Javascript fluid design, new approach to fluid design</title><description>Got this from &lt;a href="http://ajaxian.com/archives/fluidlayout" rel="external,nofollow"&gt;ajaxian&lt;/a&gt;, a cool approach of implementing fluid design using javascript, a small javascript library by Yusuf Akyol. Check out the &lt;a href="http://www.ajaxway.com/fluidlayouttest.html" rel="external,nofollow"&gt;demo page&lt;/a&gt; and resize the browser to see the layout and font size changes. This done by a small CSS and:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;HTML&lt;/strong&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;!-- &lt;br /&gt;fluidLayoutinit(yourFontSize, yourScreenSize); &lt;br /&gt;// yourFontSize is a   hundred percent value at yourScreenSize &lt;br /&gt;// yourScreenSize is a   pixel value for yourFontSize &lt;br /&gt;//   --&amp;gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Javascript&lt;/strong&gt;&lt;br /&gt;&lt;a class="item viewSource" title="view source" style="WIDTH: 16px; HEIGHT: 16px" href="http://www.chazzuka.com/blog/?cat=4#viewSource" highlighterid="highlighter_133827" commandname="viewSource"&gt;view source&lt;/a&gt;&lt;a class="item printSource" title="print" style="WIDTH: 16px; HEIGHT: 16px" href="http://www.chazzuka.com/blog/?cat=4#printSource" highlighterid="highlighter_133827" commandname="printSource"&gt;print&lt;/a&gt;&lt;a class="item about" title="?" style="WIDTH: 16px; HEIGHT: 16px" href="http://www.chazzuka.com/blog/?cat=4#about" highlighterid="highlighter_133827" commandname="about"&gt;?&lt;/a&gt;&lt;br /&gt;01.var fluidLayout = {&lt;br /&gt;02.myFontSize: 100,&lt;br /&gt;03.getBrowserWidth: function() {&lt;br /&gt;04.if (document.documentElement &amp;amp;&amp;amp; document.documentElement.clientWidth != 0) {&lt;br /&gt;05.return document.documentElement.clientWidth;&lt;br /&gt;06.} else if (document.body) {&lt;br /&gt;07.return document.body.clientWidth;&lt;br /&gt;08.}&lt;br /&gt;09.return 0;&lt;br /&gt;10.},&lt;br /&gt;11.dynamicLayout: function () {&lt;br /&gt;12.var defaultFontSize = fluidLayout.myFontSize * 100;&lt;br /&gt;13.var browserWidth = fluidLayout.getBrowserWidth();&lt;br /&gt;14.document.body.style.fontSize = (defaultFontSize * browserWidth / 100000) + "%";&lt;br /&gt;15.},&lt;br /&gt;16.addEvent: function (obj, type, fn) {&lt;br /&gt;17.if (obj.addEventListener) {&lt;br /&gt;18.obj.addEventListener( type, fn, false );&lt;br /&gt;19.} else if (obj.attachEvent) {&lt;br /&gt;20.obj["e"+type+fn] = fn;&lt;br /&gt;21.obj[type+fn] = function(){ obj["e"+type+fn]( window.event ); }&lt;br /&gt;22.obj.attachEvent( "on"+type, obj[type+fn] );&lt;br /&gt;23.}&lt;br /&gt;24.},&lt;br /&gt;25.init: function(fontSize) {&lt;br /&gt;26.this.myFontSize = fontSize;&lt;br /&gt;27.this.addEvent(window, 'load', this.dynamicLayout);&lt;br /&gt;28.this.addEvent(window, 'resize', this.dynamicLayout);&lt;br /&gt;29.}&lt;br /&gt;30.}&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-1383108719925173166?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/9j016SCMJrE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/9j016SCMJrE/javascript-fluid-design-new-approach-to.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2009/05/javascript-fluid-design-new-approach-to.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-2551727556317693887</guid><pubDate>Wed, 13 May 2009 15:34:00 +0000</pubDate><atom:updated>2009-05-13T08:47:50.051-07:00</atom:updated><title>Embedding(import) your own fonts on the web</title><description>&lt;strong&gt;Title:&lt;/strong&gt;&lt;br /&gt;Embedding your own fonts on the web&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Entry:&lt;/strong&gt;&lt;br /&gt;The CSS @font-face rule allows you to specify &amp;amp; upload a font that will be downloaded to the clients machine, so the web page will be rendered exactly as you expected it to be, no matter where!&lt;br /&gt;&lt;br /&gt;A huge step forward for typography on the web. Mozilla finally announced that its new Firefox 3.5 (&lt;a href="http://www.mozilla.com/firefox/all-beta.html" target="_self" rel="nofollow"&gt;download beta&lt;/a&gt;) will support the @font-face CSS rule. Opera is supposed to do the same with the &lt;a href="http://www.opera.com/browser/next/" rel="nofollow"&gt;next 10 version&lt;/a&gt;. It’s worth to know that this feature is working already on Safari (3.1 +) using webkit. Internet Explorer (4.0+) Supports this too, but with .eot or .ote font file extensions only.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;HISTORY&lt;/strong&gt;&lt;br /&gt;Since May 1998 in the CSS 2 specification, every one was interested in being able to embed your own fonts on any web page using @font-face rule. It would help you make sure that your visitors will see your design just as you created it. however this was not implemented on every browser, so it was later removed from the recommendation is CSS 2.1.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;DISADVANTAGES&lt;/strong&gt;&lt;br /&gt;The copyright issues! using this method means that any one can go through your code and download the font you are using. This arises a problem since there are many fonts you are not allowed to re-distribute. There should be a way of encoding font files or otherwise we will have to stick with open source fonts, which can’t be the answer!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;ALTERNATIVES?&lt;/strong&gt;&lt;br /&gt;On the other way, the use of &lt;a href="http://www.mikeindustries.com/sifr" rel="nofollow"&gt;sIFR&lt;/a&gt; (In-line Flash &amp;amp; Javascript text replacement) was the only other reliable way I know around this, It allows you to embed your font on any browser that supports Flash and Javascript. Beside the fact that it prevent stealing, It is easy, reliable, and it validates.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Using @font-face property&lt;/h3&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;SYNTAX:&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;@&lt;/strong&gt;font-face {&lt;br /&gt;font-family: your-font-family-name;&lt;br /&gt;src: url-to-the-font-file;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;EXAMPLE USAGE:&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;@font-face{&lt;br /&gt;font-family:'Myriad Pro';&lt;br /&gt;src: url('http://web-site.com/MyriadPro.otf') format('opentype');&lt;br /&gt;}&lt;br /&gt;h2{&lt;br /&gt;font-family:'Myriad Pro', georgia;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;HTML code:&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;h2&amp;gt;This is Myriad Pro font Example.&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&lt;br /&gt;powered by: &lt;a href="http://groups.adobe.com/posts/2b5397b1d0"&gt;http://groups.adobe.com/posts/2b5397b1d0&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-2551727556317693887?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/EyC4B6NIacA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/EyC4B6NIacA/embeddingimport-your-own-fonts-on-web.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2009/05/embeddingimport-your-own-fonts-on-web.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-8655310548428246492</guid><pubDate>Wed, 13 May 2009 09:08:00 +0000</pubDate><atom:updated>2009-05-13T02:11:01.256-07:00</atom:updated><title>CSS Image Preloader</title><description>A low-tech but useful technique that uses only CSS. After placing the css in your stylesheet, insert this just below the body tag of your page: "". Whenever the images are referenced throughout your pages they will now be loaded from cache.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#preloadedImages {&lt;br /&gt;width: 0px;&lt;br /&gt;height: 0px;&lt;br /&gt;display: inline;&lt;br /&gt;background-image: url(path/to/image1.png);&lt;br /&gt;background-image: url(path/to/image2.png);&lt;br /&gt;background-image: url(path/to/image3.png);&lt;br /&gt;background-image: url(path/to/image4.png);&lt;br /&gt;background-image: url();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;powered by:&lt;a href="http://snipplr.com/"&gt;http://snipplr.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-8655310548428246492?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/Bt2lOuKOQiU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/Bt2lOuKOQiU/css-image-preloader.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2009/05/css-image-preloader.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-3492394751545082147</guid><pubDate>Wed, 13 May 2009 09:07:00 +0000</pubDate><atom:updated>2009-05-13T02:07:52.765-07:00</atom:updated><title>min-height for IE (and all other browsers)</title><description>/* for browsers that don't suck */&lt;br /&gt;.container {&lt;br /&gt;  min-height:8em;&lt;br /&gt;  height:auto !important;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* for Internet Explorer */&lt;br /&gt;/*\*/&lt;br /&gt;* html .container {&lt;br /&gt;  height: 8em;&lt;br /&gt;}&lt;br /&gt;/**/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-3492394751545082147?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/C5eeomrBvvM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/C5eeomrBvvM/min-height-for-ie-and-all-other_13.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2009/05/min-height-for-ie-and-all-other_13.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-8981199282956003727</guid><pubDate>Wed, 13 May 2009 09:07:00 +0000</pubDate><atom:updated>2009-05-13T02:07:44.500-07:00</atom:updated><title>min-height for IE (and all other browsers)</title><description>/* for browsers that don't suck */&lt;br /&gt;.container {&lt;br /&gt;  min-height:8em;&lt;br /&gt;  height:auto !important;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* for Internet Explorer */&lt;br /&gt;/*\*/&lt;br /&gt;* html .container {&lt;br /&gt;  height: 8em;&lt;br /&gt;}&lt;br /&gt;/**/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-8981199282956003727?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/mArMW08M_TI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/mArMW08M_TI/min-height-for-ie-and-all-other.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2009/05/min-height-for-ie-and-all-other.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-9050286040396800100</guid><pubDate>Thu, 16 Apr 2009 18:17:00 +0000</pubDate><atom:updated>2009-04-16T11:40:10.205-07:00</atom:updated><title>You can force IE to apply transparence to PNGs</title><description>You can force IE to apply transparence to PNGs. “In theory, PNG files do support&lt;br /&gt;varied levels of transparency; however, an Internet Explorer 6 bug prevents this from&lt;br /&gt;working cross-browser.”&lt;br /&gt;&lt;h4&gt;Inster below code in your body css&lt;/h4&gt;&lt;br /&gt;&lt;div style="background:#eee; padding:20px; border:1px solid #ccc;"&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  #regular_logo&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  {&lt;br /&gt;&lt;/div&gt;&lt;div&gt;background:url('test.png'); width:205px; height:205px;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;}&lt;br /&gt;&lt;/div&gt;&lt;div&gt;/* \ */&lt;br /&gt;&lt;/div&gt;&lt;div&gt;* html #regular_logo&lt;br /&gt;&lt;/div&gt;&lt;div&gt;{&lt;br /&gt;&lt;/div&gt;&lt;div&gt;background:none;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale');&lt;br /&gt;&lt;/div&gt;&lt;div&gt;}&lt;br /&gt;&lt;/div&gt;&lt;div&gt;/* */&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=" margin:0 10px 10px 0; float:left;"&gt;&lt;br /&gt;&lt;h4&gt;Before CSS (Download below image)&lt;/h4&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ToiV33i70vo/Sed4wlcggQI/AAAAAAAAAZo/FC9rgl4D1Y0/s1600-h/test.png"&gt;&lt;img style=" margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 205px; height: 205px;" src="http://4.bp.blogspot.com/_ToiV33i70vo/Sed4wlcggQI/AAAAAAAAAZo/FC9rgl4D1Y0/s400/test.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5325357860469637378" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=" margin:0 10px 0 40px ; float:left;"&gt;&lt;h4&gt;After apply above CSS like below image&lt;/h4&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_ToiV33i70vo/Sed6EG74qhI/AAAAAAAAAZw/kIbY9ORYYug/s1600-h/AfterApplyCss.gif"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 204px; height: 205px;" src="http://2.bp.blogspot.com/_ToiV33i70vo/Sed6EG74qhI/AAAAAAAAAZw/kIbY9ORYYug/s400/AfterApplyCss.gif" border="0" alt="" id="BLOGGER_PHOTO_ID_5325359295388756498" /&gt;&lt;/a&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/8273222500078536318-9050286040396800100?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/g1a7LnUfrr0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/g1a7LnUfrr0/you-can-force-ie-to-apply-transparence.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_ToiV33i70vo/Sed4wlcggQI/AAAAAAAAAZo/FC9rgl4D1Y0/s72-c/test.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2009/04/you-can-force-ie-to-apply-transparence.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-490409892128393623</guid><pubDate>Thu, 18 Dec 2008 11:07:00 +0000</pubDate><atom:updated>2008-12-18T03:09:01.971-08:00</atom:updated><title>Top 8 modal dialogs javascript</title><description>&lt;span class="Apple-style-span"  style="color: rgb(51, 51, 51);  line-height: 20px; font-size:14px;"&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Here is the collection of top 9 modal dialogs JavaScript to display modal dialogs. These scripts have gained widespread popularity due to its simple yet elegant style and easy implementation.&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;All of them works almost same way. They show a modal dialog message in center of the screen and leaves a semi-transparent layer behind. So that the modal dialog part look brighter &amp;amp; can make sure user go through the message.&lt;span id="more-1670" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Each of these script has it’s own benefits &amp;amp; drawbacks. You may need to find the best to suit your both usability &amp;amp; integration requirement.&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Lets go through them one by one…&lt;/p&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;Lightview&lt;/h3&gt;&lt;div id="attachment_1671" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://www.nickstakenburg.com/projects/lightview/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1671" title="Lightview" src="http://www.wittysparks.com/wp-content/uploads/2008/10/lightview.gif" alt="Lightview" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Lightview&lt;/p&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Lightview was built to change the way you overlay content on a website.&lt;/p&gt;&lt;ul style="margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 35px; "&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Clean: Designed to compliment your content.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Fast: Smart image preloading.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Easy: Customizable without having to know CSS.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Rounded: Adjustable rounded corners, no PNG images required.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Smart: Content resizes to always fit on your screen.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Slideshow: One button slideshow.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Works on all modern browsers.&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;ThickBox&lt;/h3&gt;&lt;div id="attachment_1672" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://jquery.com/demo/thickbox/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1672" title="ThickBox" src="http://www.wittysparks.com/wp-content/uploads/2008/10/thickbox.gif" alt="ThickBox" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;ThickBox&lt;/p&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Features:&lt;/p&gt;&lt;ul style="margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 35px; "&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;ThickBox was built using the super lightweight jQuery library. Compressed, the jQuery library is 20k, uncompressed it’s 58k.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;The ThickBox JavaScript code and CSS file only add an additional 15k (only 10k by using the thickbox-compressed.js) on top of the jQuery code. The CSS file could additionally be compressed if need be.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;ThickBox will resize images that are bigger than the browser window.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;ThickBox offers versatility (images, iframed content, inline content, and AJAX content).&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;ThickBox will hide form elements in Windows IE 6.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;ThickBox will remain centered in the window even when the user scrolls the page or changes the size of the browser window. Clicking an image, the overlay, or close link will remove ThickBox.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;ThickBox can be invoked from a link element, input element (typically a button), and the area element (image maps).&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;Sexy Lightbox&lt;/h3&gt;&lt;div id="attachment_1673" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://www.coders.me/ejemplos/sexy-lightbox/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1673" title="Sexy Lightbox" src="http://www.wittysparks.com/wp-content/uploads/2008/10/sexy_lightbox.gif" alt="Sexy Lightbox" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Sexy Lightbox&lt;/p&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Sexy-lightbox is cool thick box with more add features like resizes the box based on the content width and height, rounded corners, animation on resize with ease.&lt;/p&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;LightBox&lt;/h3&gt;&lt;div id="attachment_1674" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://www.huddletogether.com/projects/lightbox2/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1674" title="LightBox" src="http://www.wittysparks.com/wp-content/uploads/2008/10/lightbox.gif" alt="LightBox" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;LightBox&lt;/p&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Lightbox is a simple, unobtrusive script used to overlay images on the current page. It’s a snap to setup and works on all modern browsers.&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Features:&lt;/p&gt;&lt;ul style="margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 35px; "&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Image Sets: group related images and navigate through them with ease.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Visual Effects: fancy pants transitions.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Backwards Compatibility.&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;HighSlide JS&lt;/h3&gt;&lt;div id="attachment_1675" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://highslide.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1675" title="HighSlide JS" src="http://www.wittysparks.com/wp-content/uploads/2008/10/highslide_js.gif" alt="HighSlide JS" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;HighSlide JS&lt;/p&gt;&lt;/div&gt;&lt;div style="float: left; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;ins style="width: 468px; height: 60px; position: relative; display: block; visibility: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;iframe name="google_ads_frame" width="468" height="60" frameborder="0" src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4302920794766713&amp;amp;dt=1229597633143&amp;amp;alt_color=FFFFFF&amp;amp;prev_fmts=728x15_0ads_al_s%2C160x90_0ads_al_s&amp;amp;prev_slotnames=6677989936%2C0326256300&amp;amp;format=468x60_as&amp;amp;output=html&amp;amp;correlator=1229597612463&amp;amp;channel=WS_TextAds_468x60_2&amp;amp;url=http%3A%2F%2Fwww.wittysparks.com%2F2008%2F10%2F28%2Ftop-8-modal-dialogs-javascript%2F&amp;amp;color_bg=#FFF9ED&amp;amp;color_text=#4F4F4F&amp;amp;color_link=#650000&amp;amp;color_url=#650000&amp;amp;color_border=#FFF9ED&amp;amp;ad_type=text_image&amp;amp;eid=30143022&amp;amp;ea=0&amp;amp;frm=0&amp;amp;ff=Georgia&amp;amp;biw=1423&amp;amp;bih=805&amp;amp;adx=276&amp;amp;ady=2305&amp;amp;ga_vid=1903585590.1229596712&amp;amp;ga_sid=1229596712&amp;amp;ga_hid=1234492267&amp;amp;ga_fc=true&amp;amp;flash=9.0.45&amp;amp;u_h=900&amp;amp;u_w=1440&amp;amp;u_ah=870&amp;amp;u_aw=1440&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=1&amp;amp;u_java=true&amp;amp;u_nplug=15&amp;amp;u_nmime=74&amp;amp;dtd=97" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;/iframe&gt;&lt;/ins&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. It streamlines the use of thumbnail images and HTML popups on web pages. The library offers these features and advantages:&lt;/p&gt;&lt;ul style="margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 35px; "&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No plugins like Flash or Java required.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Popup blockers are no problem. The content expands within the active browser window.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Compatibility and safe fallback. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a fallback HTML page.&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;SlimBox&lt;/h3&gt;&lt;div id="attachment_1676" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://www.digitalia.be/software/slimbox" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1676" title="SlimBox" src="http://www.wittysparks.com/wp-content/uploads/2008/10/slimbox.gif" alt="SlimBox" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;SlimBox&lt;/p&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Slimbox is a 4kb visual clone of the popular Lightbox JS v2.0 by Lokesh Dhakar, written using the ultra compact mootools framework. It was designed to be small, efficient, more convenient and 100% compatible with the original Lightbox v2.&lt;/p&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;ClearBox&lt;/h3&gt;&lt;div id="attachment_1677" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://www.clearbox.hu/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1677" title="ClearBox" src="http://www.wittysparks.com/wp-content/uploads/2008/10/clearbox.gif" alt="ClearBox" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;ClearBox&lt;/p&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;ClearBox is a professional image gallery and HTML viewer program written is JavaScript. Using of ClearBox for private purpose is free. If you would like to use it on commercial pages, please contact the developer.&lt;/p&gt;&lt;h3 style="margin-right: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Trebuchet MS', Verdana, sans-serif; color: rgb(136, 136, 136); text-decoration: none; font-size: 1.8em; font-weight: normal; margin-bottom: 5px; margin-top: 10px; "&gt;ModalBox&lt;/h3&gt;&lt;div id="attachment_1678" class="wp-caption alignnone" style="width: 455px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; "&gt;&lt;a href="http://www.wildbit.com/labs/modalbox/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;&lt;img class="size-full wp-image-1678" title="ModalBox" src="http://www.wittysparks.com/wp-content/uploads/2008/10/modalbox.gif" alt="ModalBox" width="445" height="91" style="border-style: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; border-width: initial; border-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(253, 226, 171); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(251, 177, 70); border-right-color: rgb(251, 177, 70); border-bottom-color: rgb(251, 177, 70); border-left-color: rgb(251, 177, 70); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-position: initial initial; " /&gt;&lt;/a&gt;&lt;p class="wp-caption-text" style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;ModalBox&lt;/p&gt;&lt;/div&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;ModalBox is a JavaScript technique for creating modern (Web 2.0-style) modal dialogs or even wizards (sequences of dialogs) without using conventional popups and page reloads. It’s inspired by Mac OS X modal dialogs. And yes, it may also be useful for showing larger versions of images.&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;ModalBox is built with pure JavaScript and is based on Sam Stephenson’s excellent Prototype JavaScript Framework, script.aculo.us and valid XHTML/CSS. ModalBox uses AJAX to load content.&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Hope you found this article useful, if I am missing anything good modal dialog resources, kindly drop the same in comments - which will be really useful for the developers who are really looking out for these kind of stuff.&lt;/strong&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;source : http://www.wittysparks.com/2008/10/28/top-8-modal-dialogs-javascript/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-490409892128393623?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/ExZbA4KIwg4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/ExZbA4KIwg4/top-8-modal-dialogs-javascript.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/12/top-8-modal-dialogs-javascript.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-1236122586273796728</guid><pubDate>Thu, 18 Dec 2008 10:50:00 +0000</pubDate><atom:updated>2008-12-18T03:07:43.336-08:00</atom:updated><title>60 best CSS directories you would die to watch!</title><description>With new technologies flooding the web,different tools are available with which a web designer can showcase his creativity and craft. But despite putting in the effort and sweat, numerous websites with fantastic creativity fail to get noticed. Also, the surge in designing is driving designers to dig for creativity, color schemes and layouts.&lt;br /&gt;&lt;br /&gt;Keeping these aspects in mind, we came up with a compendium of best CSS directories, CSS showcase, CSS galleries that rank / grade websites (using CSS) on the basis of ‘alexa ranking’, colors, categories, tags, ratings and RSS.&lt;br /&gt;&lt;br /&gt;If you feel that a particular site is worth to get showcased, then drop the URL’s in your comments so that they become a part of our next list.&lt;br /&gt;&lt;br /&gt;If you found this article useful, digg it to ensure that a designer’s effort doesn’t go unnoticed.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color: rgb(51, 51, 51);  line-height: 20px; font-size:14px;"&gt;&lt;table border="1" bordercolor="#ffcc33" cellpadding="3" cellspacing="0" style="border-collapse: collapse; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;tbody style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Site&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Alexa Rank&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Colors&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Categories&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Tags&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Ratings&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;RSS&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssbeauty.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssbeauty.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;10,432&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssdrive.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssdrive.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;14,303&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.stylegala.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.stylegala.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;15,819&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssmania.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssmania.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;22,686&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssremix.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); color: rgb(252, 178, 71); "&gt;www.cssremix.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;23,294&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Full Image&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.alvit.de/css-showcase/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.alvit.de/css-showcase/&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;26,557&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssvault.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssvault.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;27,285&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.w3csites.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.w3csites.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;28,078&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.bestwebgallery.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.bestwebgallery.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;30,382&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csselite.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csselite.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;33,948&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.screenalicious.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.screenalicious.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;36,114&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.unmatchedstyle.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.unmatchedstyle.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;42,269&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Full Image&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.designlinkdatabase.net/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.designlinkdatabase.net&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;48,086&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.screenfluent.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.screenfluent.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;51,014&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.designsnack.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); color: rgb(252, 178, 71); "&gt;www.designsnack.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;51,904&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssheaven.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssheaven.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;53,491&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssimport.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssimport.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;57,960&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssglobe.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssglobe.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;65,660&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssreboot.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssreboot.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;67,768&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.mostinspired.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.mostinspired.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;68,025&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.thebestdesigns.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.thebestdesigns.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;68,614&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://thesis.veracon.net/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;http://thesis.veracon.net&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;76,844&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssbloom.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssbloom.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;79,672&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csscollection.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csscollection.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;92,579&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csstux.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csstux.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;98,129&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssbased.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssbased.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;101,834&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.css-website.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.css-website.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;102,923&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.designshack.co.uk/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.designshack.co.uk&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;109,656&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.ceeses.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.ceeses.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;124,001&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://anjo.dekiteharu.jp/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;http://anjo.dekiteharu.jp&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;135,146&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssclip.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssclip.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;135,730&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.my3w.org/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.my3w.org&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;151,235&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csshazard.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csshazard.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;167,525&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Full Image&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.artnetz.de/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.artnetz.de&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;173,234&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.css-design-yorkshire.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.css-design-yorkshire.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;177,077&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.css11.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.css11.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;182,520&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssimpress.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssimpress.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;188,219&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.e-motionaldesign.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.e-motionaldesign.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;202,826&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssprincess.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssprincess.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;210,811&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssgaleri.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssgaleri.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;220,224&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssblast.ru/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssblast.ru&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;224,048&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.creative-pakistan.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.creative-pakistan.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;233,247&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.netzfruehling.de/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.netzfruehling.de&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;237,645&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.najdizajn.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.najdizajn.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;256,885&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.edustyle.net/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.edustyle.net&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;274,750&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csssmoothoperator.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csssmoothoperator.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;290,827&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.coolsitecollection.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.coolsitecollection.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;313,655&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssgalaxy.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssgalaxy.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;348,352&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.per.fectio.net/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.per.fectio.net&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;357,030&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssflavor.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssflavor.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;364,755&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.onepixelarmy.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.onepixelarmy.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;369,312&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.piepmatzel.de/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.piepmatzel.de&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;418,803&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssbrain.hu/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssbrain.hu&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;438,074&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.w3c-compliance.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.w3c-compliance.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;461,674&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.stylegrind.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.stylegrind.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;484,645&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.submitcss.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.submitcss.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;523,147&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://inspirace.dobrestranky.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;http://inspirace.dobrestranky.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;549,529&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Full Image&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssgallery.ro/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssgallery.ro&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;553,463&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.cssgreen.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.cssgreen.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;600,815&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Updated: 22nd December 2007&lt;/strong&gt;&lt;/p&gt;&lt;p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; color: rgb(51, 51, 51); "&gt;Updated with new links based on the comments received.&lt;/p&gt;&lt;table border="1" bordercolor="#fcc045" cellpadding="3" cellspacing="0" height="234" width="481" style="border-collapse: collapse; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;tbody style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Site&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Alexa Rank&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Colors&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Categories&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Tags&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Ratings&lt;/strong&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;RSS&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csszengarden.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csszengarden.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;13,878&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.webcreme.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.webcreme.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;21,564&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.prowebart.net/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.prowebart.net&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;324,625&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Full Image&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.designexpanse.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.designexpanse.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;340,762&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csssnap.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csssnap.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;360,300&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.menthe-fresh.fr/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.menthe-fresh.fr&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;427,757&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csscoosite.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csscoosite.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;548,693&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Url&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csscool.cn/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csscool.cn&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;681,511&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://morpheed.com/css/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.morpheed.com/css&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;2,313,992&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Thumbnail&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://www.csstown.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(152, 0, 0); text-decoration: none; border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(252, 178, 71); "&gt;www.csstown.com&lt;/a&gt;&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;3,463,368&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Yes&lt;/td&gt;&lt;td style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;No&lt;br /&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;source :http://www.wittysparks.com/2007/04/22/60-best-css-directories-you-would-die-to-watch/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-1236122586273796728?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/y1dac9NITZ4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/y1dac9NITZ4/60-best-css-directories-you-would-die.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/12/60-best-css-directories-you-would-die.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-6714813727302815571</guid><pubDate>Thu, 04 Dec 2008 06:20:00 +0000</pubDate><atom:updated>2008-12-03T22:40:40.159-08:00</atom:updated><title>Table CSS for your Beautiful Table Design</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ToiV33i70vo/STd5k5CzdYI/AAAAAAAAAZQ/E1QBGOgUBHg/s1600-h/table-css.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 130px;" src="http://4.bp.blogspot.com/_ToiV33i70vo/STd5k5CzdYI/AAAAAAAAAZQ/E1QBGOgUBHg/s400/table-css.gif" border="0" alt="" id="BLOGGER_PHOTO_ID_5275819163182658946" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;h4&gt;You want to need css for your table, just take out below HTML and CSS then you can customize with your color scheme.&lt;/h4&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;head&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;title&amp;gt;Untitled Document&amp;lt;/title&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/head&amp;gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  table.grid &lt;span class="Apple-tab-span" style="white-space:pre"&gt;      &lt;/span&gt;{ font:11px arial, helvetica, sans-serif; border-collapse:collapse; border:1px solid #ccc; }&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  table.grid td, table.grid th &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;{ padding:3px 8px; border:1px solid #ccc; }&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  table.grid tr &lt;span class="Apple-tab-span" style="white-space:pre"&gt;     &lt;/span&gt;{ background:#f2f2f2;}&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  table.grid th &lt;span class="Apple-tab-span" style="white-space:pre"&gt;     &lt;/span&gt;{ background:#ddd;}&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/style&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;lt;table cellspacing="0" cellpadding="0" class="grid"&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;th&amp;gt;default&amp;lt;/th&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;th&amp;gt;my_theme_1&amp;lt;/th&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;th&amp;gt;my_theme_2&amp;lt;/th&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;All required files&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;templates/3-col-layout.phtml&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;templates/3-col-ayout.phtml&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;All required files&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;templates/header.phtml&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;css/base.css&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;All required files&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;images/logo.gif &amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;All required files&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;css/base.css&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;All required files&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;css/boxes.css&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/table&amp;gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;  &amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&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/8273222500078536318-6714813727302815571?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/LBdH2lFe1sc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/LBdH2lFe1sc/table-css.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_ToiV33i70vo/STd5k5CzdYI/AAAAAAAAAZQ/E1QBGOgUBHg/s72-c/table-css.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/12/table-css.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-9083789339702180265</guid><pubDate>Thu, 11 Sep 2008 15:56:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.930-08:00</atom:updated><title>Free plugins for Photoshop &amp; Illustrator and other software</title><description>Adobe Photoshop and Elements plugins&lt;br /&gt;In general, each plugin can be used with all versions of Photoshop (3.0-7.0, CS, CS2), under Mac OS X, 9 and earlier, and Windows.&lt;br /&gt;Should also work with other compatible programs such as Elements, AfterEffects, Premiere, PhotoDeluxe, Corel PhotoPaint, Paint Shop Pro, Fireworks, Painter, Photo Impact etc.&lt;br /&gt;&lt;br /&gt;1. &lt;a name="icobundle"&gt;ICOBundle utility&lt;/a&gt;Combines multiple ICO images (e.g. created by the above plugin) into a single ICO file.  &lt;a href="http://www.telegraphics.com.au/sw/info/icobundle.html"&gt;More info&lt;/a&gt;&lt;br /&gt;Also of interest, to Linux/UNIX/OS X users, may be the &lt;a href="http://www.nongnu.org/icoutils/"&gt;icoutils&lt;/a&gt; package (extract, convert icons etc).&lt;br /&gt;&lt;br /&gt;2. &lt;a name="psdrecover"&gt;Photoshop file (PSD) Extract/Recover tool&lt;/a&gt;This plugin lets you grab image layers from any PSD/PSB file. It's faster than opening the whole PSD in Photoshop, if you just want a layer. Most importantly, it can usually recover image layers from corrupted PSD files that Photoshop won't open (if Photoshop opens with damage, this plugin recovers a more intact image). Beta version.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Content :http://www.telegraphics.com.au/sw/#icoformat&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-9083789339702180265?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/Mwv6XgpIA1w" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/Mwv6XgpIA1w/free-plugins-for-photoshop-illustrator.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/09/free-plugins-for-photoshop-illustrator.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-4390146442831243316</guid><pubDate>Sat, 30 Aug 2008 06:57:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.930-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">User Interface Design</category><category domain="http://www.blogger.com/atom/ns#">Photoshop</category><category domain="http://www.blogger.com/atom/ns#">Tutorials</category><title>Pattern Turorials for using Photoshop...</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_ToiV33i70vo/SLjyVEnq1II/AAAAAAAAARM/eIzlIUf87MQ/s1600-h/Pattern_Tutorial_by_madhu.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLjyVEnq1II/AAAAAAAAARM/eIzlIUf87MQ/s400/Pattern_Tutorial_by_madhu.jpg" alt="" id="BLOGGER_PHOTO_ID_5240204610276873346" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Small View Start your own free Photoshop pattern&lt;br /&gt;collection.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-4390146442831243316?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/UyoEFl5_a9g" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/UyoEFl5_a9g/pattern-turorials-for-using-photoshop.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_ToiV33i70vo/SLjyVEnq1II/AAAAAAAAARM/eIzlIUf87MQ/s72-c/Pattern_Tutorial_by_madhu.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/pattern-turorials-for-using-photoshop.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-5542952337050024995</guid><pubDate>Fri, 29 Aug 2008 08:37:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.931-08:00</atom:updated><title>Online Photo Image Web Tool Software - pixlr</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ToiV33i70vo/SLe3aEuewiI/AAAAAAAAAQk/gIw5gYt0THs/s1600-h/stage.gif"&gt;&lt;img src="http://4.bp.blogspot.com/_ToiV33i70vo/SLe3aEuewiI/AAAAAAAAAQk/gIw5gYt0THs/s320/stage.gif" border="0" alt="" id="BLOGGER_PHOTO_ID_5239858350042038818" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://pixlr.blogspot.com/2008/08/new-filter.html"&gt;New filter&lt;/a&gt;&lt;br /&gt;I couldn't sleep last night .. laying in my bed thinking about a poster a saw in a cool restaurant here in Stockholm I decided to go up for a few hours and create a filter that emulates what the artist did in his painting. I call it Art poster Filter.&lt;br /&gt;&lt;img src="http://3.bp.blogspot.com/_ToiV33i70vo/SLe3nEMls8I/AAAAAAAAAQs/8CJIsrxiET4/s320/ArtPhoto.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5239858573238186946" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Fixes and stuff ..&lt;/strong&gt;&lt;br /&gt;Yep I'm on it again .. some more features ..&lt;br /&gt;&lt;br /&gt;Tracing when you you use the lasso tool (Yes I know i should have been there in the first release).&lt;br /&gt;Added some more Keyboard shortcuts and added information in the menus about them.&lt;br /&gt;Added Pixelate filter .. for fun, seems like it is a must be there ..&lt;br /&gt;&lt;img src="http://3.bp.blogspot.com/_ToiV33i70vo/SLe4NdUA_uI/AAAAAAAAAQ0/Jdkna4Yv25U/s320/pixelate.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5239859232815251170" /&gt;&lt;br /&gt;More updates :)&lt;br /&gt;Some updates just hit the app:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Open from URL, open images from any part of the Internets.&lt;br /&gt;Halftone filter, yes a new filter .. just for fun ..&lt;br /&gt;Rotate and flip layer now works.&lt;br /&gt;A warning on the clone stamp tool (Not everybody knows about shift)&lt;br /&gt;Full screen mode (But it sux cos Flash disables key input)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-5542952337050024995?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/f4Egh3kJdt0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/f4Egh3kJdt0/online-photo-image-web-tool-software.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_ToiV33i70vo/SLe3aEuewiI/AAAAAAAAAQk/gIw5gYt0THs/s72-c/stage.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/online-photo-image-web-tool-software.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-6173234291568967409</guid><pubDate>Sun, 24 Aug 2008 22:28:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.931-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tools</category><title>15 Best Firefox Extension....</title><description>&lt;a href="http://2.bp.blogspot.com/_ToiV33i70vo/SLHhMCuu-FI/AAAAAAAAAQI/8yHaTKkeSIk/s1600-h/mozilla_logo.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238215438616164434" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLHhMCuu-FI/AAAAAAAAAQI/8yHaTKkeSIk/s320/mozilla_logo.jpg" border="0" /&gt;&lt;/a&gt; There are lots of browser in the market but in my opinion FireFox is the Best. It has so many features like pop-up blocking, tabbed browsing, and increased &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;security&lt;/a&gt;. &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;Firefox&lt;/a&gt;’s design allows the user to extensively customize the browser to their individual tastes and needs through the use of extensions and themes. Additionally, Firefox stores many hidden preferences which can be manipulated to turn on or off many other features.&lt;br /&gt;Firefox extensions are small add-on programs that add a new piece of functionality to the browser. These extensions can range from adding a new toolbar button to adding a completely new feature. The great thing about these extensions is that you can choose which extensions you want to add.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;strong&gt;The following is a list of the 15 of the best extensions for Firefox.&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;1. &lt;a href="http://tmp.garyr.net/"&gt;Tab Mix Plus&lt;/a&gt;&lt;br /&gt;Tab Mix Plus provides the user with complete customization over how tabs operate in Firefox. Options include changing the display appearance of tabs, protecting tabs, reopening closed tabs, and selecting how and where links open.&lt;br /&gt;&lt;br /&gt;2. &lt;a href="http://adblockplus.mozdev.org/"&gt;Adblock Plus&lt;/a&gt;&lt;br /&gt;Adblock Plus removes unwanted content, such as ads or flash, from a &lt;a class="kLink" id="KonaLink3" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;web page&lt;/a&gt; based on a set of user defined filters. A companion to Adblock Plus, &lt;a href="http://www.pierceive.com/"&gt;Adblock Filterset.G Updater&lt;/a&gt;, automatically downloads the latest version of a set of filters which will block most ads on the web. Adblock Plus is an offshoot of the original &lt;a href="http://adblock.mozdev.org/"&gt;Adblock&lt;/a&gt; extension.&lt;br /&gt;&lt;br /&gt;3. &lt;a href="http://greasemonkey.mozdev.org/"&gt;Greasemonkey&lt;/a&gt;&lt;br /&gt;Greasemonkey is a Firefox extension which allows the user to modify &lt;a class="kLink" id="KonaLink4" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;web sites&lt;/a&gt; to improve functionality or appearance. This extension associates a bit of code with specific web pages. This code runs every time you visit the page, dynamically changing the appearance and functionality of a page. In many ways, these scripts are just Firefox extensions in a different format.&lt;br /&gt;&lt;br /&gt;4. &lt;a href="http://firefox.exxile.net/"&gt;All-in-One Sidebar&lt;/a&gt;&lt;br /&gt;The All-in-One Sidebar extension adds a sidebar panel to the browser allowing the user to quickly switch between &lt;a class="kLink" id="KonaLink5" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;windows&lt;/a&gt;, such as the downloads, extensions, or themes window. Inspired by the Opera sidebar, this extension includes a toolbar which can be customized.&lt;br /&gt;&lt;br /&gt;5. &lt;a href="http://spellbound.sourceforge.net/"&gt;SpellBound&lt;/a&gt;&lt;br /&gt;SpellBound provides a spell checker similar to one seen in a word &lt;a class="kLink" id="KonaLink6" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;processor&lt;/a&gt;. As a word is entered in any text box on the page, Spellbound highlights the misspelled words with a red dotted underline. The spelling can then be easily corrected by clicking on the red underlined word and Spellbound will pop up a menu with potential corrections, providing a choice of which word to replace.&lt;br /&gt;&lt;br /&gt;6. &lt;a href="http://aluminum.sourmilk.net/reveal/"&gt;Reveal&lt;/a&gt;&lt;br /&gt;Reveal shows thumbnails of open tabs or as browsing through the history list. It can be managed using the &lt;a class="kLink" id="KonaLink7" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;keyboard&lt;/a&gt; or the mouse. There are two quality and similar extensions available that operate in much the same way: &lt;a href="http://viamatic.com/index.php/firefox"&gt;Viamatic foXpose&lt;/a&gt; and &lt;a href="http://showcase.uworks.net/"&gt;Showcase&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;7. &lt;a href="http://www.rabotat.org/firefox/"&gt;PDF Download&lt;/a&gt;&lt;br /&gt;The PDF Download extension allows the user to choose how to handle PDF (&lt;a class="kLink" id="KonaLink8" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;Adobe Acrobat&lt;/a&gt;) files. Every time a PDF link is clicked on, this extension offers the choice of whether to open the pdf file inside a new tab, download it to the &lt;a class="kLink" id="KonaLink9" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;computer&lt;/a&gt;, or view it as HTML.&lt;br /&gt;&lt;br /&gt;8. &lt;a href="https://addons.mozilla.org/firefox/1429/"&gt;IE View Lite&lt;/a&gt;&lt;br /&gt;IE View Lite provides one-click access to Internet Explorer for a selected page from the Firefox context menu. A neat thing about this extension is that it will allow you to jump to any browser, such as Opera, by changing the IE path in the extension settings. In addition, you can set any site to open in IE whenever it is loaded in Firefox.&lt;br /&gt;&lt;br /&gt;9. &lt;a href="http://perso.wanadoo.fr/marc.boullet/ext/extensions-en.html"&gt;All-in-One Gestures&lt;/a&gt;&lt;br /&gt;The All-in-One Gestures extension provides for &lt;a class="kLink" id="KonaLink10" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;management&lt;/a&gt; of mouse gestures, scrolling, and power navigation.&lt;br /&gt;&lt;br /&gt;10. &lt;a href="http://www.noscript.net/"&gt;NoScript&lt;/a&gt;&lt;br /&gt;NoScript provides full user control over what domains allow &lt;a class="kLink" id="KonaLink11" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;javascripts&lt;/a&gt; to run. NoScript can also block Flash, &lt;a class="kLink" id="KonaLink12" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;Java&lt;/a&gt;, disallow bookmarklets to work, and block or allow the ‘ping’ attribute of a tag.&lt;br /&gt;&lt;br /&gt;11. &lt;a href="http://www.foxytunes.org/firefox/"&gt;FoxyTunes&lt;/a&gt;&lt;br /&gt;Foxy Tunes places controls for the &lt;a class="kLink" id="KonaLink13" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;media player&lt;/a&gt; of your choice within the Firefox toolbar. You can pause, forward/reverse, play, adjust the volume, and view what is playing. Almost all major media players are supported. You can find a number of FoxyTunes skins &lt;a href="http://www.foxytunes.org/firefox/skins/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;12. &lt;a href="http://downthemall.mozdev.org/"&gt;Download Them All&lt;/a&gt;&lt;br /&gt;Download Them All will download, in just one click, all the links or images contained in a web page through a set of customizable filters.&lt;br /&gt;&lt;br /&gt;14. &lt;a href="http://www.wizzcomputers.com/WizzRss.php"&gt;Wizz NewsReader&lt;/a&gt;&lt;br /&gt;The Wizz NewsReader is a fully functional news reader extension. It works with works with Atom 0.3, Atom 1.0, all versions of RSS, and &lt;a class="kLink" id="KonaLink14" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;supports&lt;/a&gt; Podcast feeds.&lt;br /&gt;&lt;br /&gt;14. &lt;a href="http://imagezoom.yellowgorilla.net/"&gt;Image Zoom&lt;/a&gt;&lt;br /&gt;Image Zoom provides control of the size of images that are displayed in Firefox. Images can be zoomed in or out, to allow for easy viewing of images.&lt;br /&gt;&lt;br /&gt;15. &lt;a href="http://heygom.com/extensions/"&gt;Livelines&lt;/a&gt;&lt;br /&gt;Livelines allows for the customization of the â€œadd live bookmarkâ€ &lt;a class="kLink" id="KonaLink15" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;icon&lt;/a&gt; found in the Firefox location bar. Instead of adding an RSS feed as a â€œlive bookmarkâ€ within Firefox, Livelines can add the RSS feed to an online aggregator, such as Bloglines or Feedlounge, or to an desktop based RSS &lt;a class="kLink" id="KonaLink16" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;software&lt;/a&gt;, with a click of the mouse. &lt;a href="http://jedbrown.net/1.0/mozilla/extensions/"&gt;Webmail Compose&lt;/a&gt; will accomplish a similar idea with email. &lt;a class="kLink" id="KonaLink17" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;Webmail&lt;/a&gt; Compose opens a selected webmail program’s (e.g. Hotmail, &lt;a class="kLink" id="KonaLink18" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;Gmail&lt;/a&gt;) compose window if any &lt;a class="kLink" id="KonaLink19" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/15-best-firefox-extension/#" target="_top"&gt;email addresses&lt;/a&gt; are clicked on.&lt;/div&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/8273222500078536318-6173234291568967409?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/4KFIEXau_aE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/4KFIEXau_aE/15-best-firefox-extension.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_ToiV33i70vo/SLHhMCuu-FI/AAAAAAAAAQI/8yHaTKkeSIk/s72-c/mozilla_logo.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/15-best-firefox-extension.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-1954282117186002956</guid><pubDate>Sun, 24 Aug 2008 21:31:00 +0000</pubDate><atom:updated>2008-11-06T05:03:08.431-08:00</atom:updated><title>Watch Free TV Online with 25 ways</title><description>&lt;div&gt;Did you know that you can watch free TV online? Yes you can, some months back we posted &lt;a href="http://www.technobuzz.net/13-best-places-to-watch-tv-online-for-free/" target="_blank"&gt;13 Best Places To Watch TV Online for Free&lt;/a&gt; now again we are posting some more &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;new sites&lt;/a&gt; from where you can watch TV online Free. Here are over 25 different sites where you can watch free TV online. And Yes Don,t Forget to Subscribe daily updates by &lt;a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=797132" target="_blank"&gt;Email &lt;/a&gt;and &lt;a href="http://feeds.feedburner.com/Technobuzz" target="_blank"&gt;Feeds&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/8273222500078536318-1954282117186002956?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/tCXHMZR23kE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/tCXHMZR23kE/watch-free-tv-online-with-25-ways.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/watch-free-tv-online-with-25-ways.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-977311832911052114</guid><pubDate>Sun, 24 Aug 2008 21:25:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.931-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tools</category><title>Most Useful Convertors,plugins and web tools</title><description>&lt;h3&gt;1. Redesign Google Service with Google Redesigned Extension&lt;/h3&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/8434" target="_blank"&gt;Google Redesigned &lt;/a&gt;is a &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/redesign-gmail-with-google-redesigned-extension/#" target="_top"&gt;Mozilla Firefox&lt;/a&gt; extension designed by Globex Designs that aims to fully redesign the look and feel of popular Google services. This is achieved with Cascading StyleSheet (&lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/redesign-gmail-with-google-redesigned-extension/#" target="_top"&gt;CSS&lt;/a&gt;) files which are loaded on the client’s browser. The extension simplifies the use of these styles by providing auto-updates, easy &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/redesign-gmail-with-google-redesigned-extension/#" target="_top"&gt;management&lt;/a&gt; and notifications of changes. You can also download and use the styles individually by going to their respective pages.
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;Here are the Screenshots:&lt;/strong&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_ToiV33i70vo/SLHVHFaafeI/AAAAAAAAAPI/V4-zYP-UQXc/s1600-h/gmail1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238202159297363426" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" height="161" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLHVHFaafeI/AAAAAAAAAPI/V4-zYP-UQXc/s320/gmail1.jpg" width="297" border="0" /&gt;&lt;/a&gt; &lt;a href="http://4.bp.blogspot.com/_ToiV33i70vo/SLHWq8M5ZRI/AAAAAAAAAPY/Jtq-OGrnv-M/s1600-h/gmail2.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238203874811667730" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" height="159" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLHWq8M5ZRI/AAAAAAAAAPY/Jtq-OGrnv-M/s320/gmail2.jpg" width="299" border="0" /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_ToiV33i70vo/SLHSatqs46I/AAAAAAAAAOg/cFIL9BKTb0c/s1600-h/gmail1.jpg"&gt;&lt;/a&gt;
&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_ToiV33i70vo/SLHSav59WlI/AAAAAAAAAOo/s2LdtoOXEJY/s1600-h/gmail2.jpg"&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;h3&gt;2.Watch Olympic Games online&lt;/h3&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;p&gt;Everybody of us wants to watch the Beijing Olympic Games 2008 Online for free because some of us at office or busy with some other work. So now its possible to watch Live Streams and On-Demand Highlights on internet. Here’s are a websites where you can watch the summer Olympic Games 2008 online for free whether you are at work or home.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.youtube.com/beijing2008"&gt;YouTube&lt;/a&gt; has a seperate channel for Olympic Games 2008.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://en.beijing2008.cn/video/"&gt;Beijing2008.cn&lt;/a&gt; - This is the official &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-olympic-games-online/#" target="_top"&gt;portal&lt;/a&gt; for Olympic Games that hosts a large collection of videos, photographs, interviews with players from different countries, Olympic Game logos, history of the game, and other interesting material. You may want to visit for regular news about the games.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.cyclingfans.com/"&gt;CyclingFans.com&lt;/a&gt; — This website provides free live video and &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-olympic-games-online/#" target="_top"&gt;audio streaming&lt;/a&gt; of all Olympic events worldwide.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://2008.uusee.com/" target="_blank"&gt;UUSee&lt;/a&gt; allows you to download its software to watch Olympic games on live or watch it in their website without any installation.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.cctvolympics.com/" target="_blank"&gt;CCTVOlympics.com&lt;/a&gt; plans to provide 5,000 hours of “on-demand protected streamed video content including full event replays, highlights, features, interviews and encore packages.”
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://watchliveolympics.com/" target="_blank"&gt;WatchLiveOlympics.com&lt;/a&gt; you can watch all the olympic action live from Beijing 2008 directly from live members area for free.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.tvtonic.com/olympics/install/" target="_blank"&gt;TV Tonic&lt;/a&gt; is offering US users a high quality service for watching &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-olympic-games-online/#" target="_top"&gt;Olympic&lt;/a&gt; games on their PC. But it only works with 32-bit Windows Vista Home Premium and Ultimate, having Windows Media Center.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.nbcolympics.com/" target="_blank"&gt;NBC&lt;/a&gt; will stream 3000 hours of recorded events and 4 live streams.
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;Other Links:&lt;/strong&gt;
&lt;br /&gt;&lt;a href="http://www.webtvwire.com/nbc-olympic-online-web-video-coverage-subject-to-severe-totalitarian-restrictions/"&gt;NBCOlympics.com Will Stream Olympic Games but With Restrictions&lt;/a&gt;
&lt;br /&gt;UK Users: &lt;a href="http://www.tvadio.com/tv-channel/BBC-Sport-Olympics.aspx"&gt;Watch the Olympics Online at the BBC website&lt;/a&gt;
&lt;br /&gt;U.S Users: &lt;a href="http://www.tvadio.com/tv-channel/NBC-Olympic-Games-Live.aspx"&gt;Watch the Olympics Online at the NBC website&lt;/a&gt;
&lt;br /&gt;&lt;a href="http://en.beijing2008.cn/"&gt;Olympic Games Official Website&lt;/a&gt;
&lt;br /&gt;&lt;a href="http://www.webtvwire.com/nbc-olympics-live-online-coverage-to-be-used-as-research-lab-for-future-multimedia-events/"&gt;NBC Olympics Live Online Coverage To Be Used As Research Lab For Future Multimedia Events&lt;/a&gt;
&lt;br /&gt;&lt;a href="http://www.webtvwire.com/will-nbc-free-olympic-coverage-be-successful-media-mogul-john-malone-thinks-it-is-absurd/"&gt;Will NBC Free Olympic Coverage Be Successful? Media Mogul John Malone Thinks It Is Absurd&lt;/a&gt;
&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;3. Easy Widget Creation Web Tool - Widgenie&lt;/h3&gt;&lt;a href="http://2.bp.blogspot.com/_ToiV33i70vo/SLHYlv4EIbI/AAAAAAAAAPg/hMaFPM6ypxQ/s1600-h/wid.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238205984626975154" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLHYlv4EIbI/AAAAAAAAAPg/hMaFPM6ypxQ/s320/wid.jpg" border="0" /&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://www.widgenie.com/" target="_blank"&gt;Widgenie&lt;/a&gt; is a free site that allows users to upload &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/easy-widget-creation-web-tool-widgenie/#" target="_top"&gt;excel&lt;/a&gt; and csv files, although more data sources are expected soon. Once you’ve uploaded your file you can customize a widget, or “Widgenie” , by color, size, etc.&lt;/p&gt;&lt;p&gt;It allows &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/easy-widget-creation-web-tool-widgenie/#" target="_top"&gt;bloggers&lt;/a&gt;, businessmen, housewives, priests, anyone basically, to create widgets or visual information charts for publishing on the web’s most popular sites like Facebook, Wordpress and iGoogle. Users can import data from Excel spreadsheets, &lt;a class="kLink" id="KonaLink3" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/easy-widget-creation-web-tool-widgenie/#" target="_top"&gt;CSV files&lt;/a&gt; and data feeds from Widgenie’s partner sites. After the &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/easy-widget-creation-web-tool-widgenie/#" target="_top"&gt;data&lt;/a&gt; is input, it can be customized via a drag and drop editor—no coding whatsoever is required. Colors, size, headings, fonts and more can all be customized according to user preferences. All changes can be previewed within Widgenies viewing window.
&lt;br /&gt;Overall the site is really great for &lt;a class="kLink" id="KonaLink4" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/easy-widget-creation-web-tool-widgenie/#" target="_top"&gt;sharing data&lt;/a&gt; with family, colleagues, co-workers, or any readers on your site or &lt;a class="kLink" id="KonaLink5" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/easy-widget-creation-web-tool-widgenie/#" target="_top"&gt;blog&lt;/a&gt;. It’s easy to use and easy to update.
&lt;br /&gt;
&lt;br /&gt;Thanks: &lt;a href="http://www.widgenie.com/" target="_blank"&gt;Christy&lt;/a&gt;
&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;4. Free Desktop Sharing &amp;amp; Web Conferencing&lt;/h3&gt;&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_ToiV33i70vo/SLHa_aJuAbI/AAAAAAAAAPo/bZoWuIOUh9s/s1600-h/vyew-screenshot-1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238208624495296946" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_ToiV33i70vo/SLHa_aJuAbI/AAAAAAAAAPo/bZoWuIOUh9s/s320/vyew-screenshot-1.jpg" border="0" /&gt;&lt;/a&gt;&lt;a href="http://vyew.com/site/" target="_blank"&gt;VyewMyPC&lt;/a&gt; provides easy desktop sharing, whiteboarding and web conferencing free. VyewMyPC.com is a quickstart solution offered by Vyew.com. Vyew.com is more than just desktop sharing. It is a powerful &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/free-desktop-sharing-web-conferencing/#" target="_top"&gt;platform&lt;/a&gt; for real-time and always-on interaction between people and content.&lt;/p&gt;&lt;p&gt;Basically, go to the Vyew My PC &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/free-desktop-sharing-web-conferencing/#" target="_top"&gt;web page&lt;/a&gt; and click start sharing my desktop. You will be given a unique, unguessable URL. You can then share that URL with anyone you’d like to share your desktop with. There are some features you need an account to use, but the basics are usable by anyone.
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;Features:&lt;/strong&gt;
&lt;br /&gt;* Completely browser-based: Supports any browser with no &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/free-desktop-sharing-web-conferencing/#" target="_top"&gt;software&lt;/a&gt; to install* Webcam support* &lt;a class="kLink" id="KonaLink3" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/free-desktop-sharing-web-conferencing/#" target="_top"&gt;Voice over IP&lt;/a&gt; (VoIP) and free conference calling* Text chat* Whiteboarding* Advanced features tab for easy access to more features of VyewVia- &lt;a href="http://www.downloadsquad.com/2008/08/08/vyew-my-pc-easy-online-desktop-sharing-for-anyone/" target="_blank"&gt;Downloadsquad&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;h3&gt;5. Search Torrent Files Easily&lt;/h3&gt;
&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.usniff.com/" target="_blank"&gt;Usniff&lt;/a&gt; is a new search tool for &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/search-torrent-files-easily/#" target="_top"&gt;torrents&lt;/a&gt;, Usniff is a news real-time &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/search-torrent-files-easily/#" target="_top"&gt;search engine&lt;/a&gt; that lets you search on 5 different torrent websites (The Pirate Bay, BitTorrent, etc.) simultaneously. Search results are sorted according to upload date, torrent name, file size, search engine, peers and seeds.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_ToiV33i70vo/SLHeKwRV-GI/AAAAAAAAAPw/RneA49EX0SM/s1600-h/torrents.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238212117946300514" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLHeKwRV-GI/AAAAAAAAAPw/RneA49EX0SM/s400/torrents.jpg" border="0" /&gt;&lt;/a&gt; &lt;strong&gt;Features:&lt;/strong&gt;
&lt;br /&gt;a. Search 5 popular torrent sites simultaneously.
&lt;br /&gt;b. Supported sites: The Pirate Bay, BitTorrent, Mininova, IsoHunt and Monova.
&lt;br /&gt;c. Filter search results by keyword, size, seeds, peers, and source.
&lt;br /&gt;d. See top searches.
&lt;br /&gt;e. No sign-up or registration needed.&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;h3&gt;6. Top Wordpress Plugins for the Bloggers&lt;/h3&gt;
&lt;br /&gt;&lt;p&gt;If youâ€™re a blogger, then you probably know about the power of the Wordpress &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/top-wordpress-plugins-for-the-bloggers/#" target="_top"&gt;platform&lt;/a&gt;. Straight out of the box, Wordpress is one of the best solutions for blogging.
&lt;br /&gt;
&lt;br /&gt;Here is a great list that I whipped together of some of the most useful and most popular Wordpress plugins, if you donâ€™t yet have wordpress, or donâ€™t know what it is head over to wordpress.org, its a blogging &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/top-wordpress-plugins-for-the-bloggers/#" target="_top"&gt;software&lt;/a&gt;, which is awesome!Enjoy the list.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://akismet.com/"&gt;Akismet&lt;/a&gt;: Akismet checks your comments against the Akismet web serivce to see if they look like spam or not. You need a WordPress.com API key to use this service. You can review the spam it catches under â€œManageâ€ and it automatically deletes old spam after 15 days. I highly recommend this plugin.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final?utm_source=wp-wm&amp;amp;utm_medium=install&amp;amp;utm_content=plugin-home"&gt;Google Sitemap Generator&lt;/a&gt; came in second. Looks like a lot of bloggers are starting to care about SEO and this plugin is the best tool to tell Google how it should crawl your &lt;a class="kLink" id="KonaLink3" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/top-wordpress-plugins-for-the-bloggers/#" target="_top"&gt;blog&lt;/a&gt; and where to find everything you want found.&lt;a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/"&gt;Show Top Commentators&lt;/a&gt; - If you are looking for a way to increase your comments and the interaction among your readership, this plugin is an excellent choice. Show Top Commentators encourages discussion by rewarding readers for making a comment. The top commentators are displayed in the sidebar with the number of comments they have made and a link back to their website.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.orderedlist.com/articles/wordpress_feedburner_plugin/"&gt;Feedburner Feed Replacement&lt;/a&gt; - Forwards all feed traffic to Feedburner while creating a randomized feed for Feedburner to pull from.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.acmetech.com/blog/adsense-deluxe/"&gt;Adsense Deluxe&lt;/a&gt; - If you run adsense on your blog, then this is the number one plugin to implement. Adsense Deluxe allows you to automatically insert Google Adsense with ease.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://wasabi.pbwiki.com/Related%20Entries"&gt;Related Posts &lt;/a&gt;- This plugin will find other blog posts that are related to the current post based on keyword matching. You can then display the related posts at the bottom of each article. This is an excellent way to keep visitors at your site for longer periods of time. Customize this plugin to display as many or as few related posts as you desire.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://ryanduff.net/projects/wp-contactform/" target="_blank"&gt;Wp-Contact form&lt;/a&gt;. This plugin developed by Ryan Duff is used by many bloggers. It creates a contact form on your blog, through which your readers can contact you. However at the moment of this writing, Ryans website seemed to be down. Another good plugin to generate contact forms is here. Update: You can download Spam protected Wp-contact form from &lt;a href="http://www.douglaskarr.com/2006/09/22/wordpress-contact-form-with-spam-protection/" target="_blank"&gt;Doug Carr blog here.&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://mnm.uib.es/gallir/wp-cache-2/"&gt;WP-Cache&lt;/a&gt; - An extremely efficient WordPress page caching system to make your site much faster and responsive. It works by caching Worpress pages and storing them in a static file for serving future requests.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.neato.co.nz/ultimate-tag-warrior/"&gt;Ultimate Tag Warrior&lt;/a&gt; - This is the best tag system for WordPress. Ultimate Tag Warrior will help you pick up more traffic from Technorati and adds a number of SEO benefits to your blog.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.netconcepts.com/seo-title-tag-plugin/"&gt;SEO Title Tag&lt;/a&gt; - Title tags are one of the most important on-page factors for search engine optimization. This plugin allows you to optimize your title tag for optimum traffic.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://www.ilfilosofo.com/blog/wp-db-backup"&gt;Wordpress Database Backup&lt;/a&gt; - Talk about a lifesaver. This plugin comes installed with Wordpress, providing an easy way to backup your Wordpress &lt;a class="kLink" id="KonaLink4" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/top-wordpress-plugins-for-the-bloggers/#" target="_top"&gt;database&lt;/a&gt;. You can download the backup file or have it emailed to the address of your choice.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://alexking.org/projects/wordpress/readme?project=popularity-contest"&gt;Popularity Contest&lt;/a&gt; A very useful plugin that lets you automatically highlight your best posts to your readers. It keeps a count of your post, category and archive views, comments, trackbacks, etc. and uses them to determine which of your posts are most popular. It can significantly increase the â€œstickinessâ€ of your blog and help you convert first time visitors into a regular readers.
&lt;br /&gt;
&lt;br /&gt;These are the list of most popular plugins in the blogosphere! If you liked it, help spread the news - do not forget to Digg it
&lt;br /&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;h3&gt;7. Increase Your Feed Subscribers with 5 Simple Tips&lt;/h3&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_ToiV33i70vo/SLHgB0TyH3I/AAAAAAAAAP4/8OcJnBvY394/s1600-h/rssbutton.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238214163434708850" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 268px; CURSOR: hand; HEIGHT: 262px" height="274" alt="" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLHgB0TyH3I/AAAAAAAAAP4/8OcJnBvY394/s320/rssbutton.jpg" width="282" border="0" /&gt;&lt;/a&gt;Here are some interesting tips on how to get more &lt;a href="http://feeds.feedburner.com/Technobuzz"&gt;Blog Subscribers&lt;/a&gt;. I know some of you may think that you donâ€™t want a large part of your readers reading from their feed readers because it is much harder to monetize a feed than it is monetize your already running &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/increase-your-feed-subscribers-with-5-simple-tips/#" target="_top"&gt;blog&lt;/a&gt;.
&lt;br /&gt;
&lt;br /&gt;Hereâ€™s five step how to increase your feed readers:
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;Content is King:-&lt;/strong&gt;
&lt;br /&gt;This advice is almost mandatory in all blog advice posts. Regardless of how simple it is to subscribe to your blog, visitors will not subscribe to &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/increase-your-feed-subscribers-with-5-simple-tips/#" target="_top"&gt;your blog&lt;/a&gt; if your content isnâ€™t interesting. So go ahead, implement these changes and get back to writing your blog.
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;Offer full feeds:-&lt;/strong&gt;
&lt;br /&gt;Do not try to trick your feed subscribers by offering partial content. No matter how catch your title or excerpt is, they are not going to click through every time. &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/increase-your-feed-subscribers-with-5-simple-tips/#" target="_top"&gt;RSS&lt;/a&gt; feed subscribers are busy people and often have dozens of feeds they have to get through before they can sleep peacefully. Theyâ€™ll tolerate your stinginess for a while and then hit the â€˜unsubscribeâ€™ button. So always offer them &lt;a style="FONT-WEIGHT: bold" href="http://feeds.feedburner.com/Technobuzz"&gt;full Feeds.&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;Donâ€™t display your RSS count button:-&lt;/strong&gt;
&lt;br /&gt;If your subscriber base is less than 100. So don,t display youur RRS Count Button. People often like to read what other people are reading and a small subscriber count may turn them off or might seem as if your content isnâ€™t worth subscribing. When you have a large enough (subjective) subscriber base, feel free to flaunt it around.
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;â€˜Askingâ€™ your readers to subscribe:-&lt;/strong&gt;
&lt;br /&gt;Ask for Subscription at the end of each post, like this -I hope you enjoyed reading this post. You may now subscribe to my &lt;a style="FONT-WEIGHT: bold" href="http://feeds.feedburner.com/technobuzz"&gt;RSS Feed&lt;/a&gt; or receive daily updates on your &lt;a style="FONT-WEIGHT: bold" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=797132"&gt;Email &lt;/a&gt;.
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;Visibility:-&lt;/strong&gt;
&lt;br /&gt;How visible is your feed button. Try this one to attract some attention to it. You can drop this &lt;a href="http://feeds.feedburner.com/Technobuzz"&gt;RSS Button&lt;/a&gt; Bomb once a week.&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;h3&gt;8. Watch Free TV Online with 25 ways&lt;/h3&gt;Did you know that you can watch free TV online? Yes you can, some months back we posted &lt;a href="http://www.technobuzz.net/13-best-places-to-watch-tv-online-for-free/" target="_blank"&gt;13 Best Places To Watch TV Online for Free&lt;/a&gt; now again we are posting some more &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;new sites&lt;/a&gt; from where you can watch TV online Free. Here are over 25 different sites where you can watch free TV online. And Yes Don,t Forget to Subscribe daily updates by &lt;a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=797132" target="_blank"&gt;Email &lt;/a&gt;and &lt;a href="http://feeds.feedburner.com/Technobuzz" target="_blank"&gt;Feeds&lt;/a&gt;.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_ToiV33i70vo/SLHT-7Vq_8I/AAAAAAAAAOw/EHqBTQfVr8E/s1600-h/tv-video.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5238200919642537922" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLHT-7Vq_8I/AAAAAAAAAOw/EHqBTQfVr8E/s320/tv-video.jpg" border="0" /&gt;&lt;/a&gt;1. &lt;a href="http://www.technobuzz.net/watch-live-online-tv-with-tvchannelsfreecom/" target="_blank"&gt;TvChannelsFree.com&lt;/a&gt;- TvChannelsFree.com - The largest resource available on the Web for viewing Free &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;Internet Television&lt;/a&gt;. Live streaming TV, recorded news, broadband &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;internet TV&lt;/a&gt; stations, and video from all over the world. About 2,961 &lt;a class="kLink" id="KonaLink3" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;Online TV&lt;/a&gt; Channels from 60+ countries in Europe, North America, Africa, Asia, The Caribbean, Latin America, Middle East all in one &lt;a class="kLink" id="KonaLink4" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;website&lt;/a&gt;. You can stream live TV channels from over 60 different countries - starting from popular new channels like BBC, CNN and EuroSports to local channels in United States.
&lt;br /&gt;2. &lt;a href="http://www.linktv.org/experience/" target="_blank"&gt;LinkTV:&lt;/a&gt; Global news, documentaries, TV shows, and movies.
&lt;br /&gt;3. &lt;a href="http://abc.go.com/" target="_blank"&gt;ABC TV:&lt;/a&gt; download and watch free Web TV at Abc.com.
&lt;br /&gt;4. &lt;a href="http://www.channelchooser.com/" target="_blank"&gt;ChannelChooser:&lt;/a&gt; ChannelChooser is a good place to find many different free web TV channels, all streaming.
&lt;br /&gt;5. &lt;a href="http://wwitv.com/portal.htm" target="_blank"&gt;wwITv.com:&lt;/a&gt; You can find free web TV channels from all over the world here; a great selection.
&lt;br /&gt;6. Miro: &lt;/a&gt;Download Miro to watch free internet video channels and play any video file.
&lt;br /&gt;7. &lt;a href="http://www.veoh.com/" target="_blank"&gt;Veoh.comp&lt;/a&gt;: Watch all kinds of free web TV and more videos at Veoh.com.
&lt;br /&gt;8. &lt;a href="http://blip.tv/" target="_blank"&gt;Blip.tv:&lt;/a&gt; Watch the most popular TV shows over at Blip.tv; lots of free web TV here.
&lt;br /&gt;9. &lt;a href="http://tv.yahoo.com/" target="_blank"&gt;Yahoo TV:&lt;/a&gt; Yahoo TV is still really getting going, but you can find a lot of good stuff here, especially trailers and pilots from upcoming TV shows.
&lt;br /&gt;10. &lt;a href="http://television.aol.com/in2tv" target="_blank"&gt;AOL in2tv:&lt;/a&gt; AOL’s in2tv is one of the best places on the Web to find classic TV shows.
&lt;br /&gt;11. &lt;a href="http://www.bbc.co.uk/london/content/articles/2005/06/03/tvnews.shtml" target="_blank"&gt;BBC:&lt;/a&gt; The BBC has generously placed its news &lt;a class="kLink" id="KonaLink5" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;programs online&lt;/a&gt; in a free, streaming format.
&lt;br /&gt;12. &lt;a href="http://www.sc.edu/library/newsfilm/" target="_blank"&gt;Newsfilm Library:&lt;/a&gt; From the University of South Carolina; this collection hosts a part of the Fox MovieTone collection.
&lt;br /&gt;13. &lt;a href="http://www.chooseandwatch.com/index.html#" target="_blank"&gt;Choose and Watch:&lt;/a&gt; Choose and Watch is a free web TV site with literally hundreds of channels to choose from.
&lt;br /&gt;14. &lt;a href="http://www.live-online-tv.com/" target="_blank"&gt;Live Online TV:&lt;/a&gt; Live Online TV is a good site with many free channel offerings to choose from.
&lt;br /&gt;15. &lt;a href="http://www.zap2it.com/tv/" target="_blank"&gt;Zap2it.com:&lt;/a&gt; You can watch all sorts of free web TV at Zap2it, also includes news and reviews.
&lt;br /&gt;16.&lt;a href="http://www.streamick.com/" target="_blank"&gt; Streamick:&lt;/a&gt; Streamick has many, many free web TV channels to choose from, but I especially appreciate that it’s so nicely organized into categories.
&lt;br /&gt;17. TVLand: &lt;/a&gt;Watch old and new TV shows here at TVLand; I got sucked into an old episode of Little House on the Prairie.
&lt;br /&gt;18. &lt;a href="http://websearch.about.com/od/imagesearch/a/singingfish.htm" target="_blank"&gt;SingingFish:&lt;/a&gt; SingingFish is a good place to find all kinds of &lt;a class="kLink" id="KonaLink6" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;multimedia&lt;/a&gt;. Make sure you take advantage of the advanced search filters.
&lt;br /&gt;19. &lt;a href="http://www.current.tv/" target="_blank"&gt;CurrentTV:&lt;/a&gt; not a traditional TV network; this is mostly user-created and submitted free online TV.
&lt;br /&gt;20 &lt;a href="http://www.foodtv.com/" target="_blank"&gt;FoodNetwork:&lt;/a&gt; Don’t have cable, but you need that recipe? No problem - you can watch free web TV demonstrations.
&lt;br /&gt;21. &lt;a href="http://video.google.com/" target="_blank"&gt;Google Video:&lt;/a&gt; Google Video is a good place to find free web TV, however, many of the shows are pay-per-view (you can just go over to YouTube and find them there!).
&lt;br /&gt;22. &lt;a href="http://beelinetv.com/" target="_blank"&gt;BeelineTV:&lt;/a&gt; Free web TV channels from all around the world.
&lt;br /&gt;23. &lt;a href="http://video.search.yahoo.com/" target="_blank"&gt;Yahoo Video Search:&lt;/a&gt; Yahoo Video Search is a good place to find music videos, TV show snippets, and more.
&lt;br /&gt;24. &lt;a href="http://www.radiofreeworld.com/" target="_blank"&gt;RadioFreeWorld:&lt;/a&gt; Find free web TV here, as well as free &lt;a class="kLink" id="KonaLink7" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/watch-free-tv-online/#" target="_top"&gt;online radio&lt;/a&gt; stations.
&lt;br /&gt;25. &lt;a href="http://www.worldtvpc.com/" target="_blank"&gt;Worldtvpc&lt;/a&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-977311832911052114?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/u_oXQvdcGZQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/u_oXQvdcGZQ/redesign-google-service-with-google.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_ToiV33i70vo/SLHVHFaafeI/AAAAAAAAAPI/V4-zYP-UQXc/s72-c/gmail1.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/redesign-google-service-with-google.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-3876627667175767497</guid><pubDate>Sun, 24 Aug 2008 21:06:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.932-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tools</category><title>10 Useful Windows Tools</title><description>Here are the List of 10 Most Useful &lt;a class="kLink" id="KonaLink0" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/10-useful-windows-utility/#" target="_top"&gt;windows&lt;/a&gt; app which are free to Download and very useful for you.&lt;br /&gt;Here is the List.&lt;br /&gt;&lt;br /&gt;1) Windows Desktop Search 3.01 for Windows XP (KB917013)Brief Description: Windows Desktop Search 3.01 is an updated component of Windows that enables instant search on your &lt;a class="kLink" id="KonaLink1" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/10-useful-windows-utility/#" target="_top"&gt;computer.&lt;/a&gt;&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/9/b/d/9bd9c91f-7a74-4084-9198-49d2cfab7947/WindowsDesktopSearch-KB917013-V301-XP-x86-enu.exe"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Microsoft Windows Theme NunavutBrief Description: Customize your &lt;a class="kLink" id="KonaLink2" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/10-useful-windows-utility/#" target="_top"&gt;desktop&lt;/a&gt; with Microsoft Windows Theme Nunavut.&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/8/4/6/846a9dd4-d208-4f84-a6b8-53b21d2d2b72/Windows_Theme_English_Nunavut.msi"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. Microsoft Egypt Nile ThemeBrief Description: An Egypt Nile desktop theme with new wallpaper, animated cursors, new &lt;a class="kLink" id="KonaLink3" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/10-useful-windows-utility/#" target="_top"&gt;icons&lt;/a&gt;, new 4&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/4/8/0/48073e54-01b4-4c62-a9ce-32987fcb9bfe/Nile_Theme_EN.msi"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. Autoplay Repair WizardBrief DescriptionThe Microsoft AutoPlay Repair Wizard &lt;a class="kLink" id="KonaLink4" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/10-useful-windows-utility/#" target="_top"&gt;scans your computer&lt;/a&gt; devices to find defective AutoPlay settings, and attempts to fix those it finds.&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/2/3/2/2326455e-a840-4c61-bc28-3afa1820b240/AutoFix.exe"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5. 3-D American Flag Screen SaverBrief Description: Reflect your patriotic spirit with this American Flag screen saver.&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/WinXPHome/Utility/1/W982KMeXP/EN-US/AmericanFlag.EXE"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;6. SyncToy v1.4Brief Description: SyncToy helps you copy, move, rename, and delete files between folders and computers quickly and easily.&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/e/0/5/e05a8797-eceb-46f6-ad38-a81609e209a0/Setup.msi"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;7. Windows XP Winter Fun ScreensaversBrief Description: Download these cool screen savers with vivid 3-D and interactive sound effects.&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/4/5/6/4560d9e2-982b-4e3e-9771-ed3ca074f4bb/screensaverfunpack.exe"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;8. Plus! Dancer LEBrief Description: Experience music in a whole new way with lifelike 3-D and animated dancers that groove on your desktop with dozens of entertaining and hilarious dance moves.&lt;br /&gt;a.&lt;a href="http://download.microsoft.com/download/9/e/4/9e41e0a9-1eb7-4f57-8083-8a234aae4084/BooWho_DancerLE.exe"&gt;Download&lt;/a&gt;b.&lt;a href="http://download.microsoft.com/download/9/e/4/9e41e0a9-1eb7-4f57-8083-8a234aae4084/Cobey_DancerLE.exe"&gt;Download&lt;/a&gt;c.&lt;a href="http://download.microsoft.com/download/9/e/4/9e41e0a9-1eb7-4f57-8083-8a234aae4084/EandM_DancerLE.exe"&gt;Download&lt;/a&gt;d.&lt;a href="http://download.microsoft.com/download/9/e/4/9e41e0a9-1eb7-4f57-8083-8a234aae4084/Jade_DancerLE.exe"&gt;Download&lt;/a&gt;e.&lt;a href="http://download.microsoft.com/download/9/e/4/9e41e0a9-1eb7-4f57-8083-8a234aae4084/Kris_DancerLE.exe"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;9. NZ Bliss Desktop Backgrounds for WindowsBrief Description: Free uniquely New Zealand desktop backgrounds &amp;amp; wallpaper.&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/a/c/4/ac407ba2-30d2-447b-8c93-83967a92dd9f/Key%20Summit.JPG"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;10. Internet Explorer Developer ToolbarBrief Description: The Microsoft Internet Explorer &lt;a class="kLink" id="KonaLink5" style="POSITION: static; TEXT-DECORATION: underline! important" href="http://www.technobuzz.net/10-useful-windows-utility/#" target="_top"&gt;Developer&lt;/a&gt; Toolbar provides a variety of tools for quickly creating, understanding, and troubleshooting Web pages.&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/f/3/c/f3c93e70-ccdc-46c9-bbd4-70d94bdd0cc9/IEDevToolBarSetup.msi"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Courtesy :www.technobuzz.net&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-3876627667175767497?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/jCYpFDyyE9k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/jCYpFDyyE9k/10-useful-windows-tools.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/10-useful-windows-tools.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-2763943843150560141</guid><pubDate>Sun, 24 Aug 2008 20:31:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.932-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tools</category><title>Online FLV(videos) Converter</title><description>Download online videos direct to PC / iPod / PSP. It's &lt;a href="http://www.vixy.net/" target="_blank" rel="follow"&gt;free&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;About this service:&lt;/strong&gt;&lt;br /&gt;This service allows you convert a Flash Video / FLV file (YouTube's videos,etc) to MPEG4 (AVI/MOV/MP4/MP3/3GP) file online. It is using a compressed domain transcoder technology (&lt;a href="http://vixy.net/blog/archives/42" target="_top"&gt;outline in Japanese&lt;/a&gt;). It converts FLV to MPEG4 faster and less lossy than a typical transcoder.&lt;br /&gt;&lt;br /&gt;When you submit a URL, it will download and convert to the video format, and then you can download the converted file.&lt;br /&gt;&lt;br /&gt;FLV to MPEG4 Conveter engine is now &lt;a href="http://sourceforge.net/projects/vixynet/" target="_top"&gt;OpenSource. &lt;/a&gt;You can download the source code via subversion: &lt;a href="http://sourceforge.net/svn/?group_id=183657" target="_new"&gt;http://sourceforge.net/svn/?group_id=183657&lt;/a&gt;&lt;br /&gt;For Windows users: Please install DivX to play DivX AVI.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Vixy.net Converter Desktop Version (BETA):&lt;/strong&gt;&lt;br /&gt;For your desktop version is available now. It looks like this site and the usage is almost same as this site. It's free but with Ads. It's still in BETA release so it will expire at Sep/30/2008.&lt;br /&gt;&lt;br /&gt;1. &lt;a href="http://vixy.net/app/download/windows"&gt;Download Installer for Windows (Xp, Vista)&lt;/a&gt;Version 0.6 Jul/01/2008(If you use Xp, please install &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;amp;displaylang=en"&gt;.NET Framework 2.0&lt;/a&gt;.)&lt;br /&gt;&lt;br /&gt;2. Download App for MacOSX (10.4, 10.5) &lt;a href="http://vixy.net/app/download/mac_intel"&gt;Intel&lt;/a&gt; / &lt;a href="http://vixy.net/app/download/mac_ppc"&gt;PPC&lt;/a&gt;Version 0.3 Jul/01/2008To install the app, please open dmg file and copy the app to your "Application" folder. The converted file will be in your "Movie" folder. (You can change the output folder from "Preference" Menu.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-2763943843150560141?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/mIhRrZPyhPU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/mIhRrZPyhPU/online-flvvideos-converter.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/online-flvvideos-converter.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-2943592005449652527</guid><pubDate>Sun, 27 Jul 2008 11:44:00 +0000</pubDate><atom:updated>2008-12-11T00:18:14.028-08:00</atom:updated><title>Adobe CS3 Extended Seminar in Hyderabad</title><description>&lt;a href="http://4.bp.blogspot.com/_ToiV33i70vo/SIeGHWdx4OI/AAAAAAAAAGA/9fR6SQcXRw4/s1600-h/23072008453.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5226293353434439906" style="margin: 0px 10px 10px 0px; float: left;" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SIeGHWdx4OI/AAAAAAAAAGA/9fR6SQcXRw4/s400/23072008453.jpg" border="0" /&gt;&lt;/a&gt;&lt;strong&gt;New to the Photoshop family, &lt;a href="http://hyderabadbazar.blogspot.com/2008/07/amazing-adobe-cs3-extended-seminar-in.html"&gt;&lt;strong&gt;Adobe Photoshop CS3 Extended&lt;/strong&gt;&lt;/a&gt; delivers everything in Photoshop CS3 and more. Render and incorporate 3D images into your 2D composites. Stop time with easy editing of motion graphics on video layers. And probe your images with measurement, analysis, and visualization tools.&lt;/strong&gt;&lt;br /&gt;&lt;span style="padding: 0px 0px 0px 30px; display: block;"&gt;&lt;br /&gt;&lt;b&gt;Ideal for:&lt;/b&gt;&lt;br /&gt;- Film, video, and multimedia professionals&lt;br /&gt;- Graphic and web designers using 3D and motion&lt;br /&gt;- Manufacturing professionals&lt;br /&gt;- Medical professionals&lt;br /&gt;- Architects and engineers (AEC professionals)&lt;br /&gt;- Scientific researchers&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Like a well-fed amoeba, the 2007 Adobe Photoshop has split in two, producing its own child, Adobe Photoshop CS3 Extended. Think of Extended as Photoshop heavy (as opposed to Photoshop Light); it’s basically the same application with some extra capabilities and bundled scripts targeted at video postproduction tasks, 3D texture-map editing, and scientific image analysis. At about $300 more than &lt;a href="http://reviews.cnet.com/4505-3634_7-32378942.html"&gt;Adobe Photoshop CS3&lt;/a&gt;, it is a significant upgrade decision–one which I’m not sure will entirely satisfy the relevant users.&lt;br /&gt;&lt;br /&gt;Adobe seems to use Extended as a dumping ground for everything it considers “other.” What else could explain a product that supports both DICOM image stacks and texture-map editing? Though it boasts some useful capabilities, Extended seems like a tentative, uncertain step toward addressing each segment of Photoshop’s heretofore tangential users. It’s Photoshop with &lt;a href="http://psyweb.com/Mdisord/jsp/dissd.jsp#did" target="_blank" rel="nofollow"&gt;multiple personality disorder&lt;/a&gt;: one scientist, one architect/engineer, and one game designer/video producer.&lt;br /&gt;&lt;br /&gt;Furthermore, whenever a company draws a market segment line between two versions of a product, the placement of that line becomes somewhat arbitrary. In the case of Photoshop standard versus Extended, that fuzzy line cuts across its 32-bit high-dynamic-range (HDR) imaging support. The standard version has Merge to HDR, which allows you to take bracketed photos and combine them to attain a broader tonal range. But for HDR-capable brushes and support for adjustments like Levels, Hue, and Saturation, you’ll have to bump up to Extended. Even there, the Magic Wand doesn’t work in 32-bit mode (although, oddly, Quick Select works), nor do Curves and the new Black and White adjustments (you can still use the Channel Mixer, however).&lt;br /&gt;&lt;br /&gt;Its new measurement tools, which let you drop counters on an image as well as measure and record the distance and angle between two points, are faster to use than previous manual methods, but they feel a bit undercooked–as if Adobe is waiting to hear from users before putting them back in the oven. For example, the count tool doesn’t even let you change the size or shape of the markers it drops, or provide an option to let them scale when you zoom. Despite the many potential applications for recording color values in an image, the color sampler tool still only supports four data points, and you can’t record the measurements.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;For more detail on Photoshop CS3 and Photoshop CS3 Extended’s new features, click the image.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://reviews.cnet.com/4326-5_7-6566683-9.html" target="_blank" rel="nofollow"&gt;&lt;img alt="More on Adobe Photoshop CS3" src="http://i.i.com.com/cnwk.1d/sc/32378942-2-300x36-splash.gif" height="36" width="300" /&gt;&lt;/a&gt; &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;In addition to the enhanced Vanishing Point capabilities in its cheaper sibling–the ability to create linked planes at odd angles–Extended allows you to measure the planes and angles as well as export the meshes to DXF or VPE (After Effects). You can import a few popular formats of 3D models and edit any embedded texture maps; there are some basic rotation controls, coarse rendering options, and some odd lighting presets (it will load lights from the file, however).&lt;br /&gt;&lt;br /&gt;However, if Adobe intends this to be a useful tool for creating presentation materials using 3D objects–can you say &lt;a href="http://www.adobe.com/products/acrobat3d/" target="_blank" rel="nofollow"&gt;Acrobat 3D&lt;/a&gt;?–it needs more high-quality renderers and light presets, plus better visual feedback as to whether you’re manipulating the camera or the object. The cross-section view is nice, but a reference axis floating in the object space would be really helpful. You can apply filters to 3D objects via Smart Filters, which I have to admit is very cool for producing “artist’s rendering” views of a model.&lt;br /&gt;&lt;br /&gt;Extended also contains some refugees from the now-defunct ImageReady, including its frame-based animation tools. Adobe has expanded the animation to include a timeline for basic keyframing of video effects and individual frame edits; it’s certainly no replacement for &lt;a href="http://reviews.cnet.com/4505-3670_7-32378919.html" target="_blank" rel="nofollow"&gt;After Effects CS3 Professional&lt;/a&gt;, but will serve in a pinch. Though I can understand the development reasons behind splitting the motion capabilities into a separate package, it’s a shame to deny Web or mobile designers the ability to, say, animate the movement of a drop shadow via the Global Light setting, unless they fork over the extra $300 bucks.&lt;br /&gt;&lt;br /&gt;(&lt;a href="http://www.adobe.com/products/photoshop/ps_psext_info.html" target="_blank" rel="nofollow"&gt;compare Two editions of Photoshop CS3&lt;/a&gt;)Though based on the veteran 10th-generation Photoshop CS3, Photoshop Extended feels like a version 1.0 product tacked on. If you have the budget and want to experiment with the new tools, it’s certainly worth a try. But if you’re looking for the same streamlined, high-productivity tools for technical analysis, 3D imaging, and video/animation that Photoshop brings to traditional imaging, you’ll need to wait a version or two.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Photoshop CS3&lt;/h3&gt;&lt;br /&gt;Adobe Photoshop CS3 includes all the features you love in Photoshop CS2, plus many innovative new ones. Photoshop CS3 accelerates your path from imagination to imagery. Ideal for photographers and designers, the professional standard delivers new features such as automatic layer alignment and blending that enable advanced compositing. Live filters boost the comprehensive, nondestructive editing toolset for increased flexibility. And a streamlined interface and new, timesaving tools make your work flow faster.&lt;br /&gt;&lt;span style="padding: 0px 0px 0px 30px; display: block;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ideal for:&lt;/b&gt;&lt;br /&gt;- Photographers&lt;br /&gt;- Graphic designers&lt;br /&gt;- Web designers&lt;br /&gt;- Print service providers&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Photoshop CS3 Extended&lt;/h3&gt;&lt;br /&gt;New to the Photoshop family, Adobe Photoshop CS3 Extended delivers everything in Photoshop CS3 and more. Render and incorporate 3D images into your 2D composites. Stop time with easy editing of motion graphics on video layers. And probe your images with measurement, analysis, and visualization tools.&lt;br /&gt;&lt;span style="padding: 0px 0px 0px 30px; display: block;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ideal for:&lt;/b&gt;&lt;br /&gt;- Film, video, and multimedia professionals&lt;br /&gt;- Graphic and web designers using 3D and motion&lt;br /&gt;- Manufacturing professionals&lt;br /&gt;- Medical professionals&lt;br /&gt;- Architects and engineers (AEC professionals)&lt;br /&gt;- Scientific researchers&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The good:&lt;/strong&gt; Adds the ability to animate effects; some cool 3D capabilities; same excellent Photoshop underpinnings.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The bad:&lt;/strong&gt; Most of the implementations of the new features lack flexibility and polish.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The bottom line:&lt;/strong&gt; The professional’s choice for image editing spawns Adobe Photoshop CS3 Extended to appeal to select vertical markets, but it delivers mixed results.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Specs:&lt;/strong&gt; License qty: 1 user; License type: Complete package; Min processor type: Intel Xeon, PowerPC G5, Intel Pentium 4, Intel Core Duo, PowerPC G4&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-2943592005449652527?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/oD6Qo43QUFE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/oD6Qo43QUFE/adobe-cs3-extended-seminar-in-hyderabad.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_ToiV33i70vo/SIeGHWdx4OI/AAAAAAAAAGA/9fR6SQcXRw4/s72-c/23072008453.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/07/adobe-cs3-extended-seminar-in-hyderabad.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-7816341995990175966</guid><pubDate>Fri, 20 Jun 2008 16:00:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.932-08:00</atom:updated><title>WDG HTML Validator</title><description>&lt;h1&gt;&lt;abbr class="initialism" title="Web Design Group"&gt;WDG&lt;/abbr&gt; &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; Validator&lt;/h1&gt; &lt;p class="otherLanguages"&gt;Other languages: &lt;a href="http://www.htmlhelp.com/tools/validator/index.html.fr"&gt;français&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Enter the &lt;abbr class="initialism" title="Uniform Resource Locator"&gt;URL&lt;/abbr&gt; of an &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; document to validate. To quickly validate multiple &lt;abbr class="initialism" title="Uniform Resource Locator"&gt;URL&lt;/abbr&gt;s, try the &lt;a href="http://www.htmlhelp.com/tools/validator/batch.html.en"&gt;batch mode&lt;/a&gt;. Alternatively, you can &lt;a href="http://www.htmlhelp.com/tools/validator/upload.html.en"&gt;validate files on your computer&lt;/a&gt; or you can &lt;a href="http://www.htmlhelp.com/tools/validator/direct.html.en"&gt;enter your &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; directly&lt;/a&gt;.&lt;/p&gt; &lt;form action="/cgi-bin/validate.cgi" method="get"&gt; &lt;p&gt;&lt;label accesskey="U"&gt;&lt;abbr class="initialism" title="Uniform Resource Locator"&gt;URL&lt;/abbr&gt;: &lt;input name="url" value="http://" size="45" type="text"&gt;&lt;/label&gt; &lt;label accesskey="V"&gt;&lt;input value="Validate it!" type="submit"&gt;&lt;/label&gt;&lt;/p&gt; &lt;p&gt;&lt;label accesskey="w"&gt;&lt;input name="warnings" value="yes" checked="checked" type="checkbox"&gt;Include warnings&lt;/label&gt; &lt;label accesskey="i"&gt;&lt;input name="input" value="yes" type="checkbox"&gt;Show input&lt;/label&gt; &lt;label accesskey="s"&gt;&lt;input name="spider" value="yes" type="checkbox"&gt;Validate entire site&lt;/label&gt; &lt;label accesskey="H"&gt;&lt;input name="hidevalid" value="yes" type="checkbox"&gt;Hide valid results&lt;/label&gt;&lt;/p&gt; &lt;/form&gt;  &lt;div class="leaderboard"&gt; &lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-2290041319472908"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_channel =""; google_color_border = ["336699","DFF2FD"]; google_color_bg = ["FFFFFF","DFF2FD"]; google_color_link = ["0000FF","0000CC"]; google_color_url = "008000"; google_color_text = "000000"; //--&gt;&lt;/script&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/problems.html.en"&gt;Common validation problems&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/tips.html.en"&gt;Tips on using the validator&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/differences.html.en"&gt;How this validator differs from others&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/supported-encodings.html.en"&gt;Character encodings supported&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/packages/index.html.en"&gt;Debian and Red Hat packages&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/source.html.en"&gt;Source code release&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/changelog.html.en"&gt;Changes to this service&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/offline/index.html.en"&gt;Offline HTMLHelp.com Validator&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://valet.htmlhelp.com/page/why.html"&gt;Why Validate?&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-7816341995990175966?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/eeBGm3HXy4c" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/eeBGm3HXy4c/wdg-html-validator.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/06/wdg-html-validator.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-8126330269465622338</guid><pubDate>Fri, 20 Jun 2008 15:53:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.933-08:00</atom:updated><title>Real HTML Validation</title><description>Genuine &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; validators employ &lt;abbr class="initialism" title="Standard Generalized Markup Language"&gt;SGML&lt;/abbr&gt; parsers to check a document's syntax against a &lt;em&gt;document type definition&lt;/em&gt; (&lt;abbr class="initialism" title="document type definition"&gt;DTD&lt;/abbr&gt;). &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; standards issued by the &lt;abbr class="initialism" title="World Wide Web Consortium"&gt;&lt;a href="http://www.w3.org/"&gt;W3C&lt;/a&gt;&lt;/abbr&gt; specify &lt;abbr class="initialism" title="document type definition"&gt;DTD&lt;/abbr&gt;s for checking the validity of &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; documents.  &lt;p&gt;There are other programs, commonly called "lints" or "linters," that also check &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; documents. However, lints generally do not use an &lt;abbr class="initialism" title="Standard Generalized Markup Language"&gt;SGML&lt;/abbr&gt; parser with a &lt;abbr class="initialism" title="document type definition"&gt;DTD&lt;/abbr&gt;, but instead use a simpler, less formal parser. &lt;strong&gt;Lints do not find all errors caught by a real validator, and they often report false errors.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Lints are useful tools for tracking down problems other than invalid &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt;. For example, a lint might point out that the &lt;strong class="html"&gt;OBJECT&lt;/strong&gt; element is poorly supported among current browsers or that the &lt;strong class="html"&gt;FONT&lt;/strong&gt; element is considered harmful. Reports from lints are &lt;em&gt;subjective&lt;/em&gt;--they reflect the opinions of the lint's developer. Reports from validators are &lt;em&gt;objective&lt;/em&gt;--they simply tell you what your errors are according to &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; standards.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Using a lint is not a substitute for real &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; validation.&lt;/strong&gt; New developments on the Web--such as the growing use of &lt;abbr class="initialism" title="Extensible Markup Language"&gt;&lt;a href="http://www.w3.org/XML/" title="W3C's XML Home Page"&gt;XML&lt;/a&gt;&lt;/abbr&gt; and the strong standards focus of &lt;a href="http://www.mozilla.org/"&gt;Mozilla&lt;/a&gt;--continue to demonstrate the need for valid &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt;. Using just a lint is not enough.&lt;/p&gt;  &lt;p&gt;Unfortunately, some programs claim to be "&lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; validators" when they are really lints. In an attempt to avoid confusion, here are separate lists of true validators and lints. As you can see, many of the lints generate bogus errors for this document, which is valid HTML 4.0 Strict and compatible with any browser.&lt;/p&gt;  &lt;h2&gt;Real Validators&lt;/h2&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="http://userinterfacedesigns.blogspot.com/2008/06/real-validator.html#links"&gt;A Real Validator&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.htmlhelp.com/tools/validator/"&gt;&lt;abbr class="initialism" title="Web Design Group"&gt;WDG&lt;/abbr&gt; &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; Validator&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://validator.w3.org/"&gt;W3C HTML Validation Service&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;h2&gt;Lints&lt;/h2&gt;  &lt;ul class="notValidators"&gt;&lt;li&gt;&lt;a href="http://www.htmlvalidator.com/"&gt;CSE HTML Validator&lt;/a&gt; - reports 26 bogus errors and 1 bogus warning for this page (using version 3.05)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.w3.org/People/Raggett/tidy/"&gt;HTML TIDY&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cast.org/bobby/"&gt;Bobby&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Weblint&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.netmechanic.com/"&gt;NetMechanic HTML Check&lt;/a&gt; - reports 6 bogus errors and 1 bogus warning in its HTML Check of this page&lt;/li&gt;&lt;li&gt;&lt;a href="http://watson.addy.com/"&gt;Dr. Watson&lt;/a&gt; - reports 47 bogus errors in this page&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-8126330269465622338?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/8y5W1iFdVdA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/8y5W1iFdVdA/real-html-validation.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/06/real-html-validation.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-3948062634333922723</guid><pubDate>Fri, 20 Jun 2008 15:24:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.933-08:00</atom:updated><title>A Real Validator</title><description>&lt;p&gt;&lt;strong&gt;A Real Validator&lt;/strong&gt; is an &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; syntax checker for Windows. Unlike other &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; "validators" for Windows, A Real Validator uses a sophisticated &lt;abbr class="initialism" title="Standard Generalized Markup Language"&gt;SGML&lt;/abbr&gt; parser to give &lt;strong&gt;&lt;a href="http://arealvalidator.com/real-validation.html"&gt;true &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; validation&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;With A Real Validator, authors get the same &lt;strong&gt;high level of accuracy&lt;/strong&gt; seen with online validators such as the &lt;a href="http://www.htmlhelp.com/tools/validator/"&gt;&lt;abbr class="initialism" title="Web Design Group"&gt;WDG&lt;/abbr&gt; &lt;abbr class="initialism" title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; Validator&lt;/a&gt; and the &lt;a href="http://validator.w3.org/"&gt;W3C HTML Validation Service&lt;/a&gt;. Since A Real Validator works offline, it provides &lt;strong&gt;convenience&lt;/strong&gt;, &lt;strong&gt;speed&lt;/strong&gt;, and &lt;strong&gt;flexibility&lt;/strong&gt; not available with online validators.&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;strong&gt;&lt;a href="http://arealvalidator.com/download/arv112.msi"&gt;Download a 30-day trial version&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://arealvalidator.com/register.html"&gt;Register A Real Validator&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://arealvalidator.com/features.html"&gt;Features&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://arealvalidator.com/screenshots/"&gt;Screen Shots&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;A Real Validator is trail version, after install choose given details you can cracked to be full version.&lt;br /&gt;Name     :  ubique.daemon [AmoK]&lt;br /&gt;s/n          : 1299275&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;BEST OF LUCK&lt;br /&gt;MadhuSudhana Chary R&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-3948062634333922723?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/0UIb7Kl_K3k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/0UIb7Kl_K3k/real-validator.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/06/real-validator.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-4085140878790285488</guid><pubDate>Fri, 06 Jun 2008 07:05:00 +0000</pubDate><atom:updated>2009-02-19T00:51:17.769-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Portfolio</category><title>Portfolio....</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_ToiV33i70vo/SLj7LGSzh5I/AAAAAAAAARk/KCASm6grMRs/s1600-h/project-updates.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5240214334532192146" style="CURSOR: pointer" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLj7LGSzh5I/AAAAAAAAARk/KCASm6grMRs/s320/project-updates.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240209023307481426" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLj2V8cKAVI/AAAAAAAAARc/DupF_Z01_OM/s320/pressmart.jpg" border="0" /&gt;&lt;br /&gt;&lt;h3&gt;1.Pressmart&lt;/h3&gt;&lt;b&gt;Tools : &lt;/b&gt;Photoshop CS3 Extended, Dream weaver CS3, Flash CS3, CSS 2.1, PHP, XHTML, Web 2.0&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;&lt;br /&gt;URL : &lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;a href="http://www.pressmart.net/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;www.pressmart.net&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt; Pressmart, a product of Bodhtree, is industry's most advanced solution for publishing electronic edition of Journals, newspapers, and magazine or any other publication on multiple distribution channels like Web, Mobile, RSS, Podcast, Blogs, Search Engines, Article Directories and Social Networking Sites, with integrated revenue and cost-saving capabilities.&lt;br /&gt;&lt;br /&gt;Pressmart is cited as the fastest growing online publishing service widely accepted and proven in 37 countries, in over 22 languages. Some of the leading publishing titles such as Birmingham Post, CNBC Europe, IKEA, Bangkok Post, the Sun, Hindustan Times, Deccan Chronicle, Indian Express, Lokmat and premier newspaper associations such as World Association of Newspapers (WAN) representing 63,000 publications spread over 200 countries have partnered with Pressmart for repurposing content on new media delivery channels.&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;Now Pressmart available languages :&lt;/span&gt; Chinese, Czech, German, Russia, Spanish, Turkish.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240221368549828642" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLkBkiDS6CI/AAAAAAAAARs/F-cKkuVfroM/s320/zumba.jpg" border="0" /&gt;&lt;br /&gt;&lt;h3&gt;2. Zumba&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS3 Extended, Dream weaver CS3, Flash CS3, CSS 2.1,PHP,XHTML, JS&lt;o:p&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;&lt;br /&gt;URL :&lt;/b&gt;&lt;a href="http://www.zumba.com/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;www.zumba.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt; Zumba is a fitness program inspired by Latin dance. The name Zumba is derived from a Colombian word meaning to move fast and have fun . Zumba combines high energy and motivating music with unique moves and combinations that allow the Zumba participants to dance away their worries. Apparently almost 1 million Americans have taken Zumba classes. Zumba is a style of intense dance-aerobics workout with pulsating latin music. More than 2 million DVDs have been sold in over 30 countries. Zumba currently has over 2000 instructors worldwide .&lt;br /&gt;&lt;br /&gt;In this Master trainers will conduct Workshops , Instructors and Non ZinMembers will participate in this Workshops by Registering thru this Site , After completion of workshops Non Zin members can become instructors . Master trainer can Add locations and Schedule classes for locations Apart from this Instructors , Master Trainers can download the Step Videos , Music recommendations, Download MP3’s for classes , Message Board , and avail the Discounts for the Products.&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;Zumba is the big dance/aerobic craze at the moment, Zumba is a fitness program inspired by Latin dance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img id="BLOGGER_PHOTO_ID_5240250357234225650" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLkb75UPUfI/AAAAAAAAASE/QLek8rBPdZU/s320/worldtelecom.jpg" border="0" /&gt;&lt;br /&gt;&lt;h3&gt;3. World Telecom&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS3 Extended, Dream weaver CS3, Flash CS3, CSS 2.1, PHP, XHTML, Web 2.0&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;&lt;br /&gt;URL :&lt;/b&gt; &lt;a href="http://www.worldtelecom.pt/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;www.worldtelecom.pt&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;b&gt;&lt;br /&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;World Telecom is part of the Portugal Communications Group, which includes The Portugal News, Portugal's national newspaper in English; DQ - The Directory Enquiries in English service and Lingua Franca, the English language Customer Service Centre. Members of the group have been established in Portugal since 1977. World Telecom is the largest telecoms operator in Portugal serving the expatriate community. We offer everything you need, from simple line rental, fixed and mobile phone services, ADSL, fixed or mobile, low cost packs of minutes or personalised competitive rates.&lt;br /&gt;&lt;br /&gt;We work on one simple principle, personal service to the highest level possible. We know you really dislike automated call centres, so the only button we are going to ask you to push is to select the language you would like to speak, English, Portuguese or German. After that you will be put straight through to one of our team of customer service staff who will deal with your enquiry or support needs directly.&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img id="BLOGGER_PHOTO_ID_5240223589802945122" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLkDl03TqmI/AAAAAAAAAR0/civuFK9oRkw/s320/indianic.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;4. Indianic&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS, Dream weaver, Flash , CSS, XHTML, Web 2.0&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;Role :&lt;/b&gt; Design&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;URL :&lt;/b&gt;&lt;span style="FONT-STYLE: italic"&gt; &lt;/span&gt;&lt;b&gt;&lt;/b&gt;&lt;a href="http://www.indianic.com/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;www.indianic.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt; IndiaNic works as a network / team and as an offshore company in Web Site Development India / Offshore Development Center Outsourcing world. We are truly dedicated in web-development and Offshore Software Outsourcing professionals. Our mission or aim is to fulfill our client's need. Our expertise includes Linux, Perl, PHP, ASP, and Cold Fusion. But are not limited up to these. We can develop and maintain database enabled web sites using PHP, PERL, ASP &amp;amp; Cold Fusion while utilizing the latest web techniques.&lt;br /&gt;&lt;br /&gt;Our e-commerce solution is scalable and easily integrated with HTML, Flash, Java, WAP and other applications.&lt;br /&gt;&lt;br /&gt;IndiaNic works with web site-development &amp;amp; data warehousing firms from around the global in need of sub-contract, experience developers to complete projects for their clients. Indianic has a goal to help Internet development firms to build and complete their quality projects at a reasonable cost.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240246958266522770" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLkY2DLMHJI/AAAAAAAAAR8/6AkUIRE1HAQ/s320/ewprepaid.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;5. Every Where Prepaid&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS3 Extended, Dream weaver CS3, Flash CS3, CSS 2.1, Dot net, XHTML, Web 2.0&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;URL :&lt;/b&gt;&lt;span style="FONT-STYLE: italic; TEXT-DECORATION: underline"&gt; everywhereprepaid&lt;/span&gt;&lt;a href="http://csd.bodhtree.co.in/everywhereprepaid/default.aspx%20Description:%20Pressmart,%20a%20product%20of%20Bodhtree," target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;b&gt;&lt;br /&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt; Shopping cart, Ringtones,sms&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240251767701265122" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLkdN_tyWuI/AAAAAAAAASM/jmzGTGXFSUo/s320/viajes.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;6. viajescarteya&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt;Photoshop CS3 Extended, Dream weaver CS3, Flash CS3, CSS 2.1, PHP, XHTML, Web 2.0&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;Role:&lt;/b&gt; : Design and Development&lt;br /&gt;&lt;b&gt;URL :&lt;/b&gt;&lt;a href="http://www.viajescarteya.es/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;www.viajescarteya.es&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;b&gt;&lt;br /&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt; online booking hotel, flighs and cruise.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240255351547412082" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLkgemlSvnI/AAAAAAAAASU/5fFigXzHkXI/s320/gvkbio.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;&lt;span style="FONT-STYLE: italic"&gt;7. GVK&lt;/span&gt;&lt;a href="http://www.pressmart.net/index.php/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;Bio&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, Flash,HTML, Web 2.0&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;Role :&lt;/b&gt;Design and Development&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;URL :&lt;/b&gt;&lt;span style="FONT-STYLE: italic"&gt; &lt;/span&gt;&lt;b&gt;&lt;/b&gt;&lt;a href="http://www.gvkbio.com/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;www.gvkbio.com&lt;/span&gt;&lt;/a&gt;&lt;b&gt;&lt;br /&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt; &lt;span class="normal_text_grey_11" align="justify"&gt;The exponential increase in the number of targets has created vast opportunities and even greater challenges. More drug candidates must be achieved with shorter times-to-market, making reliable and cost-effective research support a critical factor for success.&lt;/span&gt; At GVK BIO, we provide contract research services to a rapidly growing base of global pharmaceutical and biotechnology companies. We combine Science, Innovation and People to help our clients address their drug development challenges. New frontiers require new ways of working and we believe that to deliver the true promise of science, innovation is necessary. Our customers benefit not just from lower costs and boosted efficiencies, but also from the infusion of fresh ideas and thinking.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240260173039965154" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLkk3QCsk-I/AAAAAAAAASc/aSY0RZCMfog/s320/drlPerspective.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;8. Dreddy's Perspective (CEO Blog)dreddy's&lt;a href="http://www.pressmart.net/index.php/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, Flash,HTML, Web 2.0&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;URL :&lt;/b&gt;&lt;span style="FONT-STYLE: italic"&gt; &lt;/span&gt;&lt;a href="http://csd.bodhtree.co.in/drreddys/perspectives/index.html"&gt;Ver1&lt;/a&gt; &lt;a href="http://csd.bodhtree.co.in/drreddys/perspectives/index2.html"&gt;Ver2&lt;/a&gt; &lt;a href="http://csd.bodhtree.co.in/drreddys/perspectives/index3.html"&gt;Ver3&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt; &lt;span class="normal_text_grey_11" align="justify"&gt;Dr. Reddy's is a values-led company. We define our purpose in terms of the needs of the society we serve.&lt;br /&gt;&lt;br /&gt;Our purpose is to help people lead healthier lives. Our vision is to become a discovery-led, global pharmaceutical company We strive for excellence in everything that we do. &lt;/span&gt;&lt;br /&gt;&lt;span class="normal_text_grey_11" align="justify"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="normal_text_grey_11" align="justify"&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240266809415163570" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://3.bp.blogspot.com/_ToiV33i70vo/SLkq5id13rI/AAAAAAAAASk/nlJp2q_r9r4/s320/5dollar.jpg" border="0" /&gt;&lt;/p&gt;&lt;/span&gt;&lt;h3&gt;9. Five Dollar Network&lt;a href="http://www.pressmart.net/index.php/" target="_blank"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, XHTML, Web 2.0&lt;o:p&gt;&lt;/o:p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;&lt;b&gt;URL :&lt;/b&gt; &lt;a href="http://fivedollarnetwork.com/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;fivedollarnetwork&lt;/a&gt;&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt; &lt;/b&gt;At Five Dollar Network, you can make dollars just by refering as many people as you can! As it is getting harder these days to earn an income online, we decided to create this program to enable everyone to earn over the internet from the comfort of their time and to have the possibility of gaining a source of steady earnings. We do not offer millions within a week or a complete financial independence.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;We do believe though, that with people referring people a very nice source of income will be generated.&lt;br /&gt;If you put a little of effort into this, you can reach the goals that you set for yourself.&lt;br /&gt;There is a single life-time membership fee of US $5 ! There are no other hidden fees. This fee enables us to give you very valuable Services and Unlimited Network. You need to acquire as many as you can because you are being paid for direct and indirect referrals.&lt;br /&gt;&lt;br /&gt;Members earn $1 for every direct Referral and percentage share for every indirect referral. This means that you do not only gain money for every person you refer, but you also get paid for the referrals referred by your referrals and then for their referrals and so on, any levels deep.&lt;br /&gt;We do not limit the number of your direct referrals, you may refer as many as you can and therefore earn quite a bit more.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240267013407000178" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://3.bp.blogspot.com/_ToiV33i70vo/SLkrFaZSRnI/AAAAAAAAASs/jQNY_Z3Daoc/s320/latinos.jpg" border="0" /&gt;&lt;/p&gt;&lt;h3&gt;10. &lt;span style="FONT-STYLE: italic"&gt;Lations Nation&lt;br /&gt;&lt;/h3&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop7, Dream weaver, HTML, Web 2.0&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL :&lt;/b&gt;&lt;span style="FONT-STYLE: italic"&gt; &lt;a href="http://www.marriagefix.com/social/" target="_blank"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;lationsnation&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt; Community website&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="FONT-STYLE: italic"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-STYLE: italic"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ToiV33i70vo/SLlOAxj1jMI/AAAAAAAAAS0/uIctFhRmj7g/s1600-h/itwchemin.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5240305416632896706" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLlOAxj1jMI/AAAAAAAAAS0/uIctFhRmj7g/s320/itwchemin.jpg" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="FONT-STYLE: italic"&gt;&lt;span style="COLOR: rgb(51,51,51)"&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;h3&gt;11. &lt;span style="FONT-STYLE: italic"&gt;ITW Chemin &lt;/h3&gt;&lt;/span&gt;&lt;p&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, Flash,HTML, Web 2.0&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL &lt;/b&gt;&lt;a href="http://www.itwchemin.com/" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://www.itwchemin.com/"&gt;http://www.itwchemin.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt;ITW Chemin, a business unit of ITW Inc. (NYSE: ITW), USA, offers a wide array of the products / brands manufactured at the state-of-the-art facility which includes, Met-L-Gard (Rust Preventive Chemicals), Met-L- Cool (Metal Working Fluids), Magnaflux (NDT/Crack Detection Chemicals and Equipment), Met-L-Hold (Precision Workholding), Devcon (Metal-filled Epoxies and Urethanes), LPS (Lubricants, Cleaners, Degreasers), EZ (High-performance Industrial Greases), Plexus (Structural Adhesives), Accu-Lube (Micro lubrication Systems), Tiede (Magnetic Particle Inspection Equipment), Dykem (Marking Systems, Staining Colours and Steel Blue Layout Liquids), Rustlick 631 (Instant Rust Fighter in Aerosol Can) , EC clean (Contact Cleaner) and Wynn’s (Automotive After Market).&lt;br /&gt;&lt;br /&gt;Our wide range of high-performance branded products deliver matchless value to a number of industries viz automotive, auto component, aviation, aerospace, cement, chemical, defence, fertilizer, heavy engineering, pharmaceuticals, power &amp;amp; metals etc. Our Vision is to "Grow and excel continuously to serve customers with value adding world class 'green' solutions". ITW Chemin operates out of its manufacturing facility at Pashammylaram, Andhra Pradesh (35 Kms from the Hyderabad ). The facility is certified by DNV for ISO 9001, ISO 14001 and ISO 18001 systems. With over 100 distributors, ITW Chemin not only offers cutting-edge technology and innovation but well-networked services too.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_ToiV33i70vo/SLnAbvt_DRI/AAAAAAAAAUM/QNPLY2BU4ig/s1600-h/pm_newsletter.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5240431224320625938" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLnAbvt_DRI/AAAAAAAAAUM/QNPLY2BU4ig/s320/pm_newsletter.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;12. Pressmart Newsportal&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, XHTML, Web 2.0&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL : &lt;/b&gt;&lt;a href="http://csd.bodhtree.co.in/pressmart/madhu/newsportal/index.html" target="_blank"&gt;PressmartNewsportal&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt;Global Newsportal&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240312552711412994" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLlUgJhiXQI/AAAAAAAAATU/07YNTRGvHJQ/s320/pm_publisherSupport.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;13. Pressmart Publishers Support&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, XHTML, Web 2.0&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL : &lt;/b&gt;&lt;a href="http://csd.bodhtree.co.in/pressmart/madhu/login/login.html" target="_blank"&gt;publishersSupport&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt;Global Newsportal&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ToiV33i70vo/SLlUgF64hQI/AAAAAAAAATE/oB2sVQHVOKQ/s1600-h/pm_epublishingBlog.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5240312551743980802" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLlUgF64hQI/AAAAAAAAATE/oB2sVQHVOKQ/s320/pm_epublishingBlog.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;14. Pressmart ePublishing Blog&lt;/h3&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, XHTML, Web 2.0&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL : &lt;/b&gt;&lt;a href="http://csd.bodhtree.co.in/pressmart/epublishingblog/" target="_blank"&gt;epublishingBlog&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt;Media Publishing, Wordpress Theme&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240312550954426594" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLlUgC-o4OI/AAAAAAAAATM/oefyOb8z5fI/s320/pm_NewsPressmart.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;15. &lt;span style="FONT-STYLE: italic"&gt;Pressmart NewsPaper&lt;/h3&gt;&lt;/span&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, XHTML, Web 2.0&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL : &lt;/b&gt;&lt;a href="http://news.pressmart.net/" target="_blank"&gt;http://news.pressmart.net/&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt;Global Newsportal&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240324001381959282" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLle6jJTRnI/AAAAAAAAATk/mHHGGz-jURY/s320/cashback24.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h3&gt;16. &lt;span style="FONT-STYLE: italic"&gt;Cashback24&lt;/h3&gt;&lt;/span&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop 7 , Dream weaver, HTML, Dotnet&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL : &lt;/b&gt;&lt;a href="http://www.cashback24.se/" target="_blank"&gt;http://www.cashback24.se/&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt;Online shopping, categories&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240323997001328146" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://1.bp.blogspot.com/_ToiV33i70vo/SLle6S04JhI/AAAAAAAAATc/BI5nuMWCYM8/s320/athand24.jpg" border="0" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h3&gt;17. &lt;span style="FONT-STYLE: italic"&gt;Athand24&lt;/h3&gt;&lt;/span&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop 7 , Dream weaver, HTML, Dot net&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL : &lt;/b&gt;&lt;a href="http://www.athand24.com/" target="_blank"&gt;http://www.athand24.com/&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description : &lt;/b&gt;This project is a comprehensive real estate portal for Rent, Sale, Share and Vacation rentals for buyers, sellers and real estate agents with powerful search and sort options. This application includes interactive features like: Classifieds, Newsletters, Forums, Articles, Website directory Advertisements and Realestate finance and many more features. Admin module is designed to manage the site effectively keeping in view of the scalability and ease of manageability.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240331951895814482" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLlmJVHhIVI/AAAAAAAAATs/ivXITkaHzZc/s320/creationIT.jpg" border="0" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h3&gt;18. &lt;span style="FONT-STYLE: italic"&gt;Creation IT &lt;/h3&gt;&lt;/span&gt;&lt;b&gt;Tools :&lt;/b&gt; Photoshop CS2 Extended, Dream weaver CS3, XHTML, Web 2.0&lt;br /&gt;&lt;b&gt;Role :&lt;/b&gt; Design and Development&lt;br /&gt;&lt;b&gt;URL : &lt;/b&gt;&lt;a href="http://www.creationsit.com/" target="_blank"&gt;creationit&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Description : &lt;/b&gt;CreationsIT®, an IT services Company, launched in 2006 .Our Company provides custom Software Development solutions for the SMB (Small and Medium Business) sector.Our business is driven by the core principle of thinking globally and exploring new creations,finally providing quality solutions at cost effective prices. Our business is driven by the core principle of thinking globally and exploring new creations,finally providing quality solutions at cost effective prices. Our business is driven by the core principle of thinking globally and exploring new creations,finally providing quality solutions at cost effective prices.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;At Creations IT, we like to develop long-term relationships with our clients, based on consistent delivery of high quality, cost-effective, and responsive services. We achieve this by adhering to repeatable / proven processes and management disciplines/performance metrics incorporated in our core services.rcing choice by being their technology implementation partners and their preferred outsourcing arm in India.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5240398497623037538" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_ToiV33i70vo/SLmiqzRP1mI/AAAAAAAAAUE/PXk6fNlmpzk/s320/handshakeYoga.jpg" border="0" /&gt;&lt;br /&gt;&lt;h4&gt;19. Handshake Yoga&lt;/h4&gt;&lt;strong&gt;Tools :&lt;/strong&gt; Photoshop 7 , Dream weaver, HTML, Dot net&lt;br /&gt;&lt;strong&gt;Role :&lt;/strong&gt; Design and Development&lt;br /&gt;&lt;strong&gt;URL :&lt;/strong&gt; &lt;a href="http://yoga.handshake.com/index.php" target="_blank"&gt;http://yoga.handshake.com/index.php&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Description :&lt;/strong&gt; Yoga.handshake.com is an online community website and a single source for users to access information, trends, capable instructors, and the latest products around yoga and general wellness/fitness.&lt;br /&gt;&lt;br /&gt;WHandshake was created to help people all around the world to tap into yoga, massage, fitness and wellness. The founders came together with a mission of creating an online community and a single source for users to access information, trends, capable instructors, and the latest products around yoga and general wellness/fitness. To accomplish this task, the founders have developed a strong support staff, and a world class advisory board.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_ToiV33i70vo/SLnFdKOA6fI/AAAAAAAAAUU/Q8tQooi9cYs/s1600-h/Londanrate.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5240436746172295666" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://4.bp.blogspot.com/_ToiV33i70vo/SLnFdKOA6fI/AAAAAAAAAUU/Q8tQooi9cYs/s320/Londanrate.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;20. Londan Rate&lt;/h3&gt;&lt;strong&gt;Tools :&lt;/strong&gt;Photoshop CS3 Extended, Dream weaver CS3, Flash CS3, CSS 2.1, PHP, XHTML, Web 2.0&lt;br /&gt;&lt;strong&gt;Role: &lt;/strong&gt;Design and Development &lt;strong&gt;URL :&lt;/strong&gt;&lt;a href="http://www.londonrate.com/" target="_blank"&gt;http://www.viajescarteya.es/&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Description :&lt;/strong&gt; LondonRate.com is endeavouring to build an online emporium of staff service providers with online comparisons, bookings and ratings. Everything is designed to provide you with the best service, tailored exactly to your needs. In order to keep improving our service to you, we need your feedback. Please join us and use the community to express your opinions on every issue, including London Rate.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-4085140878790285488?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/5ncuYW16T7A" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/5ncuYW16T7A/my-portfolio.html</link><author>ralimadhu@yahoo.com (Madhu)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_ToiV33i70vo/SLj7LGSzh5I/AAAAAAAAARk/KCASm6grMRs/s72-c/project-updates.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/08/my-portfolio.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-4677940202808158537</guid><pubDate>Tue, 06 May 2008 09:14:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.933-08:00</atom:updated><title>Personal Links</title><description>&lt;h3&gt;General Websites&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://www.everything2.com/"&gt;Everything2&lt;/a&gt;&lt;br /&gt;It's... well... Everything. Noded for easy use. Random and addictive!&lt;br /&gt;&lt;a href="http://www.slashdot.org/"&gt;SlashDot&lt;/a&gt;&lt;br /&gt;Tech news. You either read it or hate it...&lt;br /&gt;&lt;a href="http://www.kuro5hin.org/"&gt;Kuro5hin&lt;/a&gt;&lt;br /&gt;A community-moderated news and discussion site. Technology and culture orientated.&lt;br /&gt;&lt;a href="http://www.metafilter.com/"&gt;MetaFilter&lt;/a&gt;&lt;br /&gt;A meta-blog of all the interesting happenings online.&lt;br /&gt;&lt;a href="http://www.boingboing.net/"&gt;Boing Boing&lt;/a&gt;&lt;br /&gt;A directory of Interesting Things.&lt;br /&gt;&lt;a href="http://www.memepool.com/"&gt;Memepool&lt;/a&gt;&lt;br /&gt;Collecting random links for your entertainment.&lt;br /&gt;&lt;a href="http://www.hydrogenaudio.org/"&gt;HydrogenAudio&lt;/a&gt;&lt;br /&gt;For digital audio enthusiasts. Codec comparisons and more.&lt;br /&gt;&lt;a href="http://www.schooner.com/~loverso/no-ads/"&gt;No-Ads PAC File&lt;/a&gt;&lt;br /&gt;An easy and brilliant way of accelerating your web browser: don't download adverts.&lt;br /&gt;&lt;a href="http://www.digitalblasphemy.com/"&gt;Digital Blasphemy&lt;/a&gt;&lt;br /&gt;Atmospheric 3D rendered wallpaper. Your desktop will never look the same again.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Developer Friends&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://problemattic.net/"&gt;Matt Wilson&lt;/a&gt;&lt;br /&gt;Matt's life and travels.&lt;br /&gt;&lt;a href="http://brehaut.net/"&gt;Andrew Brehaut&lt;/a&gt;&lt;br /&gt;He has &lt;a href="http://gr1dl0ck.deviantart.com/"&gt;art projects&lt;/a&gt; too, apparently.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-4677940202808158537?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/Ql74GRXqEng" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/Ql74GRXqEng/personal-links.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/05/personal-links.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-7446299800374650242</guid><pubDate>Tue, 06 May 2008 09:12:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.934-08:00</atom:updated><title>Humour</title><description>And yes, that is spelt correctly!&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;The Latest News&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://www.theonion.com/"&gt;The Onion&lt;/a&gt;&lt;br /&gt;Online newspapers have never been as accurate as this.&lt;br /&gt;&lt;a href="http://www.bbspot.com/"&gt;BBSpot&lt;/a&gt;&lt;br /&gt;More satirical stories, mostly IT-related.&lt;br /&gt;&lt;a href="http://www.satirewire.com/"&gt;SatireWire&lt;/a&gt;&lt;br /&gt;Sadly ceased updating, but the archives are great.&lt;br /&gt;&lt;a href="http://www.livejournal.com/users/god_dot_com/"&gt;God's LiveJournal&lt;/a&gt;&lt;br /&gt;The Big Guy has a blog these days.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Online Comics&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://www.ucomics.com/calvinandhobbes/"&gt;Calvin &amp;amp; Hobbes&lt;/a&gt;&lt;br /&gt;It's online. For free. Read it.&lt;br /&gt;&lt;a href="http://www.penny-arcade.com/"&gt;Penny-Arcade!&lt;/a&gt;&lt;br /&gt;For gamers every Monday, Wednesday and Friday.&lt;br /&gt;&lt;a href="http://www.redmeat.com/"&gt;Red Meat&lt;/a&gt;&lt;br /&gt;Sick, sick, sick. An online comic that is occasionally very funny.&lt;br /&gt;&lt;a href="http://www.dilbert.com/"&gt;Dilbert&lt;/a&gt;&lt;br /&gt;Come on, you must know this one.&lt;br /&gt;&lt;a href="http://www.weebl.jolt.co.uk/"&gt;Weebl And Bob&lt;/a&gt;&lt;br /&gt;Mmmmm... pie.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Just Plain Funny&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://www.homestarrunner.com/"&gt;Homestar Runner&lt;/a&gt;&lt;br /&gt;It's Dot Com! This should only be viewed for good, or awesome.&lt;br /&gt;&lt;a href="http://www.b3ta.com/"&gt;B3TA&lt;/a&gt;&lt;br /&gt;Photoshop shenanigans, because We Love The Web.&lt;br /&gt;&lt;a href="http://www.keepersoflists.org/"&gt;Keepers of Lists&lt;/a&gt;&lt;br /&gt;The Top 100 Ways To Find Monks Funny.&lt;br /&gt;&lt;a href="http://www.realultimatepower.net/"&gt;Real Ultimate Power!&lt;/a&gt;&lt;br /&gt;Ninjas are cool. And by cool, I mean totally sweet.&lt;br /&gt;&lt;a href="http://www.miami.com/herald/special/features/barry/"&gt;Dave Barry&lt;/a&gt;&lt;br /&gt;Hilarious newspaper columns.&lt;br /&gt;&lt;a href="http://www.dribbleglass.com/"&gt;DribbleGlass&lt;/a&gt;&lt;br /&gt;A little of everything.&lt;br /&gt;&lt;a href="http://www.netfunny.com/rhf/"&gt;Rec.Humour.Funny&lt;/a&gt;&lt;br /&gt;Archive of newsgroup humour... a LOT of it.&lt;br /&gt;&lt;a href="http://www.bulwer-lytton.com/"&gt;The Bulwer-Lytton Fiction Prize&lt;/a&gt;&lt;br /&gt;The worst possible opening lines to fictitious books.&lt;br /&gt;&lt;a href="http://www.thewritingsonthestall.com/"&gt;The Writings On The Stall&lt;/a&gt;&lt;br /&gt;Wit and wisdom of the world's public toilets.&lt;br /&gt;&lt;a href="http://www.rinkworks.com/dialect/"&gt;The Dialectizer&lt;/a&gt;&lt;br /&gt;Translates into languages you never knew existed.&lt;br /&gt;&lt;a href="http://www.trygve.com/evilonabudget.html"&gt;Evil On A Budget&lt;/a&gt;&lt;br /&gt;World domination to suit any financial means.&lt;br /&gt;&lt;a href="http://www.eastpointpolice.org/SelfArrestForm.htm"&gt;Citizen's Self-Arrest Form&lt;/a&gt;&lt;br /&gt;Celebrate innovative new measures in crime prevention!&lt;br /&gt;&lt;a href="http://www.totl.net/"&gt;Temple Ov Thee Lemur&lt;/a&gt;&lt;br /&gt;Erm, I'm not quite sure I can explain this one.&lt;br /&gt;&lt;a href="http://www.happytreefriends.com/"&gt;Happy Tree Friends&lt;/a&gt;&lt;br /&gt;Aww! Cute little animals! Warning: don't click if you like cute cartoon animals.&lt;br /&gt;&lt;a href="http://www.weebls-stuff.com/"&gt;Weebl's Stuff&lt;/a&gt;&lt;br /&gt;Badger badger badger...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-7446299800374650242?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/lo3bvxQC1Bs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/lo3bvxQC1Bs/humour.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/05/humour.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8273222500078536318.post-3110866036952339785</guid><pubDate>Tue, 06 May 2008 09:09:00 +0000</pubDate><atom:updated>2008-11-06T05:03:02.934-08:00</atom:updated><title>XHTML &amp; CSS Links</title><description>Here are some other XHTML/CSS related sites I find useful. If you're looking for a good reference, tutorial, or example, try these...&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Development News &amp;amp; Blogs&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://www.zeldman.com/"&gt;The Daily Report&lt;/a&gt;&lt;br /&gt;Much-needed standards-based advocacy from Zeldman, with many interesting links.&lt;br /&gt;&lt;a href="http://www.alistapart.com/"&gt;A List Apart&lt;/a&gt;&lt;br /&gt;Magazine for people who make websites.&lt;br /&gt;&lt;a href="http://www.evolt.org/"&gt;Evolt&lt;/a&gt;&lt;br /&gt;A community of website designers, who have written many interesting articles.&lt;br /&gt;&lt;a href="http://www.simonwillison.net/"&gt;Simon Willison&lt;/a&gt;&lt;br /&gt;An interesting blog on all things Web-related.&lt;br /&gt;&lt;a href="http://www.mezzoblue.com/"&gt;Dave Shea's Mezzoblue&lt;/a&gt;&lt;br /&gt;Dave Shea's weblog; the creator of the CSS Zen Garden.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Resource / Tutorial Sites&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://www.csszengarden.com/"&gt;CSS Zen Garden&lt;/a&gt;&lt;br /&gt;Not really a reference, but it will show you of the power of CSS by blowing your mind.&lt;br /&gt;&lt;a href="http://www.nypl.org/styleguide/xhtml/index.html"&gt;NYPL Style Guide&lt;/a&gt;&lt;br /&gt;Harness the power of XHTML with these simple guidelines.&lt;br /&gt;&lt;a href="http://www.meyerweb.com/"&gt;Eric Meyer&lt;/a&gt;&lt;br /&gt;Load Mozilla, Opera or Safari and check out his CSS/Edge experiments...&lt;br /&gt;&lt;a href="http://www.ncdesign.org/"&gt;NC Design&lt;/a&gt;&lt;br /&gt;An HTML and CSS reference with clear examples, compatibility and syntax. This is where I head first when I'm on the hunt for tag and class info...&lt;br /&gt;&lt;a href="http://www.zvon.org/index.php?nav_id=references"&gt;ZVON&lt;/a&gt;&lt;br /&gt;REALLY comprehensive set of references on CSS/XHTML/DOM/etc. Bookmark this one.&lt;br /&gt;&lt;a href="http://www.blooberry.com/indexdot/"&gt;Index DOT Html/Css&lt;/a&gt;&lt;br /&gt;Another great HTML/CSS reference site.&lt;br /&gt;&lt;a href="http://nemesis1.f2o.org/"&gt;The Nemesis Project&lt;/a&gt;&lt;br /&gt;A Wiki-like collection of CSS resources and tutorials/tricks.&lt;br /&gt;&lt;a href="http://www.dithered.com/css_filters/css_only/index.php"&gt;Dithered CSS Hacks&lt;/a&gt;&lt;br /&gt;Want to fix an browser-specific CSS bug? This is it. The rest of the site's good too.&lt;br /&gt;&lt;a href="http://www.glish.com/css/"&gt;Glish&lt;/a&gt;&lt;br /&gt;A good list of CSS layout resources.&lt;br /&gt;&lt;a href="http://www.quirksmode.org/"&gt;QuirksMode (PPK's Site)&lt;/a&gt;&lt;br /&gt;Lots of DOM/CSS compatibility resources and JavaScript information!&lt;br /&gt;&lt;a href="http://www.positioniseverything.net/explorer.html"&gt;Explorer Bugs&lt;/a&gt;&lt;br /&gt;Find out exactly how poor the IE6 rendering engine really is, and how to fix it.&lt;br /&gt;&lt;a href="http://www.fivesevensix.com/studies/ie6flicker/"&gt;IE6 Flicker @ FiveSevenSix&lt;/a&gt;&lt;br /&gt;Explanation of a problem common to many CSS based sites.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;The Horses' Mouths&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/library"&gt;MSDN Library&lt;/a&gt;&lt;br /&gt;Microsoft's spin on DHTML, CSS and JS, well worth a browse. Look under 'Web Development' &gt; 'Web Page Development', as well as 'Scripting'... this site is packed with information.&lt;br /&gt;&lt;a href="http://devedge.netscape.com/"&gt;Netscape DevEdge&lt;/a&gt;&lt;br /&gt;Netscape's developer site, has good Javascript and DHTML documentation.&lt;br /&gt;&lt;a href="http://mozilla.org/docs/web-developer/"&gt;The Mozilla Project: Web Developers&lt;/a&gt;&lt;br /&gt;One of the most standards-compliant rendering engines available.&lt;br /&gt;&lt;a href="http://www.opera.com/docs/specs/"&gt;Opera Specifications&lt;/a&gt;&lt;br /&gt;Features supported by the Opera browser.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Send Me More!&lt;/h3&gt;&lt;br /&gt;I'm always looking for useful web development resources to link. So please empty your bookmark folder in &lt;a href="http://www.twinhelix.com/contact/"&gt;my general direction&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8273222500078536318-3110866036952339785?l=userinterfacedesigns.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/WebUserInterfaceDesign/~4/71RGEoMtb44" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/WebUserInterfaceDesign/~3/71RGEoMtb44/xhtml-css-links.html</link><author>ralimadhu@yahoo.com (Madhu)</author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://userinterfacedesigns.blogspot.com/2008/05/xhtml-css-links.html</feedburner:origLink></item></channel></rss>
