<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8851035810286250476</atom:id><lastBuildDate>Fri, 22 Apr 2011 01:01:02 +0000</lastBuildDate><category>SEO Tips</category><title>ordaso.com</title><description /><link>http://ordaso.blogspot.com/</link><managingEditor>noreply@blogger.com (jon)</managingEditor><generator>Blogger</generator><openSearch:totalResults>130</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Ordasocom" /><feedburner:info uri="ordasocom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:keywords>google,yahoo,website,help,topics,blogger,helps,tips,and,hacks,new,software,updates,antivirus,softwares</media:keywords><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:keywords>google,yahoo,website,help,topics,blogger,helps,tips,and,hacks,new,software,updates,antivirus,softwares</itunes:keywords><itunes:subtitle></itunes:subtitle><feedburner:emailServiceId>Ordasocom</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-2328448032478061601</guid><pubDate>Fri, 14 Mar 2008 17:21:00 +0000</pubDate><atom:updated>2008-03-14T10:22:06.846-07:00</atom:updated><title>Pure Css Icon Sketcher</title><description>&lt;p class="image left"&gt;&lt;img src="http://cssglobe.com/lab/sketcher/thumb.gif" /&gt;&lt;/p&gt; &lt;p&gt;Here's an useless trick but I thought it'd be interesting to share. I am sure  that you have seen online icon drawing applications. Looking at one of those  recently I had an idea of how to draw old school pixelated shapes using only  css. So I am presenting what might be a world's first pure css drawer :)&lt;/p&gt; &lt;p class="imp"&gt;&lt;a title="view Sketcher in action" href="http://cssglobe.com/lab/sketcher/"&gt;Take a look at the Pure Css Icon  Sketcher&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;The Concept&lt;/h3&gt; &lt;p&gt;So how to "draw" with nothing but css? There's not much to work with as you  can imagine. My idea was to create a 32 x 32 grid made of &lt;a&gt; elements.  Each &lt;a&gt; has random id and href attribute. By default links have  "transparent" backgrounds. When link is clicked on, :visited pseudo class is  applied. I have styled :visited links with dark grey background. So, marked as  visited, link is no longer transparent.
&lt;br /&gt;That gives us a feeling that we're  coloring boxes and - actually drawing.&lt;/p&gt; &lt;p class="note"&gt;IE users will not be able to use this tool repeatedly because when  page loads, IE treats all anchors as visited.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-2328448032478061601?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qiQLLQm5nCqjmMhCW2mLhl6cAPE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qiQLLQm5nCqjmMhCW2mLhl6cAPE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qiQLLQm5nCqjmMhCW2mLhl6cAPE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qiQLLQm5nCqjmMhCW2mLhl6cAPE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/viuYkAdDAM8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/viuYkAdDAM8/pure-css-icon-sketcher.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/pure-css-icon-sketcher.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-8131442691270237311</guid><pubDate>Fri, 14 Mar 2008 17:20:00 +0000</pubDate><atom:updated>2008-03-14T10:21:08.287-07:00</atom:updated><title>Create Resizing Thumbnails Using Overflow Property</title><description>&lt;p class="left image"&gt;&lt;img alt="image" src="http://cssglobe.com/lab/overflow_thumbs/thumb.jpg" /&gt;&lt;/p&gt; &lt;p&gt;This tutorial is aimed at controlling the size of the thumbnails appearing on  your page. Sometimes we don't have enough space to spare to fit in large  thumbnails and yet we would like to avoid small and barely recognizable images.  Using this trick we limit the default dimensions of the thumb, and show it in  full size when user mouse-overs it.&lt;/p&gt; &lt;p class="imp"&gt;&lt;a title="Demo Page" href="http://cssglobe.com/lab/overflow_thumbs/"&gt;Take a look at the demo&lt;/a&gt; | &lt;a title="download zip file" href="http://cssglobe.com/lab/overflow_thumbs/overflow_thumbs.zip"&gt;Download zip  file&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;Overview&lt;/h3&gt; &lt;p&gt;What we have here is not actual image resizing. It is a resizing of the  thumb's visible area on mouse over. How do we do that? Using overflow  property!
&lt;br /&gt;The overflow property defines the appearance of the content when it  overflows the container area. If the container has limited size, for one reason  or another, then we use overflow to define what happens. Possible values of  overflow property are visible, hidden, scroll and auto. It's the combination of  these values that we will use here and make this trick work. Basically, we will  hide a part of the thumbnail when in default state, and show it entirely on  mouse over.&lt;/p&gt; &lt;h3&gt;The Concept&lt;/h3&gt; &lt;p&gt;The idea behind this is, to place an image into a certain container. Since  we're talking about thumbnails that container would be an &lt;a&gt; tag. We set  the size (width and height) of the container to desired values and we set the  position property of the container to relative. Image inside has an absolute  position. We use negative top and left values to offset the image. Container has  overflow set to hidden so only a part of the image that is placed inside the  container's actual area will be visible. The rest of it will be hidden. On  a:hover we set the container's overflow to visible, and reveal entire image.&lt;/p&gt; &lt;p&gt;&lt;img alt="overflow thumbnails" src="http://cssglobe.com/lab/overflow_thumbs/image1.gif" /&gt;&lt;/p&gt; &lt;h3&gt;The Code&lt;/h3&gt; &lt;p&gt;This trick can be used for thumbnail lists or single thumbnails, as shown on  the &lt;a title="Demo Page" href="http://cssglobe.com/lab/overflow_thumbs/"&gt;demo  page&lt;/a&gt;. For markup we use standard tags&lt;/p&gt;&lt;pre&gt;&lt;a href="#"&gt;&lt;img src="image.jpg" alt="my image" /&gt;&lt;/a&gt;&lt;/pre&gt; &lt;p&gt;Definition of the default state for thumbnails would be something like  this:&lt;/p&gt;&lt;pre&gt;	ul#thumbs a{
&lt;br /&gt;		display:block;
&lt;br /&gt;		float:left;
&lt;br /&gt;		width:100px;
&lt;br /&gt;		height:100px;
&lt;br /&gt;		line-height:100px;
&lt;br /&gt;		overflow:hidden;
&lt;br /&gt;		position:relative;
&lt;br /&gt;		z-index:1;		
&lt;br /&gt;	}
&lt;br /&gt;	ul#thumbs a img{
&lt;br /&gt;		float:left;
&lt;br /&gt;		position:absolute;
&lt;br /&gt;		top:-20px;
&lt;br /&gt;		left:-50px;	
&lt;br /&gt;	}
&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;&lt;a&gt; tag has defined width and height to whatever fits into our site's  design. Also, overflow is set to hidden. We then play with negative top and left  values to "crop" the image to a perfect fit. If you want to take this further,  you can define cropping area for every single image you have in thumb list and  target the area you would like to show.&lt;/p&gt;&lt;pre&gt; 	
&lt;br /&gt;	ul#thumbs a img{
&lt;br /&gt;		float:left;
&lt;br /&gt;		position:absolute;
&lt;br /&gt;		top:-20px;
&lt;br /&gt;		left:-50px;	
&lt;br /&gt;	}
&lt;br /&gt;	ul#thumbs li#image1 a img{
&lt;br /&gt;		top:-28px;
&lt;br /&gt;		left:-55px;	
&lt;br /&gt;	}	
&lt;br /&gt;	ul#thumbs li#image2 a img{
&lt;br /&gt;		top:-18px;
&lt;br /&gt;		left:-48px;	
&lt;br /&gt;	}	
&lt;br /&gt;	ul#thumbs li#image3 a img{
&lt;br /&gt;		top:-21px;
&lt;br /&gt;		left:-30px;	
&lt;br /&gt;	}	
&lt;br /&gt;	.
&lt;br /&gt;	.
&lt;br /&gt;	.		
&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Now, when user mouse-overs it we set the overflow to visible:&lt;/p&gt;&lt;pre&gt;		ul#thumbs a:hover{
&lt;br /&gt;			overflow:visible;
&lt;br /&gt;			z-index:1000;
&lt;br /&gt;			border:none;		
&lt;br /&gt;		}
&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Note the z-index for both default and hovered container. This is very  important because we want to place the hovered above it's siblings. Otherwise it  would be placed below and the trick wouldn't be complete.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-8131442691270237311?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QQMYaIZSm6GkKtMVyOWxP4dM9CA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QQMYaIZSm6GkKtMVyOWxP4dM9CA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QQMYaIZSm6GkKtMVyOWxP4dM9CA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QQMYaIZSm6GkKtMVyOWxP4dM9CA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/VtaXUdoYmAg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/VtaXUdoYmAg/create-resizing-thumbnails-using.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><enclosure url="http://cssglobe.com/lab/overflow_thumbs/overflow_thumbs.zip" length="17888" type="application/x-zip-compressed" /><media:content url="http://cssglobe.com/lab/overflow_thumbs/overflow_thumbs.zip" fileSize="17888" type="application/x-zip-compressed" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> This tutorial is aimed at controlling the size of the thumbnails appearing on your page. Sometimes we don't have enough space to spare to fit in large thumbnails and yet we would like to avoid small and barely recognizable images. Using this trick we lim</itunes:subtitle><itunes:author>noreply@blogger.com (jon)</itunes:author><itunes:summary> This tutorial is aimed at controlling the size of the thumbnails appearing on your page. Sometimes we don't have enough space to spare to fit in large thumbnails and yet we would like to avoid small and barely recognizable images. Using this trick we limit the default dimensions of the thumb, and show it in full size when user mouse-overs it. Take a look at the demo | Download zip file Overview What we have here is not actual image resizing. It is a resizing of the thumb's visible area on mouse over. How do we do that? Using overflow property! The overflow property defines the appearance of the content when it overflows the container area. If the container has limited size, for one reason or another, then we use overflow to define what happens. Possible values of overflow property are visible, hidden, scroll and auto. It's the combination of these values that we will use here and make this trick work. Basically, we will hide a part of the thumbnail when in default state, and show it entirely on mouse over. The Concept The idea behind this is, to place an image into a certain container. Since we're talking about thumbnails that container would be an tag. We set the size (width and height) of the container to desired values and we set the position property of the container to relative. Image inside has an absolute position. We use negative top and left values to offset the image. Container has overflow set to hidden so only a part of the image that is placed inside the container's actual area will be visible. The rest of it will be hidden. On a:hover we set the container's overflow to visible, and reveal entire image. The Code This trick can be used for thumbnail lists or single thumbnails, as shown on the demo page. For markup we use standard tags Definition of the default state for thumbnails would be something like this: ul#thumbs a{ display:block; float:left; width:100px; height:100px; line-height:100px; overflow:hidden; position:relative; z-index:1; } ul#thumbs a img{ float:left; position:absolute; top:-20px; left:-50px; } tag has defined width and height to whatever fits into our site's design. Also, overflow is set to hidden. We then play with negative top and left values to "crop" the image to a perfect fit. If you want to take this further, you can define cropping area for every single image you have in thumb list and target the area you would like to show. ul#thumbs a img{ float:left; position:absolute; top:-20px; left:-50px; } ul#thumbs li#image1 a img{ top:-28px; left:-55px; } ul#thumbs li#image2 a img{ top:-18px; left:-48px; } ul#thumbs li#image3 a img{ top:-21px; left:-30px; } . . . Now, when user mouse-overs it we set the overflow to visible: ul#thumbs a:hover{ overflow:visible; z-index:1000; border:none; } Note the z-index for both default and hovered container. This is very important because we want to place the hovered above it's siblings. Otherwise it would be placed below and the trick wouldn't be complete.</itunes:summary><itunes:keywords>google,yahoo,website,help,topics,blogger,helps,tips,and,hacks,new,software,updates,antivirus,softwares</itunes:keywords><feedburner:origLink>http://ordaso.blogspot.com/2008/03/create-resizing-thumbnails-using.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-2765260603299241709</guid><pubDate>Fri, 14 Mar 2008 17:19:00 +0000</pubDate><atom:updated>2008-03-14T10:19:51.387-07:00</atom:updated><title>Soft Edge Technique Soft Edges and Opacity Gradients for Images</title><description>&lt;p class="left image"&gt;&lt;img alt="image" src="http://cssglobe.com/lab/softedge/thumb.gif" /&gt;&lt;/p&gt; &lt;p&gt;With this article CSSG continues to provide image manipulation techniques.  The trick I am about to demonstrate creates soft edge for content images using  lightweight and unobtrusive JavaScript and CSS interventions. With it you can  create "cloudy" soft edges or one-side opacity gradients without any image  editing software.&lt;/p&gt; &lt;p class="imp"&gt;&lt;a title="view Soft Edge in action" href="http://cssglobe.com/lab/softedge/"&gt;Take a look at the Demo&lt;/a&gt; | &lt;a title="download zip file" href="http://cssglobe.com/lab/softedge/softedge.zip"&gt;Download Soft Edge&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;Features&lt;/h3&gt; &lt;p&gt;Opacity gradients can be turned on and off for all 4 sides of the image  separately. With simple configuration you are able to control number of steps of  the gradient, step's width in pixels and, as mentioned, what sides of the image  you want to have gradients applied to.&lt;/p&gt; &lt;h3&gt;How does this technique work&lt;/h3&gt; &lt;p&gt;This is unobtrusive script so it means that no interventions in the html code  are necessary, except for class naming to select specific images. If you decide  to apply this to all content images then you don't even have to add class names.  The script will collect all content images on your page and apply this script to  them.&lt;br /&gt;Based on the settings from configuration area in JavaScript file,  script locates the images, creates a loop where it puts one image on top of the  other. First image has opacity set to minimum value while last added image is  not transparent. At the same time, using CSS clip property, images are clipped  progressively, first image not being clipped at all, while last image (the one  on the top) is the most clipped.&lt;/p&gt; &lt;p&gt;&lt;img alt="soft edge scheme" src="http://cssglobe.com/lab/softedge/image.gif" /&gt;&lt;/p&gt; &lt;h3&gt;Usage&lt;/h3&gt; &lt;p&gt;To use this trick, &lt;a title="download zip file" href="http://cssglobe.com/lab/softedge/softedge.zip"&gt;download the JavaScript  file&lt;/a&gt; and link to it from your html page. &lt;/p&gt;&lt;pre&gt;&lt;script type="text/javascript" src="softedge/softedge.js"&gt;&lt;/script&gt;&lt;/pre&gt; &lt;p&gt;There is a configuration area in the JS file where you can edit settings and  achieve various effects.&lt;/p&gt;&lt;pre&gt;// css class of images that you want to apply this script to&lt;br /&gt;// if you want to apply this script to all content images, leave this string blank&lt;br /&gt;&lt;br /&gt;var imageClass = "";&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// integer defining the soft edge depth&lt;br /&gt;// the larger the number the softer the edges :)&lt;br /&gt;&lt;br /&gt;var step = 20;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// define directions wher you want gradient to appear&lt;br /&gt;// set top, right, bottom and left to true or false to turn it on or off&lt;br /&gt;// setting all 4 directions to true will give you soft edge effect&lt;br /&gt;// while setting one of the&lt;br /&gt;&lt;br /&gt;var dirTop = false; &lt;br /&gt;var dirRight = true; &lt;br /&gt;var dirBottom = false; &lt;br /&gt;var dirLeft = true; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// integer defining each step's width in pixels&lt;br /&gt;&lt;br /&gt;var stepWidth = 1;&lt;/pre&gt; &lt;p&gt;Enjoy! :)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-2765260603299241709?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aIqkMJfPgyGFeu7KOw9TVCipj4s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aIqkMJfPgyGFeu7KOw9TVCipj4s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aIqkMJfPgyGFeu7KOw9TVCipj4s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aIqkMJfPgyGFeu7KOw9TVCipj4s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/DsAw1iik3yM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/DsAw1iik3yM/soft-edge-technique-soft-edges-and.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><enclosure url="http://cssglobe.com/lab/softedge/softedge.zip" length="13760" type="application/x-zip-compressed" /><media:content url="http://cssglobe.com/lab/softedge/softedge.zip" fileSize="13760" type="application/x-zip-compressed" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> With this article CSSG continues to provide image manipulation techniques. The trick I am about to demonstrate creates soft edge for content images using lightweight and unobtrusive JavaScript and CSS interventions. With it you can create "cloudy" soft e</itunes:subtitle><itunes:author>noreply@blogger.com (jon)</itunes:author><itunes:summary> With this article CSSG continues to provide image manipulation techniques. The trick I am about to demonstrate creates soft edge for content images using lightweight and unobtrusive JavaScript and CSS interventions. With it you can create "cloudy" soft edges or one-side opacity gradients without any image editing software. Take a look at the Demo | Download Soft Edge Features Opacity gradients can be turned on and off for all 4 sides of the image separately. With simple configuration you are able to control number of steps of the gradient, step's width in pixels and, as mentioned, what sides of the image you want to have gradients applied to. How does this technique work This is unobtrusive script so it means that no interventions in the html code are necessary, except for class naming to select specific images. If you decide to apply this to all content images then you don't even have to add class names. The script will collect all content images on your page and apply this script to them. Based on the settings from configuration area in JavaScript file, script locates the images, creates a loop where it puts one image on top of the other. First image has opacity set to minimum value while last added image is not transparent. At the same time, using CSS clip property, images are clipped progressively, first image not being clipped at all, while last image (the one on the top) is the most clipped. Usage To use this trick, download the JavaScript file and link to it from your html page. There is a configuration area in the JS file where you can edit settings and achieve various effects.// css class of images that you want to apply this script to // if you want to apply this script to all content images, leave this string blank var imageClass = ""; // integer defining the soft edge depth // the larger the number the softer the edges :) var step = 20; // define directions wher you want gradient to appear // set top, right, bottom and left to true or false to turn it on or off // setting all 4 directions to true will give you soft edge effect // while setting one of the var dirTop = false; var dirRight = true; var dirBottom = false; var dirLeft = true; // integer defining each step's width in pixels var stepWidth = 1; Enjoy! :)</itunes:summary><itunes:keywords>google,yahoo,website,help,topics,blogger,helps,tips,and,hacks,new,software,updates,antivirus,softwares</itunes:keywords><feedburner:origLink>http://ordaso.blogspot.com/2008/03/soft-edge-technique-soft-edges-and.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-7528036567440148350</guid><pubDate>Fri, 14 Mar 2008 17:18:00 +0000</pubDate><atom:updated>2008-03-14T10:19:10.214-07:00</atom:updated><title>Custom Double Solid Borders for Images</title><description>&lt;p&gt;We are not going to use border-style:double; As we know these are not easy to  control.&lt;br /&gt;Imagine a situation where you want outer border on the image to be  3px thick and green and inner border 1px thick and yellow. How would you achieve  this? And further more, how would you achieve this with no additional  markup?&lt;/p&gt; &lt;h3&gt;The Trick&lt;/h3&gt; &lt;p&gt;What we'll do here is use css border property for outer image border and  we'll fake the inner border using combination of background and padding  properties.&lt;/p&gt; &lt;p&gt;&lt;img alt="double border for images" src="http://cssglobe.com/articles/double_borders/image1.jpg" /&gt;&lt;/p&gt; &lt;p&gt;First we add a border property to the image and set the values&lt;/p&gt;&lt;pre&gt;img{&lt;br /&gt; border:2px solid #72a143;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;If we set the padding to 1px and add a yellow background,&lt;/p&gt;&lt;pre&gt;img{&lt;br /&gt; border:2px solid #72a143;&lt;br /&gt; padding:1px;&lt;br /&gt; background:#ffeda5;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;the image will receive another "border" inside the real one.&lt;br /&gt;That's it! :)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7528036567440148350?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Fa-aieHFHJ-Eengb_zyhLL9DdnU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fa-aieHFHJ-Eengb_zyhLL9DdnU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Fa-aieHFHJ-Eengb_zyhLL9DdnU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fa-aieHFHJ-Eengb_zyhLL9DdnU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/UIM88GhOiqw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/UIM88GhOiqw/custom-double-solid-borders-for-images.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/custom-double-solid-borders-for-images.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-1545854282413786976</guid><pubDate>Fri, 14 Mar 2008 17:16:00 +0000</pubDate><atom:updated>2008-03-14T10:18:44.206-07:00</atom:updated><title>8 Premium One Line Css Tips</title><description>&lt;p&gt;The best solutions are often the simplest. Here's a list of 8 tips that  contain only one css property. &lt;/p&gt; &lt;h3&gt;1. Vertical centering with line-height&lt;/h3&gt;&lt;pre&gt;line-height:24px;&lt;/pre&gt; &lt;p&gt;When you have a container with fixed height you can use line-height property  to vertically center the content.&lt;br /&gt;Take a look at this  demo.&lt;/p&gt; &lt;h3&gt;2. Prevent oversized content to break fixed width floated layouts&lt;/h3&gt;&lt;pre&gt;#main{&lt;br /&gt; overflow:hidden;&lt;br /&gt;}&lt;/pre&gt; &lt;p&gt;When oversized content (i.e. wide image) is placed in fixed width floated  container, it may break the layout. To prevent that use this trick. It will hide  a part of the content but at least your layout structure will remain intact.&lt;br /&gt;I wrote an article about it  a while back.&lt;/p&gt; &lt;h3&gt;3. Prevent line breaks in links&lt;/h3&gt;&lt;pre&gt;a{&lt;br /&gt; white-space:nowrap;&lt;br /&gt;}&lt;/pre&gt; &lt;p&gt;This little trick will prevent line breaks on your links. I recommend using  this with long text to avoid having links break into 2 lines.&lt;/p&gt; &lt;h3&gt;4. Always show Firefox scrollbar&lt;/h3&gt;&lt;pre&gt;html{&lt;br /&gt; overflow:-moz-scrollbars-vertical;&lt;br /&gt;}&lt;/pre&gt; &lt;p&gt;Firefox hides vertical scrollbar by default. So, when you browse a site that  have different page heights you notice a horizontal shift. This code will always  display a scrollbar and prevent shifting.&lt;/p&gt; &lt;h3&gt;5. Centering block elements horizontally&lt;/h3&gt;&lt;pre&gt;margin:0 auto;&lt;/pre&gt; &lt;p&gt;For all modern browser this line of css is enough to horizontally center a  block level element.&lt;/p&gt; &lt;h3&gt;6. Remove vertical textarea scrollbar in IE&lt;/h3&gt;&lt;pre&gt;textarea{&lt;br /&gt; overflow:auto;&lt;br /&gt;}&lt;/pre&gt; &lt;p&gt;Textareas in IE have vertical scrollbar visible by default. If you want those  removed (I know I do) use this line.&lt;/p&gt; &lt;h3&gt;7. Force page breaks when printing your document&lt;/h3&gt;&lt;pre&gt;h2{&lt;br /&gt; page-break-before:always;&lt;br /&gt;}&lt;/pre&gt; &lt;p&gt;With this line of code you can control places where you want your pages to  break when printing a document.&lt;/p&gt; &lt;h3&gt;8. Remove active link borders&lt;/h3&gt;&lt;pre&gt;a:active, a:focus{&lt;br /&gt; outline:none;&lt;br /&gt;}&lt;/pre&gt; &lt;p&gt;Originally found here,  this will remove dotted outline from focused or active links.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1545854282413786976?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MeACrOtonLjbtxnfryQsBTiDnTQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MeACrOtonLjbtxnfryQsBTiDnTQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MeACrOtonLjbtxnfryQsBTiDnTQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MeACrOtonLjbtxnfryQsBTiDnTQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/5MMdcBjCMx8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/5MMdcBjCMx8/8-premium-one-line-css-tips.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/8-premium-one-line-css-tips.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-3837480360465510506</guid><pubDate>Fri, 14 Mar 2008 17:14:00 +0000</pubDate><atom:updated>2008-03-14T10:16:56.744-07:00</atom:updated><title>3 Simple Steps in Coding a Rounded Corners Layout</title><description>&lt;p class="left image"&gt;&lt;img alt="image" src="http://cssglobe.com/articles/3steps/thumb.jpg" /&gt;&lt;/p&gt; &lt;p&gt;What we should aim in coding is simplicity and try to avoid any unnecessary  markup. Various rounded corners techniques often include several additional  elements that are purely presentational.&lt;br /&gt;When talking about fixed width,  rounded corners layout, there's no need for complications.&lt;br /&gt;Let me show you  my approach to coding just that, fixed width, rounded corners layout in 3 simple  steps.&lt;br /&gt;As a special treat, &lt;a title="download zip file" href="http://cssglobe.com/articles/3steps/3steps.zip"&gt;PSD and XHTML/CSS  files&lt;/a&gt; included in this brief tutorial :) &lt;/p&gt; &lt;p class="imp"&gt;&lt;a title="demo" href="http://cssglobe.com/articles/3steps/"&gt;Take a  look at the demo&lt;/a&gt; | &lt;a title="download zip file" href="http://cssglobe.com/articles/3steps/3steps.zip"&gt;Download zip file&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;img alt="layout" src="http://cssglobe.com/articles/3steps/image.jpg" /&gt;&lt;/p&gt; &lt;h3&gt;Markup&lt;/h3&gt; &lt;p&gt;Markup is pretty basic, and as you can see, there are no additional divs for  top or bottom corners. &lt;/p&gt;&lt;pre&gt;&lt;div id="container"&gt;&lt;br /&gt; &lt;div id="header"&gt;&lt;/div&gt;&lt;br /&gt; &lt;div id="content"&gt;&lt;/div&gt;&lt;br /&gt; &lt;div id="footer"&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt; &lt;h3&gt;Step 1 - Header&lt;/h3&gt; &lt;p&gt;In order to simplify things I often crop entire header as a single background  image. The size of the image rarely exceeds 50kb and it also makes additional  changes a lot easier to apply.&lt;br /&gt;With this particular layout we'll add  something extra to the header cropping. We'll not only crop entire header, but  the top corners of the content area as well. That area is not meant to have any  content, it's just for presentation. It really doesn't matter if we put it at  the bottom of the header background image. &lt;/p&gt; &lt;p&gt;&lt;img alt="step1" src="http://cssglobe.com/articles/3steps/image1.jpg" /&gt;&lt;/p&gt; &lt;p&gt;Note: if you use repeating gradient image for body background, like I do in  my example, keep the height of the repeating image same or less than header  height. That will make your life easier because you will not have adjust the  body background in the content area.&lt;/p&gt; &lt;h3&gt;Step 2 - Content &lt;/h3&gt; &lt;p&gt;Unlike other sections, content area is expandable in height. Of course, we'll  use 1px high gif that repeats vertically. We all know that :)&lt;/p&gt; &lt;p&gt;&lt;img alt="step2" src="http://cssglobe.com/articles/3steps/image2.jpg" /&gt;&lt;/p&gt; &lt;h3&gt;Step 3 - Footer&lt;/h3&gt; &lt;p&gt;Similar as with header, we are avoiding additional markup for bottom corners  of the content area. So, we'll "close" the content area with footer background  image. So footer's background is used for end of the content and beginning of  the footer. &lt;/p&gt; &lt;p&gt;&lt;img alt="step3" src="http://cssglobe.com/articles/3steps/image3.jpg" /&gt;&lt;/p&gt; &lt;p&gt;That's it, &lt;a title="demo" href="http://cssglobe.com/articles/3steps/"&gt;view  live example&lt;/a&gt; or &lt;a title="download zip file" href="http://cssglobe.com/articles/3steps/3steps.zip"&gt;download files&lt;/a&gt; (PSD  included, yeah!)&lt;/p&gt;&lt;h3&gt; &lt;/h3&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-3837480360465510506?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bxEt3mptNfHu8QFfmNWFj2hlEro/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bxEt3mptNfHu8QFfmNWFj2hlEro/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bxEt3mptNfHu8QFfmNWFj2hlEro/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bxEt3mptNfHu8QFfmNWFj2hlEro/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/xwmqca06jLM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/xwmqca06jLM/3-simple-steps-in-coding-rounded.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><enclosure url="http://cssglobe.com/articles/3steps/3steps.zip" length="506123" type="application/x-zip-compressed" /><media:content url="http://cssglobe.com/articles/3steps/3steps.zip" fileSize="506123" type="application/x-zip-compressed" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> What we should aim in coding is simplicity and try to avoid any unnecessary markup. Various rounded corners techniques often include several additional elements that are purely presentational. When talking about fixed width, rounded corners layout, there</itunes:subtitle><itunes:author>noreply@blogger.com (jon)</itunes:author><itunes:summary> What we should aim in coding is simplicity and try to avoid any unnecessary markup. Various rounded corners techniques often include several additional elements that are purely presentational. When talking about fixed width, rounded corners layout, there's no need for complications. Let me show you my approach to coding just that, fixed width, rounded corners layout in 3 simple steps. As a special treat, PSD and XHTML/CSS files included in this brief tutorial :) Take a look at the demo | Download zip file Markup Markup is pretty basic, and as you can see, there are no additional divs for top or bottom corners. Step 1 - Header In order to simplify things I often crop entire header as a single background image. The size of the image rarely exceeds 50kb and it also makes additional changes a lot easier to apply. With this particular layout we'll add something extra to the header cropping. We'll not only crop entire header, but the top corners of the content area as well. That area is not meant to have any content, it's just for presentation. It really doesn't matter if we put it at the bottom of the header background image. Note: if you use repeating gradient image for body background, like I do in my example, keep the height of the repeating image same or less than header height. That will make your life easier because you will not have adjust the body background in the content area. Step 2 - Content Unlike other sections, content area is expandable in height. Of course, we'll use 1px high gif that repeats vertically. We all know that :) Step 3 - Footer Similar as with header, we are avoiding additional markup for bottom corners of the content area. So, we'll "close" the content area with footer background image. So footer's background is used for end of the content and beginning of the footer. That's it, view live example or download files (PSD included, yeah!) </itunes:summary><itunes:keywords>google,yahoo,website,help,topics,blogger,helps,tips,and,hacks,new,software,updates,antivirus,softwares</itunes:keywords><feedburner:origLink>http://ordaso.blogspot.com/2008/03/3-simple-steps-in-coding-rounded.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-1962727772199839920</guid><pubDate>Fri, 14 Mar 2008 17:12:00 +0000</pubDate><atom:updated>2008-03-14T10:14:08.048-07:00</atom:updated><title>Creating and Styling Resizable Buttons</title><description>&lt;p&gt;When structuring your markup there are many paths you can choose to reach the  same goal. Most of the times it's a matter of preferences which element you wish  to apply on a specific spot. I have my own personal preferences. One of them is  preferring BUTTON over INPUT type="submit" elements. Why? Well W3C says it  "Buttons created with the BUTTON element function just like buttons created with  the INPUT element, but they offer richer rendering possibilities".&lt;/p&gt; &lt;p&gt;It's the rendering that I am after. You can easily apply image replacement  techniques to buttons and make your form look good. Most interesting feature is  that BUTTON element may have content. I will use that possibility in this  tutorial.&lt;/p&gt; &lt;p&gt;So, the goal is to create and style button that can handle variable length so  there is no need for later interventions. We'll treat button element as a  container and add some markup. &lt;/p&gt; &lt;p class="imp"&gt;&lt;a title="Demo Page" href="http://cssglobe.com/lab/button/"&gt;Take a  look at the demo&lt;/a&gt; | &lt;a title="download zip file" href="http://cssglobe.com/lab/button/button.zip"&gt;Download zip file&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;HTML&lt;/h3&gt; &lt;p&gt;Here it is:&lt;/p&gt;&lt;pre&gt;&lt;button&gt;&lt;span&gt;&lt;em&gt;Button text&lt;/em&gt;&lt;/span&gt;&lt;/button&gt;&lt;/pre&gt; &lt;p&gt;This is a valid code, and it gives us a lot to work with. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Please note&lt;/strong&gt;, I am using two child elements instead of only  one because I couldn't get rid of some paddings that button preserved. If anyone  succeeds in styling with one child element only, please let me know :)&lt;/p&gt; &lt;h3&gt;Concept&lt;/h3&gt; &lt;p&gt;This concept is probably familiar to you from various navigation tab styling  techniques. We have one long background image:&lt;/p&gt; &lt;p&gt;&lt;img alt="image" src="http://cssglobe.com/lab/button/bg_button.gif" /&gt;&lt;/p&gt; &lt;p&gt;This one is 550px wide. I believe that is more than sufficient for buttons :) &lt;br /&gt;So, we apply this image as a background image of a top element (in this case  SPAN), place it to top left and add some left padding. Nested element (in this  case EM) have the same background image but placed to top right and with right  padding. As the content text grows so will the button. &lt;/p&gt; &lt;p&gt;&lt;img alt="image" src="http://cssglobe.com/lab/button/image.gif" /&gt;&lt;/p&gt; &lt;p&gt;Height of the button is fixed in my example but you can use similar technique  and some more markup and place the same background image to all 4 corners. &lt;br /&gt;To make sure that the text is vertically centered I use line-height  property. &lt;/p&gt; &lt;h3&gt;CSS &lt;/h3&gt;&lt;pre&gt;button{&lt;br /&gt; border:none;&lt;br /&gt; background:none;&lt;br /&gt; padding:0;&lt;br /&gt; margin:0;&lt;br /&gt; width:auto;&lt;br /&gt; overflow:visible;     &lt;br /&gt; text-align:center; &lt;br /&gt; white-space:nowrap; &lt;br /&gt; height:40px;&lt;br /&gt; line-height:38px;   &lt;br /&gt; }&lt;/pre&gt; &lt;p&gt;Resetting button's default styling.&lt;/p&gt;&lt;pre&gt;button span, button em{&lt;br /&gt; display:block;&lt;br /&gt; height:40px;&lt;br /&gt; line-height:38px;   &lt;br /&gt; margin:0;&lt;br /&gt; color:#954b05;&lt;br /&gt; }&lt;/pre&gt; &lt;p&gt;Setting child elements. Note that value of height property is different than  line-height. That's because I have 2px shadow at the bottom. Line-height  vertically centers the text within the button graphic, shadow is excluded.&lt;/p&gt;&lt;pre&gt;button span{&lt;br /&gt; padding-left:20px;&lt;br /&gt; background:url(bg_button.gif) no-repeat 0 0;&lt;br /&gt; } &lt;br /&gt;button em{&lt;br /&gt; font-style:normal;&lt;br /&gt; padding-right:20px;&lt;br /&gt; background:url(bg_button.gif) no-repeat 100% 0;&lt;br /&gt; }&lt;/pre&gt; &lt;p&gt;Setting backgrounds and paddings for both child elements.&lt;/p&gt; &lt;p&gt;As I mentioned earlier, it would be more elegant if I could use BUTTON and  SPAN only, but I couldn' t get rid of BUTTON paddings. Is any find a solution  that uses only one child element, please let me know.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1962727772199839920?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ODXgp7jJmabA7SZh534is_BwoPw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ODXgp7jJmabA7SZh534is_BwoPw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ODXgp7jJmabA7SZh534is_BwoPw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ODXgp7jJmabA7SZh534is_BwoPw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/9OQYax569uU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/9OQYax569uU/creating-and-styling-resizable-buttons.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><enclosure url="http://cssglobe.com/lab/button/button.zip" length="7732" type="application/x-zip-compressed" /><media:content url="http://cssglobe.com/lab/button/button.zip" fileSize="7732" type="application/x-zip-compressed" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> When structuring your markup there are many paths you can choose to reach the same goal. Most of the times it's a matter of preferences which element you wish to apply on a specific spot. I have my own personal preferences. One of them is preferring BUTT</itunes:subtitle><itunes:author>noreply@blogger.com (jon)</itunes:author><itunes:summary> When structuring your markup there are many paths you can choose to reach the same goal. Most of the times it's a matter of preferences which element you wish to apply on a specific spot. I have my own personal preferences. One of them is preferring BUTTON over INPUT type="submit" elements. Why? Well W3C says it "Buttons created with the BUTTON element function just like buttons created with the INPUT element, but they offer richer rendering possibilities". It's the rendering that I am after. You can easily apply image replacement techniques to buttons and make your form look good. Most interesting feature is that BUTTON element may have content. I will use that possibility in this tutorial. So, the goal is to create and style button that can handle variable length so there is no need for later interventions. We'll treat button element as a container and add some markup. Take a look at the demo | Download zip file HTML Here it is:Button text This is a valid code, and it gives us a lot to work with. Please note, I am using two child elements instead of only one because I couldn't get rid of some paddings that button preserved. If anyone succeeds in styling with one child element only, please let me know :) Concept This concept is probably familiar to you from various navigation tab styling techniques. We have one long background image: This one is 550px wide. I believe that is more than sufficient for buttons :) So, we apply this image as a background image of a top element (in this case SPAN), place it to top left and add some left padding. Nested element (in this case EM) have the same background image but placed to top right and with right padding. As the content text grows so will the button. Height of the button is fixed in my example but you can use similar technique and some more markup and place the same background image to all 4 corners. To make sure that the text is vertically centered I use line-height property. CSS button{ border:none; background:none; padding:0; margin:0; width:auto; overflow:visible; text-align:center; white-space:nowrap; height:40px; line-height:38px; } Resetting button's default styling.button span, button em{ display:block; height:40px; line-height:38px; margin:0; color:#954b05; } Setting child elements. Note that value of height property is different than line-height. That's because I have 2px shadow at the bottom. Line-height vertically centers the text within the button graphic, shadow is excluded.button span{ padding-left:20px; background:url(bg_button.gif) no-repeat 0 0; } button em{ font-style:normal; padding-right:20px; background:url(bg_button.gif) no-repeat 100% 0; } Setting backgrounds and paddings for both child elements. As I mentioned earlier, it would be more elegant if I could use BUTTON and SPAN only, but I couldn' t get rid of BUTTON paddings. Is any find a solution that uses only one child element, please let me know.</itunes:summary><itunes:keywords>google,yahoo,website,help,topics,blogger,helps,tips,and,hacks,new,software,updates,antivirus,softwares</itunes:keywords><feedburner:origLink>http://ordaso.blogspot.com/2008/03/creating-and-styling-resizable-buttons.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-1938871425548760820</guid><pubDate>Mon, 10 Mar 2008 16:39:00 +0000</pubDate><atom:updated>2008-03-10T09:40:18.621-07:00</atom:updated><title>Character Encoding Problem - Browser Cannot Auto-Detect Arabic Pages</title><description>Tamer Al-Khouli is facing a strange character encoding problem with Firefox 2  and IE 6.0 browser.
&lt;br /&gt;
&lt;br /&gt;Both the web browsers are &lt;b&gt;unable to detect local  language webpages (Arabic in his case) and display junk unrecognizable  characters instead&lt;/b&gt;.
&lt;br /&gt;
&lt;br /&gt;Since the character set cannot be detected  automatically, Tamer has to manually select the correct character encoding each  time he visits a webpage written in Arabic. He further writes: &lt;blockquote&gt;If I followed a link from that page to another Arabic page, I need  to repeat the process and so on ! I tried to solve this by going to  Advanced-General-languages in Firefox , and set the Arabic language to the top  of of preferrable languages list , but this didn't work.
&lt;br /&gt;
&lt;br /&gt;I tried setting  the encoding in IE as Arabic ( not "Auto select" ) .. but this also didn't work  . &lt;/blockquote&gt;Tamer, most likely the problem is not at your end but with the  webpages that you are visiting. The site developers may have failed to include  the correct character encoding information in the meta tags of the webpages  [check the following line in the HTML source of the sites you visit]&lt;pre&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;/pre&gt;Coming  to the solution, since auto-detect is not working for you, &lt;b&gt;try setting the  browser to use Unicode ( UTF-8 ) encoding which is a form of universal character  encoding and should display most characters&lt;/b&gt;.
&lt;br /&gt;
&lt;br /&gt;If even that fails,  &lt;b&gt;set the character encoding as Universal in Firefox&lt;/b&gt; as the last resort.  (see screenshot)
&lt;br /&gt;
&lt;br /&gt;The above fixes may or may not work - the real solution  would be to drop an email to the owners of your favorite websites an ask them to  specify the character encoding information in their webpages.
&lt;br /&gt;
&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5026278409716771906" style="margin: 0px auto; display: block; text-align: center;" alt="" src="http://bp1.blogger.com/_XYizHvjgLrA/RcDtlVFiLEI/AAAAAAAAAD4/0DQ4A78k6qg/s1600/firefox-character-encoding.png" border="0" /&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1938871425548760820?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dqsiGHTxZLshAZWBVLRQ4LiRCDA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dqsiGHTxZLshAZWBVLRQ4LiRCDA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dqsiGHTxZLshAZWBVLRQ4LiRCDA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dqsiGHTxZLshAZWBVLRQ4LiRCDA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/Qkx6c0WiWKE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/Qkx6c0WiWKE/character-encoding-problem-browser.html</link><author>noreply@blogger.com (jon)</author><media:thumbnail url="http://bp1.blogger.com/_XYizHvjgLrA/RcDtlVFiLEI/AAAAAAAAAD4/0DQ4A78k6qg/s72-c/firefox-character-encoding.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/character-encoding-problem-browser.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-7465308895843021710</guid><pubDate>Mon, 10 Mar 2008 16:38:00 +0000</pubDate><atom:updated>2008-03-10T09:38:57.629-07:00</atom:updated><title>Online Keyword Suggestion Tools</title><description>Pay-for-placement advertising has been called by some the most effective method  of direct marketing today. Finding the most obvious keywords for your website  pages requires simple logical thinking but to choose high-performing keywords,  word combinations and phrases that people search for, you need the help of tools  to build a more effective keyword list.&lt;br /&gt;&lt;br /&gt;Search engines such as Google,  Yahoo or MSN allow advertisers to bid against each other for the placement of  ads tied to keywords. An account for your business can be opened for $5 to $50,  and bids typically start at 5 cents or 10 cents per click. Paying one penny  above another advertiser moves your listing above his. Beyond the account set-up  fees, your credit card is charged only for the clicks on your listings. So, the  more you pay, the more ad viewers are clicking through to your Web  site.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/400/Inventory%20Overture%20Keyword%20Tool.jpg" /&gt;&lt;b&gt;How  to Find more keywords relevant to your website?&lt;/b&gt; Here we discuss the best  online keyword research tools that help your find the best keywords relevant to  your blog or website. Try to choose popular and narrowly targeted  keywords.&lt;br /&gt;&lt;br /&gt;This keyword tools guide is split in two parts. In part 1, we  discuss the more popular keyword tools like Wordtracker and Overture while in &lt;a href="http://labnol.blogspot.com/2006/01/online-keyword-research-tools-you-are.html"&gt;Part  2&lt;/a&gt;, we will mention about lesser known and even unexplored keyword research  tools that are also free to use.&lt;br /&gt;&lt;br /&gt;1. &lt;b&gt;Overture Inventory Keyword  Selector Tool&lt;/b&gt; &lt;a href="http://inventory.overture.com/d/searchinventory/suggestion/" target="_blank"&gt;#&lt;/a&gt; | &lt;a href="http://www.inventory.overture.com/" target="_blank"&gt;#&lt;/a&gt;&lt;br /&gt;How many searches can your business get? Enter a keyword  to see how many searches have been conducted on that term in the last  month.&lt;br /&gt;&lt;br /&gt;The Overture keyword suggestion tool displays the most popular  keyword combinations for a given keyword or phrase. The suggestions are based on  the number of times similar phrases were searched on the Overture network the  previous month. The Overture tool is very fast, displays related keywords and  also the search statistics for that keyword.&lt;br /&gt;&lt;br /&gt;2. &lt;b&gt;Overture View Bids  Tool&lt;/b&gt; &lt;a href="http://uv.bidtool.overture.com/d/search/tools/bidtool/" target="_blank"&gt;#&lt;/a&gt;&lt;br /&gt;To use the Overture Bidding Tool, enter your search  keyword and it displays the Advertiser's Max Bid and listing of the ads. (A Max  Bid is the highest amount an advertiser is willing to pay for each  click.)&lt;br /&gt;&lt;br /&gt;Though the OVBT displays what Overture adervtisers are bidding  for keywords, it can be used in combination with the Overture Inventory tool to  shortlist keywords that can attract higher bids.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://photos1.blogger.com/blogger/3709/485/400/WordTracker%20Top%20Keyword%20Research%20Tool.png" /&gt;&lt;br /&gt;&lt;br /&gt;3.  &lt;b&gt;WordTracker keyword research tool&lt;/b&gt; &lt;a href="http://www.wordtracker.com/" target="_blank"&gt;#&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Wordtracker is the keyword search tool of choice for  professionals worldwide. Wordtracker keyword research reports contains thousands  of keywords being used across the major search engines. Using the online  Wordtracker interface, you can cherry-pick keywords with high popularity and low  competition.&lt;br /&gt;&lt;br /&gt;This is how the trial verion of wordtracker works. Enter a  keyword or phrase, WordTracker extracts keyword suggestions from 200 related web  pages across the internet. Using search data from Dogpile and Metacrawler  queries over the last 120 days, Wordtracker displays the search statistics for  the top 15 related keyword searches. [&lt;a href="http://www.wordtracker.com/free-trial.html" target="_blank"&gt;Start  WordTracker Trial&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;If you want to test-drive Wordtracker to discover  its true potential of the Wordtracker keyword system, buy a 24 hour pass (1 day  account) for $4.20. Wordtracker is a decent resource and well worth paying for  to get full access. Wordtracker sends a free weekly Wordtrack Top 500 frequently  searched words on the Internet. You can view the top 30 search terms for various  metacrawlers (Dogpile, Metacrawler) over the past 48 hours &lt;a href="http://www.wordtracker.com/topkeywords.html" target="_blank"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. &lt;b&gt;Google Suggest&lt;/b&gt; &lt;a href="http://www.google.com/webhp?complete=1" target="_blank"&gt;#&lt;/a&gt;&lt;br /&gt;As you type  into the Google search box, Google Suggest guesses what you're typing and offers  suggestions in real time based on the overall popularity of various  searches.&lt;br /&gt;&lt;br /&gt;Though Google Search is built for suggesting more refined  searches up front, SEO and web authors can use Google Suggest as a keyword  suggestion tool to quickly discover related keywords and how many results will  be returned for that query on Google. Google Suggest might offer suggestions  that you will find novel or intriguing.&lt;br /&gt;&lt;br /&gt;Google, someone who really knows  how people search, has compiled a comprehensive database of keywords or search  phrases that people search for. Google also has indirect access to reports of  what people are searching for on other search engines through Google  Analytics.&lt;br /&gt;&lt;br /&gt;If you are an Adwords advertiser, Google provides you full  access to this keyword database.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. &lt;b&gt;Google AdWords Keyword  Tool&lt;/b&gt; &lt;a href="https://adwords.google.com/select/KeywordSandbox" target="_blank"&gt;#&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/400/Google%20Adwords%20Keyword%20Tool.png" /&gt;Type  in keyword(s) or website URL into the keyword tool to view additional related  keywords. The google keywords tool generates a list of the most popular synonyms  and related phrases based on searches performed by user on Google search.  Keyword results can be limited to countries and languages.&lt;br /&gt;&lt;br /&gt;Google AdWords  Keyword Tool shows three kinds of related keywords:&lt;br /&gt;&lt;i&gt;More Specific Keywords  - Broadly matched keywords are replaced&lt;/i&gt;&lt;br /&gt;Shows relevant, more specific  alternatives to your general keywords&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Similar Keywords - Expanded  Broad Matches&lt;/i&gt;&lt;br /&gt;Shows related search queries&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Similar Keywords -  Additional Keywords&lt;/i&gt;&lt;br /&gt;Users who searched for your keyword(s) also searched  for these terms. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7465308895843021710?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EyvwX3E5v756RMeL8PW5amCiLQQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EyvwX3E5v756RMeL8PW5amCiLQQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EyvwX3E5v756RMeL8PW5amCiLQQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EyvwX3E5v756RMeL8PW5amCiLQQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/quBsVzwgJMU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/quBsVzwgJMU/online-keyword-suggestion-tools.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/online-keyword-suggestion-tools.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-3429246038827444734</guid><pubDate>Mon, 10 Mar 2008 16:37:00 +0000</pubDate><atom:updated>2008-03-10T09:37:49.004-07:00</atom:updated><title>Microsoft Attorneys Knock the Door of Windows AutoPatcher</title><description>&lt;p&gt;Windows Autopatcher, that made life  so simple for Windows XP users, is officially no more.&lt;/p&gt; &lt;p&gt;A little Autopatcher background - Microsoft announced XP SP2 in August 2004  and have have released hundreds of security updates and hotfixes since then.  &lt;/p&gt; &lt;p&gt;If you install Windows XP on a new computer, you either have to download  numerous updates from Windows Update website or you could install the latest  version of AutoPatcher XP which includes each and every fix released by  MSFT.&lt;/p&gt; &lt;p&gt;The Autopatcher installer is maintained by Windows enthusiasts - it saved  bandwidth for thousand of XP users and the software was even distributed with  some popular Computer Magazines. &lt;/p&gt; &lt;p&gt;Today, Microsoft Legal called up  the AutoPatcher team asking them to discontinue the project and remove the  download links. Microsoft is concerned that malicious software could be  redistributed with Microsoft Update via Autopatcher. Microsoft will only allow  updates to be downloaded from its own servers. &lt;/p&gt; &lt;p&gt;It's strange that Microsoft legal team acted now though the project has been  in existence for the past four years. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Now that AutoPatcher is history, Microsoft should work towards  releasing the XP SP3 final package real soon else offline Windows XP users will  have no way to keep their computer updated with recent Microsoft patches except  &lt;/strong&gt;&lt;strong&gt;slipstreaming  with nLite&lt;/strong&gt;&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Earlier, Microsoft had warned  users against downloading the XP SP3 Preview package that surfaced on Google  groups.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-3429246038827444734?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yy5EH49s2nlVCZLbT4Pr_IPpcmI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yy5EH49s2nlVCZLbT4Pr_IPpcmI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yy5EH49s2nlVCZLbT4Pr_IPpcmI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yy5EH49s2nlVCZLbT4Pr_IPpcmI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/ireNHcxsZqU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/ireNHcxsZqU/microsoft-attorneys-knock-door-of.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/microsoft-attorneys-knock-door-of.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-655370564386493396</guid><pubDate>Mon, 10 Mar 2008 16:36:00 +0000</pubDate><atom:updated>2008-03-10T09:37:10.613-07:00</atom:updated><title>Outlook 2007 File Attachment Previewers - Great Feature</title><description>Microsoft Office Outlook 2007 has this very useful feature where you can quickly  view file attachments without having to open them in external applications. &lt;br /&gt;&lt;br /&gt;For instance, if your colleague sends you a Powerpoint presentation, you  can view the slides right inside Outlook 2007. And you don't have to install  Microsoft Powerpoint on the computer, not even the free Powerpoint  viewer.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto; display: block; text-align: center;" alt="" src="http://photos1.blogger.com/blogger/3709/485/1600/outloo-2007-file-previewers.png" border="0" /&gt;&lt;br /&gt;Attachment Previewers for most common Office Applications, text  documents and image files are pre-installed with Office 2007 while additional  file previewers may be downloaded from the Office Online website. And like  Outlook 2003, you can always double click the email attachment to open it inside  the associated application.&lt;br /&gt;&lt;br /&gt;If there are multiple attachments in an email  message, say a HTML webpage and jpeg image, they will display in separate  preview pane but in the same message window. Outlook file previewers also let  you navigate inside documents and presentations that extend to more than one  page.&lt;br /&gt;&lt;br /&gt;Will save lot of time since you no longer have to wait for &lt;a href="http://labnol.blogspot.com/2006/06/open-pdf-files-faster-in-acrobat.html"&gt;bulky  Adobe Reader&lt;/a&gt; to load before you can view the contents of that 10 Kb PDF  attachment.&lt;br /&gt;&lt;br /&gt;Related: &lt;a href="http://labnol.blogspot.com/2006/11/download-office-2007-converter-word.html"&gt;Create,  Edit &amp;amp; Save Office 2007 Documents in Office 2003&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Quick Note:  These file previewers also allow you to preview files in Windows Explorer on  Microsoft Windows Vista. If you are not using Office 2007, you may enjoy similar  feature with &lt;a href="http://www.x1.com/" target="_blank"&gt;X1 Desktop Search&lt;/a&gt;  tool - X1 comes with even more file previewers like Adobe&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-655370564386493396?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dRnyzqd_4AZ2HmZCPmMbIKzOr5Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dRnyzqd_4AZ2HmZCPmMbIKzOr5Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dRnyzqd_4AZ2HmZCPmMbIKzOr5Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dRnyzqd_4AZ2HmZCPmMbIKzOr5Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/Gr4F2duWFRk" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/Gr4F2duWFRk/outlook-2007-file-attachment-previewers.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/outlook-2007-file-attachment-previewers.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-6086010101838812779</guid><pubDate>Mon, 10 Mar 2008 16:36:00 +0000</pubDate><atom:updated>2008-03-10T09:36:32.475-07:00</atom:updated><title>Cheap International Phone Calls</title><description>Talk anywhere across the world at local call rates, All you need is a Internet  line to get started - Steve writes about making a crystal-clear Internet call  using Skype's slick software in &lt;a href="http://www.pcworld.com/howto/article/0,aid,120782,00.asp"&gt;PCWorld.com&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;With  all the talk about Internet calling services like Vonage and AT&amp;amp;T's  CallVantage, you might have overlooked my favorite option, Skype, which has been  around for a couple of years. Using Skype is much like using instant messaging.  (In fact, IM features are built in.) Click a name in your contact list, and your  PC rings your contact's phone. Once that person picks up, start blabbing. It's  free to call anybody, anywhere, who has Skype installed. You and your friend  will need a broadband connection for Skype to work well.&lt;br /&gt;&lt;br /&gt;Skype has lots  more going for it, too: The program is incredibly easy to set up and use, the  sound quality is great, and unlike with Vonage there are no monthly fees. In  fact, in the United States, you avoid all taxes and pesky regulatory fees. And  for a small charge, you can obtain various landline-like features from Skype.  For example, SkypeOut allows you to call any landline or cell phone. You pay  only about 2.5 cents a minute for SkypeOut calls. I spent 12 cents using  SkypeOut to arrange for a hotel reservation in Buenos Aires. SkypeOut's rates  are on a par with those of other VoIP and landline services.&lt;br /&gt;&lt;br /&gt;There are  some cool things to do with Skype. Another service called Skypeout lets you make  calls to old-fashioned phone numbers all around the world. Landlines, mobile  phones... it works with almost all of them. SkypeOut is not free but it is  pretty cheap, actually. Or link up to five folks in a conference call. (Click  Tools, Create a Conference.) To add more, have participants invite people. Did  you know that you can use Skype with the same telephone you use for regular  telephone calls? For more tips, see Michael Gough's &lt;a href="http://www.skypetips.internetvisitation.org/"&gt;Skype Tips page&lt;/a&gt;. &lt;a href="http://www.skype.com/download/"&gt;Download Skype&lt;/a&gt; and start calling for  free all over the world. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6086010101838812779?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Gv0tz8yNfToxfdYUDNWJJ9MB1j0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Gv0tz8yNfToxfdYUDNWJJ9MB1j0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Gv0tz8yNfToxfdYUDNWJJ9MB1j0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Gv0tz8yNfToxfdYUDNWJJ9MB1j0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/Ppao6YNjCZ8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/Ppao6YNjCZ8/cheap-international-phone-calls.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/cheap-international-phone-calls.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-6662844047148083550</guid><pubDate>Mon, 10 Mar 2008 16:35:00 +0000</pubDate><atom:updated>2008-03-10T09:35:45.181-07:00</atom:updated><title>Determine Microsoft Office 2003 Service Pack version</title><description>This is a simple reference table to determine which version of &lt;strong&gt;Microsoft  Office 2003 service pack&lt;/strong&gt; is installed on your  computer.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Microsoft Office 2003&lt;/strong&gt; has the following  version numbers for the original release and for the service pack  releases:&lt;br /&gt;&lt;br /&gt;&lt;a title="Photo Sharing" href="http://www.flickr.com/photos/amit-agarwal/47362441/"&gt;&lt;img alt="Microsoft Office 2003 Service Pack 2" src="http://static.flickr.com/25/47362441_6690a0bd1a_o.png" height="187" width="446" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Just locate the executable file in Office 2003  installation directory and verify the version of your Office program. Default  location for these files in Office 2003 is : Program files\Microsoft  Office\Office11&lt;br /&gt;&lt;br /&gt;You do not have to install  office 2003 sp2 if you have a later version of the files that are listed in  the table. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6662844047148083550?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8EAJXaGsIXZjCz_BRW-S47NDBvQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8EAJXaGsIXZjCz_BRW-S47NDBvQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8EAJXaGsIXZjCz_BRW-S47NDBvQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8EAJXaGsIXZjCz_BRW-S47NDBvQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/gWYDvBa45Ck" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/gWYDvBa45Ck/determine-microsoft-office-2003-service.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/determine-microsoft-office-2003-service.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-4349302258334520210</guid><pubDate>Mon, 10 Mar 2008 16:34:00 +0000</pubDate><atom:updated>2008-03-10T09:35:08.791-07:00</atom:updated><title>Google Instant Messenger Screenshot</title><description>&lt;img src="http://photos32.flickr.com/36697595_eb22d4a58e.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Is Google  building a IM ? Speculation is that in addition to leveraging its existing  assets and expertise in search technologies, IM would allow Google to complete a  communication platform that includes Gmail (its Web mail system) and Orkut (its  community networking portal).&lt;br /&gt;&lt;br /&gt;The Google IM screenshot mentions the name  of the Google IM application as "&lt;span style="font-weight: bold;"&gt;Google instant  messenger&lt;/span&gt; jabber alpha 0.068". Reports also indicate that Google's IM  platform and client would be based on the open source Jabber  protocol.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos30.flickr.com/36697596_c6e9e49ac5_m.jpg" /&gt;GMail settings carry  a &lt;span style="font-weight: bold;"&gt;link to download google talk&lt;/span&gt; (&lt;a href="http://www.flickr.com/photo_zoom.gne?id=36697596&amp;amp;size=o"&gt;full  size&lt;/a&gt;). Outside of speculation, there is a currently little known reality  about Google's current IM capabilities. It actually already has an IM tool and  it's publically avaialbale — it's not even a Google Beta or a Google Labs  project. Google though its acquisition of Blogger last year also acquired a  company called Picassa, which also offer an instant messaging service. The IM  technology is called Hello and is currently focused on instant messaging between  people to share pictures and now to post pictures to a blog. Hello is currently  available only for Windows and uses a proprietary protocol.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos23.flickr.com/31891161_1dc19c51f2_m.jpg" /&gt; See a full screen  preview of the old screenshot of &lt;a href="http://photos1.blogger.com/blogger/3709/485/1600/google-instant-messenger-jabber.jpg" target="_new"&gt;Google Instant Messenger&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Update: &lt;a title="Google IM Coming Wednesday" href="http://www.threadwatch.org/node/3560"&gt;Threadwatch&lt;/a&gt; points to an article  in &lt;a href="http://www.nytimes.com/2005/08/22/technology/22google.html"&gt;NYTimes&lt;/a&gt; -  Where to Spend $4 Billion? Google Has Plenty of Projects in Mind. &lt;blockquote&gt;Google executives say they plan to unveil on Wednesday a  "communications tool" that is potentially a clear step beyond the company's  search-related business focus.&lt;br /&gt;&lt;br /&gt;While executives would not disclose what  the new software tool might be, Google has long been expected to introduce an  instant messaging service to compete with services offered by America Online,  Yahoo and MSN from Microsoft.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-4349302258334520210?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/n3H0diOt6IjJGNQXDFmxsxukVSk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n3H0diOt6IjJGNQXDFmxsxukVSk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/n3H0diOt6IjJGNQXDFmxsxukVSk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/n3H0diOt6IjJGNQXDFmxsxukVSk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/Sk55YYuVY8w" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/Sk55YYuVY8w/google-instant-messenger-screenshot.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/google-instant-messenger-screenshot.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-5123147084926444671</guid><pubDate>Mon, 10 Mar 2008 16:33:00 +0000</pubDate><atom:updated>2008-03-10T09:34:15.307-07:00</atom:updated><title>Wikipedia Must Rollback the Rel=NoFollow Change</title><description>Wikipedia doesn't want to become the playground of spammers so &lt;a href="http://www.searchenginejournal.com/?p=4288" target="_blank"&gt;they  implemented&lt;/a&gt; a &lt;a href="http://lists.wikimedia.org/pipermail/wikien-l/2007-January/061137.html" target="_blank"&gt;major change&lt;/a&gt; today that makes their website less interesting  to spammers.&lt;br /&gt;&lt;br /&gt;Any URL on Wikipedia website that points to a location other  than en.wikipedia.org is now stuffed with &lt;a title="Read Explaination of Rel=NoFollow tag here" href="http://labnol.blogspot.com/2006/11/paid-blogging-could-harm-your-google.html"&gt;rel=nofollow&lt;/a&gt;  tag meaning Wikipedia won't help bring any Google juice for your site. &lt;br /&gt;&lt;br /&gt;So whether it's the CNN website or a PayPal phishing site or an illegal  Viagra store, Wikipedia will have the same policy for all - &lt;b&gt;we don't trust  you so you get the rel=nofollow tag.&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Now that's a worrying  development&lt;/b&gt;. The search engines would believe that Wikipedia is the actual  owner of the content and will rank their pages higher in organic listings even  when the content was sourced from other "credible" sites like CNN, Engadget or  even your mom's blog.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Let's illustrate with an example:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Say  you discover a cool feature in the iPod (called Stylus) and blog about it.  Tomorrow, the Wikipedia contributors append the details of iPod Stylus (your  discovery) to the Wikipedia page on iPod. They do attribute your blog but search  engines will never see that attribution (or read your blog via Wikipedia)  because of the rel=nofollow tag.&lt;br /&gt;&lt;br /&gt;Now that Wikipedia enjoys higher  credibility and trust (read PageRank), the search algorithms will rank the  Wikipedia iPod page higher than yours (for queries like iPod Stylus) because the  search engine bots are not aware that Wikipedia's content is actually based on  your blog page.&lt;br /&gt;&lt;br /&gt;Result, your site appears after Wikipedia in the "iPod  Stylus" search results and &lt;b&gt;you get less or no traffic while Wikipedia gets to  enjoy all the fruits of your labor.&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Penalizing everyone for the  spammy actions of few individuals is just not right. They should rollback this  change immediately.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5123147084926444671?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/B1b7d4KG0CUhF6A8HYwaZCLk0fw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B1b7d4KG0CUhF6A8HYwaZCLk0fw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/B1b7d4KG0CUhF6A8HYwaZCLk0fw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B1b7d4KG0CUhF6A8HYwaZCLk0fw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/UQtT8nYz_fs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/UQtT8nYz_fs/wikipedia-must-rollback-relnofollow.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/wikipedia-must-rollback-relnofollow.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-3449753037147018142</guid><pubDate>Mon, 10 Mar 2008 16:32:00 +0000</pubDate><atom:updated>2008-03-10T09:33:45.231-07:00</atom:updated><title>Firefox Search Bar Hacks</title><description>the &lt;b&gt;Firefox Search Bar&lt;/b&gt; in the upper-right corner, sitting next to the  address bar, is one of the most frequently used feature inside  Firefox.&lt;br /&gt;&lt;br /&gt;You can do a lot of tweaking to the Firefox search bar like Add  new search engines, delete unused search engines, change the order of search  engines, delete autocomplete, change the default search engine or even resize  the width of the search bar. We discuss each tip in detail here (also applicable  to Flock):&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to add a new search engine to Firefox search bar  ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The Firefox Search bar comes pre-loaded with Google, Yahoo, Amazon,  eBay, Answers.com, and Creative Commons search. If you'd like to add more search  engines to the search bar, click on a search engine name here or  browse the full directory of search engine plug-ins at mycroft. Alternatively,  click the down arrow next to the G in the search box, and choose Add  Engines.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How do I remove a search engine from Firefox search bar  ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;To Uninstall a Firefox search plugin, open the searchplugins folder  situated in the Mozilla Firefox 1.5 installation directory (&lt;b&gt;C:\Program  Files\Mozilla Firefox\&lt;/b&gt;). Sort the entire folder by name so that files  selected with any search engine stay together at one place.&lt;br /&gt;&lt;br /&gt;Delete both  .src and .gif or .png search plugin files for the search engine you want to  remove. For example, to remove the eBay search engine, you would delete the  files "ebay.src" and "ebay.gif". Restart Firefox and the search engine will be  deleted forever. Any custom search engines may be located in the Firefox Profile  folder inside Windows Application Data folder.&lt;br /&gt;&lt;br /&gt;There's even a Firefox extension for uninstalling Firefox search plugins -  just right click on a search plugin and choose Delete.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How do I  rearrange the order of search engines in Firefox ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Search engines are  added to Firefox search bar at the bottom. As your list of search engine grows,  you may want to sort the order and place the maximum used search engine at the  top. Here's how change the order in which the engines are shown in the Firefox  search bar.&lt;br /&gt;&lt;br /&gt;Type &lt;b&gt;about:config&lt;/b&gt; in the Firefox location bar.&lt;br /&gt;Type  &lt;b&gt;browser.search.order&lt;/b&gt; in the filter.&lt;br /&gt;Now change the values as you wish  to reorder.&lt;br /&gt;&lt;br /&gt;For example, to make Yahoo as the top engine and Google just  next, make the following changes:&lt;br /&gt;browser.search.order.1 =  Yahoo&lt;br /&gt;browser.search.order.2 = Google&lt;br /&gt;&lt;br /&gt;The other easy option to change  the order is download Search  Plugin Manager that lets you re-sort the search plugin list in the Mozilla  Firefox browser as well as rename, edit, delete or hide search  plugins.&lt;br /&gt;&lt;br /&gt;Search Engine Ordering is another related search bar plugin  that lets you even create new firefox search plugins beside installing, deleting  or arranging existing ones. Just Drag-n-Drop to change the order as you want or  right click somewhere in the menu to sort them alphabetically.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/400/Resize%20Firefox%20Search%20Box.jpg" /&gt;&lt;b&gt;How  do I resize the Firefox Search Bar ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;firefox extension or do it To change the width of the  Firefox Search bar, you can either download the resize search boxmanually. Add the following lines of code to userChrome.css  file located inside the chrome folder of Firefox profile directory.&lt;br /&gt;&lt;br /&gt;/*  Make the Firefox Search box flex wider */&lt;br /&gt;&lt;br /&gt;#search-container, #searchbar  {&lt;br /&gt;width: 400px !important;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;This is much easier if you get the  chromEdit extension, which allows you to edit userChrome.css, userContent.css or  user.js, without the hassle of finding your profile.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How do I delete  autocomplete entries (history) inside the Search Bar ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The Firefox  search bar and some form fields on web pages have autocomplete dropdowns that  appear with a list of previously-entered data. To delete individual entries,  Click on the text area, press down to activate autocomplete, highlight the entry  you want deleted, and press Shift + Delete.&lt;br /&gt;&lt;br /&gt;You can clear the previous  searches from the Search Bar. Just right-click it and select "Clear Search  History".&lt;br /&gt;&lt;br /&gt;You can disable the display of autocomplete entries by adding  the following lines to userChrome.css&lt;br /&gt;/* Remove autocomplete dropdown  */&lt;br /&gt;#PopupAutoComplete &gt; .autocomplete-tree { display: none !important;  }&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How do I customize a search engine plugin in 30 seconds ?&lt;/b&gt;&lt;br /&gt;Say  you have already installed a search plugin that uses www.google.com. You want to  change the default behaviour so that the same plugin now searches using  www.google.co.in or google.es if you are in Spain.&lt;br /&gt;&lt;br /&gt;Open the searchplugins  folder located inside the Firefox installation directory. Open the file  google.src with a text editor like notepad and make a simple change in the  following line&lt;br /&gt;action="http://www.google.com/search"&lt;br /&gt;change this  to..&lt;br /&gt;action="http://www.google.co.in/search"  or&lt;br /&gt;action="http://www.google.es/search"&lt;br /&gt;&lt;br /&gt;Save the file, quite notepad  and restart Firefox.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Using the Firefox Search Bar - Keyboard  Shortcuts&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;To search, click in the Search Bar (or press "Ctrl+K") and  start typing. Hit "Enter" and your search will be run. You can use "Alt+Enter"  to open search results in a new tab.&lt;br /&gt;&lt;br /&gt;The Search Bar supports more than  one search engine. To see the list of available engines click the icon at the  left of the bar, and a list showing the choices will appear. You can also use  "Ctrl+Up"/"Ctrl+Down" to cycle between the available choices.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How do I auto-resize the Firefox search bar as I  type&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Searchbar Autosizer Firefox Extension makes the searchbar fit  its contents. It auto expands the searchbar if needed, and shrinks it if you  don't have anything typed in you'd probably want to read.&lt;br /&gt;&lt;br /&gt;This is  especially useful, when the URL- and Searchbar share the same toolbar, so that  both can be as wide as possible - but it works in every toolbar.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How  do I create my own search engine plugin for Firefox search bar  ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Technically, a search plug-in is a text file that describes the  information to send to a search engine and how to interpret the results. A small  icon completes the plug-in so that search plug-ins are easily recognized. If you  want to know more, read the documentation.&lt;br /&gt;&lt;br /&gt;Even O'Reilly has detailed tutorial  on creating a Firefox search plugin from scratch. They create a search plugin to  search inside the Whitehouse website. More instructions here.&lt;br /&gt;&lt;br /&gt;Though the Google Toolbar for  Firefox provides a similar search box, it is not as versatile or customizable as  the native Firefox search engine toolbar. If the drop down search engine bar in  firefox is not working, try clearing the Firefox searchplugins folder and add  your favorite search engines again from mycroft search plugins database. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-3449753037147018142?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/i7aIbfnzE_OeJkqVbUNpvVIKnCg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i7aIbfnzE_OeJkqVbUNpvVIKnCg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/i7aIbfnzE_OeJkqVbUNpvVIKnCg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i7aIbfnzE_OeJkqVbUNpvVIKnCg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/fikJCsHwBbg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/fikJCsHwBbg/firefox-search-bar-hacks.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/firefox-search-bar-hacks.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-3479387709135217942</guid><pubDate>Mon, 10 Mar 2008 16:31:00 +0000</pubDate><atom:updated>2008-03-10T09:32:51.515-07:00</atom:updated><title>Adobe Acrobat 7.0 Review</title><description>With one of its fastest updates to the product family yet, Adobe this week  announced the Acrobat 7 family of products, which includes Standard,  Professional, and Reader versions.&lt;br /&gt;&lt;br /&gt;You can convert your Adobe PDF file  into Microsoft Word (.doc, .txt, or .rtf) using Adobe Acrobat  7.0.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Document Reviewing and Markup&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" alt="Adobe Acrobat 7.0" src="http://images.mx0.net/adobe/education/111804/acro7_dualboxes.jpg" /&gt;&lt;br /&gt;This  is probably the boldest change for Adobe Acrobat 7.0 and Adobe Reader 7.0, and  appears likely to make a major long-term impact on both how PDF is used, and the  number of people involved in the document review process.&lt;br /&gt;&lt;br /&gt;Acrobat 7.0  (Professional only) now enables you to give Adobe Reader users permission to use  all the commenting and review tools that were previously only available to  Acrobat Professional and Standard users - basically it was restricted to users  who paid for the functionality. This should mean a far more widespread use of  PDF-based document review and, over time, Adobe will no doubt hope that it moves  more Reader users towards buying a version of Acrobat that allows them to also  send PDFs to colleagues and clients for review.&lt;br /&gt;&lt;br /&gt;Download patches for  Adobe Acrobat 7.0 and Adobe Reader 7.0 - The Adobe Reader 7.0.2 and Adobe  Acrobat 7.02 update addresses several known issues in Adobe PDF software. This  update provides improved security. It also addresses known issues associated  with forms and viewing PDF files using a Weblink plug-in. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-3479387709135217942?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Z5NUDteQVza_ERcFugi3d4-f-Qs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Z5NUDteQVza_ERcFugi3d4-f-Qs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Z5NUDteQVza_ERcFugi3d4-f-Qs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Z5NUDteQVza_ERcFugi3d4-f-Qs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/pdE7dKwrI68" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/pdE7dKwrI68/adobe-acrobat-70-review.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/adobe-acrobat-70-review.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-8234925710293455207</guid><pubDate>Mon, 10 Mar 2008 16:31:00 +0000</pubDate><atom:updated>2008-03-10T09:31:42.743-07:00</atom:updated><title>Daily Interesting News Roundup</title><description>&lt;a href="http://www.rep-am.com/story.php?id=1823" target="_blank"&gt;Manhattan  parking rates rival rents in other places&lt;/a&gt;&lt;br /&gt;In Manhattan, where three out  of four families don't have a car, the other 25 percent now pay as much for  parking as many people in other parts of the U.S. spend on rent. Most Manhattan  residents manage without a car, relying on subways, buses and taxis to get  around and renting a vehicle when they need to for a weekend getaway. Those who  say they must have a car sometimes find bargain parking by heading up to  Harlem.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mirror.co.uk/news/tm_objectid=16601093&amp;amp;method=full&amp;amp;siteid=94762&amp;amp;headline=cure-me-with-sex--name_page.html" target="_blank"&gt;Cure Me with Sex&lt;/a&gt;&lt;br /&gt;Woman takes out full page ad in newspaper  seeking men to have sex with to cure her cancer. "The ideal candidate would need  to have sex with me every two days for at least a year"&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.impactlab.com/modules.php?name=News&amp;amp;file=article&amp;amp;sid=7131&amp;amp;mode=&amp;amp;order=0&amp;amp;thold=0" target="_blank"&gt;Getting Undressed Reveals Your Personality&lt;/a&gt;&lt;br /&gt;If you throw  your clothes all over the place, you are a friendly, life-of-the-party type. If  you remove each piece of clothing and put it away carefully, you are a serious  person who likes her life to be very calm. If you take off the shirt, and ten  minutes later get around to the pants, you are an extremely self-confident  person. If you take off your rings, earrings, necklace, watch, etcetera before  anything else, you are a warm and sensitive person.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://gadgets.fosfor.se/70-000-000-ny-penthouse/" target="_blank"&gt;$70  million penthouse in New York&lt;/a&gt;&lt;br /&gt;This penthouse located at Fifth Avenue in  New York got to be one of the most extreme apartments out there. The 16 room  apartment is located within one of the world's best hotel, the Pierre Hotel, and  the top three floors can be yours. 5 bedrooms, 7 bathrooms, 5 fireplaces, a  grand terrace and a spectacular 360 New York view can be yours for a measly $70  000 000.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://abcnews.go.com/US/wireStory?id=1510579" target="_blank"&gt;TV in the bedroom halves your sex life&lt;/a&gt;&lt;br /&gt;A study by an  Italian sexologist has found that couples who have a TV set in their bedroom  have sex half as often as those who don't. The study found certain programmes  are far more likely to impede passion than others. Violent films will put a stop  to sexual relations for half of all couples, while reality shows stem passion  for a third of couples.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.realtechnews.com/posts/2500" target="_blank"&gt;39 MegaPixels digital camera pricey than a BMW&lt;/a&gt;&lt;br /&gt;The  medium-format H2D-39 features a 2.2-inch OLED display, on which you can view  your 78MB shots. If you're wondering about pricing, the H2D will run you about  $31,000. The CF-39MS will make an even bigger dent in your wallet, priced at  about $40,000. So, get yourself the world's premier medium-format 39-megapixel  DSLR… or buy a Bimmer&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-8234925710293455207?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YTGBd_Wv3ERqLKvOkUJ7ZkTu7lo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YTGBd_Wv3ERqLKvOkUJ7ZkTu7lo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YTGBd_Wv3ERqLKvOkUJ7ZkTu7lo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YTGBd_Wv3ERqLKvOkUJ7ZkTu7lo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/XPOL7nbhb0I" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/XPOL7nbhb0I/daily-interesting-news-roundup.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/daily-interesting-news-roundup.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-4156074440494938408</guid><pubDate>Mon, 10 Mar 2008 16:30:00 +0000</pubDate><atom:updated>2008-03-10T09:31:06.449-07:00</atom:updated><title>client=firefox-a » The Magical Firefox String That Brings Millions for Mozilla Foundation</title><description>&lt;img class="alignimageleft" src="http://photos1.blogger.com/blogger/3709/485/1600/Mozilla%20Foundation.jpg" /&gt;There's  huge money in free and open source software as Mozilla proves it yet  again.&lt;br /&gt;&lt;br /&gt;Mozilla, developers of Firefox browser, generated a revenue of &lt;a href="http://weblogs.mozillazine.org/mitchell/archives/2007/01/the_mozilla_foundation_achievi.html" target="_blank"&gt;$53 million&lt;/a&gt; in the year 2005 mostly from "search engine  relationships". [&lt;a href="http://www.calacanis.com/2006/03/06/firefox-mozilla-corporation-mozilla-foundation-made-72m-last/" target="_blank"&gt;Jason Calacanis'&lt;/a&gt; estimates were &lt;a href="http://www.calacanis.com/2006/03/06/firefox-mozilla-corporation-mozilla-foundation-made-72m-last/"&gt;close  enough&lt;/a&gt;.]&lt;br /&gt;&lt;br /&gt;Now it doesn't take rocket science to assume that most of  this money flew in from Google as it is the default search engine in  Firefox.&lt;br /&gt;&lt;br /&gt;So how does Mozilla generates those millions of dollars from  that 200 x 22 Google search box sitting on the top right corner of Firefox ? The  answer lies in "&lt;b&gt;client=firefox-a&lt;/b&gt;"&lt;br /&gt;&lt;br /&gt;Type in any query in that box  and hit enter [make sure Google is selected as the default search engine] - Now  take a close look at the Google URL that appears in the Firefox address bar -  you'll see a substring saying  client=firefox-a.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;http://www.google.com/search?q=fountain+pens&amp;amp;client=firefox-a&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;That  is sort of a hidden instruction from Mozilla to Google search engine&lt;/b&gt; saying  the search originated from Firefox search box and if the user clicks on a  sponsored link (Google Ads) displayed in search results, give us a  commission.&lt;br /&gt;&lt;br /&gt;There are millions of Firefox users worldwide searching  Google several times a day and that keeps the cash registers at Mozilla ringing. &lt;br /&gt;&lt;br /&gt;To clear any confusion - Google doesn't pay Mozilla when somebody  downloads a copy of Firefox from Mozilla servers. It's only when users perform a  search from Mozilla products and clicks on the Google ad.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Update:&lt;/b&gt;  Mozilla gets revenue from other browsers as well including Microsoft IE and  Opera which is free now. Only the reference string changes in that  case.&lt;br /&gt;&lt;br /&gt;Firefox -  http://www.google.com/search?q=test&amp;amp;client=firefox-a&lt;br /&gt;&lt;br /&gt;Opera -  http://www.google.com/search?q=test&amp;amp;sourceid=opera&lt;br /&gt;&lt;br /&gt;IE 7 -  http://www.google.com/search?q=test&amp;amp;sourceid=ie7&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Update:&lt;/b&gt; If  you are curious to know how Firefox passes that parameter to Google, follow  these steps:&lt;br /&gt;&lt;br /&gt;» Open the Firefox installation folder [generally c:\program  files\mozilla firefox]&lt;br /&gt;» Open the google.xml file in notepad [located in  searchplugins folder]&lt;br /&gt;» You will see the firefox-a string in the file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-4156074440494938408?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8QbdnjQeYYABgCgtfAV1tTWEILU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8QbdnjQeYYABgCgtfAV1tTWEILU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8QbdnjQeYYABgCgtfAV1tTWEILU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8QbdnjQeYYABgCgtfAV1tTWEILU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/yn1i71MHebc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/yn1i71MHebc/clientfirefox-the-magical-firefox.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/clientfirefox-the-magical-firefox.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-6397411096934242635</guid><pubDate>Mon, 10 Mar 2008 16:29:00 +0000</pubDate><atom:updated>2008-03-10T09:30:14.647-07:00</atom:updated><title>Yahoo, Google Going Different Directions</title><description>Google Answers is shutting down forever. While Google and Yahoo may be competing  in the web search domain, internally these companies have different visions of  the future as suggested by some of the recent developments outlined  here:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;§ Blog Search Engine:&lt;/b&gt; Yahoo earlier integrated Blogs  Search with Yahoo! News but for some reason, they quickly removed  this feature without offering any  reasons. On the other hand, Google is heavily promoting their own blog  search search engine in the form of Google  Blog Alerts and occasionally highlighting Blog Search results in the main  organic search results page. Google also displays blog posts in their Finance  portal.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto; display: block; cursor: pointer; text-align: center;" alt="" src="http://photos1.blogger.com/blogger/3709/485/1600/old-yahoo-search.png" border="1" /&gt;&lt;br /&gt;&lt;b&gt;§ Q &amp;amp; A Properties:&lt;/b&gt; from the Yahoo! Answers page to their main web search page.  Google too has an equivalent paid service called  Yahoo! is heavily betting on the  success of Yahoo! Answers which some analyst believe could prove to be a turning  point for Yahoo. They are also pushing  search resultsGoogle Answers which  is not so popular as the one from Yahoo. And today, the news is out that Google Answers is closing shop after a period  of 4+ years.&lt;br /&gt;&lt;br /&gt;The existing Qs and As will be available for reference but  the site won't accept new Answers to questions by the end of the year. &lt;br /&gt;&lt;br /&gt;As search engines keep getting better and better, people are probably  not willing to pay for queries as they can find relevant information for free  without much effort. Plus there are better places like Google Groups, Internet  Forums and Yahoo Answers where your question is exposed to a diversified group  of experts and replies are almost guaranteed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6397411096934242635?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nNQ9KBpMFoT6KPkg7tdRjXIku8I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nNQ9KBpMFoT6KPkg7tdRjXIku8I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nNQ9KBpMFoT6KPkg7tdRjXIku8I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nNQ9KBpMFoT6KPkg7tdRjXIku8I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/2dKabnl3u6g" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/2dKabnl3u6g/yahoo-google-going-different-directions.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/yahoo-google-going-different-directions.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-6641173721041183942</guid><pubDate>Mon, 10 Mar 2008 16:28:00 +0000</pubDate><atom:updated>2008-03-10T09:29:36.321-07:00</atom:updated><title>Virtual Keyboards: Start Typing Anywhere Sans Keyboard</title><description>&lt;img alt="Virtual Laser Keyboards" src="http://photos1.blogger.com/blogger/3709/485/1600/virtual-keyboard-laser.png" /&gt;&lt;br /&gt;&lt;br /&gt;Hate  the cramped key layout of your cellphone ? Looking for a more ergonomic  replacement of your desktop keyboard that makes typing as comfortable as laying  hand on a flat table surface ? You'll probably love the magical yet affordable  Bluetooth Laser Virtual Keyboard shown above. [the screenshots are  real]&lt;br /&gt;&lt;br /&gt;Virtual Keyboards project a full size QWERTY keyboard with 63 keys  on any flat surface - you can then type away accompanied by simulated key click  sounds. The device occupies no desk space and you can easily carry it in your  side pockets since it's just the size of a matchbox.&lt;br /&gt;&lt;br /&gt;If not a replacement  of standard 101-key keyboards, these virtual laser keyboards can be a useful  add-on for mobile phone or PDA users who frequently type long SMS or email  messages using the minuscule keyboards of the handheld device.&lt;br /&gt;&lt;br /&gt;And if you  don't find them very useful yet, they could be a great gadget to impress your  girlfriend atleast. [Works with PC, Mac, Treo and almost all  Smartphones]&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.virtual-laser-keyboard.com/" target="_blank"&gt;I-Tech Virtual Laser Keyboard&lt;/a&gt; | &lt;a href="http://www.thinkgeek.com/computing/input/8193/" target="_blank"&gt;Think  Geek&lt;/a&gt; [Available for ~$180] &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6641173721041183942?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZlQa7sZnmR0LmGosADEj-nouKVE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZlQa7sZnmR0LmGosADEj-nouKVE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZlQa7sZnmR0LmGosADEj-nouKVE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZlQa7sZnmR0LmGosADEj-nouKVE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/v_WLW5XotV0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/v_WLW5XotV0/virtual-keyboards-start-typing-anywhere.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/virtual-keyboards-start-typing-anywhere.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-8219012527210229875</guid><pubDate>Mon, 10 Mar 2008 16:27:00 +0000</pubDate><atom:updated>2008-03-10T09:28:19.691-07:00</atom:updated><title>ASCII Art Made Easy!</title><description>If you don't want to save the image as an HTML file, you can use a program like  Paint Shop Pro (free evaluation available) to take a screenshot of your browser  showing the text-image, and save it as a normal image. Don't forget to use the  tools to cut the text-image out of the rest of the screenshot.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageleft" src="http://www.degraeve.com/images/lcsm.gif" /&gt;&lt;a href="http://www.xoyosoft.com/mas"&gt;Magic ASCII Picture&lt;/a&gt; has a lot of output  modes for you to create your own ASCII Art Photo, such as Custom Text, Random  Letters, Binary Numbers, Hex Numbers, MAP Gray Chars and so on. So you can make  some web photos with this application. The image that you choose to have  converted, along with your own personal message, can be exported into three  major formats, HTML, Rich Text Format (for emailing and word) and BMP. The  software is backwards compatible with all major web authoring software and  graphics programs.&lt;br /&gt;&lt;br /&gt;Now it is so easy to &lt;a href="http://www.degraeve.com/gif2txt.php"&gt;convert your pictures to text&lt;/a&gt; -  Just point your GIF image and this amazing script (&lt;a href="http://www.degraeve.com/gif2txt.php"&gt;http://www.degraeve.com/gif2txt.php&lt;/a&gt;)  converts the GIF file into ASCII text or colored HTML. You will be surprised to  see the conversion. It is so accurate and looks beautiful.&lt;br /&gt;&lt;br /&gt;If your image  is in other format like jpg or bmp, try a free converter likr  Irfanview.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://c6.org/toogle/"&gt;Toogle&lt;/a&gt; is a Text version  of Googles Image Search. Currently it creates images out of the very term that  was used to fetch those images, later we will endeavour to create images out of  the search terms entered by users past and present. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-8219012527210229875?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QoJ3Xo_cgXnH8QJskTLCMxgEH_4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QoJ3Xo_cgXnH8QJskTLCMxgEH_4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QoJ3Xo_cgXnH8QJskTLCMxgEH_4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QoJ3Xo_cgXnH8QJskTLCMxgEH_4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/Yh_Wp8gs53A" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/Yh_Wp8gs53A/ascii-art-made-easy.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/ascii-art-made-easy.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-5603649608586196976</guid><pubDate>Mon, 10 Mar 2008 16:27:00 +0000</pubDate><atom:updated>2008-03-10T09:27:50.169-07:00</atom:updated><title>Sharing PowerPoint Presentations on the Web: Can Zoho Show Take on Slideshare ?</title><description>&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://photos1.blogger.com/blogger/3709/485/400/slideshare-zoho.png" border="0" /&gt;&lt;a href="http://www.zohoshow.com/" target="_blank"&gt;Zoho Show&lt;/a&gt;, the  online version of Microsoft PowerPoint, recently added a &lt;a href="http://blogs.zoho.com/announcements/share-your-presentations-online-with-zoho-show/" target="_blank"&gt;new feature&lt;/a&gt; that lets you embed PowerPoint presentations as  Flash slideshows in your blog or website.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://slideshare.net/" target="_blank"&gt;Slideshare&lt;/a&gt; [&lt;a href="http://labnol.blogspot.com/2006/10/convert-powerpoint-presentations-to.html" target="_blank"&gt;detailed review&lt;/a&gt;] is another popular product in the "PowerPoint  to Flash" domain that's specifically designed for embedding slideshow in the  blog. Now which one do you choose for your PPT slides ? Let's do a quick  comparison between Zoho Show and Slideshare. [all points are out of  5]&lt;br /&gt;&lt;br /&gt;Zoho Show lets you create new Powerpoint style presentation from  scratch or you can import presentations from your hard drive into Zoho and edit  them online. Slideshare can only import presentations and once upload, slides  cannot be edited. [Zoho 4, Slideshare 2, Weight 20%]&lt;br /&gt;&lt;br /&gt;It took few seconds  to upload our 150kb PPT file on Zoho and Slideshare though only Zoho sent a  confirmation email once the document was uploaded on their servers. [Zoho 5,  Slideshare 5, Weight 10%]&lt;br /&gt;&lt;br /&gt;Privacy remains a concern on Slideshare as  &lt;span style="font-weight: bold;"&gt;all presentations are public by default.&lt;/span&gt;  In Zoho you can set presentations as Private but can still embed them inside  blogs. [Zoho 4, Slideshare 2, Weight 10%]&lt;br /&gt;&lt;br /&gt;When it comes to &lt;span style="font-weight: bold;"&gt;converting PPT files to Flash, Slideshare beat Zoho by  a large margin&lt;/span&gt;. Our first presentation had a logo only on the first slide  but Zoho replicated that to all other slides during the conversion. Some of text  in our second presentation was cut/invisible inside Zoho though both the files  were rendered flawlessly by Slideshare. [Zoho 1, Slideshare 4, Weight  40%]&lt;br /&gt;&lt;br /&gt;Zoho Show lets you resize the presentation to fit your blog layout  but the Slideshare player has a more polished look-n-feel. Secondly, Slideshare  supports tags, user comments and slide transcripts something which we missed in  Zoho Show [Zoho 2, Slideshare 4, Weight 20%]&lt;br /&gt;&lt;br /&gt;As you would have guessed  from the scores, the competition was very close.&lt;br /&gt;&lt;br /&gt;The editing features  offered by Zoho Show are unmatched and a big time saver if you have to &lt;span style="font-weight: bold;"&gt;update a presentation that's already streamed by 100  other blogs. &lt;/span&gt;In Slideshare, you have no option but to delete the existing  presentation and reupload it which breaks the code of existing sites that are  linking to the original presentation.&lt;br /&gt;&lt;br /&gt;Apart from the editing  capabilities, if you just want to share powerpoint slides in Flash format,  Slideshare is a much better product than Zoho Show both in ease-of-use and  conversion features. &lt;b&gt;Final Scores: Zoho Show 2.5, Slideshare 3.5 &lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5603649608586196976?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-B-iiZxdgckUtmb44TY_KPD0V38/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-B-iiZxdgckUtmb44TY_KPD0V38/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-B-iiZxdgckUtmb44TY_KPD0V38/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-B-iiZxdgckUtmb44TY_KPD0V38/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/APJsSSuQk1Q" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/APJsSSuQk1Q/sharing-powerpoint-presentations-on-web.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/sharing-powerpoint-presentations-on-web.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-3840939677760439878</guid><pubDate>Mon, 10 Mar 2008 16:26:00 +0000</pubDate><atom:updated>2008-03-10T09:27:01.570-07:00</atom:updated><title>Riya Photosearch Private Invitation link</title><description>I have received an invitiation to try Riya search based on face recognition  technology. If you are willing to try Riya, drop a comment here and I'll send  you the link.&lt;br /&gt;&lt;br /&gt;The Riya image uploader is PC only. Once you upload the  pictures, you have to train the software just like you train Microsoft Office  for speech recognition.&lt;br /&gt;&lt;br /&gt;Here's how a image recognized in Riya looks like  (the flickr-like notes appear when you move the mouse over the face)&lt;br /&gt;&lt;br /&gt;&lt;img src="http://static.flickr.com/47/116252036_ff6970c7bd_o.jpg" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-3840939677760439878?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/i2kQAT6adSgJskslKMtlsmp0gWk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i2kQAT6adSgJskslKMtlsmp0gWk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/i2kQAT6adSgJskslKMtlsmp0gWk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i2kQAT6adSgJskslKMtlsmp0gWk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/b35Bw1I5DqE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/b35Bw1I5DqE/riya-photosearch-private-invitation.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/riya-photosearch-private-invitation.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8851035810286250476.post-6534809041366252052</guid><pubDate>Mon, 10 Mar 2008 16:25:00 +0000</pubDate><atom:updated>2008-03-10T09:26:17.829-07:00</atom:updated><title>Applying for a Broadband Internet Connection ? Read This</title><description>Before you order a braodband connection (ADSL) through the standard phone line,  pay very close attention to the Internet connection speed numbers that are  promised by the service provider.&lt;br /&gt;&lt;br /&gt;The Internet connection speed &lt;b&gt;is  measured in Megabits (Mb) or Kilobits (Kb) &lt;/b&gt;which is not the same as  Megabytes (MB) or Kilobytes (KB) that are typically used to measure file sizes  on a hard disk.&lt;br /&gt;&lt;br /&gt;1 Mbps connection = 1,000 Kbps ~= 125 KBps [1 Byte = 8  Bits]&lt;br /&gt;&lt;br /&gt;Therefore &lt;b&gt;if you ask for a 1Mbps broadband connection, it will  take minimum 8 seconds to download a 1 MB file from the internet&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;»  We say that "minimum 8 seconds" because it's very unlikely that you'll ever  receive the full download speed promised by the broadband company [unless it's  late in the night when the entire city is sleeping and you are the only person  who's connected to the internet]&lt;br /&gt;&lt;br /&gt;» Most broadband companies define 1K as  1,000 and not as 1,024 which is the standard in computing. So 1KB is 1,024 Bytes  but in broadband jargon, 1Kb is equivalent to 1,000 bits and not 1,024 bits as  you would expect.&lt;br /&gt;&lt;br /&gt;» Broadband connections are generally asymmetric  meaning the download and upload speed will be different [generally the upload  speeds are lower than the average download speed]&lt;br /&gt;&lt;br /&gt;» The download speed  can also vary depending on the quality of your telephone line wiring.&lt;br /&gt;&lt;br /&gt;»  Finally, if you use the internet even for a few hours daily, try to opt for a  plan that has no "download limits" (or unlimited bandwidth) - that helps you  browse and download music, videos and other large files with complete peace of  mind.&lt;br /&gt;&lt;br /&gt;Else those rising &lt;a href="http://labnol.blogspot.com/2006/11/monitor-bandwidth-usage-with-net-meter.html"&gt;bandwidth  meter graphs&lt;/a&gt; will spoil your browsing mood especially when you are about to  exhaust your monthly quota. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6534809041366252052?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iFL4HfMIO-YgHbgMez5Up1umrbI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iFL4HfMIO-YgHbgMez5Up1umrbI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iFL4HfMIO-YgHbgMez5Up1umrbI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iFL4HfMIO-YgHbgMez5Up1umrbI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ordasocom/~4/_h6-qbiC_uI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/Ordasocom/~3/_h6-qbiC_uI/applying-for-broadband-internet.html</link><author>noreply@blogger.com (jon)</author><thr:total>0</thr:total><feedburner:origLink>http://ordaso.blogspot.com/2008/03/applying-for-broadband-internet.html</feedburner:origLink></item><language>en-us</language><media:rating>nonadult</media:rating></channel></rss>

