<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='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'><id>tag:blogger.com,1999:blog-8851035810286250476</id><updated>2012-02-16T01:55:45.634-08:00</updated><category term='SEO Tips'/><title type='text'>ordaso.com</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default?start-index=101&amp;max-results=100'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>130</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-2328448032478061601</id><published>2008-03-14T10:21:00.000-07:00</published><updated>2008-03-14T10:22:06.846-07:00</updated><title type='text'>Pure Css Icon Sketcher</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/2328448032478061601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=2328448032478061601' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2328448032478061601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2328448032478061601'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/pure-css-icon-sketcher.html' title='Pure Css Icon Sketcher'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-8131442691270237311</id><published>2008-03-14T10:20:00.000-07:00</published><updated>2008-03-14T10:21:08.287-07:00</updated><title type='text'>Create Resizing Thumbnails Using Overflow Property</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/8131442691270237311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=8131442691270237311' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8131442691270237311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8131442691270237311'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/create-resizing-thumbnails-using.html' title='Create Resizing Thumbnails Using Overflow Property'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-2765260603299241709</id><published>2008-03-14T10:19:00.001-07:00</published><updated>2008-03-14T10:19:51.387-07:00</updated><title type='text'>Soft Edge Technique Soft Edges and Opacity Gradients for Images</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/2765260603299241709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=2765260603299241709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2765260603299241709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2765260603299241709'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/soft-edge-technique-soft-edges-and.html' title='Soft Edge Technique Soft Edges and Opacity Gradients for Images'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7528036567440148350</id><published>2008-03-14T10:18:00.000-07:00</published><updated>2008-03-14T10:19:10.214-07:00</updated><title type='text'>Custom Double Solid Borders for Images</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7528036567440148350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7528036567440148350' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7528036567440148350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7528036567440148350'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/custom-double-solid-borders-for-images.html' title='Custom Double Solid Borders for Images'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1545854282413786976</id><published>2008-03-14T10:16:00.000-07:00</published><updated>2008-03-14T10:18:44.206-07:00</updated><title type='text'>8 Premium One Line Css Tips</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1545854282413786976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1545854282413786976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1545854282413786976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1545854282413786976'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/8-premium-one-line-css-tips.html' title='8 Premium One Line Css Tips'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3837480360465510506</id><published>2008-03-14T10:14:00.000-07:00</published><updated>2008-03-14T10:16:56.744-07:00</updated><title type='text'>3 Simple Steps in Coding a Rounded Corners Layout</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3837480360465510506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3837480360465510506' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3837480360465510506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3837480360465510506'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/3-simple-steps-in-coding-rounded.html' title='3 Simple Steps in Coding a Rounded Corners Layout'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1962727772199839920</id><published>2008-03-14T10:12:00.000-07:00</published><updated>2008-03-14T10:14:08.048-07:00</updated><title type='text'>Creating and Styling Resizable Buttons</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1962727772199839920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1962727772199839920' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1962727772199839920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1962727772199839920'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/creating-and-styling-resizable-buttons.html' title='Creating and Styling Resizable Buttons'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1938871425548760820</id><published>2008-03-10T09:39:00.000-07:00</published><updated>2008-03-10T09:40:18.621-07:00</updated><title type='text'>Character Encoding Problem - Browser Cannot Auto-Detect Arabic Pages</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1938871425548760820/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1938871425548760820' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1938871425548760820'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1938871425548760820'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/character-encoding-problem-browser.html' title='Character Encoding Problem - Browser Cannot Auto-Detect Arabic Pages'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_XYizHvjgLrA/RcDtlVFiLEI/AAAAAAAAAD4/0DQ4A78k6qg/s72-c/firefox-character-encoding.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7465308895843021710</id><published>2008-03-10T09:38:00.001-07:00</published><updated>2008-03-10T09:38:57.629-07:00</updated><title type='text'>Online Keyword Suggestion Tools</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7465308895843021710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7465308895843021710' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7465308895843021710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7465308895843021710'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/online-keyword-suggestion-tools.html' title='Online Keyword Suggestion Tools'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3429246038827444734</id><published>2008-03-10T09:37:00.001-07:00</published><updated>2008-03-10T09:37:49.004-07:00</updated><title type='text'>Microsoft Attorneys Knock the Door of Windows AutoPatcher</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3429246038827444734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3429246038827444734' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3429246038827444734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3429246038827444734'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/microsoft-attorneys-knock-door-of.html' title='Microsoft Attorneys Knock the Door of Windows AutoPatcher'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-655370564386493396</id><published>2008-03-10T09:36:00.002-07:00</published><updated>2008-03-10T09:37:10.613-07:00</updated><title type='text'>Outlook 2007 File Attachment Previewers - Great Feature</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/655370564386493396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=655370564386493396' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/655370564386493396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/655370564386493396'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/outlook-2007-file-attachment-previewers.html' title='Outlook 2007 File Attachment Previewers - Great Feature'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6086010101838812779</id><published>2008-03-10T09:36:00.001-07:00</published><updated>2008-03-10T09:36:32.475-07:00</updated><title type='text'>Cheap International Phone Calls</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6086010101838812779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6086010101838812779' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6086010101838812779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6086010101838812779'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/cheap-international-phone-calls.html' title='Cheap International Phone Calls'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6662844047148083550</id><published>2008-03-10T09:35:00.001-07:00</published><updated>2008-03-10T09:35:45.181-07:00</updated><title type='text'>Determine Microsoft Office 2003 Service Pack version</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6662844047148083550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6662844047148083550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6662844047148083550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6662844047148083550'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/determine-microsoft-office-2003-service.html' title='Determine Microsoft Office 2003 Service Pack version'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4349302258334520210</id><published>2008-03-10T09:34:00.000-07:00</published><updated>2008-03-10T09:35:08.791-07:00</updated><title type='text'>Google Instant Messenger Screenshot</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4349302258334520210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4349302258334520210' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4349302258334520210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4349302258334520210'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/google-instant-messenger-screenshot.html' title='Google Instant Messenger Screenshot'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5123147084926444671</id><published>2008-03-10T09:33:00.000-07:00</published><updated>2008-03-10T09:34:15.307-07:00</updated><title type='text'>Wikipedia Must Rollback the Rel=NoFollow Change</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5123147084926444671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5123147084926444671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5123147084926444671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5123147084926444671'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/wikipedia-must-rollback-relnofollow.html' title='Wikipedia Must Rollback the Rel=NoFollow Change'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3449753037147018142</id><published>2008-03-10T09:32:00.000-07:00</published><updated>2008-03-10T09:33:45.231-07:00</updated><title type='text'>Firefox Search Bar Hacks</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3449753037147018142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3449753037147018142' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3449753037147018142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3449753037147018142'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/firefox-search-bar-hacks.html' title='Firefox Search Bar Hacks'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3479387709135217942</id><published>2008-03-10T09:31:00.002-07:00</published><updated>2008-03-10T09:32:51.515-07:00</updated><title type='text'>Adobe Acrobat 7.0 Review</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3479387709135217942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3479387709135217942' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3479387709135217942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3479387709135217942'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/adobe-acrobat-70-review.html' title='Adobe Acrobat 7.0 Review'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-8234925710293455207</id><published>2008-03-10T09:31:00.001-07:00</published><updated>2008-03-10T09:31:42.743-07:00</updated><title type='text'>Daily Interesting News Roundup</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/8234925710293455207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=8234925710293455207' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8234925710293455207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8234925710293455207'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/daily-interesting-news-roundup.html' title='Daily Interesting News Roundup'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4156074440494938408</id><published>2008-03-10T09:30:00.000-07:00</published><updated>2008-03-10T09:31:06.449-07:00</updated><title type='text'>client=firefox-a » The Magical Firefox String That Brings Millions for Mozilla Foundation</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4156074440494938408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4156074440494938408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4156074440494938408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4156074440494938408'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/clientfirefox-the-magical-firefox.html' title='client=firefox-a » The Magical Firefox String That Brings Millions for Mozilla Foundation'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6397411096934242635</id><published>2008-03-10T09:29:00.000-07:00</published><updated>2008-03-10T09:30:14.647-07:00</updated><title type='text'>Yahoo, Google Going Different Directions</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6397411096934242635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6397411096934242635' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6397411096934242635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6397411096934242635'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/yahoo-google-going-different-directions.html' title='Yahoo, Google Going Different Directions'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6641173721041183942</id><published>2008-03-10T09:28:00.000-07:00</published><updated>2008-03-10T09:29:36.321-07:00</updated><title type='text'>Virtual Keyboards: Start Typing Anywhere Sans Keyboard</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6641173721041183942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6641173721041183942' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6641173721041183942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6641173721041183942'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/virtual-keyboards-start-typing-anywhere.html' title='Virtual Keyboards: Start Typing Anywhere Sans Keyboard'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-8219012527210229875</id><published>2008-03-10T09:27:00.002-07:00</published><updated>2008-03-10T09:28:19.691-07:00</updated><title type='text'>ASCII Art Made Easy!</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/8219012527210229875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=8219012527210229875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8219012527210229875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8219012527210229875'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/ascii-art-made-easy.html' title='ASCII Art Made Easy!'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5603649608586196976</id><published>2008-03-10T09:27:00.001-07:00</published><updated>2008-03-10T09:27:50.169-07:00</updated><title type='text'>Sharing PowerPoint Presentations on the Web: Can Zoho Show Take on Slideshare ?</title><content type='html'>&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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5603649608586196976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5603649608586196976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5603649608586196976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5603649608586196976'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/sharing-powerpoint-presentations-on-web.html' title='Sharing PowerPoint Presentations on the Web: Can Zoho Show Take on Slideshare ?'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3840939677760439878</id><published>2008-03-10T09:26:00.000-07:00</published><updated>2008-03-10T09:27:01.570-07:00</updated><title type='text'>Riya Photosearch Private Invitation link</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3840939677760439878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3840939677760439878' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3840939677760439878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3840939677760439878'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/riya-photosearch-private-invitation.html' title='Riya Photosearch Private Invitation link'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6534809041366252052</id><published>2008-03-10T09:25:00.000-07:00</published><updated>2008-03-10T09:26:17.829-07:00</updated><title type='text'>Applying for a Broadband Internet Connection ? Read This</title><content type='html'>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;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6534809041366252052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6534809041366252052' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6534809041366252052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6534809041366252052'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/applying-for-broadband-internet.html' title='Applying for a Broadband Internet Connection ? Read This'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4416944700784744164</id><published>2008-03-10T09:24:00.000-07:00</published><updated>2008-03-10T09:25:52.187-07:00</updated><title type='text'>Screencasting Software News Roundup; ViewletBuilder 5</title><content type='html'>Here are some quick updates from the wonderful world of  Screencasting:&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/400/Qarbon%20ViewletBuilder%20Logo.gif" /&gt;»  After a long break, Qarbon is all set to release a new version - &lt;b&gt;Qarbon  ViewletBuilder 5&lt;/b&gt; - in January 2007. Meanwhile existing users can download  ViewletBuilder 4.5.8 &lt;a href="http://www.qarbon.com/ftp/download/viewletbuilder.exe" target="_blank"&gt;here&lt;/a&gt;. [Read our review of &lt;a href="http://labnol.blogspot.com/2005/06/qarbon-viewletbuilder-imagine-power-of.html"&gt;Viewlet  Builder 4.5&lt;/a&gt;] The upgrade price from VB4 to VB5 will be $199.&lt;br /&gt;&lt;br /&gt;» &lt;span style="font-weight: bold;"&gt;Camtasia Studio 4 for Windows Vista&lt;/span&gt; - Techsmith  have just released Camtasia Studio 4.0.1 to make the popular screencasting  software work with Windows Vista. Camtasia Studio 4.0.1 will overwrite a  previous installation of CS 4.0.0 but will not overwrite 3.1.2. [&lt;a href="http://download.techsmith.com/tscshare/beta/CS401_beta_Nov9_06.msi"&gt;download  here&lt;/a&gt; Username: betatester Password: gnaws55]&lt;br /&gt;&lt;br /&gt;» Some pleasant  surprises are in store for Mac users. One, there are &lt;a href="http://labnol.blogspot.com/2006/10/download-camtasia-studio-4-from.html"&gt;strong  hints&lt;/a&gt; that Techsmith is developing Camtasia Studio for Mac platform. Second,  Qarbon has &lt;a href="http://labnol.blogspot.com/2006/02/qarbon-viewletbuilder-for-mac-is-no.html"&gt;resumed  development&lt;/a&gt; of ViewletBuilder for Mac and according to Jay Lucke, the new  version is expected sometime in &lt;a href="http://www.qarbon.com/forum/viewtopic.php?t=89" target="_blank"&gt;Q1 2007&lt;/a&gt;.  Download ViewletBuilder for Mac trial &lt;a href="http://www.qarbon.com/ftp/download/viewletbuilder_mac.zip" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;» &lt;a href="http://www.demo-builder.com/" target="_blank"&gt;Tanida Inc&lt;/a&gt;. released a new version of their very popular  simulation and authoring tool - Demo Builder 5.1. You can password protect your  screencasts and even set an expiration date. Unfortunately, we do not quality  for a free update. [Read detailed review of &lt;a href="http://labnol.blogspot.com/2005/07/demo-builder-for-screencasting.html"&gt;Demo  Builder 5&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;» Paul Pival delivered an &lt;a href="http://distlib.blogs.com/distlib/2006/11/sirsidynix_scre.html" target="_blank"&gt;excellent talk&lt;/a&gt; on Screencasting at the &lt;a href="http://www.sirsidynixinstitute.com/seminar_page.php?sid=71" target="_blank"&gt;SirsiDynix Institute&lt;/a&gt;. You can download Paul's &lt;a href="http://distlib.blogs.com/screencasts/SDIScreencasting-Pival.ppt" target="_blank"&gt;Powerpoint slides&lt;/a&gt; or listen to the presentation in &lt;a href="http://sirsidynixinstitute.com/Resources/Podcasts/20061108.mp3" target="_blank"&gt;MP3 format&lt;/a&gt; or read his FAQ &lt;a href="http://distlib.blogs.com/distlib/2006/11/screencasting_q.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="post-body"&gt;&lt;embed name="odeo_player_gray" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://odeo.com/flash/audio_player_gray.swf" type="application/x-shockwave-flash" flashvars="type=audio&amp;amp;id=2679413" wmode="transparent" allowscriptaccess="always" quality="high" align="middle" height="54" width="322"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;»  Camtasia Studio users just can't afford to miss this excellent series - &lt;a href="http://video.techsmith.com/blog/screencasts/tss/dv/30d30d/30_Demos_in_30_Days.html" target="_blank"&gt;30 Videos in 30 Days&lt;/a&gt; - a series that will transform you into  an expert Camtasia Studio screencaster. Thanks &lt;a href="http://www.techsmith.com/community/bloghome.asp" target="_blank"&gt;Betsy  Weber&lt;/a&gt;, &lt;a href="http://www.techsmith.com/company/management.asp#tstein" target="_blank"&gt;Troy Stein&lt;/a&gt;, &lt;a href="http://blog.brooksandrus.com/" target="_blank"&gt;Brooks Andrus&lt;/a&gt; and others.&lt;br /&gt;&lt;br /&gt;» Here's an excellent  Screencasting blog by Manuela Hoffmann - &lt;a href="http://www.screencasting.de/" target="_blank"&gt;screencasting.de&lt;/a&gt; - Though Manuela writes in German, there's  plenty of interesting stuff for English readers as well.&lt;br /&gt;&lt;br /&gt;» Pascal van  Hecke has &lt;a href="http://pascal.vanhecke.info/2006/10/31/screencasting-online-video-sharing-sites-compared-2/" target="_blank"&gt;extensively&lt;/a&gt; &lt;a href="http://pascal.vanhecke.info/2006/10/31/screencasting-online-video-sharing-sites-compared-1/" target="_blank"&gt;reviewed&lt;/a&gt; the various online video sharing websites for hosting  screencast videos. Revver and Blip.tv get the most points though &lt;a href="http://www.screencast.com/" target="_blank"&gt;screencast.com&lt;/a&gt; was missing  from the list since that's a paid video uploading site.&lt;br /&gt;&lt;br /&gt;» Molly McDonald  produces some interesting video reviews of latest Web 2.0 apps in the form of  screencasts at &lt;a href="http://www.screeniac.com/"&gt;Screeniac.com&lt;/a&gt;. If you  like to know more about Molly or how she does her screencasts, read her  interview with Centernetworks &lt;a href="http://www.centernetworks.com/interview-with-screeniac"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;»  Meredith Gorran Farkas has just finished writing a very &lt;a href="http://meredith.wolfwater.com/wordpress/index.php/2006/11/30/random-and-cold-medicine-induced-thoughts-on-screencasting/" target="_blank"&gt;interesting article&lt;/a&gt; on Screencasting. Meredith is a distant  librarian and the brain behind some of the best screencasts that I have seen  including &lt;a href="http://meredith.wolfwater.com/presentations/asist/asist.htm" target="_blank"&gt;this one&lt;/a&gt; on creating conference wikis (produced with Adobe  Captivate).&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-4416944700784744164?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4416944700784744164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4416944700784744164' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4416944700784744164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4416944700784744164'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/screencasting-software-news-roundup.html' title='Screencasting Software News Roundup; ViewletBuilder 5'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-302344521762423693</id><published>2008-03-10T09:23:00.000-07:00</published><updated>2008-03-10T09:24:56.030-07:00</updated><title type='text'>Screencast, Photocast, Vidcast, Webcast, Skypecast, Textcast, Podcast: Differences explained</title><content type='html'>&lt;b&gt;Screencasting, Webcasting, Photocasting, Podcasting, Vidcasting or  Vodcasting, Skypecasting, Mobilecasting, Textcasting, Coursecasting,  Blogcasting&lt;/b&gt; - these are all different forms of broadcasting digital content  using basic hardware, software where you play the role of a actor, producer and  the director. You create content on your computer and using RSS, broadcast it  over the internet to be consumed by millions of people.&lt;br /&gt;&lt;br /&gt;So let's &lt;b&gt;put  the techie jargon aside and try to understand these "complicated" terms in  simple English &lt;/b&gt;so that you don't feel embarrased when someone mentions them  in the next geek conference.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;a href="http://www.google.com/search?q=podcasting&amp;amp;sitesearch=labnol.blogspot.com" target="_blank"&gt;Podcasting&lt;/a&gt;&lt;/b&gt; - A podcast is just another mp3 file that you  can play either on your computer or any portable device like the Apple iPod or  Creative Zen. Podcasting refers to the entire process of creating the podcast  [audio], editing and publishing to the web via RSS. Podcasting requires a  microphone and audio editing software like Audacity or Adobe Audition. &lt;a href="http://labnol.blogspot.com/2006/05/after-photocasting-apples-latest-love.html"&gt;Mac  users are lucky&lt;/a&gt; to have Garageband and iLife.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Autocasting&lt;/b&gt; -  Autocast is like a cousin of podcast - the only difference being that the audio  is not narrated by a human being but it has been generated automatically from  the blog feed using a text to speech conversion engine. Talkr is one such  Autocast service that converts the text inside RSS feeds to podcasts [mp3 files]  for free.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Blogcasting&lt;/b&gt; - Barring a few search engines like Blinkx,  most cannot index audio content. Therefore some podcasters attach a transcript  of the podcast to their blog so that both human beings and search engines read  [and index] what's there inside the podcast show. This is &lt;b&gt;BlogCasting - blog  + podcasting&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Voicecasting&lt;/b&gt; - VoiceCasting is the distribution  of podcasts directly to a mobile phone, traditional phone, or VoIP phone. The  audio is taken from a Podcast, and played back live to the listener.  VoiceCasting is sometimes even referred as  Phonecasting.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Mobilecasting&lt;/b&gt; - Like voicecasting, mobilecasting  refers to downloading and listening to podcasts on cellphones. When we compare  with voicecasting where the user dials a number to get the podcast,in  Mobilecasting, the users subscribes to the podcast feed and automatically gets  the content on his phone without making a separate request. For some,  creating/recording podcasts using a mobile phone also falls under the  mobilecasts umbrella. GCast is one such service that lets you record your  podcast via a toll-free call from any phone.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Vodcasting&lt;/b&gt; - often  used interchangeably with Vidcasting which essentially means creating and  distributing video podcasts. Unlike Podcasting where you only require a  microphone, for creating Vodcasts you need a video camera (preferably HD) and  video editing software like Sony Vegas, Adobe Premiere or Apple Final Cutpro.  The video on demand {vod) content is distributed via RSS feeds. Associated terms  are vlogs, vlogging, vodcasts and vcasts. Rocketboom and Diggination are popular  vodcasts.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Learncasting&lt;/b&gt; - elearning via feeds - Learncasting is a  category of podcasting or even vodcasting that aims deliver educational content.  &lt;a href="http://labnol.blogspot.com/2006/01/listen-to-stanford-university-lectures.html"&gt;Stanford  University&lt;/a&gt; professors are already putting their lectures on iTunes. Also  know as podagogy.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Webcasting&lt;/b&gt; - The term webcasting is usually  reserved for referring to non-interactive linear streams or live events like  Product launches, stockholder meetings or reporting quarterly earnings. A  webcast is similar to a broadcast TV show but designed for internet  transmission. Webcast clients allow a user to connect to a server, which is  distributing (webcasting) the webcast, and displays the televisual content to  the user. Related: &lt;a href="http://labnol.blogspot.com/2005/11/desktop-screen-sharing-software-for-e.html" target="_blank"&gt;Desktop Screen Sharing&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/400/microphone%20recording.jpg" /&gt;&lt;b&gt;Skypecasting&lt;/b&gt;  In simple terms, Skypecasting means recording your Skype conversations,  conference calls and interviews for inserting in podcasts. The person who does  the recording is known as a SkypeCaster while the recorded audio is called a  SkypeCast.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;a href="http://labnol.blogspot.com/2006/01/photocasting-in-windows-without-ilife.html"&gt;Photocasting&lt;/a&gt;&lt;/b&gt;  is a new way of sharing photos accompanied by music or narrations. It's like  sending your photo album to your friends and family, and having it change  automatically on their computers when you update it on yours. When your  grandmother subscribes to your photos [photocasts], she'll see them in her  iPhoto library just as you see them in yours.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;a href="http://www.google.com/search?q=screencasting&amp;amp;sitesearch=labnol.blogspot.com" target="_blank"&gt;Screencasting&lt;/a&gt;&lt;/b&gt; According to Jon Udell, a screencast is a  digital movie in which the setting is partly or wholly a computer screen, and in  which audio narration describes the on-screen action. Capturing a screencast  needn't be much more complicated that capturing static screenshots. Screencasts  are excellent tools for learning how to use computers, and several podcasts have  started to teach computer users how to use software through screencasts. &lt;a href="http://labnol.blogspot.com/2005/06/camtasia-studio-30-screencasting-swiss.html"&gt;Techsmith  Camtasia Studio&lt;/a&gt; is pretty much the industry standard for creating  screencasts.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;TextCasting&lt;/b&gt; is just a day old term coined by Slate  Magazine. Just like Blogcasting, Slate is looking to make text of some of its  articles available for reading on the iPod. Lexus, which advertises on Slate  podcasts, is sponsoring the textcast, with its logo appearing where the album  art is usually shown and in a text ad within the  story.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CourseCasting&lt;/b&gt;: &lt;a href="http://labnol.blogspot.com/2006/02/apple-ipod-making-inroads-in.html"&gt;Apple  allows colleges&lt;/a&gt; to set up customized portions of the iTunes Music Store to  distribute course content and other audio and video material. CourseCasting  allows professors to record their lectures and make them available for students  to download and listen to on their iPods or computers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-302344521762423693?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/302344521762423693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=302344521762423693' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/302344521762423693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/302344521762423693'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/screencast-photocast-vidcast-webcast.html' title='Screencast, Photocast, Vidcast, Webcast, Skypecast, Textcast, Podcast: Differences explained'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7713641472453875610</id><published>2008-03-10T09:22:00.002-07:00</published><updated>2008-03-10T09:23:19.948-07:00</updated><title type='text'>Latest Windows Genuine Advantage Validation Cracked</title><content type='html'>&lt;b&gt;New workaround prevents Microsoft AntiPiracy check&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;When you  access Microsoft Download Center or on the Microsoft Windows Update Web site,  you are prompted to install an WGA ActiveX control (Windows Genuine Advantage  Validation Tool) that performs a validation check to verify that your copy of  Windows is genuine.&lt;br /&gt;&lt;br /&gt;Microsoft recently updated the WindowsUpdate website  that seems to break the previous &lt;a href="http://labnol.blogspot.com/2005/02/get-your-legal-copy-of-windows-xp.html"&gt;WGA  workaround scripts&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;However, hackers have comeup with another  solution - A new WGA Workaround User Script floating around called Windows  Genuine Advantage Patcher (1.5.512.0) claims to circumvent validation checks for  Microsoft Windows Updates and Microsoft Download Center.&lt;br /&gt;&lt;br /&gt;The WGA byepass  script works in four steps:&lt;br /&gt;&lt;br /&gt;1. Download the latest Windows Genuine  Advantage Validation Tool (&lt;a href="http://support.microsoft.com/default.aspx/kb/892130?" target="_blank"&gt;KB892130&lt;/a&gt;) from from Windows Update. Download and Install Now  after you click Express or Custom. Reboot if prompted.&lt;br /&gt;&lt;br /&gt;2. Disable the WGA  Add-On&lt;br /&gt;&lt;br /&gt;3. Dowload the validation patch for LegitCheckControl.DLL ver.  1.5.512.0 (WGA_Patch_1.5.512.0.exe - 14336 Bytes)&lt;br /&gt;&lt;br /&gt;4. Go offline  (disconnect), apply the wga patch and clear your IE Cookies, Temp and Cache  folder.&lt;br /&gt;&lt;br /&gt;P.S. Use at your own risk. We have not tested the  procedure.&lt;br /&gt;&lt;br /&gt;Also, the Automatic Updates feature is not affected by the WGA  validation check. Therefore, you can use the Automatic Updates feature to make  sure that you receive critical Windows updates. &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-7713641472453875610?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7713641472453875610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7713641472453875610' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7713641472453875610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7713641472453875610'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/latest-windows-genuine-advantage.html' title='Latest Windows Genuine Advantage Validation Cracked'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5386177959352701460</id><published>2008-03-10T09:22:00.001-07:00</published><updated>2008-03-10T09:22:54.699-07:00</updated><title type='text'>The Annoying Windows Automatic Updates Restart Dialog</title><content type='html'>Windows XP users have turned on Automatic Windows Update will have absolutely no  problem recognizing the "Restart Now, Restart Later" Dialog shown in the  screenshot below:&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto; display: block; text-align: center;" alt="Do you want to restart your computer now - Windows Update Restart Now" src="http://bp2.blogger.com/_XYizHvjgLrA/RdcyFDnBfII/AAAAAAAAARc/P-B5fjF1_PQ/s1600/windows-automatic-update-restart-later.png" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;When Windows XP is finished downloading and installing new  updates/patches from Microsoft Windows Update website, it will ask you to  restart the computer to complete the installation.&lt;br /&gt;&lt;br /&gt;The Restart Dialog  Window can be removed by killing the wuauclt.exe process from Windows Task  Manager or SysInternals &lt;a href="http://labnol.blogspot.com/2006/11/sysinternals-process-explorer-best.html"&gt;Process  Explorer&lt;/a&gt; but the most irritating part is that the window pops-up again after  few minutes.&lt;br /&gt;&lt;br /&gt;There are two solutions to get rid of this annoying Restart  Window depending on what version of Windows XP you are using.&lt;br /&gt;&lt;br /&gt;The easiest  way is to start Windows Command Prompt (Start -&gt; Run -&gt; cmd) and type the  following command:&lt;pre&gt;&lt;span style="font-weight: bold;"&gt;sc stop wuauserv&lt;/span&gt;&lt;/pre&gt;The Restart  Window will disappear immediately including the icon in the system  tray.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto; display: block; text-align: center;" src="http://bp0.blogger.com/_XYizHvjgLrA/Rdc1bjnBfJI/AAAAAAAAARk/CKBtJ4dJApI/s1600/stop-process-wuauserv.jpg" /&gt;  &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-5386177959352701460?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5386177959352701460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5386177959352701460' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5386177959352701460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5386177959352701460'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/annoying-windows-automatic-updates.html' title='The Annoying Windows Automatic Updates Restart Dialog'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_XYizHvjgLrA/RdcyFDnBfII/AAAAAAAAARc/P-B5fjF1_PQ/s72-c/windows-automatic-update-restart-later.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3199241986228933722</id><published>2008-03-10T09:21:00.002-07:00</published><updated>2008-03-10T09:22:15.951-07:00</updated><title type='text'>Microsoft entering Adobe territory</title><content type='html'>Microsoft's insatiable quest for software dominance continues. And this time,  the target is &lt;b&gt;Adobe Systems&lt;/b&gt;. Microsoft is not willing to concede the  design market to Adobe/Macromedia. As a first step, they acquired Creature House  to solidify its presence in the design market. And if Microsoft is successful,  it will represent the most significant competitive threat Adobe/Macromedia has  seen in many years.&lt;br /&gt;&lt;br /&gt;Adobe PDF, Photoshop and Flash find themselves in  Microsoft crosshairs.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Target I : Adobe PDF&lt;/b&gt; - Microsoft is working  on a new XML based document format "Metro" that will challenge Adobe's  PostScript and PDF technologies. &lt;a title="Compare Adobe PDF with Metro" href="http://labnol.blogspot.com/2005/06/how-does-microsoft-metro-compare-with.html"&gt;Microsoft  Metro&lt;/a&gt; will be licensed royalty free and users will be able to open Metro  files without a special client. It will be available around the time Visa is  released. [&lt;a href="http://labnol.blogspot.com/2005/04/adobe-killer-from-microsoft.html"&gt;read  details&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Target II : Adobe Photoshop&lt;/b&gt; - Microsoft's own  illustration and graphic design tool Acrylic is actually an updated version of  &lt;a href="http://www.creaturehouse.com/" target="_blank"&gt;Creature House&lt;/a&gt;  Expression bought by MS in 2003. Microsoft intends to offer Acrylic as an  alternative to Adobe Photoshop, likely at a lower cost. Acrylic supports XAML  format that will enable developers to take advantage of Windows Vista's new  graphics engine known as Avalon. [&lt;a href="http://labnol.blogspot.com/2005/07/is-microsoft-acrylic-really-photoshop.html"&gt;read  details&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Target III : Adobe-Macromedia Flash&lt;/b&gt; - The &lt;a href="http://labnol.blogspot.com/2005/04/most-shocking-news-after-tsunami.html"&gt;Adobe-Macromedia  merger&lt;/a&gt; will close this fall and Macromedia Flash is set to become Adobe's  baby. Infact, Flash received the maximum boost in recent &lt;a href="http://labnol.blogspot.com/2005/08/macromedia-studio-max-2006-studio8.html"&gt;announcement  of Macromedia Studio 8&lt;/a&gt;. And Microsoft Sparkle is all set to challenge Flash  dominance.&lt;br /&gt;&lt;br /&gt;Update: &lt;span style="font-weight: bold;"&gt;Microsoft  Sparkle&lt;/span&gt; has better &lt;a href="http://labnol.blogspot.com/2005/09/microsoft-sparkle-dont-throw-flash.html"&gt;3D  capabilities&lt;/a&gt; but requires Windows Vista. It might take few years before it  actually makes a dent to Macromedia Flash's marketshare.&lt;br /&gt;&lt;br /&gt;The ubiquitous  lightweight Flash player is available for Windows, Mac, Linux, handheld devices  and cellular phones. And Flash Player is free while Sparkle would require users  to upgrade to a completely new OS and even new hardware.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;So what is  Microsoft Sparkle ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sparkle is a vector graphics software (SVG) also  based on Creature House Expression. It will automate XAML application  development. XAML is the page/UI description language for Windows Vista. XAML is  also integrated with the new Avalon graphics system of Vista, which talks  directly to accelerated graphics cards. Some believe that Microsoft may offer  the Sparkle/Avalon/XAML trio even for free.&lt;br /&gt;&lt;br /&gt;More details on &lt;span style="font-weight: bold;"&gt;Microsft Sparkle&lt;/span&gt; are expected in the PDC 2005  conference.&lt;br /&gt;&lt;br /&gt;At its upcoming Professional Developers Conference next  month, Microsoft Corp. will divulge more details about its Expression Studio  suite of design and developer tools for the Windows Presentation Foundation,  formerly code-named Avalon.&lt;br /&gt;&lt;br /&gt;Expression Studio will consist of Acrylic,  Sparkle and other components. Microsoft is looking to push the Expression suite  in lockstep with its Visual Studio developer tools suite to make designers key  participants in the development process.&lt;br /&gt;&lt;br /&gt;Sparkle, which has already  created enough ripples and excitement in the Flash community, could also spell  the demise of tools that convert Microsoft Powerpoint to Flash files. (read,  Macromedia Breeze Presenter module). And Metro could impact the &lt;a href="http://www.technorati.com/tag/Adobe" rel="tag"&gt;Adobe&lt;/a&gt; Acrobat  share.&lt;br /&gt;&lt;br /&gt;But why did &lt;a href="http://www.technorati.com/tag/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt; choose to target only Adobe Flash ? &lt;a href="http://labnol.blogspot.com/2005/08/alias-maya-7-discreet-3ds-max-8.html"&gt;3DS  Max 8 and Alias Maya 7&lt;/a&gt;, recently unveiled at Siggraph 2005, are much more  sophisticated design tools when compared to Flash. The fact that Sparkle will be  embedded into the OS could mean faster rendering times and better graphics.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-3199241986228933722?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3199241986228933722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3199241986228933722' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3199241986228933722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3199241986228933722'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/microsoft-entering-adobe-territory.html' title='Microsoft entering Adobe territory'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4383797243498787346</id><published>2008-03-10T09:21:00.001-07:00</published><updated>2008-03-10T09:21:37.368-07:00</updated><title type='text'>Life without Quintessential Microsoft Office</title><content type='html'>To evaluate the threat of Web-based software and services to Microsoft Office,  an MSNBC reporter tries to do without Microsoft Office for a week relying on  free software and services - available via the Internet - for everyday business  tasks. (MSNBC is a Microsoft - NBC joint venture.)&lt;br /&gt;&lt;br /&gt;After spending a  weeking without clicking any of the Microsoft Office Icons, the writer concludes   &lt;blockquote&gt;it came down to the familiar question of what was worth more, my  time or my money. While it was technically possible to perform most of my daily  work without using Microsoft Office - or my credit card - it took considerably  more time. Setting up the new systems was time-consuming, as I had expected.  &lt;/blockquote&gt;Here are some of the alternatives to MIcrosoft Office Program which  he used in his research:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Alternative to Microsoft Word&lt;/b&gt;&lt;br /&gt;..And  once I had OpenOffice's "Writer" on my machine, I found I didn't miss Microsoft  Word at all. Many of the commands were the same, and I was able to easily open  Word documents using Writer. The program also makes it extremely easy to save  documents in the PDF format, something Microsoft only plans to offer with the  forthcoming version of Office, due out in 2006.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;On Web-based word  processing&lt;/b&gt;&lt;br /&gt;It was a breeze with Writely to import Word documents already  on my hard drive, and relatively simple to save Writely documents in either the  Word or OpenOffice format. gOffice offered more sophisticated formatting  options, and it was easy to print documents as PDFs.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Database  Application&lt;/b&gt;&lt;br /&gt;OpenOffice's database program, Base, was able to import my  contact list from Microsoft Outlook quickly and elegantly but did not give me  the option of saving the data into the file format needed to transfer it to most  other applications. Another OpenOffice program, Calc, let me to save the data in  the right format but took more time to tweak the data so it would import  correctly. Overall, I found it easier to use Microsoft Excel.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Web  Based Calendars&lt;/b&gt;&lt;br /&gt;My overall favorite turned out to be CalendarHub, which  easily imported four years worth of calendar data into a pleasing interface and  offered handy e-mail reminders of upcoming events. CalendarHub also offers a  desktop program that will list upcoming meetings, but I had trouble getting it  to work. When contacted, the company quickly fixed the bug.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;E-Mail  Client&lt;/b&gt;&lt;br /&gt;Although my company's server software settings made it difficult  to use other e-mail clients, I did work some with Mozilla's Thunderbird and  found it to be a functional alternative to Outlook. The interface was familiar,  and it was easy to set up and to import old e-mails. I also used several free,  Web-based e-mail accounts for some business communication. Gmail was my favorite  for organizing data based on "conversations."&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Privacy  Concerns&lt;/b&gt;&lt;br /&gt;Also, although it is nice in theory to be able to access data  online, in practice it often took longer to log on to different applications  every time I needed something, rather than just opening a file on my desktop.  Perhaps my biggest concern was about my privacy, once I began entrusting my  calendar, contacts and other information to Web-based systems instead of my own  hard drive and my company's secure network. And I wondered if I should really be  storing such valuable work data on systems that could crash or go out of  business at any time. I found some benefits to having my work available on  Web-based systems, and there are some I will probably use again. But, for now at  least, Microsoft is right these challengers will complement, not replace, my  Microsoft Office software.&lt;br /&gt;&lt;br /&gt;For now at least, Microsoft says it doesn't  see these alternatives as a major threat, regarding them mainly as complementary  to Office. And yet, Microsoft recently launched its own companywide push towards  offering more Web-based software and services.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-4383797243498787346?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4383797243498787346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4383797243498787346' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4383797243498787346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4383797243498787346'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/life-without-quintessential-microsoft.html' title='Life without Quintessential Microsoft Office'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7962965595077029976</id><published>2008-03-10T09:20:00.001-07:00</published><updated>2008-03-10T09:20:46.405-07:00</updated><title type='text'>SharedView - Microsoft Screen Sharing Tool Is Now Available</title><content type='html'>Tahiti,  the screen sharing software from Microsoft, is now available for public download  without requiring an invite. The software also has a new name - SharedView [not  to be confused with SharedCopy]&lt;br /&gt;&lt;br /&gt;Nothing  much has changed since the Tahiti release though the latest version looks stable  and sports a more polished interface.&lt;br /&gt;&lt;br /&gt;With SharedView, a maximum of 15  users can hold a live meeting, share screen and collaborate real time. You will  still have to wait for future ShareView releases to get audio support or chat  function.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto; display: block; cursor: pointer; text-align: center;" alt="Screen sharing software" src="http://bp1.blogger.com/_XYizHvjgLrA/RkNTjtRGGyI/AAAAAAAABI8/IfeaWQfxqdA/s400/microsoft+screen+sharing.jpg" /&gt;&lt;br /&gt;Only  the host or the person who initiates a SharedView meeting requires a Windows  Live ID, the participants or invitees to the session can join without signing up  as long as they have the invitation password from the host.&lt;br /&gt;&lt;br /&gt;Microsoft has  added a strange  clause that says "This Service may only be used within the United States of  America." though it is technically possible to use the service anywhere since  they are not checking the IP address of the host or guest computers yet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7962965595077029976?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7962965595077029976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7962965595077029976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7962965595077029976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7962965595077029976'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/sharedview-microsoft-screen-sharing.html' title='SharedView - Microsoft Screen Sharing Tool Is Now Available'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_XYizHvjgLrA/RkNTjtRGGyI/AAAAAAAABI8/IfeaWQfxqdA/s72-c/microsoft+screen+sharing.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5591119470461972173</id><published>2008-03-10T09:18:00.000-07:00</published><updated>2008-03-10T09:20:02.903-07:00</updated><title type='text'>Top Paying Chitika Keywords</title><content type='html'>Chitika eMiniMalls is a new pay-per-click, contextual advertising system like  Google Adsense.  has  been running &lt;a href="https://chitika.com/mm_overview.php?refid=amitpagarwal" target="_blank"&gt;Chitika eMinimalls&lt;/a&gt; (affiliate) since some time now. Our  initial impression is that &lt;b&gt;individual clicks on Chitika ads earn better  revenue when compared with Google Adsense&lt;/b&gt;. But Adsense units give a higher  CTR as they easily blend with the text.&lt;br /&gt;&lt;br /&gt;Since Chitika now supports  channels (SID) , we can use this technique to determine the best Chitika  keywords that have a higher CTR as well as eCPM.&lt;br /&gt;&lt;br /&gt;Here we have written a  simple hack to determine the &lt;b&gt;top paying keywords in Chitika eMinimalls&lt;/b&gt;.  Since this hack only extends the existing channel names, we will still be able  to track which Chitika interactive unit was clicked by the user.&lt;br /&gt;&lt;br /&gt;All you  need to do is add one more line of code to your Chitika Javascript  code.&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--&lt;br /&gt;ch_client =  "chitika-login";&lt;br /&gt;ch_width = 468;&lt;br /&gt;ch_height = 60;&lt;br /&gt;ch_sid = "left  sidebar"; // &lt;strong&gt;Chitika Channel Name&lt;/strong&gt;&lt;br /&gt;var ch_queries = new  Array( "cameras", "ipod", "xbox", "laptop" );&lt;br /&gt;var  ch_selected=Math.floor((Math.random()*ch_queries.length));&lt;br /&gt;ch_query =  ch_queries[ch_selected];&lt;br /&gt;&lt;b&gt;ch_sid += " " +  ch_query;&lt;/b&gt;&lt;br /&gt;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;The variable ch_sid holds  the SID level/channel name. We have just extended the channel name to include  the product name. Once this is enabled, your Chitika eMiniMalls reports will  show data for "channel name" + "product name". So you will easily know which  keywords are performing best and remove the ones that are low paying or receive  no clicks at all.&lt;br /&gt;&lt;br /&gt;Chitika Customer service are doing an excellent job.  They sometimes reply to your queries in few seconds.&lt;br /&gt;&lt;br /&gt;I made a few changes  in the above code based on Michelle (Chitika Customer Service) advice.&lt;br /&gt;&lt;br /&gt;1)  The semicolon was missing in the first ch_sid. This can lead to javascript  errors on some browsers. Also I added // before the "Chitika Channel Name".  (since people tend to blindly copy the code. If there is a comment atleast the  code wont break)&lt;br /&gt;&lt;br /&gt;2) Nitpicky thing: changed the repeated  ch_queries[ch_selected] to ch_query (and saved 1 nanosecond to avoid the array  reference! :-)&lt;br /&gt;&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-5591119470461972173?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5591119470461972173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5591119470461972173' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5591119470461972173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5591119470461972173'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/top-paying-chitika-keywords.html' title='Top Paying Chitika Keywords'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3449475111676775099</id><published>2008-03-10T09:17:00.000-07:00</published><updated>2008-03-10T09:18:32.156-07:00</updated><title type='text'>Download Windows Vista Wallpapers, Backgrounds Themes</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Download Windows Vista Wallpapers&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;You can download any of these beautiful Windows Vista desktop  backgrounds by clicking the wallpaper thumbnail images.&lt;br /&gt;&lt;br /&gt;They are all high  resolution Vista Wallpapers and will also fit your wide screen Laptops or dual  screen computer monitors. Will even make a perfect Windows Vista theme for  XP.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://static.flickr.com/120/304895223_44b1f6a99f_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/120/304895223_44b1f6a99f_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/119/304895150_24fedd587c_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/119/304895150_24fedd587c_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/111/304895089_180ea46be7_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/111/304895089_180ea46be7_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/122/304895038_4e858f4850_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/122/304895038_4e858f4850_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/71/211125265_56b64a6e37_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/71/211125265_56b64a6e37_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/98/211125526_5cf6572aaf_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/98/211125526_5cf6572aaf_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/65/211125609_2f686532fc_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/65/211125609_2f686532fc_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/66/211125718_8fa7beee6f_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/66/211125718_8fa7beee6f_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/80/211125834_3ae7dd7f3b_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/80/211125834_3ae7dd7f3b_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/73/211125951_3e4cfc4cd3_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/73/211125951_3e4cfc4cd3_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/92/211126097_1f8a1f9cd0_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/92/211126097_1f8a1f9cd0_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/96/211126189_ebdfcba4da_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/96/211126189_ebdfcba4da_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/98/211126275_aba6979e5a_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/98/211126275_aba6979e5a_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/92/211126372_c8632daf35_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/92/211126372_c8632daf35_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/112/304896770_f1727bddd7_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/112/304896770_f1727bddd7_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/119/304896667_40d7582f4e_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/119/304896667_40d7582f4e_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/113/304896482_920b2db0d0_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/113/304896482_920b2db0d0_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/110/304896429_349d64930a_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/110/304896429_349d64930a_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/102/304896386_5c4933ac54_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/102/304896386_5c4933ac54_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/102/304896298_ea8486947d_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/102/304896298_ea8486947d_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/121/304896188_47e1214ef8_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/121/304896188_47e1214ef8_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/118/304896127_e1e15a053d_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/118/304896127_e1e15a053d_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/117/304896082_216ab63f2b_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/117/304896082_216ab63f2b_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/119/304895989_21b4f92d1b_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/119/304895989_21b4f92d1b_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/103/304895882_97bb569388_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/103/304895882_97bb569388_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/100/304895783_6cb319f6fd_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/100/304895783_6cb319f6fd_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/122/304895731_e08046b2f8_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/122/304895731_e08046b2f8_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/105/304895678_66ebe19f1c_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/105/304895678_66ebe19f1c_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/106/304895625_39084d0205_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/106/304895625_39084d0205_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/117/304895574_2d3fec018c_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/117/304895574_2d3fec018c_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/122/304895508_b54bdcb5b8_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/122/304895508_b54bdcb5b8_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/106/304895443_6edb7f5e58_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/106/304895443_6edb7f5e58_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/103/304895387_d9a537df1c_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/103/304895387_d9a537df1c_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/111/304895326_7a0fd0b144_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/111/304895326_7a0fd0b144_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://labnol.blogspot.com/"&gt;&lt;img src="http://static.flickr.com/100/304894956_b98cf460cf_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/118/304894884_fd3a1047d5_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/118/304894884_fd3a1047d5_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/99/304894858_39c7ab9566_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/99/304894858_39c7ab9566_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/106/304894788_2ace7ad8b2_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/106/304894788_2ace7ad8b2_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/99/304894768_571c044412_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/99/304894768_571c044412_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/114/304894674_13f2c33f0e_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/114/304894674_13f2c33f0e_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/121/304894655_b92be3956c_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/121/304894655_b92be3956c_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/101/304894618_27a9f1b712_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/101/304894618_27a9f1b712_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/99/304894554_6744895c4e_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/99/304894554_6744895c4e_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/100/304894519_ec716f076c_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/100/304894519_ec716f076c_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/101/304894420_6495990f17_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/101/304894420_6495990f17_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/108/304894377_37fdef6ff5_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/108/304894377_37fdef6ff5_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/122/304894305_80d824b73f_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/122/304894305_80d824b73f_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/103/304894275_30baccc71e_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/103/304894275_30baccc71e_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/110/304894210_ed6f31b284_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/110/304894210_ed6f31b284_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/104/304893961_d73e5948b9_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/104/304893961_d73e5948b9_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/104/304893921_b674e3f4ee_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/104/304893921_b674e3f4ee_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/121/304893880_fb1eb4f106_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/121/304893880_fb1eb4f106_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/107/304893734_eee14e3140_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/107/304893734_eee14e3140_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/103/304893651_c2e53eb9d7_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/103/304893651_c2e53eb9d7_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/104/304893594_700c5e0ea7_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/104/304893594_700c5e0ea7_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/121/304893526_1d46c6b5b6_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/121/304893526_1d46c6b5b6_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/99/304893461_ab0be13b30_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/99/304893461_ab0be13b30_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/118/304893394_9027266b50_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/118/304893394_9027266b50_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/99/304893311_896f69e9df_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/99/304893311_896f69e9df_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/104/304893228_d5643876c4_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/104/304893228_d5643876c4_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/108/304893190_92711080c3_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/108/304893190_92711080c3_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/117/304892980_07b8d4221f_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/117/304892980_07b8d4221f_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/114/304892798_1e38ab05ca_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/114/304892798_1e38ab05ca_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/102/304892760_2eedc8b1a8_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/102/304892760_2eedc8b1a8_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/117/304892635_a063077b60_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/117/304892635_a063077b60_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/119/304892494_b713601417_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/119/304892494_b713601417_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/118/304892368_2f8d83728d_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/118/304892368_2f8d83728d_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/106/304892344_cade2dbf87_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/106/304892344_cade2dbf87_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/109/304892239_eec379944c_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/109/304892239_eec379944c_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/106/304892208_5c4ee2a2bd_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/106/304892208_5c4ee2a2bd_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/119/304892166_316be16e12_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/119/304892166_316be16e12_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/115/304892095_e49ebd9c37_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/115/304892095_e49ebd9c37_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/121/304892051_cca331fa95_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/121/304892051_cca331fa95_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/107/304891992_823873fb44_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/107/304891992_823873fb44_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/110/304891929_2ae12509a4_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/110/304891929_2ae12509a4_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/104/304891881_0808bb6947_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/104/304891881_0808bb6947_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/114/304891820_be6683f184_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/114/304891820_be6683f184_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/113/304891676_003f934e2d_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/113/304891676_003f934e2d_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/115/304891617_8244cc47fe_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/115/304891617_8244cc47fe_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/87/211123956_0af4bb014d_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/87/211123956_0af4bb014d_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/63/211124072_e7bfd337b8_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/63/211124072_e7bfd337b8_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/90/211124231_d7e8d06e66_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/90/211124231_d7e8d06e66_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/70/211124370_4bf313ceef_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/70/211124370_4bf313ceef_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/64/211124410_94d85d6332_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/64/211124410_94d85d6332_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/75/211124472_67122da021_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/75/211124472_67122da021_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/87/211124533_5f6dc718de_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/87/211124533_5f6dc718de_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/60/211124591_e9e4d239b6_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/60/211124591_e9e4d239b6_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/79/211124684_0c68a7356f_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/79/211124684_0c68a7356f_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/62/211124948_8eca3dddde_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/62/211124948_8eca3dddde_s.jpg" height="75" width="75" /&gt;&lt;/a&gt; &lt;a href="http://static.flickr.com/98/211125040_2f56b13804_o.jpg" rel="lightbox"&gt;&lt;img src="http://static.flickr.com/98/211125040_2f56b13804_s.jpg" height="75" width="75" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you are not upgrading from XP to Vista yet, this is  possibly the easiest way to make your XP Desktop look like Windows Vista [choose  one of the green Wallpapers with leaves and water drops or one with bamboo  sticks]&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;This photo gallery of  Windows Vista Wallpaper images is constructed from &lt;a href="http://www.flickr.com/photos/brajeshwar/sets/72157594230787724/" target="_blank" rel="nofollow"&gt;Flickr&lt;/a&gt; where the wallpapers were uploaded by &lt;a href="http://www.brajeshwar.com/archives/2006/11/microsoft-windows-vista-wallpapers/" target="_blank"&gt;Brajeshwar&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you like to download the  entire Vista wallpaper collection in one go, here are the links:&lt;br /&gt;  &lt;a title="Microsoft Windows Vista Wallpaper Pack" href="http://www.brajeshwar.com/downloads/misc/WindowsVistaWallpaperPack.zip" rel="nofollow"&gt;Windows Vista Wallpaper Pack&lt;/a&gt;&lt;br /&gt;  &lt;a title="Microsoft Windows Vista Wallpaper" href="http://www.brajeshwar.com/downloads/misc/WindowsVista5381.zip" rel="nofollow"&gt;Microsoft Windows Vista Wallpaper&lt;/a&gt;&lt;br /&gt;[Official wallpapers from  Microsoft bundled in the latest Windows Vista build.] &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-3449475111676775099?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3449475111676775099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3449475111676775099' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3449475111676775099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3449475111676775099'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/download-windows-vista-wallpapers.html' title='Download Windows Vista Wallpapers, Backgrounds Themes'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-800073707588904884</id><published>2008-03-10T09:16:00.000-07:00</published><updated>2008-03-10T09:17:29.968-07:00</updated><title type='text'>Instructions for enabling Blogger Trackbacks</title><content type='html'>Blogger Backlinks, just like Trackbacks, enable you to keep track of other pages  on the web that link to your posts. Here's a short tutorial on how to enable  trackbacks in Blogger. There is also some little HTML code that you can add to  your blogger templates. The code is very similar to the Blogger comments  template code.&lt;br /&gt;&lt;br /&gt;Backlinks feature is based on the link: operator of Google  Blog Search. So sites linking to your blog will need to be indexed by Blog  Search and there may be a slight delay before the backlinks appear on your  blog.&lt;br /&gt;&lt;br /&gt;1. The backlinks setting can be found under the Settings Comments  tab, and consists of a single, simple option to turn it on or off:&lt;br /&gt;&lt;img src="http://kbimages.blogspot.com/backlinks1.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;2. If you are using a  standard Blogger template, the Trackback code automatically gets appended in the  template as soon as you enable the above setting. But if you are using a custom  Blogger template, the above setting will not be available for you. You are then  required to add the HTML code manually to the template at the right  place.&lt;br /&gt;&lt;br /&gt;3. Look for the area enclosed in the &lt;itempage&gt; tag in your  template. You will notice a comment block section (look for  &lt;blogitemcommentsenabled id="comments" gt="" name="links" a="" div="" section="" this="" below="" or="" above="" code="" backlinks="" following="" the="" add="" either="" tag=""&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Links to this post:&lt;/span&gt;  &lt;/h4&gt;&lt;br /&gt;&lt;dl id="comments-block"&gt;&lt;br /&gt;&lt;blogitembacklinks&gt;&lt;br /&gt;&lt;dt class="comment-data"&gt;&lt;br /&gt;&lt;a href=""&gt;"  rel="nofollow"&gt;&lt;$BlogBacklinkTitle$&gt;&lt;/a&gt;&lt;/dt&gt;&lt;br /&gt;&lt;$BlogBacklinkDeleteIcon$&gt;&lt;br/&gt;&lt;$BlogBacklinkSnippet$&gt;&lt;br /&gt;&lt;br /&gt;&lt;dd class="comment-body"&gt;&lt;br /&gt;&lt;br/&gt;&lt;em&gt;posted by  &lt;$BlogBacklinkAuthor$&gt; @  &lt;$BlogBacklinkDateTime$&gt;&lt;/em&gt;&lt;br /&gt;&lt;/dd&gt;&lt;br /&gt;&lt;/blogitembacklinks&gt;&lt;br /&gt;&lt;/dl&gt;&lt;br /&gt;&lt;p class="comment-timestamp"&gt;&lt;$BlogItemBacklinkCreate$&gt;&lt;/p&gt;&lt;br /&gt;&lt;/blogitembacklinksenabled&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://kbimages.blogspot.com/backlinks4.jpg" /&gt;You will  have to change the CSS styles and classes based on your Blog CSS Template. Just  like comments, Blog owners can even delete or hide backlinks that they do not  wish to display.&lt;br /&gt;&lt;br /&gt;If you want to turn off backlinks for individual posts,  you can do so. The process is the same as that for turning off comments. Just  edit the post in question and change the options that appear below the posting  form. (see the image on the right).&lt;br /&gt;&lt;br /&gt;This is not anything new for  experienced bloggers. People have long used Technorati Cosmos to know who are  linking to their posts. But since it comes from Google, it definitely deserves  attention.&lt;/blogitemcommentsenabled&gt;&lt;br /&gt;&lt;br /&gt;Update: Blogger introduces  additional options for &lt;a href="http://buzz.blogger.com/2005/11/additional-options-for-backlinks.html" target="_blank"&gt;Backlinks&lt;/a&gt;. If you click that link you'll be taken to the post  page, where the backlinks are all listed beneath the comments. Clicking the  triangles next to each link will display a snippet of text from the page linking  to you, as well as some author and date information. &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-800073707588904884?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/800073707588904884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=800073707588904884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/800073707588904884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/800073707588904884'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/instructions-for-enabling-blogger.html' title='Instructions for enabling Blogger Trackbacks'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5443326818850136700</id><published>2008-03-10T09:14:00.000-07:00</published><updated>2008-03-10T09:15:44.892-07:00</updated><title type='text'>Cursive Writing, Handwritten Documents Are Endangered Species</title><content type='html'>&lt;img alt="cursive handwriting with pen" src="http://www.labnol.org/assets/images/CursiveWritingHandwrittenNotesOnTheVerge_DB67/cursivehandwritingwithpen.jpg" border="0" height="299" width="450" /&gt; &lt;p&gt;We are not writing letters on paper anymore because email is fast and more  convenient. We don't use the pen or pencil to take notes in libraries because  our research is done online and notes are often stored in digital scrapbooks or  Word documents for easy retrieval.&lt;/p&gt; &lt;p&gt;Two years ago, I remember my niece in Maryland carrying a Tablet PC to her  classroom - she had just entered teens and would often complete her  school homework typing on the computer keyboard instead of writing on  traditional paper notebooks. &lt;/p&gt; &lt;p&gt;Not just keyboards, handwriting recognition software of your touch-screen  Tablet, Digital  Pen or PDA have become so efficient that you can scribble the way you like  and it will be read correctly. That further reduces the need for learning good  or even legible handwriting skills.&lt;/p&gt; &lt;p&gt;When SAT exams introduced handwritten essays, just 15 percent of the almost  1.5 million students wrote their answers in cursive. Everyone else printed block  letters because they were not used to writing with Pen.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;Handwriting may soon become a lost art with not just the younger generation  but even with old timers like &lt;a href="http://www.blogmaverick.com/2007/08/11/i-forgot-how-to-write/"&gt;Mark  Cuban&lt;/a&gt; who very frankly admits -&amp;amp; ;"I forgot how to write". &lt;/p&gt; &lt;p&gt;Mark went to a meeting without his laptop and missed noting the important  points because he couldn't write fast enough though he can &lt;a title="Learn to type with Typing Tutor Software" href="http://labnol.blogspot.com/2006/06/touch-typing-lessons-learn-to-type.html"&gt;touch  type pretty fast&lt;/a&gt;. His comment - "Is writing with a pen on a pad of paper not  like riding a bike ??"&lt;/p&gt; &lt;p&gt;In the digital age, we aren't writing any less but the medium has shifted  from pen or pencil to the keyboard. Maybe it's time to rephrase the old saying -  "the &lt;del&gt;pen&lt;/del&gt; keyboard is mightier than the sword". &lt;/p&gt; &lt;p&gt;&lt;a title="Ink Blogging on Paper" href="http://labnol.blogspot.com/2007/06/write-text-blog-with-pen-paper-and.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5443326818850136700?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5443326818850136700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5443326818850136700' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5443326818850136700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5443326818850136700'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/cursive-writing-handwritten-documents.html' title='Cursive Writing, Handwritten Documents Are Endangered Species'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5254125796321078197</id><published>2008-03-10T09:13:00.000-07:00</published><updated>2008-03-10T09:14:31.639-07:00</updated><title type='text'>WashingtonPost Announces Ad Network for Bloggers Only</title><content type='html'>&lt;img style="margin: 0px 10px 10px 0px; float: left;" alt="" src="http://photos1.blogger.com/x/blogger/3709/485/320/861508/washington_post_logo.jpg" border="0" /&gt;The prestigious &lt;a href="http://www.washingtonpost.com/" target="_blank"&gt;Washington Post&lt;/a&gt; has launched a very interesting advertising  program specifically for all Bloggers that will &lt;b&gt;bring additional site traffic  to your blog plus open up a new alternate revenue stream from  advertisements&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Anyone can apply for this Washingtonpost Blogroll  program and once your blog is accepted, it will be &lt;b&gt;promoted as a rotating  banner on the Washingtonpost.com website &lt;/b&gt;which is again a very high traffic  Internet property. [see screenshot from their website below]&lt;br /&gt;&lt;br /&gt;These blogs  will be made available to potential advertisers and will only show ads that  offer better returns than your existing Google Ads or other networks. Basically,  you will have to suggest your existing CPM to Blogroll and that becomes the  threshold for potential advertisers. No ads would be served that of a lesser  value.&lt;br /&gt;&lt;br /&gt;Here's the current status of the program [from an email message] -  "Since our first announcement in August, we have been working diligently with  our platform partner, ADiFY, to build out the infrastructure to support the  program. We apologize for the long silence, but are very excited to say that our  systems are in place and we are sorting through the 1,200+ blogs that were  submitted to us."&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto; display: block; text-align: center;" alt="" src="http://photos1.blogger.com/x/blogger/3709/485/1600/397860/blogroll-screenshot.jpg" border="0" /&gt;&lt;br /&gt;&lt;b&gt;The WashingtonPost Blogroll programs has all the right  ingredients to become a hugely successful and popular ad network program for  bloggers&lt;/b&gt;. Some reasons:&lt;br /&gt;&lt;br /&gt;1. The "Washington Post" brand name needs no  introduction and will easily bring in a pool of good advertisers. And their  sales team already has decades of experience.&lt;br /&gt;&lt;br /&gt;2. The Blogroll technology  would show ads only when they offer better returns [higher CPM] than your  existing ads. So blogger get the best of both worlds.&lt;br /&gt;&lt;br /&gt;3. WashingtonPost  Blogroll lets you approve or reject ads before they appear on your blog  property. Not all existing ad networks offer that facility.&lt;br /&gt;&lt;br /&gt;4. The Ads  would be served in &lt;a href="http://www.washingtonpost.com/wp-adv/mediacenter/html/ad_specs.html" target="_blank"&gt;standard sizes&lt;/a&gt; making it easier for publishers to blend them  in their existing blogs. They could be a mix of text, image and Flash.&lt;br /&gt;&lt;br /&gt;5.  Since your blog link would be displayed on properties like WashingtonPost, it  may translate to gallons and gallons of Google juice plus an avalanche of new  visitors.&lt;br /&gt;&lt;br /&gt;6. Now the real winning point - Buyers can purchase ads directly  from your website and make instant payments via Credit Card or Paypal. This  could be the biggest attraction as advertisers get an easy way to advertise on  websites that they accidentally discover on the web.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;The extra effort involved in sending an email to  the site owner or going to a third site for placing ads may be turning lot of  potential advertisers away.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are also plans to promote blogs  on other properties including &lt;a href="http://www.newsweek.com/" target="_blank"&gt;Newsweek.com&lt;/a&gt;, &lt;a href="http://www.slate.com/" target="_blank"&gt;Slate.com&lt;/a&gt; and &lt;a href="http://www.budgettravelonline.com/" target="_blank"&gt;BudgetTravelOnline.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;However, there's no  information on the commission rate or what percentage of ad revenue will be  retained by WashingtonPost.com. Our rough estimate is that it would be somewhere  in the 30-40% range, slightly above the standard industry rate.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5254125796321078197?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5254125796321078197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5254125796321078197' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5254125796321078197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5254125796321078197'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/washingtonpost-announces-ad-network-for.html' title='WashingtonPost Announces Ad Network for Bloggers Only'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6725666959749734651</id><published>2008-03-10T09:12:00.000-07:00</published><updated>2008-03-10T09:13:06.972-07:00</updated><title type='text'>Synchronize Files, Folders across Multiple Computers Automatically</title><content type='html'>&lt;p&gt;&lt;strong&gt;The Problem - &lt;/strong&gt;Imagine a scenario where you have multiple  computers that are all connected to the internet - the home desktop runs Windows  and contains all your song collection and family photos, the office computer  stores important documents / presentations and while traveling, you prefer to  carry the Macbook laptop.&lt;/p&gt; &lt;p&gt;Your goal is sync the data (music, documents, photos, etc) scattered across  multiple computers or even directly access files stored on computer A from  computer B. For instance, if you add some new photos to your home computer, they  should also become available in your Macbook pictures folder as well so that you  can enjoy the pictures while on the move. &lt;/p&gt; &lt;p&gt;Similarly if you have work from both office and home, the documents on the  Office computer should be accessible for editing from the home computer and once  edited, it should automatically replace the outdated version sitting on the  office desktop.&lt;/p&gt; &lt;p&gt;&lt;img alt="sync file folders" src="http://www.labnol.org/assets/images/SyncFilesandFoldersBetweenMultipleLaptop_131B9/syncfilefolders.gif" border="0" height="350" width="461" /&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;The Solution&lt;/strong&gt; - When your files are scattered across  computers and you hate transferring data via CDs, FTP, email attachments or &lt;a href="http://labnol.blogspot.com/2007/01/transfer-files-from-one-windows.html"&gt;USB  cables&lt;/a&gt;, a neat time-saving solution is &lt;a href="https://www.foldershare.com/"&gt;FolderShare&lt;/a&gt; - a free software utility  from Microsoft that can synchronize the contents of folders on different  computers over the internet. &lt;/p&gt; &lt;p&gt;To get started, you download the FolderShare software on each of the  computers that you want to synchronize and then select the folders that you  would like to keep in sync - a good example is the "My Documents" folder.&lt;/p&gt; &lt;p&gt;FolderShare runs in the background and automatically syncs files across  different computers. If a particular machine is offline, the document will be  synched the next time you connect it to the web.&lt;/p&gt; &lt;p&gt;Other than sync, FolderShare can also be used to download files in shared  folders from any computer remotely via the web browser (similar to &lt;a href="http://labnol.blogspot.com/2007/05/share-pictures-documents-music-on-web.html"&gt;PurpleNova&lt;/a&gt;  or &lt;a href="http://labnol.blogspot.com/2007/06/share-pictures-directly-from-your.html"&gt;Dekoh&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;There are absolutely no limitations expect that the maximum size of  individual files should not exceed 2 GB.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;More Advantages&lt;/strong&gt; - And Windows Live FolderShare is a perfect  alternative to online backup services like &lt;a href="http://labnol.blogspot.com/2006/10/mozy-online-data-backup-service-that.html"&gt;Mozy&lt;/a&gt;  or IDrive - the moment you connect your computers to the net, content of one  computer are automatically backed on the hard drive of the other computer(s)  that may be located in the nearby room, your office or somewhere else.&lt;/p&gt; &lt;p&gt;And though FolderShare is from Microsoft stable, it supports file sharing on  both Mac and Windows computers.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6725666959749734651?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6725666959749734651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6725666959749734651' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6725666959749734651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6725666959749734651'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/synchronize-files-folders-across.html' title='Synchronize Files, Folders across Multiple Computers Automatically'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-8141436004311786908</id><published>2008-03-10T09:11:00.001-07:00</published><updated>2008-03-10T09:11:53.847-07:00</updated><title type='text'>Rapidshare, MegaUpload and YouSendit - Unlimited File Hosting</title><content type='html'>Q: What is Rapidshare, Megaupload or YouSendIt ?&lt;br /&gt;&lt;br /&gt;&lt;img src="http://photos1.blogger.com/blogger/3709/485/320/Download%20Big%20Files.gif" align="right" /&gt;A: These are free and unlimited file hosting services where anyone  can upload and download large files including MP3 songs, videos, games,  software, ebooks, etc.&lt;br /&gt;&lt;br /&gt;While Rapidshare and Megaupload are available only  in the browser, alternative YouSendIt also has a &lt;a href="http://labnol.blogspot.com/2007/07/upload-large-files-to-yousendit-from.html"&gt;desktop  client&lt;/a&gt; that can resume uploads.&lt;br /&gt;&lt;br /&gt;Problem: Since services like  Rapidshare or Megaupload make file sharing so simple, they are often used for  sharing illegal content like warez, adult movies and software cracks. Rapidshare  URLs are not protected by passwords so anyone can download that  content.&lt;br /&gt;&lt;br /&gt;Q: What is a Rapidshare Premium account ?&lt;br /&gt;&lt;br /&gt;A: When you  download files from Rapidshare (or Megaupload), there are certain download  limits per IP address. You have to wait for some time and type a certain CAPTCHA  before downloading Rapidshare files. No FTP support and it is not possible to  leech Rapidshare files as the service permits one download thread per IP. You  can bypass all these restrictions by purchasing a Premium Account for unlimited  downloads.&lt;br /&gt;&lt;br /&gt;Q: How to get free Rapidshare accounts?&lt;br /&gt;&lt;br /&gt;A: Rapidshare  in the past has offered free premium accounts on their website but they are  extremely rare. Most of the username and passwords for Rapidshare premium  accounts that you would find on the web are either expired or just an hoax like  the rapidshare golden pack. You just need Paypal for becoming a premium  Rapidshare user. The same is true for Megaupload premium accounts.&lt;br /&gt;&lt;br /&gt;Q: Is  there an Rapidshare File Search Engine ?&lt;br /&gt;&lt;br /&gt;There's no official Rapidshare  search engine but you can use Google to search files on Rapidshare and  Megaupload. Here are some search tips:&lt;br /&gt;&lt;br /&gt;Search Videos on rapidshare.de  avi|mpg|mpeg|wmv|rmvb|3gp site:rapidshare.de&lt;br /&gt;Search Audio MP3 files on  Rapidshare: mp3|ogg|wma site:rapidshare.com&lt;br /&gt;Search archives or programs on  Rapidshare zip|rar|exe site:rapidshare.de&lt;br /&gt;Search pdf files, documents,  ebooks, magazines: pdf|doc|lit|rar|zip site:rapidshare.de&lt;br /&gt;&lt;br /&gt;Other Google  search operator that will help search files are intitle: and inurl:&lt;br /&gt;&lt;br /&gt;Q: Do  you know of any working Rapidshare Tricks?&lt;br /&gt;&lt;br /&gt;A: You can bypass the download  limit on Rapidshare with an IP address change - turn off and on your modem if  you have a dynamic IP - the tip will not work for static addresses. Also  remember than Rapidshare will delete files that have not been accessed for 30  days or longer.&lt;br /&gt;&lt;br /&gt;Q: How to Download Files from Rapidshare and  Megaupload?&lt;br /&gt;&lt;br /&gt;A: If you have a web browser that accept Javascript, you can  download files easily. Wait for some time and let the download begin. There are  some Rapidshare hacks to beat the download timer by reducing the wait time but  they are too complex for the average Joe and not recommended.&lt;br /&gt;&lt;br /&gt;Incase of  free Megaupload accounts, the limit is on the country. You can access Megaupload  files via proxy (like anonym) or Google Translate to download without wait. &lt;br /&gt;&lt;br /&gt;There are some &lt;a href="http://labnol.blogspot.com/2006/11/files-upload-imagine-rapidshare-with.html"&gt;Rapidshare  clones&lt;/a&gt; that provide FTP access, no download limit and can resumes broken  downloads but not sure how they will survive in the near future.&lt;br /&gt;&lt;br /&gt;Q: How  to Upload files to Rapidshare ?&lt;br /&gt;&lt;br /&gt;A: Incase of Rapidshare and Megaupload,  you need the browser but for uploading files to YouSendIt, you can use &lt;a href="http://labnol.blogspot.com/2007/05/send-large-attachments-in-microsoft.html"&gt;Microsoft  Outlook&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Q: Is there any Rapidshare Downloader ?&lt;br /&gt;&lt;br /&gt;A: If you  have free Rapidshare account, you can only download files via the browser.  However, Premium Rapidshare account owners get direct file URLs that they can  paste inside any download accelerator software like RapidGet, FlashGet, GetRight  or Orbit Grabber.&lt;br /&gt;&lt;br /&gt;Q: Rapidshare.de and Rapidshare.com - how are they  different ?&lt;br /&gt;&lt;br /&gt;A: Rapidshare &lt;a href="http://labnol.blogspot.com/2006/10/rapidsharede-reborn-as-rapidsharecom.html"&gt;recently  moved&lt;/a&gt; from the .de to .com domain though its the same service.&lt;br /&gt;&lt;br /&gt;Q: An  email contains links to download Playboy magazine and Paris Hilton video. What  should I do ?&lt;br /&gt;&lt;br /&gt;A: When you upload files on Rapidshare or Megaupload or  YouSendIt or SendSpace, they are are not checked for the presence of any virus  or trojans. Therefore always stay away for such luring offers as executables are  often dangerous for the health of your computer.&lt;br /&gt;&lt;br /&gt;Q: Do I need a file  hosting service when I can send them as email attachments ?&lt;br /&gt;&lt;br /&gt;A: If a &lt;a href="http://labnol.blogspot.com/2006/09/send-email-attachments-transfer-large.html"&gt;file  is large&lt;/a&gt; enough to send as an email attachment, just upload it to rapidshare  and email the file link to the recipient. Rapidshare also provides a delete link  so that you can remove the file from Rapidshare servers once the recipient has  download the file to his own computer. &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-8141436004311786908?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/8141436004311786908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=8141436004311786908' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8141436004311786908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8141436004311786908'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/rapidshare-megaupload-and-yousendit.html' title='Rapidshare, MegaUpload and YouSendit - Unlimited File Hosting'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-290562572922641536</id><published>2008-03-10T09:10:00.001-07:00</published><updated>2008-03-10T09:10:44.681-07:00</updated><title type='text'>Demo Builder - Create Software Movies, Demos and Presentations</title><content type='html'>Part II of &lt;a href="http://labnol.blogspot.com/2005/05/screencasting-to-help-your-mom.html"&gt;Screencasting&lt;/a&gt;  software review series. In our previous review, we covered &lt;a href="http://labnol.blogspot.com/2005/06/qarbon-viewletbuilder-imagine-power-of.html"&gt;Qarbon  Viewletbuilder&lt;/a&gt; in detail. Here we do a review of Demo Builder 5, a powerful  software for creating computer presentations, software moviews and  demonstrations.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" alt="Demo Builder 5 for screencasting" src="http://photos1.blogger.com/blogger/3709/485/1600/screencasting-using-demo-builder.jpg" /&gt;Demo  Builder is installed with a sample presentation movie "Screen Saver" - Render  this file and you will understand the capabilities of Demo Builder.&lt;br /&gt;&lt;br /&gt;When  Demo Builder starts, users are shown a simple task pane (similar to that in MS  Word) which provides one click access to create new movies or open the existing  ones. And even the most recently modified movie files are also listed in this  panel.&lt;br /&gt;&lt;br /&gt;Demo Builder has one of the best interfaces among all screen  capture programs coupled with a good context-sensitive offline help system. The  program UI, icon designs and tools tips are so intutive that even first time  users may skip the help file.&lt;br /&gt;&lt;br /&gt;No other program offers the kind of  annotation systems that comes with Demo Builder. If you are select the  "Properties" item from the desktop menu, Demo Builder is smart enough and would  automatically insert a nice looking balloon shaped graphic or Bubbles with drop  shadows that says "Select the Properties menu". There is even support for  Animated annotation objects to attract immediate attention of the  user.&lt;br /&gt;&lt;br /&gt;The workflow of Demo Builder is similar to other screenshot capture  programs like Viewletbuilder. You take a series of screenshots of a running  application by pressing some pre-defined hotkey. It records the actions being  taken on the application and so is able to demonstrate a simulation of these  actions. Each screenshot constitutes a Frame that can be further edited in a  timeline similar to Macromedia Captivate. The objects are displayed in the  Timeline in the order that they are inserted in the frame.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://photos1.blogger.com/blogger/3709/485/1600/timeline-demo-builder.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The  final movie can be exported in Flash format, standalone executable .exe or a  sequence of images.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;DemoBuilder 5&lt;/span&gt;  includes a new Localization Wizard and a lot of additional new  features.&lt;br /&gt;&lt;br /&gt;* Demo Builder version 5 introduces new events for your  interactive objects(Buttons, Click Zones, Edit Zones) to give you total control  over how your movie behaves in response to user actions. Each individual Event  now has its own TimeLine so that you can precisely control the separate and  specific sequencing of display and behaviours for that event.&lt;br /&gt;&lt;br /&gt;* With  &lt;span style="font-weight: bold;"&gt;Demo Builder 5&lt;/span&gt; you can now have Notes  automatically inserted into your frames if 'special keys' are pressed at capture  time. For example, if F5 is pressed Demo Builder can automatically insert a Note  with the text "Press F5 key".&lt;br /&gt;&lt;br /&gt;* Maintain consistency of 'look and feel'  at a single click! For Balloons, Buttons, Notes and Texts you can now apply your  chosen font style/formatting to all objects of the same type using the enhanced  font properties editor.&lt;br /&gt;&lt;br /&gt;* Record voice-over narration at the time of  capturing the screenshots for your new movie. Record voice-over narration whilst  previewing and editing your movie.&lt;br /&gt;&lt;br /&gt;* Translate your movie text and  distribute your movies internationally. The Localize Wizard allows you to update  the language of your movies for international distribution by exporting your  movie caption text (Balloon, Note, Text etc.) which you then update with text in  the desired language.&lt;br /&gt;&lt;br /&gt;* Animations have been redesigned, more animation  categories (all with subcategories), choose from more colors and set the  direction of motion for your animations.&lt;br /&gt;&lt;br /&gt;Thanks to Dan Tatomir from  DemoBuilder support for providing me a full version of &lt;a href="http://www.demo-builder.com/"&gt;&lt;b&gt;Demo Builder&lt;/b&gt;&lt;/a&gt; for  review.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.demo-builder.com/trial.html"&gt;Download DB  Trial&lt;/a&gt; or &lt;a href="http://www.demo-builder.com/buy.html"&gt;Buy here&lt;/a&gt; - The  single user license is available for US $199 until Dec 31. You will also get  free upgrades to the updated versions that are released within one year from the  date of your purchase. &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-290562572922641536?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/290562572922641536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=290562572922641536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/290562572922641536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/290562572922641536'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/demo-builder-create-software-movies.html' title='Demo Builder - Create Software Movies, Demos and Presentations'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4593527321961200303</id><published>2008-03-10T09:09:00.000-07:00</published><updated>2008-03-10T09:10:18.110-07:00</updated><title type='text'>WildForm WildPresenter: Flash Movies, Screen Capture, PPT conversion</title><content type='html'>WildForm, the developers of WildFx and Flix (now owned by On2), recently  unveiled WildPresenter 2.0 - a rapid Flash Presentation software . Here's our  exclusive review of WildPresenter .&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/400/WP_Logo.jpg" /&gt;Unlike  competing Flash development products like Swish or Xtivity, WildPresenter is  more than just a Flash Presentation tool. WildPresenter is a feature-intensive  suite of useful products packed in one neat timeline-driven interface.  WildPresenter has tools for:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. For Screencasting&lt;/b&gt;&lt;br /&gt;WildPresenter  has a powerful screen capture feature that lets you record screen actions with  voice-overs (narrations) and mouse movements. The screen actions can be exported  as a series of image files (frames) which can later be imported into Adobe  Illustrator for advanced editing.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. For capturing Audio or Video from  external devices&lt;/b&gt;&lt;br /&gt;WildPresenter can directly capture audio-video data from  Webcams, Video Capture Cards (TV Tuners), HandyCams, DVCam or a simple  Microphone. The captured data can be saved in either Flash or AVI formats.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. For converting PowerPoint to Flash (PPT to SWF)&lt;/b&gt;&lt;br /&gt;You can  import Powerpoint Presentations (ppt, pot or pps) in WildPresenter and convert  them into a Flash animation video with animation and transitions intact.&lt;br /&gt;&lt;br /&gt;&lt;img alt="WildPresenter File Support" src="http://photos1.blogger.com/blogger/3709/485/400/Wildform%20File%20Support.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;4.  To Convert any Audio or Video file to Streaming Flash video (FLV or  SWF)&lt;/b&gt;&lt;br /&gt;WildPresenter can directly import .mp3, .wav, .wma audio files and  .avi, .dv, .mov/.qt, .mpeg, .mp4, .3gp, .asf, .wmv video files. WildPresenter  will convert it into a SWF or FLV file based on the encoding settings you  select.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;5. For creating impressive Text Effects in  Flash&lt;/b&gt;&lt;br /&gt;Remember Matrix ! You can create those stunning Flash text effects  in WildPresenter without having to learn complex ActionScript. The software  comes pre-loaded with hundres of effects but you can also create your  own.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/1600/Shapes_toolbar.jpg" /&gt;&lt;b&gt;6.  For creating Flash Presentations, Flowcharts without  Powerpoint&lt;/b&gt;&lt;br /&gt;WildPresenter lets you create an entire presentation from  scratch using Wizards. The slide sorter will look very familiar to existing  Powerpoint users. You can add transitions, auto shapes, animations and  audio-video in your slides and later share them as SWF  format.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;WildPresenter Interface&lt;/b&gt;&lt;br /&gt;The interface of WildPresenter  looks inspired by Macromedia Flash, Microsoft Powerpoint and 3dsMax. You have a  slide sorter like Powerpoint, layers with timeline like Macromedia Flash and a  Object Settings panel that displays properties of the object currently selected  on the stage.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://photos1.blogger.com/blogger/3709/485/400/timeline%20layers.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Pros&lt;/b&gt;&lt;br /&gt;WildPresenter  screen capture utility is better than some standalonge Screencasting products.  WildPresenter Powerpoint conversion engine is not as advanced as Macromedia  Breeze Presenter or Articulate Presenter, it offers a cheap and nice  alternative. There's also support for Alpha channels to maintain transparency.  WildPresenter can also convert your existing FLV files (like Google Videos) into  SWF formats which can be directly played in a Flash  Players.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cons&lt;/b&gt;&lt;br /&gt;Since this is the first public release of  WildPresenter, there are areas that need to be fixed. The Text effects engine  crashed when changing effects. When an object is deleted from the stage, the  corresponding layer stays in the timeline. There is no option to turn of help in  Wizards that seems to occupy half the screen area. The help manual is concise  but a couple of tutorials and tips would have helped. Finally, there's no  scripting support for advanced users.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Final  Verdict&lt;/b&gt;&lt;br /&gt;WildPresenter remains a good choice for creating Flash animated  movies and presentations if you are on a budget. The feature set is useful but  the Wildform Wildpresenter interface failed to impress.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.wildform.com/products/wildpresenter/" target="_blank"&gt;Download  WildPresenter 2.0&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The review copy of Wildform WildPresenter was  provided by Leonard Dumanovsky of Wildform. &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-4593527321961200303?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4593527321961200303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4593527321961200303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4593527321961200303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4593527321961200303'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/wildform-wildpresenter-flash-movies.html' title='WildForm WildPresenter: Flash Movies, Screen Capture, PPT conversion'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-589166518590312830</id><published>2008-03-10T09:08:00.001-07:00</published><updated>2008-03-10T09:08:29.917-07:00</updated><title type='text'>HP Laserjet 1010</title><content type='html'>&lt;div&gt;&lt;a href="http://h50025.www5.hp.com/hpcom/in_en/10_25_101_1706_Q2460A.html"&gt;http://h50025.www5.hp.com/hpcom/in_en/10_25_101_1706_Q2460A.html&lt;/a&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;I recently purchased the 1010 laserjet printer. You can opt either for an  additional 3 year warranty or an extra cartage.&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;It is a pretty decent product for my home-office. The speed is good and  model looks sleek.&lt;/div&gt;&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-589166518590312830?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/589166518590312830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=589166518590312830' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/589166518590312830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/589166518590312830'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/hp-laserjet-1010.html' title='HP Laserjet 1010'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1772646966475679091</id><published>2008-03-10T09:07:00.003-07:00</published><updated>2008-03-10T09:07:58.834-07:00</updated><title type='text'>Poor man's Photoshop</title><content type='html'>For those who can't afford the ubiquitous Photoshop, welcome to the world of  GIMP (acronym for GNU Image Manipulation Program)&lt;br /&gt;&lt;br /&gt;This program allows  you to do most, if not all, of what you can do with comparable programs costing  hundreds of dollars.&lt;br /&gt;&lt;br /&gt;The GIMP is a freely distributed piece of software  for such tasks as photo retouching, image composition and image authoring. You  can resize images, feather edges, erase, fill, magnify, and select portions of  your images using the lasso tool. You can also create layers and add text to  your images.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1772646966475679091?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1772646966475679091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1772646966475679091' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1772646966475679091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1772646966475679091'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/poor-mans-photoshop.html' title='Poor man&apos;s Photoshop'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7583621685973420183</id><published>2008-03-10T09:07:00.001-07:00</published><updated>2008-03-10T09:07:32.042-07:00</updated><title type='text'>Microsoft Website Layout</title><content type='html'>Microsoft have updated their main website, &lt;a title="http://www.microsoft.com" href="http://www.microsoft.com/" target="_blank"&gt;Microsoft.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The  site features a new layout, with more focus on directing users towards security  and feature updates like service pack 2 for Windows XP. The navigation also  appears clearer, allowing easier access to the many parts of Microsoft's  site.&lt;br /&gt;&lt;br /&gt;One problem that still remains, however, is the site's lack of &lt;a title="http://validator.w3.org/check?uri=www.microsoft.com" href="http://validator.w3.org/check?uri=www.microsoft.com" target="_blank"&gt;standards compliance&lt;/a&gt;. It doesn't validate to the very basic  (and somewhat aged) 4.01 HTML standard. Also, the site appears quite different  in non-IE browsers - Firefox users don't see all elements of the site, and they  also enjoy 'poor' images due to DHTML image rendering filters. See this &lt;a title="http://www.neowin.net/comments.php?category=main&amp;amp;id=23672#comment272557" href="http://www.neowin.net/comments.php?category=main&amp;amp;id=23672#comment272557" target="_blank"&gt;post for more information&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a title="http://www.stopdesign.com/log/2004/08/25/microsoft-advances.html" href="http://www.stopdesign.com/log/2004/08/25/microsoft-advances.html" target="_blank"&gt;StopDesign&lt;/a&gt; has an interesting piece on the new design,  pointing out that Microsoft have moved away from tables, towards css, the effect  being to reduce page size massivly. They've also moved away from "bulky  javascript" that previously dominated the code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7583621685973420183?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7583621685973420183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7583621685973420183' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7583621685973420183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7583621685973420183'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/microsoft-website-layout.html' title='Microsoft Website Layout'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7856992468744767046</id><published>2008-03-10T09:06:00.001-07:00</published><updated>2008-03-10T09:06:39.810-07:00</updated><title type='text'>Review of Viapoint</title><content type='html'>&lt;p&gt;Viapoint is one more promising player in the desktop search market. Today, I  received an email from Aaron Abend, the President of Viapoint Corp for doing a  first hand review of Viapoint.&lt;/p&gt; &lt;blockquote&gt; &lt;div class="Section1"&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;&lt;em&gt;I just read your brief  blog entry regarding Matt Fordahl’s coverage of Viapoint. I would be pleased if  you would be interested in reviewing Viapoint more thoroughly yourself. If you  are interested, please email me and I can send you a press license which is a  full use product. Or you can simply download the Demo version (which gives you a  great view of the product very quickly) from&lt;/em&gt; &lt;a href="http://www.download.com/3120-20_4-0.html?qt=viapoint&amp;amp;tg=dl-2001&amp;amp;search.x=22&amp;amp;search.y=11"&gt;&lt;em&gt;http://www.download.com/3120-20_4-0.html?qt=viapoint&amp;amp;tg=dl-2001&amp;amp;search.x=22&amp;amp;search.y=11&lt;/em&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;Though I would be shortly  trying out the product myself, if you have used this product, please post your  experiences here.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7856992468744767046?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7856992468744767046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7856992468744767046' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7856992468744767046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7856992468744767046'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/review-of-viapoint.html' title='Review of Viapoint'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5687717088008680661</id><published>2008-03-10T09:04:00.002-07:00</published><updated>2008-03-10T09:06:15.399-07:00</updated><title type='text'>Transparent Laptop Wallpapers</title><content type='html'>&lt;img style="margin: 1px;" alt="Transparent Screen - alexy" src="http://photos6.flickr.com/7234920_0aed5a3cd2_s.jpg" height="75" width="75" /&gt; &lt;img style="margin: 1px;" alt="Transparent Screen - felipemusica" src="http://photos5.flickr.com/7235381_f6d709c00f_s.jpg" height="75" width="75" /&gt; &lt;img style="margin: 1px;" alt="Transparent Screen - e-jux" src="http://photos5.flickr.com/7244020_84e26005b2_s.jpg" height="75" width="75" /&gt; &lt;img style="margin: 1px;" alt="Transparent Screen - AREA" src="http://photos5.flickr.com/7245281_98c6baf472_s.jpg" height="75" width="75" /&gt;&lt;br /&gt;&lt;img style="margin: 1px;" alt="Transparent Screen - peon.master" src="http://photos5.flickr.com/7268327_25acbd1f91_s.jpg" height="75" width="75" /&gt; &lt;img style="margin: 1px;" alt="Transparent Screen - AREA" src="http://photos5.flickr.com/7269284_42aca0b9a6_s.jpg" height="75" width="75" /&gt; &lt;img style="margin: 1px;" alt="Transparent Screen - yabo974" src="http://photos5.flickr.com/7285583_2d819da216_s.jpg" height="75" width="75" /&gt; &lt;img style="margin: 1px;" alt="Transparent Screen - mR_Zlu" src="http://photos7.flickr.com/7292762_6dccc9f901_s.jpg" height="75" width="75" /&gt;&lt;br /&gt;&lt;br /&gt;All  you need to make a transparent laptop screen is a digital camera and ofcourse, a  laptop. And you don't need the expensive Photoshop or Gimp for these magical  screens.&lt;br /&gt;&lt;br /&gt;View some more &lt;a href="http://www.flickr.com/photos/w00kie/sets/180637/"&gt;Transparent Screens&lt;/a&gt;  on Flickr.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5687717088008680661?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5687717088008680661/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5687717088008680661' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5687717088008680661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5687717088008680661'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/transparent-laptop-wallpapers.html' title='Transparent Laptop Wallpapers'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-2751518107724954797</id><published>2008-03-10T09:04:00.001-07:00</published><updated>2008-03-10T09:04:40.696-07:00</updated><title type='text'>Google Server Error</title><content type='html'>&lt;a href="http://photos1.blogger.com/img/43/1633/640/google.jpg"&gt;&lt;img style="border: 1px solid rgb(0, 0, 0); margin: 2px;" src="http://photos1.blogger.com/img/43/1633/320/google.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I  was trying a search on google and got this "server error". Since this was my  first issue I ever face with Google, I thought of sharing it with you. I know it  would be difficult to reproduce this error on Google.&lt;br /&gt;&lt;br /&gt;P.S. I pressed the  Search button again and the problem was gone forever&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-2751518107724954797?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/2751518107724954797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=2751518107724954797' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2751518107724954797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2751518107724954797'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/google-server-error.html' title='Google Server Error'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7614899688377157273</id><published>2008-03-10T09:03:00.000-07:00</published><updated>2008-03-10T09:04:08.258-07:00</updated><title type='text'>Tech Etiquette Failures</title><content type='html'>Corporates are hiring &lt;b&gt;etiquette consultants&lt;/b&gt; to address the misuse of the  handhelds and laptops that are supposed to improve employee productivity. &lt;br /&gt;&lt;br /&gt;A survey revealed that while people are extremely aware of others' poor  behavior--whether it's &lt;b&gt;text messaging in the middle of a meeting or screaming  into a cell phone&lt;/b&gt;--they often don't see themselves as offenders.&lt;br /&gt;&lt;br /&gt;77%  said they've overheard a cell phone conversation while in a public restroom.  Over half say they are made to feel "unimportant" when someone they're talking  to answers a cell phone.&lt;br /&gt;&lt;br /&gt;Source: &lt;a href="http://www.forbes.com/home/smallbusiness/2004/08/11/cx_pp_0811techetiquette.html" target="_blank"&gt;Forbes&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7614899688377157273?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7614899688377157273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7614899688377157273' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7614899688377157273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7614899688377157273'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/tech-etiquette-failures.html' title='Tech Etiquette Failures'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5813225792128549497</id><published>2008-03-10T09:01:00.002-07:00</published><updated>2008-03-10T09:03:01.034-07:00</updated><title type='text'>Intel Viiv Review</title><content type='html'>Intel explains Viiv (pronounced like "five") as a combination of hardware and  software that would combine functions of the TV, the DVD player, the VCR and the  videogame console.&lt;br /&gt;&lt;br /&gt;Intel says Viiv Chipset is still developing and that  the best Viiv devices are yet to come. But the Intel Viiv Technology has failed  to meet the expectations - Roger Pegoraro shares his experiences with Viiv &lt;a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/04/22/AR2006042200112.html" target="_blank"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Viiv doesn't look much like that initial vision.  &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-5813225792128549497?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5813225792128549497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5813225792128549497' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5813225792128549497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5813225792128549497'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/intel-viiv-review.html' title='Intel Viiv Review'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-223494044721776789</id><published>2008-03-10T09:01:00.001-07:00</published><updated>2008-03-10T09:01:54.777-07:00</updated><title type='text'>Google Finance Portal</title><content type='html'>&lt;img src="http://photos1.blogger.com/blogger/3709/485/1600/Google%20Finance%20Portal%20Screenshot.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Currently,  when you search for stock prices on Google, the live stock quotes are supplied  by ECN while the detailed results are from Yahoo Finance, MSN Money Central and  Fool.com.&lt;br /&gt;&lt;br /&gt;Google may be preparing to replace this workaround soon with  &lt;b&gt;Google Finance or GFinance&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Loren of SEJ is &lt;a href="http://www.searchenginejournal.com/?p=2991" target="_blank"&gt;speculating&lt;/a&gt;  that Google Finance may be nearing launch.&lt;br /&gt;&lt;br /&gt;First, he noticed a few  referrals from Google.com/finance. Second, the referrals come from computers  tracked back to  Google.com.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;http://google.com/finance?q=goog&amp;amp;btng=search+finance&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;finance.google.com&lt;/b&gt;  returns "Server not found" error while &lt;b&gt;google.com/finance&lt;/b&gt; returns a 404  error.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/320/GOOG%20Stock%20Price.gif" /&gt;Loren  also feels that the Google Finance portal is listing either blog or news stories  related to stock ticker symbols, as the referrals were pointing to his most  recent stories on Google Japan and Google Page Creator.&lt;br /&gt;&lt;br /&gt;A previous Google  Finance launch &lt;a href="http://www.siliconbeat.com/entries/2005/08/24/next_up_google_finance.html" target="_blank"&gt;rumour&lt;/a&gt; suggested that Google wants to replicate Yahoo Finance  and is in talks with data vendor Revere Data for stock information. &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-223494044721776789?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/223494044721776789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=223494044721776789' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/223494044721776789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/223494044721776789'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/google-finance-portal.html' title='Google Finance Portal'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5865111071222902104</id><published>2008-03-10T09:00:00.000-07:00</published><updated>2008-03-10T09:01:25.129-07:00</updated><title type='text'>Microsoft suggests Adsense</title><content type='html'>An article  on Microsoft's small-business center has some suggestions for bloggers to make  money from blogs.&lt;br /&gt;&lt;br /&gt;To my surprise, the author suggest putting Adsense or  BlogAds on your blogs to generate revenue. This may be a huge embarrasment to  MSN which is planning to roll out it's own adverting program soon. But is  Adsense only good for lesser-known blogs ? I thought people were quitting jobs  for Adsense earnings. Also, Lockergnome, NYTimes and host of other popular sites  carry GoogleAds. Jeff Wuorio may need to understand blogging better.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;For lesser-known blogs, services such as Google's AdSense or BlogAds  enable bloggers to establish ad programs. AdSense's — which lets you select  several ads that are consistent with the content of your blog — pays you based  on how many readers click on the ads for further information. Even better, it's  free. BlogAds, on the other hand, hooks bloggers up with would-be advertisers  and levies a commission in return for any ad placements that result.  &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5865111071222902104?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5865111071222902104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5865111071222902104' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5865111071222902104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5865111071222902104'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/microsoft-suggests-adsense.html' title='Microsoft suggests Adsense'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-2099391076010871207</id><published>2008-03-10T08:59:00.000-07:00</published><updated>2008-03-10T09:00:24.031-07:00</updated><title type='text'>Computer Software Engineer, Chiropractor in Top Jobs List</title><content type='html'>&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/400/Healthy%20Computing.gif" /&gt;Fast  Company &lt;a href="http://www.fastcompany.com/articles/2005/01/top-jobs-main.html" target="_blank"&gt;Top 10 jobs&lt;/a&gt; for 2005-2009 include Computer Software Engineer  at the 9&lt;sup&gt;th&lt;/sup&gt; position while Chiropractors come next. Is there a  relation among these two professions ?&lt;br /&gt;&lt;br /&gt;When using a computer, several  factors including incorrect postures, long sitting hours, Bad Office Workplace  Ergonomics may cause discomfort in your hands, arms, shoulders, neck, or other  parts of your body.&lt;br /&gt;&lt;br /&gt;And a Chiropractic claims to be effective in the  treatment of back and neck pain, headaches, and other symptoms that chiropractic  views of spine-related conditions.&lt;br /&gt;&lt;br /&gt;The increasing use of Computers may  have made the job of Chiropractors all the more important. &lt;span class="noprint"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-3152670624293746"; google_ad_slot = "8041539616"; google_ad_width = 468; google_ad_height = 15; //--&gt;&lt;/script&gt;  &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt; &lt;/script&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-2099391076010871207?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/2099391076010871207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=2099391076010871207' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2099391076010871207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2099391076010871207'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/computer-software-engineer-chiropractor.html' title='Computer Software Engineer, Chiropractor in Top Jobs List'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-358656974503304958</id><published>2008-03-10T08:58:00.000-07:00</published><updated>2008-03-10T08:59:28.304-07:00</updated><title type='text'>Interesting Google Billboard</title><content type='html'>&lt;img style="margin: 0px auto; display: block; text-align: center;" alt="Google Billboard" src="http://photos1.blogger.com/blogger/3709/485/1600/google-billboard.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;There are some questions that can't be answered by  Google.&lt;/b&gt; - City TV spotted this unique Claude Presbyterian Church billboard  in Orangeville.&lt;br /&gt;&lt;br /&gt;My two cents here - When you can't find something on  Google, modify your search queries and if that doesn't work, post that question  on your blog. Your readers will definitely help you find answers.&lt;br /&gt;&lt;br /&gt;Need  some more Google Entertainment ? Try your hand at any of these addictive Google Games.&lt;br /&gt;&lt;br /&gt;There's also a website [Can't find on Google]  by Wayne Radinsky where you can post your search queries that did not show  satisfactory results in Google Search. Other readers on this site will help you  find what you are looking for.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-358656974503304958?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/358656974503304958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=358656974503304958' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/358656974503304958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/358656974503304958'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/interesting-google-billboard.html' title='Interesting Google Billboard'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5089037207221824810</id><published>2008-03-10T08:57:00.000-07:00</published><updated>2008-03-10T08:58:35.680-07:00</updated><title type='text'>MillionDollarHomepage eBay Auction ends in disappointment</title><content type='html'>&lt;b&gt;Own The Last 1,000 Pixels on MillionDollarHomepage.com&lt;/b&gt; - The eBay Auction  is now over but the closing minutes of the auction were a big disappointment  atleast for &lt;a href="http://www.milliondollarhomepage.com/blog.php" target="_blank"&gt;Alex Tew&lt;/a&gt; - the creator of  MillionDollarHomepage.com&lt;br /&gt;&lt;br /&gt;&lt;img src="http://photos1.blogger.com/blogger/3709/485/400/ebay%20Auction%20Million%20Dollar%20Homepage.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Alex  Tew was selling the last 1,000 pixels of &lt;b&gt;MillionDollar Homepage&lt;/b&gt; in an &lt;a href="http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&amp;amp;item=5652179487" target="_blank"&gt;eBay Auction&lt;/a&gt;. Yesterday, the highest bid amount for 1000  pixels was $160,000 but&lt;b&gt; just minutes before the close of auction, all high  amount bidders ($1,000,000+) either retracted their bids or were found to be  fake&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Ebay user latentauthor who bid $153,000.00 retracted from the  auction citing "Seller [Alex Tew] changed the description of the  item".&lt;br /&gt;&lt;br /&gt;Two other users - lost.river.trader and ast1155td retracted saying  they entered the wrong amount while bidding. Both had entered $160,000,00+ in  their pixel bids. A $25m and another $6 million bid were cancelled as they were  found to be fake.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://photos1.blogger.com/blogger/3709/485/400/ebay%20Million%20Dollar%20Homepage.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The  MillionDollarPixel auction was won by greatdealsdepot for US $38,100.00. &lt;span style="font-weight: bold;"&gt;He made the bidding on 05-Jan-06 and the auction  received no "real" bids since then.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The MillionDollarHomepage made  more than a million dollars (999,000 + 38,100) It was your Final Chance to Own a  Piece of Internet History!&lt;br /&gt;&lt;br /&gt;Update: Alex will announce the winner on the  Million Dollar Blog once he receives the full payment. &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-5089037207221824810?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5089037207221824810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5089037207221824810' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5089037207221824810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5089037207221824810'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/milliondollarhomepage-ebay-auction-ends.html' title='MillionDollarHomepage eBay Auction ends in disappointment'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1403142777466710303</id><published>2008-03-10T08:56:00.001-07:00</published><updated>2008-03-10T08:56:51.673-07:00</updated><title type='text'>Sleeping with the iPod</title><content type='html'>soft comfortable pillow and some slow, relaxing background music are important  ingredients  for a perfect sleep.&lt;br /&gt;&lt;br /&gt;ThinkGeek, the favorite joint for shopping geekie  stuff,  are now shipping iPod Pillows for music fans. &lt;b&gt;These MP3 pillows are not just  shaped like an iPod, they can actually play your favorite music&lt;/b&gt; through the  internal speakers.&lt;br /&gt;&lt;br /&gt;You can either plug-in your iPod or Zune into the  hidden pocket or use the built-in FM radio. Even the buttons on the pillow face  are functional and let you modify the audio level or change radio  stations.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;When it's time to lay your weary head to rest, press the  power button to shut it all down.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Warning: Don't wash the iPod  pillows like the regular once - spot cleaning only.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1403142777466710303?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1403142777466710303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1403142777466710303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1403142777466710303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1403142777466710303'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/sleeping-with-ipod.html' title='Sleeping with the iPod'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6120065412412335283</id><published>2008-03-10T08:55:00.000-07:00</published><updated>2008-03-10T08:56:13.223-07:00</updated><title type='text'>calendar.google.com goes live</title><content type='html'>&lt;img alt="Google Calendar Screenshot" src="http://static.flickr.com/25/66711470_40a5ed97cd_o_d.gif" /&gt;&lt;br /&gt;It looks like  &lt;b&gt;Google Calendar (GCalendar)&lt;/b&gt; is coming really soon. The  calendar.google.com domain is live now though it shows the main Google search  page for the moment. I noticed this while seeing one of my &lt;a href="http://calendar.google.com/search?hl=en&amp;amp;q=amit+agarwal&amp;amp;btnG=Google+Search" target="_blank"&gt;website referral&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Even before the launch of Google Talk  and Google Base, their subdomains went live few days before the actual launch.  The same can be anticipated with GCalendar since the Google calendar subdomain  is now live.&lt;br /&gt;&lt;br /&gt;It'd be nice if Google integrates calendar into GMail. Yahoo  Mail already supports calendar which can also be synched with Microsoft outlook.  Let's hope gCal could be much better. Google calendar should also connect with  the Calendar plugin in Google Desktop and even the TODO list plugin. &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-6120065412412335283?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6120065412412335283/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6120065412412335283' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6120065412412335283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6120065412412335283'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/calendargooglecom-goes-live.html' title='calendar.google.com goes live'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7482677464557299045</id><published>2008-03-10T08:54:00.002-07:00</published><updated>2008-03-10T08:55:27.325-07:00</updated><title type='text'>The Talebans of Blogistan</title><content type='html'>&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/1600/Iran%20Weblogs.jpg" /&gt;Iranian  authorities dislike weblogs and people who try to promote blogs.&lt;br /&gt;&lt;br /&gt;A  Canadian blogger was recently detained in Iran and forced to sign a letter of  apology because &lt;b&gt;he posted instructions on the Internet in Farsi on how to set  up a weblog&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Infact, after &lt;a href="http://labnol.blogspot.com/2006/03/how-china-filters-internet.html"&gt;China&lt;/a&gt;,  Iran has the most sophisticated systems to filter internet content. But unlike  China where politics is the main issue, Iranian bloggers rarely discuss  politics.&lt;br /&gt;&lt;br /&gt;The most &lt;a href="http://www.theglobeandmail.com/servlet/story/RTGAM.20060328.gtiranblogs0328/BNStory/Technology/?page=rss&amp;amp;id=RTGAM.20060328.gtiranblogs0328" target="_blank"&gt;common issues&lt;/a&gt; are cultural, social and sexual. Blogs also are  a good place to chat in a society where young men and women cannot openly date.  There are blogs that discuss women's issues, and ones that deal with art and  photography. &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-7482677464557299045?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7482677464557299045/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7482677464557299045' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7482677464557299045'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7482677464557299045'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/talebans-of-blogistan.html' title='The Talebans of Blogistan'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7136219703893678570</id><published>2008-03-10T08:54:00.001-07:00</published><updated>2008-03-10T08:54:26.106-07:00</updated><title type='text'>Netpadd - not Notepad</title><content type='html'>Netpadd is a free web development related text-editor on Windows; an enhanced  Notepad with additional web-specific functionality, suited if you so far use  Notepad for editing, like HTML, XHTML, XML, SVG, CSS, ASP, PHP, Python, Java,  JavaScript, and so on. I use the program for all my text editing on a constant  day to day web programming basis and it seriously speeds up my work. &lt;br /&gt;&lt;br /&gt;Netpadd can make backups of the current file, it has file sharing  options within an intranet, it can display an (X)HTML document tree to validate  the source. You can start a Java compile, call up a complete CSS syntax help.  You can load files of any size. You have a code colorizer recognizing XML,  XHTML, XSL, ASP, JSP, PHP.&lt;br /&gt;There's a second clipboard. A jump to a line  feature. Solid search, and search &amp;amp; replace, of course. You can convert  characters to HTML, or look up special characters. You can see the output of an  XSL transformation. You can convert tabs to spaces of your defined length.  There's auto-completion features. You can easily wrap text with tags. Any many  more things.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7136219703893678570?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7136219703893678570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7136219703893678570' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7136219703893678570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7136219703893678570'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/netpadd-not-notepad.html' title='Netpadd - not Notepad'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-117864238170184226</id><published>2008-03-10T08:53:00.001-07:00</published><updated>2008-03-10T08:53:54.921-07:00</updated><title type='text'>Cloning Website Designs</title><content type='html'>You may have spent millions of hours designing your latest website. You might  think your website design is unique. But one fine morning you may get the shock  of your life when some creative "web designer" clones your website design pixel  by pixel. And you are not alone.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.pirated-sites.com/"&gt;Pirated Sites&lt;/a&gt; showcases side-by-side  comparisons of web sites that are suspected of borrowing, copying or stealing  copyright-protected content, design or code without permission.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In the above  example, everything from graphics, text layout, css styles of the Volkswagon UK  website was cloned by an Indian company.&lt;br /&gt;&lt;br /&gt;Pirated Sites contains links to  creations of hundreds of lazy and dumb web designers who just rip-off interfaces  and graphics of popular websites like &lt;a href="http://archive.pirated-sites.com/archive/index.php?archive=newsofter"&gt;Macromedia&lt;/a&gt;  and &lt;a href="http://archive.pirated-sites.com/archive/index.php?archive=beaky"&gt;Adobe&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-117864238170184226?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/117864238170184226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=117864238170184226' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/117864238170184226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/117864238170184226'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/cloning-website-designs.html' title='Cloning Website Designs'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-65194527661749896</id><published>2008-03-10T08:52:00.002-07:00</published><updated>2008-03-10T08:53:17.317-07:00</updated><title type='text'>Adobe Captivate 2.0</title><content type='html'>&lt;img class="alignimageleft" src="http://photos1.blogger.com/hello/43/1633/460/macromedia%20captivate.jpg" /&gt;After  acquiring eHelp, Macromedia did not add any major new feature in eHelp Robodemo  5 software except renaming the product to Macromedia Captivate 1.0. They did  release minor updates (Captivate 1.01) for integrating the FLA  module with the main program and a minor  update to make Captivate SWF files compatible with Macromedia  Breeze Presenter.&lt;br /&gt;&lt;br /&gt;There is some good news for Captivate fans again.  First Macromedia Captivate lives. Second, Adobe developers are indeed working on  the next version of Adobe Captivate 2.0 and the rock solid screencasting,  screen capture software has already entered the beta phase.&lt;br /&gt;&lt;br /&gt;This  development been been confirmed by Rick Stone of RoboWizard and Mark Fletcher  of Webassist. Both are  Macromedia Captivate experts and probably beta testers too.&lt;br /&gt;&lt;br /&gt;Screencasting  community may already be excited enough to see what innovations Adobe puts in  Captivate 2.0 - I expect Adobe to put better drawing tools and enhanced  audio-video support. It's not clear if Adobe would release a Mac OS X version of  Captivate 2.0 - They didn't do it for Premiere Pro. Even the Captivate 2.0 beta  group is not really sure if a Mac version exists yet. &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-65194527661749896?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/65194527661749896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=65194527661749896' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/65194527661749896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/65194527661749896'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/adobe-captivate-20.html' title='Adobe Captivate 2.0'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5826733234647612854</id><published>2008-03-10T08:52:00.001-07:00</published><updated>2008-03-10T08:52:30.772-07:00</updated><title type='text'>Googlewashing: Increasing Google ranking by stealing content</title><content type='html'>People copy articles you've written for the Web and post them as though the  material was their own. The problem gets worse when their Web pages get higher  rankings in search engines than your own pages do for the same search terms.  Andrew Orlowski describe this style of search hijacking as  Googlewashing.&lt;br /&gt;&lt;br /&gt;Google can't easily tell which of several duplicate sites  is the genuine, original source of the content. If you are also a victim of  Googlewashing, Brian Livingston has some very useful advice for you.  &lt;blockquote&gt;If you find copycat sites, it may be useless to complain to the  offender directly - if you can even find a way to contact him or her. But you  might get results by complaining to the copyist's ad network or Web hosting  provider.&lt;/blockquote&gt;You can use Google or any other search engine to look for  unauthorized duplication of your content:&lt;br /&gt;&lt;br /&gt;• Look for copies of your last  paragraph because many sites legitimately reprint the first one or two  paragraphs of your content in the course of linking to your site.&lt;br /&gt;&lt;br /&gt;• Make  up little-used phrases at the end of your articles to help you zoom in on  copycats. Common words and phrases will appear on so many Web pages that copies  of your particular work will be hard to find.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5826733234647612854?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5826733234647612854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5826733234647612854' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5826733234647612854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5826733234647612854'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/googlewashing-increasing-google-ranking.html' title='Googlewashing: Increasing Google ranking by stealing content'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5934995140797513260</id><published>2008-03-10T08:51:00.000-07:00</published><updated>2008-03-10T08:52:05.259-07:00</updated><title type='text'>Google Cell Phone</title><content type='html'>&lt;img style="margin: 0px auto; display: block; text-align: center;" alt="Google Phone Screenshot" src="http://bp1.blogger.com/_XYizHvjgLrA/RfmRdcpdg7I/AAAAAAAAAkQ/4O-NQXQeVXk/s400/google-phone-screenshot.jpg" /&gt;&lt;br /&gt;If  the above screenshot shows the actual mobile phone that Google is developing in  association with Samsung, Apple iPhone or the Nokia Internet Tablet may be in  for some serious competition.&lt;br /&gt;&lt;br /&gt;The phone specs say that "it combines the  traditional voice and SMS capabilities of phones with all the exciting Google  services from the PC such as Search, Gmail, Maps, Blogger"&lt;br /&gt;&lt;br /&gt;And check the  screenshot of that &lt;a href="http://www.flickr.com/photo_zoom.gne?id=422024792&amp;amp;context=photostream&amp;amp;size=o"&gt;paid  Google survey&lt;/a&gt; that actually caused this "Google Phone Storm" in the blogger  community.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5934995140797513260?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5934995140797513260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5934995140797513260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5934995140797513260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5934995140797513260'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/google-cell-phone.html' title='Google Cell Phone'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_XYizHvjgLrA/RfmRdcpdg7I/AAAAAAAAAkQ/4O-NQXQeVXk/s72-c/google-phone-screenshot.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-2484375258675115054</id><published>2008-03-10T08:49:00.000-07:00</published><updated>2008-03-10T08:51:17.813-07:00</updated><title type='text'>windowsvista.com/getready - Windows Vista Specs</title><content type='html'>Should I buy a new computer with Windows XP or wait until Vista arrives next  year ? The &lt;a href="http://labnol.blogspot.com/2006/04/should-i-buy-windows-xp-pc-or-wait.html"&gt;answer  depends on the hardware&lt;/a&gt; that you plan to purchase.&lt;br /&gt;&lt;br /&gt;To make sure that  PC owners are ready for Vista, Microsoft is making an official announcement of  the final Vista Tech specs today at windowsvista.com/getready. EWeek has the  details of MSFT announcement beforehand:&lt;br /&gt;&lt;br /&gt;Microsoft is expected to label a  PC as Vista Capable if it has an 800MHz processor, 512MB of RAM, and a DirectX9  capable graphics processor.&lt;br /&gt;&lt;br /&gt;Most recent PCs meet Vista Capable  requirements. But in order for Vista to display its most advanced features,  namely its three-dimensional Aero interface, a PC must meet Microsoft's Premium  Ready guidelines - &lt;b&gt;a 1GHz processor, 1GB of RAM and 128MB of dedicated  graphics memory&lt;/b&gt;, along with a graphics processor that meets numerous  requirements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-2484375258675115054?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/2484375258675115054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=2484375258675115054' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2484375258675115054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2484375258675115054'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/windowsvistacomgetready-windows-vista.html' title='windowsvista.com/getready - Windows Vista Specs'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7417460414838562921</id><published>2008-03-10T08:48:00.000-07:00</published><updated>2008-03-10T08:49:35.395-07:00</updated><title type='text'>The Best Photography Websites</title><content type='html'>&lt;p&gt;If you are into photography, these are some of the best resources on the web  for you. &lt;/p&gt; &lt;p&gt;Belgium Digital  Belgium Digital is a site with thousands of on-line photos, information about  digital cameras and forums. &lt;/p&gt; &lt;p&gt;dcresource Founded in  November 1997, the Digital Camera Resource Page was the first of the digital  camera sites. The DCRP is designed to be an unofficial resource for current and  future owners of digital cameras.&lt;/p&gt; &lt;p&gt;dcviews A value added  portal in English with info about all digital cameras, tools and information, as  well as an extensive tutorial section, and reviews of selected digital  cameras.&lt;/p&gt; &lt;p&gt;digital photography  NOW News, reviews and advice about all aspects of consumer digital cameras,  scanners, printers, software and associated services.&lt;/p&gt; &lt;p&gt;DPreview Provides an  on-going source of information about new products, digital camera information,  along with numerous reviews of current digital equipment. &lt;/p&gt; &lt;p&gt;Imaging-resource  The Imaging Resource offers comprehensive, informative, and factually accurate  digital camera information. Information on the latest digital cameras, scanners  and printers.&lt;/p&gt; &lt;p&gt;LetsGoDigital A website with up-to-date daily digital imaging  news, reviews and show reports from PMA, etc. Available in English, French,  Spanish and Dutch the site offers a camera comparison filtered out of the  extensive database.&lt;/p&gt; &lt;p&gt;Outbackphoto Web  Magazine for Quality Outdoor Photography using Digital Cameras. Contents  include: news, opinion, nature photos, reviews, workshops and galleries. &lt;/p&gt; &lt;p&gt;ShortCourses is a  highly-regarded educational site on digital photography published by an editor  and author of many leading photography and computer books. It's also the home of  the Short Courses Publishing Company, publishers of books on digital cameras and  photography. &lt;/p&gt; &lt;p&gt;Steve's Digicams  For up to the minute news on new products and all aspects of digital imaging,  &lt;b&gt;Steve's Digicams &lt;/b&gt;is &lt;i&gt;&lt;b&gt;the&lt;/b&gt;&lt;/i&gt; site to visit.&lt;/p&gt; &lt;p&gt;Via Megapixel.net&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7417460414838562921?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7417460414838562921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7417460414838562921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7417460414838562921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7417460414838562921'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/best-photography-websites.html' title='The Best Photography Websites'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4843268915825980444</id><published>2008-03-10T08:47:00.000-07:00</published><updated>2008-03-10T08:48:36.451-07:00</updated><title type='text'>Disgruntled Googlers Announce Resignation on Flickr</title><content type='html'>&lt;img style="margin: 0px auto; display: block; cursor: pointer; text-align: center;" alt="Google Employees give a Thumbs Down" src="http://bp2.blogger.com/_XYizHvjgLrA/RiOeLSlY8VI/AAAAAAAAA6E/WbeAkKOXvXc/s400/google-employees-quit.jpg" /&gt;&lt;br /&gt;Alex  Rainert and Dennis Crowley, Dodgeball founders who became Google employees after  the internet giant bought their baby, have quit in the most unusual  style.&lt;br /&gt;&lt;br /&gt;These two-year old Googlers were unhappy and frustrated about the  manner in which Google had treated their baby ("DodgeBall") that allowed new  competitors (read, Twitter) to win over the game.&lt;br /&gt;&lt;br /&gt;The duo announced  their decision to resign from Google on Flickr with  thumbs-down. And they have tagged the picture on Flickr as "G00G" (that's the  stock symbol for Google with Zeroes) &lt;blockquote&gt;The whole experience was incredibly frustrating for us - especially  as we couldn't convince them that dodgeball was worth engineering resources,  leaving us to watch as other startups got to innovate in the mobile + social  space.&lt;/blockquote&gt;&lt;b&gt;Another irony is that Twitter, which gets much attention  than Google-owned DodgeBall, is the  brainchild of an ex-Googler&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Let's do a quick recap of  high-profile exits from Google:&lt;br /&gt;&lt;br /&gt;March  2006 - Google acquires @last, developers of SketchUp. March 2007 - Sketchup  co-founder quits Google. [Life as Googler : 12 months]&lt;br /&gt;&lt;br /&gt;January  2006 - Google acquires radio  ads firm DMarc. February 2007 - dMarc  founders leave Google. [Life as Googlers - 13 months]&lt;br /&gt;&lt;br /&gt;February 2003 -  Google acquires Pyra Labs, developers of the Blogger platform. October 2004 - Founder Evan  Williams calls it a day at Googleplex. [Life as Googler - 20  months]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Does this indicate any trend ?&lt;/b&gt; Not really as the founding  teams of other popular Google acquisitions such as YouTube, Writely, JotSpot,  Picasa, MeasureMap, Urchin and others are still enjoying  life at Google.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-4843268915825980444?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4843268915825980444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4843268915825980444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4843268915825980444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4843268915825980444'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/disgruntled-googlers-announce.html' title='Disgruntled Googlers Announce Resignation on Flickr'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_XYizHvjgLrA/RiOeLSlY8VI/AAAAAAAAA6E/WbeAkKOXvXc/s72-c/google-employees-quit.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3536014470511503231</id><published>2008-03-10T08:46:00.001-07:00</published><updated>2008-03-10T08:46:54.454-07:00</updated><title type='text'>Slipstream Microsoft products</title><content type='html'>Have you ever wanted a Windows CD that would install Windows by automatically  putting in your name, product key, timezone and regional settings? And have it  merged with the latest Service Pack to save time? Followed by silently  installing all your favourite applications along with DirectX 9.0c, .Net  Framework 1.1 and then all the required hotfixes, updated drivers, registry  tweaks, and a readily patched UXTheme.dll without any user interaction  whatsoever? Then this guide will show  you how you can do just that!&lt;br /&gt;&lt;br /&gt;According to Langa, slipstreaming means you create a new  setup CD that includes all the patches and updates right in the setup files, so  you can create a new Windows installation that won't need hours of downloading  and installing patches and updates to be made current. Instead, it will be fully  current from the start.&lt;br /&gt;&lt;br /&gt;L@rray, a Langalist read has come across a  goldmine of a site.&lt;br /&gt;&lt;br /&gt;While  there, I learned to slipstream XP and various versions of Office, create a  bootable CD/DVD, and pack it with a series of scripts that installs the OS, adds  specific drivers during the process, installs Office complete with advanced  customizations, installs applications such as MSN Messenger and Windows Media  Player and even installs Nero Burning ROM (using command-line switches!). There  is a whole host of apps that have been documented on the site, with full  instructions on getting things right. There are even sample scripts that you can  copy and paste to get you started.&lt;br /&gt;&lt;br /&gt;There are tools that you can download  from the site that even allow you to run a batch command and pack the whole  shebang into an ISO file that can be burned directly to a CD (or DVD if you  exceed a CD's capacity), or use Virtual PC to mount the ISO as if it's a CD.  Then you can "virtually" test your creation without sacrificing a load of disks  during the process. Best of all, the site is completely free. Note to readers:  Make sure you understand the overall process before diving in. Read the entire  site and double-check your scripts before you ever burn your first CD.&lt;br /&gt;&lt;br /&gt;If  you got a DVD Recorder, you can even bundle Office XP with Windows  XP.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What you will need:&lt;/b&gt;&lt;br /&gt;A Windows CD. Applicable with  Windows 2000 through Windows 2003.&lt;br /&gt;The Service Pack you wish to use for your  operating system. Windows 2000 SP4 - Windows XP SP1a - Windows XP SP2&lt;br /&gt;The  Deployment tools for your operating system. This guide will cover the build for  Windows XP SP2. Those can be found here&lt;br /&gt;&lt;b&gt;&lt;br /&gt;Other  related interesting reads:&lt;/b&gt;&lt;br /&gt;Windows XP SP2 Unattended | Office XP  Unattended | InformationWeek  on Slipstreaming Windows &amp;amp; Office Programs (Windows XP, Office XP/2003).  &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-3536014470511503231?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3536014470511503231/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3536014470511503231' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3536014470511503231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3536014470511503231'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/slipstream-microsoft-products.html' title='Slipstream Microsoft products'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-8300592789190386350</id><published>2008-03-10T08:45:00.000-07:00</published><updated>2008-03-10T08:46:13.621-07:00</updated><title type='text'>The Utterly Butterly Girl</title><content type='html'>Amul is a brand of butter made in  India. As kids we used to dip Amul buttered bread in hot milk chai. But the Amul Utterly Butterly Girl is an icon  of middle class India from the 60s to now. The eagerly awaited Amul ads combine  scathing social commentary on the scandal du jour and shine light on little  known middle class aspirations that make India a very special  place. For example see  these Ads made during the 1976-7 emergency. Or see the entire archive till  today.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://www.amul.com/images/story3.gif" /&gt;The Amul girl who lends herself so  completely to Amul butter, created as a rival to the Polson butter girl.  "Eustace Fernandez (the art director) and I decided that we needed a girl who  would worm her way into a housewife's heart. And who better than a little girl?"  says Sylvester daCunha. And so it came about that the famous Amul Moppet was  born. From the Sixties to the Nineties, the Amul ads have come a long way and  continue to tease a laughter out of them. Where does Amul's magic actually lie?  Many believe that the charm lies in the catchy lines. That we laugh because the  humour is what anybody would enjoy. They don't pander to your nationality or  certain sentiments. It is pure and simple, everyday fun&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-8300592789190386350?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/8300592789190386350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=8300592789190386350' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8300592789190386350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8300592789190386350'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/utterly-butterly-girl.html' title='The Utterly Butterly Girl'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-343960244415112771</id><published>2008-03-10T08:44:00.000-07:00</published><updated>2008-03-10T08:45:16.432-07:00</updated><title type='text'>Respondus StudyMate: E-Learning Games, Activities in Flash</title><content type='html'>Respondus StudyMate is an easy-to-use e-learning authoring tool used by  educators and course designers for creating Flash-based interactive student  tests, quizzes, surveys and games without having to learn Flash scripting,  graphic design, or HTML. Respondus recently received the Gold Excellence in  E-learning Award from Brandon Hall Research in the Innovative Technology  category.&lt;br /&gt;&lt;br /&gt;StudyMate can create the following types of Flash activities:  Fact Cards, Fact Cards Plus, Flash Cards, Fill In the Blank, Pick A Letter,  Matching, Glossary, Crosswords, Quiz, and Challenge. The user interface for the  Flash activities can appear in six different languages (Dutch, English, Finnish,  French, German, or Spanish).&lt;br /&gt;&lt;br /&gt;StudyMate exports the activities and games  in Macromedia Flash (.swf) format and can publish activities directly to  eLearning systems such as ANGEL, Blackboard, eCollege, WebCT, WebCT Vista.  Studymate can also export SCORM 1.2 compliant Flash learning objects which can  then be uploaded to any other eLearning platform or even a web page. You can  also save StudyMate activities to a hard-drive, CD-ROM or DVD for offline  viewing. StudyMate additionally allows the exporting of the questions and items  themselves (without the Flash templates) to popular formats such as MS  Word.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/320/Pick%20A%20Letter.jpg" /&gt;Respondus  StudyMate solves a majority of the issues faced by eductors who create exams and  self-assessments for publishing to eLearning Systems like WebCT or BlackBoard.  And unlinke &lt;a href="http://labnol.blogspot.com/2005/10/articulate-quizmaker-create-quiz-and.html"&gt;Articulate  Quizmaker&lt;/a&gt;, StudyMate offers advanced users a way to create custom HTML  templates and to specify which template(s) to use when creating Flash objects  with StudyMate.&lt;br /&gt;&lt;br /&gt;The StudyMate editor provides three basic templates for  entering questions or text that will be used in the activities. Each template  can generate a variety of activities based on the data that is entered. During  the publishing step, you indicate which of the activities to include in the  Flash (.swf) file and then let StudyMate upload the materials to your online  course (or you can upload the files manually).&lt;br /&gt;&lt;br /&gt; • &lt;b&gt;No Answer&lt;/b&gt; - A  fact, phrase, or question that doesn't have an associated  answer.&lt;br /&gt;&lt;br /&gt; • &lt;b&gt;One Answer&lt;/b&gt; - A question or definition that has a  specific answer or term associated with it.&lt;br /&gt;&lt;br /&gt; • &lt;b&gt;Multiple Choice&lt;/b&gt; -  A question followed by a set of answer choices (only one being correct). &lt;br /&gt;&lt;br /&gt;&lt;img src="http://photos1.blogger.com/blogger/3709/485/320/Crossword.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Many  StudyMate activities challenge students to acquire "points" and even to spell  words correctly. For example, if a word is misspelled in the "Fill in the Blank"  activity, StudyMate will highlight the incorrect letters, allow the spelling to  be corrected, and deduct a point for each incorrect attempt.&lt;br /&gt;&lt;br /&gt;Questions  and answer choices can be randomized in StudyMate so that the activity is  different each time it is used. The built-in Equation Editor lets you insert  complex mathematical formulas and scientific symbols. You can also replace the  Respondus Equation Editor with MathType by Design Science. Other features  include a spell checker, the ability to add "inline" images and web links, and  "StudyMate Organizer" (a free tool for organizing Flash objects on a local drive  or server). The Spell Checker tools in StudyMate include three dictionaries:  American English, Canadian English, and British English. Additional dictionaries  for French, German, Spanish, Dutch, Finnish, and medical terminology can be  download from Respondus website.&lt;br /&gt;&lt;br /&gt;StudyMate follows a wizard-based  approach for importing existing content from MS Word, rich-text, IMS QTI (xml),  and Respondus format. StudyMate can also download and import publisher test  banks for the leading textbooks in higher education, via the Respondus Test Bank  Network.&lt;br /&gt;&lt;br /&gt;Respondus StudyMate requires web activation before it can be  used. If you want to install StudyMate on a second computer for personal use (or  move the license to another computer), you can request a second activation  password &lt;a href="http://www.respondus.com/register/2ndcopy-sm.shtml" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.respondus.com/" target="_blank"&gt;Respondus Website&lt;/a&gt; | &lt;a href="http://www.respondus.com/products/studymate.shtml" target="_blank"&gt;Respondus  StudyMate 1.5&lt;/a&gt; | &lt;a href="http://www.respondus.com/download/studymate.shtml" target="_blank"&gt;Download Respondus Studymate 1.5&lt;/a&gt; | &lt;a href="http://www.respondus.com/testbank/index.shtml" target="_blank"&gt;Respondus  Test Bank Network&lt;/a&gt; | &lt;a href="http://www.respondus.com/products/screens-studymate.shtml" target="_blank"&gt;Respondus Studymate Interface Screenshots&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Respondus is  a registered trademark and StudyMate is a trademark of Respondus, Inc. ANGEL is  a registered trademark of ANGEL Learning, Blackboard is a registered trademark  of Blackboard Inc., eCollege is a registered trademark of eCollege, and WebCT is  a registered trademark of WebCT Inc. &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-343960244415112771?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/343960244415112771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=343960244415112771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/343960244415112771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/343960244415112771'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/respondus-studymate-e-learning-games.html' title='Respondus StudyMate: E-Learning Games, Activities in Flash'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-662818221381881884</id><published>2008-03-10T08:43:00.000-07:00</published><updated>2008-03-10T08:44:10.748-07:00</updated><title type='text'>Technosexuality - What's that ?</title><content type='html'>&lt;a href="http://www.wordspy.com/"&gt;Wordspy&lt;/a&gt; definition of &lt;strong&gt;technosexual  &lt;/strong&gt;(tek.noh.SEK.shoo.ul) n. A male with a strong aesthetic sense and a  love of technology.&lt;br /&gt;—&lt;strong&gt;technosexuality&lt;/strong&gt; &lt;em&gt;n&lt;/em&gt;. &lt;br /&gt;&lt;br /&gt;How is it different from geek? Look again at that "strong aesthetic  sense". Real geeks never care what their technology looks like; it's almost a  badge of honour to have an ugly box running some elegant code. What fascinated  me more than the term itself was the linguistic process of transmission. &lt;br /&gt;&lt;br /&gt;Earlier this year, people who spend less money on &lt;em&gt;mousse&lt;/em&gt; and  more on &lt;em&gt;mouse pads&lt;/em&gt; decided that if the style-savvy guys could get their  hands on a marketable brand name, then the uber-geeks could certainly come up  with something better than nerd: Thus, the term "technosexual" was born. &lt;br /&gt;&lt;br /&gt;For years, technological experts have been called many derogatory names,  including geek, nerd, dweeb, technophile, gadgeteer, techie or Mr Computer Guy. &lt;br /&gt;&lt;br /&gt;"With metrosexuality, it's about style, fashion, culture, and grooming  for the straight male. A metrosexual man may be seen at an NBA game one night  and an art gallery opening the next," says Ricky Montalvo, the man who wants to  take technosexuals mainstream. "We take it one step further by adding  technology. A technosexual man may not need to go to the NBA game because he can  get highlights and scores via SMS or by browsing the web on his PDA while at the  art gallery."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-662818221381881884?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/662818221381881884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=662818221381881884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/662818221381881884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/662818221381881884'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/technosexuality-whats-that.html' title='Technosexuality - What&apos;s that ?'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-8317243125714959793</id><published>2008-03-10T08:42:00.000-07:00</published><updated>2008-03-10T08:43:23.730-07:00</updated><title type='text'>TryMicrosoftOffice.com - Download Office 2007 Trial Software</title><content type='html'>Microsoft Office 2007 Trial versions can now be download from the Microsoft  Office website. They have created a separate portal for distributing the 2007  Microsoft Office release trial programs.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto; display: block; text-align: center;" alt="" src="http://photos1.blogger.com/x/blogger/3709/485/1600/751113/office-2007-trial.png" border="0" /&gt;&lt;br /&gt;The trial software can be used for a period of 60 days and they  have all the features available in the retail Office 2007 software. During the  download process, you will be given a Office 2007 serial number that will be  required during the installation process.&lt;br /&gt;&lt;br /&gt;There's no information whether  these trial versions of Office 2007 can be coverted to full retail versions by  purchasing a license. Atleast Office XP trial had that facility.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;trymicrosoftoffice.com&lt;/b&gt; - Microsoft Office Trial Portal  [via Patrick  Schmid]&lt;br /&gt;&lt;br /&gt;For those of you outside the US, you need to use the following URL's:&lt;br /&gt;&lt;br /&gt;Canada:  http://www.trymicrosoftoffice.com/canada&lt;br /&gt;Japan:  http://www.trymicrosoftoffice.com/japan&lt;br /&gt;Germany:  http://www.trymicrosoftoffice.com/germany&lt;br /&gt;UK/Ireland:  http://www.trymicrosoftoffice.com/ukireland&lt;br /&gt;France:  http://www.trymicrosoftoffice.com/france&lt;br /&gt;&lt;br /&gt;Update: Alpesh Nakars has confirmed that Office 2007 Trial version can  be converted to a full retail copy by entering the Office 2007 serial number.  You need not re-install Office 2007, just enter the registration key after the  60 day trial gets over. &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-8317243125714959793?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/8317243125714959793/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=8317243125714959793' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8317243125714959793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8317243125714959793'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/trymicrosoftofficecom-download-office.html' title='TryMicrosoftOffice.com - Download Office 2007 Trial Software'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-2853178524360651242</id><published>2008-03-10T08:41:00.000-07:00</published><updated>2008-03-10T08:42:29.972-07:00</updated><title type='text'>Download Mosquitotone: Teenage Repellent turns favorite Ringtone of Students</title><content type='html'>&lt;b&gt;Technology vs Teenagers - Who is winning ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/1600/mosquito.jpg" /&gt;Mosquito  device sends out a high pitched irritating noise &lt;b&gt;that can only be heard by  young men&lt;/b&gt; as most people over 25 do not hear sound at this frequency  range. The purpose of Mosquito is to prevent unwanted gatherings of youths and  teenagers in shopping malls and around shops or chase them away.&lt;br /&gt;&lt;br /&gt;Not only  shopkeepers, Railway companies have placed the device to discourage youths from  spraying graffiti on trains and the walls of railway stations.&lt;br /&gt;&lt;br /&gt;When  Compound Security System developed Mosquito, they would never have imagined that the  device would actually help kids and teenagers in their classrooms.&lt;br /&gt;&lt;br /&gt;The  sound emitted by the Mosquito Teens Repellant is now converted into a Cellphone Ringtone. Since adult teachers cannot hear the sound  because it's too high-pitched, school children can receive text message alerts  and incoming calls on their cell phones without the teacher knowing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-2853178524360651242?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/2853178524360651242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=2853178524360651242' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2853178524360651242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2853178524360651242'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/download-mosquitotone-teenage-repellent.html' title='Download Mosquitotone: Teenage Repellent turns favorite Ringtone of Students'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5396481876214288567</id><published>2008-03-10T08:40:00.000-07:00</published><updated>2008-03-10T08:41:31.178-07:00</updated><title type='text'>Google Mirror - elgooG</title><content type='html'>&lt;img class="alignimageright" src="http://static.flickr.com/35/68657532_08c7fea68c_o_d.gif" /&gt;&lt;a href="http://www.alltooflat.com/geeky/elgoog/index.cgi?dir=/&amp;amp;page=/webhp?hl=en"&gt;Google  Mirror&lt;/a&gt; is wonderfully impressive. A common practice for busy websites is to  create a mirror site, which is an exact replica of the original site but on a  different server. This way if one server is really busy, you can go to the other  server. elgooG is a play on this idea, except instead of an exact replica of the  site, it's a mirror image of the site.&lt;br /&gt;&lt;br /&gt;The Google Mirror is implemented  using a CGI script on our server. Your web browser requests a Google URL from  our server. Our server then opens an HTML connection to the Google server and  gets your desired web page. Our server analyzes the contents of the page,  reverses it, and sends the mirrored page back to your web browser. In some  sense, our server is acting as a proxy (albeit a very strange proxy) between  your web browser and the Google server. Any images in the requested web page are  also downloaded to our server and mirrored. Currently only JPEG and GIF images  are supported. A caching system is used for common images and web  pages.&lt;br /&gt;&lt;br /&gt;The mirror site is a parody of the English language version of  Google in which all the text on the web pages has been reversed. The text terms  used for searches are also entered in reverse. Viewing the page using a mirror  makes it somewhat easier to read, and would allow someone to find a website. Web  site "mirroring" normally involves copying the contents of a site and hosting on  a different server. This can be useful if one server is particularly busy. &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-5396481876214288567?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5396481876214288567/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5396481876214288567' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5396481876214288567'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5396481876214288567'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/google-mirror-elgoog.html' title='Google Mirror - elgooG'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5674730284755929566</id><published>2008-03-10T08:39:00.000-07:00</published><updated>2008-03-10T08:40:21.298-07:00</updated><title type='text'>Microsoft Wireless Entertainment Desktop 7000 vs Natural Ergonomic 4000 Keyboard - Video Review</title><content type='html'>We recently replaced our Microsoft Natural Ergonomic 4000 keyboard with the  Wireless Entertainment Desktop 7000 series which also comes with a rechargeable  Wireless Laser Mouse 8000. So how does this new Bluetooth desktop compare with  the ergonomically designed 4000 series ?&lt;br /&gt;&lt;br /&gt;&lt;img alt="Microsoft Keyboard Review" src="http://bp3.blogger.com/_XYizHvjgLrA/RgfiN2xH5lI/AAAAAAAAAq0/iKbfZI4KDFA/s1600/microsoft-keyboard-mouse.jpg" /&gt;&lt;br /&gt;Microsoft  has made some big changes in the 7000 series - the standard Numpad is gone so  the keyboard is less in width and they have moved the multimedia keys from the  top edge to the left side which makes them more accessible.&lt;br /&gt;&lt;br /&gt;The 7000  keyboard has an integrated touchpad (like in Laptops) so you can navigate the  screen easily even without the mouse. And there are even buttons to emulate the  right / left click mouse operations.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;embed src="http://www.youtube.com/v/qC55LyMPKbs" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"&gt;&lt;/embed&gt;&lt;noembed&gt;&amp;lt;a href="http://www.youtube.com/watch?v=qC55LyMPKbs"&amp;gt;Video Review of Microsoft Keyboards&amp;lt;/a&amp;gt;&lt;/noembed&gt;&lt;/center&gt;&lt;br /&gt;The  keyboard layout has a comfort curve layout though not as wide as we have seen in  the 4000 Ergonomic keyboards. The standard F1/F2 and other function keys are  replaced with feather-touch buttons and using the Microsoft Intellitype  software, you can can assign any program/file folder to run using these  keys.&lt;br /&gt;&lt;br /&gt;The Wireless 8000 Laser mouse has a comfortable design but it's  slightly on the heavier side. It comes with a rechargeable base and connects via  BlueTooth or USB.&lt;br /&gt;&lt;br /&gt;The Windows key has been moved to a new location below  the space bar though I would still prefer the previous placement which is next  to the spacebar. Using the Live Call button, you can run any of your favorite IM  programs like Google Talk, Yahoo or Windows Live Messenger in a single  click.&lt;br /&gt;&lt;br /&gt;This high definition mouse supports scrolling in all four  direction and there's a magnifier button to quickly zoom areas where the cursor  is.&lt;br /&gt;&lt;br /&gt;The keyboard-mouse duo has an attractive design and you'll love it  even more if you struggling with desk space. Do check our video review where we  compare Microsoft Natural Ergonomic 4000 Keyboard with the Microsoft Wireless  Desktop 7000. &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-5674730284755929566?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5674730284755929566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5674730284755929566' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5674730284755929566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5674730284755929566'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/microsoft-wireless-entertainment.html' title='Microsoft Wireless Entertainment Desktop 7000 vs Natural Ergonomic 4000 Keyboard - Video Review'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_XYizHvjgLrA/RgfiN2xH5lI/AAAAAAAAAq0/iKbfZI4KDFA/s72-c/microsoft-keyboard-mouse.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-728221404956432339</id><published>2008-03-10T08:38:00.000-07:00</published><updated>2008-03-10T08:39:22.884-07:00</updated><title type='text'>Microsoft Office 2007</title><content type='html'>&lt;b&gt;Microsoft Office 2007&lt;/b&gt; is the official successor to Microsoft Office 2003.  Microsoft was earlier referring the next killer  edition of Microsoft Office as Microsoft  Office 12 and Microsoft  Office Vista.&lt;br /&gt;&lt;br /&gt;When Office moved from Office XP to Office 2003,  Microsoft customers weren't sure which one was newest. Therefore, Microsoft  decided on the name "&lt;b&gt;Office 2007&lt;/b&gt;" to avoid confusion.&lt;br /&gt;&lt;br /&gt;that Microsoft Office 2007 is already behind Microsoft  earlier planned to release Office 2007 towards the end of 2006 but some reports  sayschedule.&lt;br /&gt;&lt;br /&gt;&lt;img class="alignimageright" src="http://photos1.blogger.com/blogger/3709/485/320/Microsoft%20Office%20Powerpoint.jpg" /&gt;Microsoft  also announced pricing and packaging details of Office 2007. Microsoft Frontpage  is being phased out and not included in Microsoft Office 2007  suite.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Microsoft Office 2007  Pricing&lt;/span&gt;&lt;br /&gt;Microsoft is largely keeping prices the same as Office 2003,  making minor changes to the suites it will offer.&lt;br /&gt;&lt;br /&gt;For individuals, &lt;span style="font-weight: bold;"&gt;Microsoft Office Professional 2007&lt;/span&gt; features the  typical array of Office applications: Excel, Outlook, PowerPoint, Word, Access,  and Publisher for $499 USD, or $329 USD when purchased as an upgrade. Office  Small Business 2007 offers a similar lineup without Microsoft Access for $449  and $279 USD.&lt;br /&gt;&lt;br /&gt;Office Standard 2007 will include the four basic  applications as before: Word, Excel, PowerPoint and Outlook for $399 and $239  USD.&lt;br /&gt;&lt;br /&gt;Microsoft is replacing Office Student and Teacher edition with a  $149 Home and Student edition that can be used by all home users. Microsoft is  also removing the Outlook from that edition and include OneNote instead. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Microsoft Office 2007 Packaging  Details&lt;/span&gt;&lt;br /&gt;Microsoft Office Professional Plus 2007 with SharePoint and  Microsoft Office Communicator will replace Professional Enterprise Edition 2003.  A new addition to the Office 2007 suite lineup is Office Enterprise 2007, which  adds Groove 2007 and OneNote 2007.&lt;br /&gt;&lt;br /&gt;The Beta 1 'Refresh' of Microsoft  Office 2007 will be available for download in March.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-728221404956432339?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/728221404956432339/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=728221404956432339' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/728221404956432339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/728221404956432339'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/microsoft-office-2007.html' title='Microsoft Office 2007'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-846057308996707390</id><published>2008-03-10T08:36:00.000-07:00</published><updated>2008-03-10T08:37:30.639-07:00</updated><title type='text'>Google Spreadsheets Screenshots</title><content type='html'>Google has announced Google Spreadsheets [&lt;b&gt;spreadsheet.google.com&lt;/b&gt;] which is a web based spreadsheet  based on XL2Web software from 2Web Technologies.&lt;br /&gt;&lt;br /&gt;Google Spreadsheets is  the fourth program of Google Office Suite, the previous ones being Word/Writely,  OneNote/Notebook  and Frontpage/PagesCreator.&lt;br /&gt;&lt;br /&gt;Google  Spreadsheet offers limited set of features with no support for Charts or Excel  Macros. You can sort data or use the 200 functions and common spreadsheet  formulas for doing basic calculations of numerical data.&lt;br /&gt;&lt;br /&gt;Industry experts feel that Google Spreadsheets may pose a threat to  Microsoft Excel but I think otherwise. Though Google says it's working on  improving printing, charts, filtering and "drag and drop" features, in the  current state Google Spreadsheet may offer competition to other web-based  spreadsheet software like NumSum, ZohoSheet, JotSpot Tracker, iRows or wikiCalc but not to the rock-solid Microsoft Excel. They are  still miles apart.&lt;br /&gt;&lt;br /&gt;To prevent the initial heavy rush of users, Google  will only invite undisclosed number of users tojoin the initial trial phase on a  first-come, first-served basis. How do I sign up for Google Spreadsheets?&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://photos1.blogger.com/blogger/3709/485/400/google1.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;Google Spreadsheets allows import of spreadsheets from CSV or  Microsoft XLS format without loosing the formulas or cell  formatting.&lt;br /&gt;&lt;br /&gt;Google Spreadsheet can be saved in XLS, CSV or HTML  formats.&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://photos1.blogger.com/blogger/3709/485/400/google2.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;The spreadsheet document can be shared using Google Talk.  People can edit or view your spreadsheet at the same time as you - their names  will appear in an on-screen chat window.&lt;br /&gt;&lt;br /&gt;Google  Spreadsheet Help | Try  out Google Spreadsheets&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://photos1.blogger.com/blogger/3709/485/400/google3.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Update&lt;/b&gt;: Just had a word with Zoho guys and here's what they  have say about Google Spreadsheet: &lt;blockquote&gt;We knew the big guys, especially Google, will be coming soon into  the Web 2.0 space. &lt;b&gt;We don't see them as a threat&lt;/b&gt;. Instead they help us  indirectly like when folks like you mention us along with such news, we get new  users! And some of them love us (instead of say, Google's Writely) &amp;amp; stick  with us. Also, we think we can offer more value for the enterprise market.  &lt;/blockquote&gt;More players mean more competition which puts pressure on the  companies to innovate. Consumer is the king here. &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-846057308996707390?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/846057308996707390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=846057308996707390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/846057308996707390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/846057308996707390'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/google-spreadsheets-screenshots.html' title='Google Spreadsheets Screenshots'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7947813389929070325</id><published>2008-03-10T08:35:00.002-07:00</published><updated>2008-03-10T08:36:24.391-07:00</updated><title type='text'>Secret Firefox Tricks</title><content type='html'>BugMeNot.com is a popular extension for surfing websites that otherwise require  registration. The only problem with BugMeNot approach is that if a website  credentials are not available in the BugMeNot database, a user cannot enter the  website.&lt;br /&gt;&lt;br /&gt;However, most news websites, including ones that require  registration, would like to see their content indexed by Google and other search  engines. Therefore, as soon as they realize that a Google Spider is on their  door, they open the gates for GoogleBot spiders to crawl and index their  content. And if a normal human being visits the website using a web browser, he  is politely redirected to the "Please register first" webpage.&lt;br /&gt;&lt;br /&gt;Imagine  wearing a mask of a GoogleBot spider before entering such a site. The webserver  will think that you are from Google and will gladly let you in byepassing  registration. This is exactly what the &lt;a href="http://severoon.livejournal.com/87063.html" target="_blank"&gt;first Firefox  trick&lt;/a&gt; does. It lets you switch the user agent so that the reg-only website  is fooled to think that you are a web spider.&lt;br /&gt;&lt;br /&gt;Download the Firefox user  agent switcher extension &lt;a href="https://addons.mozilla.org/extensions/moreinfo.php?id=59&amp;amp;application=firefox" target="_blank"&gt;here&lt;/a&gt; and add the following line :&lt;br /&gt;&lt;br /&gt;Mozilla/5.0  (compatible; googlebot/2.1; +http://www.google.com/bot.html)&lt;br /&gt;&lt;br /&gt;Sometimes  Firefox 1.5 makes your computer  crawl like a snail. You open Windows Task Manager and notice that the  Firefox.exe process is taking couple of hundred of MB of RAM. The &lt;a href="http://tech.cybernetnews.com/2006/03/26/this-may-help-your-firefox-memory-leak/" target="_blank"&gt;second trick&lt;/a&gt; is about preventing Firefox from consuming the  entire memory of your computer by fixing a Firefox Memory leak issue:&lt;br /&gt;&lt;br /&gt;1.  Open Firefox and go to the Address Bar. Type in about:config and then press  Enter.&lt;br /&gt;2. Right Click in the page and select New -&gt; Boolean.&lt;br /&gt;3. In the  box that pops up enter config.trim_on_minimize. Press Enter.&lt;br /&gt;4. Now select  True and then press Enter.&lt;br /&gt;5. Restart Firefox.&lt;br /&gt;&lt;br /&gt;This memory-fix trick  can also be applied to Thunderbird and Netscape browser. &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-7947813389929070325?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7947813389929070325/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7947813389929070325' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7947813389929070325'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7947813389929070325'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/secret-firefox-tricks.html' title='Secret Firefox Tricks'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-562247045740449737</id><published>2008-03-10T08:35:00.001-07:00</published><updated>2008-03-10T08:35:25.444-07:00</updated><title type='text'>GWiki or GoWiki or GHost- Google hosting for Wiki</title><content type='html'>Google has offered to assist online encyclopedia Wikipedia, by providing some  much needed storage and hosting services to the giant non-profit site. Although  terms of the upcoming arrangement have yet to be finalized, Wikimedia commented  that any deal will still see Wikipedia remaining ad-free; meaning that the  arrangement will not impose Google "AdSense" technology on the popular site. An  administrator for the Wikipedia project spoke briefly about the pending  agreement:&lt;br /&gt;&lt;br /&gt;"Google has at least tentatively agreed to give us access to a  certain number of dual Xeon servers at one or more of their data centers and  with unlimited bandwidth. I've been told that there are no strings attached,  meaning they don't expect us to do anything for then, such as having Google Ads.  In short, this is wonderful news... In addition to taking a lot of work, there  is barely ever enough money to run what will shortly become one of the top 100  websites on the internet, and the only thing limiting Wikipedia's growth is  hardware."&lt;br /&gt;&lt;br /&gt;One would think that we will see a closer relationship develop  between Google Search and the access of Wikipedia entries. Recently Microsoft  finalized its new and improved MSN Search tool, allowing direct access to its  Encarta encyclopedia. Another major search engine, Yahoo, offers visitors  directed access to the Columbia Encyclopedia. Details of the final arrangement,  including changes to either site, should be made available sometime in  March.&lt;br /&gt;&lt;br /&gt;See an interesting discussion on GWiki &lt;a href="http://meta.wikimedia.org/wiki/Talk:Google_hosting"&gt;here&lt;/a&gt; - The simple  solution is to require that google make the entire archive available to anyone  for a nominal fee (covering their costs and overhead) for as long as Google uses  the encyclopedia. If google agrees then their motives are most definitely  altruistic. If not, they are almost certainly looking to co-opt the wikipedia  archive and interface into google (similar to what they have done with usenet  news, being the sole owner of a historical record).&lt;br /&gt;&lt;br /&gt;Via &lt;a href="http://www.neowin.net/comments.php?id=27044&amp;amp;category=software"&gt;Neowin&lt;/a&gt;  | &lt;a href="http://meta.wikimedia.org/wiki/Google_hosting"&gt;Wikimedia&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See  related stories from &lt;a href="http://news.google.com/news?ned=in&amp;amp;ie=UTF-8&amp;amp;hl=en&amp;amp;ncl=http://news.zdnet.co.uk/internet/0,39020369,39187928,00.htm"&gt;Google  News&lt;/a&gt;&lt;b&gt;...&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.pcmag.com/article2/0,1759,1764779,00.asp"&gt;Googlepedia: The End  is Near&lt;/a&gt; &lt;span style="color:#6f6f6f;"&gt;PC Magazine&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There is a debate  within the online community regarding the fate of the amazing Wikipedia, an  online encyclopedia that has grown into one of the largest free &lt;b&gt;...&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href="http://news.zdnet.co.uk/internet/0,39020369,39187928,00.htm"&gt;Google may  host encyclopedia project&lt;/a&gt; &lt;span style="color:#6f6f6f;"&gt;ZDNet UK&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Wiki  Media Foundation, the group behind the Wikipedia online encyclopedia project,  said Friday that search giant Google has volunteered to host some of its  &lt;b&gt;...&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.zdnet.com.au/news/software/0,2000061733,39181191,00.htm"&gt;Google  may host encyclopedia project&lt;/a&gt; &lt;span&gt;&lt;br /&gt;color=#6f6f6f&gt;ZDNet.com.au, Australia&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Wikipedia.org could  soon be hosted on Google's servers, as the search giant looks for ways of  supporting the Wikimedia Foundation. &lt;b&gt;...&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.marinij.com/Stories/0,1413,234%7E26641%7E2710581,00.html"&gt;Everyone's  a reporter or editor on Wikinews&lt;/a&gt; &lt;span style="color:#6f6f6f;"&gt;Marin  Independent-Journal, CA&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;By Aaron Weiss, New York Times. You might,  in the course of reading this article, spot a factual error that made it to  press. A certain &lt;b&gt;...&lt;/b&gt; &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-562247045740449737?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/562247045740449737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=562247045740449737' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/562247045740449737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/562247045740449737'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/gwiki-or-gowiki-or-ghost-google-hosting.html' title='GWiki or GoWiki or GHost- Google hosting for Wiki'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6396958262099990363</id><published>2008-03-10T08:34:00.001-07:00</published><updated>2008-03-10T08:34:45.538-07:00</updated><title type='text'>Google SMS</title><content type='html'>Text messaging users can use Google SMS to get specific search information such  as prices, definitions, area codes, ZIP codes and phone listings.&lt;br /&gt;&lt;br /&gt;Using  a mobile phone or a handheld device that supports SMS (Short Messaging Service)  text messaging, users can tap Google SMS through specialized queries that  trigger very specific replies. For example, entering the word "pizza" along with  a zip code prompts Google SMS to return related business listings in that  geographical zone. Likewise, entering a person's name along with a city, state  and/or zip code yields residential phone listings.&lt;br /&gt;&lt;br /&gt;Google doesn't charge  for the Google SMS service, but wireless provider fees for text messaging apply. &lt;br /&gt;&lt;br /&gt;This service will not be available in India currently. &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-6396958262099990363?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6396958262099990363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6396958262099990363' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6396958262099990363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6396958262099990363'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/google-sms.html' title='Google SMS'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-9040704483536441498</id><published>2008-03-10T08:33:00.002-07:00</published><updated>2008-03-10T08:34:18.265-07:00</updated><title type='text'>Optical Illusions free</title><content type='html'>In anticipation of a slow news day i would like to direct the Slashdot hordes to  &lt;a href="http://www.ritsumei.ac.jp/%7Eakitaoka/index-e.html"&gt;Akiyoshi Kitaoka's  Optical Illusions&lt;/a&gt; page. The page also has explanations on why/how they occur  (in PDF format).&lt;br /&gt;&lt;br /&gt;Caution: This page contains some works of "anomalous  motion illusion", which might make sensitive observers dizzy or sick. Should you  feel dizzy, you had better leave this page immediately.&lt;br /&gt;&lt;br /&gt;Some of the  pictures on this website can cause dizziness or might possibly epileptic  seizures. The latter happens when the brain can't handle the conflicting  information from your two eyes. If you start feeling unwell when using this  website, immediately cover one eye with your hand and then leave the page. Do  not close your eyes because that can make the attack worse.&lt;br /&gt;&lt;img src="http://www.ritsumei.ac.jp/%7Eakitaoka/Bulge02_thumb.jpg" /&gt;&lt;br /&gt;J-Walk &lt;a href="http://j-walkblog.com/index.php?/weblog/comments/optical_illusions_blog/"&gt;points&lt;/a&gt;  to a blog about &lt;a href="http://illusionsetc.blogspot.com/"&gt;Optical  Illusions&lt;/a&gt;. It has links to some great illusion sites:&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-9040704483536441498?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/9040704483536441498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=9040704483536441498' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/9040704483536441498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/9040704483536441498'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/optical-illusions-free.html' title='Optical Illusions free'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-2612603882837350130</id><published>2008-03-10T08:33:00.001-07:00</published><updated>2008-03-10T08:33:32.558-07:00</updated><title type='text'>Optical Illusions</title><content type='html'>&lt;div&gt;&lt;a href="http://www.maani.us/charts/index.php"&gt;http://www.maani.us/charts/index.php&lt;/a&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;PHP/SWF Charts is a powerful PHP tool to create attractive Flash charts  from dynamic data.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-2612603882837350130?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/2612603882837350130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=2612603882837350130' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2612603882837350130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/2612603882837350130'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/optical-illusions.html' title='Optical Illusions'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-8342801044040912182</id><published>2008-03-10T08:32:00.001-07:00</published><updated>2008-03-10T08:32:55.188-07:00</updated><title type='text'>Folder Redirection</title><content type='html'>&lt;p&gt;I never use Microsoft Window’s default settings of My Documents, My Pictures,  or My Music. I change it up on my own or use TweakUI, a Windows PowerToy. For  home users, there is no compelling reason to change the defaults. I do it  because I have my way of doing things and organizing. For business users or  networked environments, it’s a good idea to redirect folders because of the  backup system and use of network…&lt;/p&gt; &lt;p&gt;&lt;a href="http://channels.lockergnome.com/windows/archives/20040906_folder_redirection.phtml"&gt;http://channels.lockergnome.com/windows/archives/20040906_folder_redirection.phtml&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-8342801044040912182?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/8342801044040912182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=8342801044040912182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8342801044040912182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/8342801044040912182'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/folder-redirection.html' title='Folder Redirection'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6005520292416247017</id><published>2008-03-10T08:30:00.000-07:00</published><updated>2008-03-10T08:32:12.116-07:00</updated><title type='text'>Scanning Slides</title><content type='html'>I have accumulated several thousand slides and 35-mm negatives that I'd like to  digitize. Is there any good reason to invest in a slide scanner that I'll never  use again, or does it make more sense to get a flatbed with high resolution and  a slide-scanning feature? Also, what resolution should I be looking  for?&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Solution&lt;/b&gt; Given the number of slides and negatives you have,  I'd argue that a good slide scanner, also known as a film scanner, is worth  getting. One reason is resolution. At the risk of oversimplifying, for best  image quality you need an image resolution of at least 300 pixels per inch (ppi)  at the size you're printing. For a 35-mm original printed as an 8-by-10 photo,  that works out about 2,200 ppi for the scan. Scanning at higher optical  resolution is even better, in case you decide you want to crop the  image.&lt;br /&gt;&lt;br /&gt;You can find flatbed scanners with sufficient claimed resolutions,  but they often don't live up to their claims—typically because of the  limitations of the optics. But any decent slide scanner will provide the  resolution that slides need, because slides are its primary function, not an  extra.&lt;br /&gt;&lt;br /&gt;You also need to consider dynamic range—the scanner's ability to  record details over the entire range from the darkest to lightest shades. Almost  any slide scanner will do a better job on this than almost any flatbed scanner.  Keep in mind, too, that slide scanners generally make the scanning procedure a  little easier. With thousands of originals to scan, even the smallest  convenience will make a big difference over the course of the project.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6005520292416247017?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6005520292416247017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6005520292416247017' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6005520292416247017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6005520292416247017'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/scanning-slides.html' title='Scanning Slides'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5678324873895000504</id><published>2008-03-10T08:26:00.000-07:00</published><updated>2008-03-10T08:28:42.735-07:00</updated><title type='text'>Useful Blogger Help &amp; Blogspot Support Resources</title><content type='html'>Want to contact Google Blogger Support directly ? Or report a bug in Blogger ?  Here are some relatively unknown but very important pages on blogger.com for  anyone using blogspot:&lt;br /&gt;&lt;br /&gt;&lt;a href="changes10.g" target="_blank"&gt;www.blogger.com/changes10.g&lt;/a&gt; - Dynamic list of most recently  updated blogs hosted on Blogger.com [like Digg Spy]&lt;br /&gt;&lt;br /&gt;&lt;a href="login.g" target="_blank"&gt;www.blogger.com/login.g&lt;/a&gt;  - A simple no-frills page to sign-in to your Blogger account.&lt;br /&gt;&lt;br /&gt;&lt;a href="redirect/next_blog.pyra" target="_blank"&gt;www.blogger.com/redirect/next_blog.pyra&lt;/a&gt; - To visit any random  blog hosted on blogspot.com [something like Stumble Upon]&lt;br /&gt;&lt;br /&gt;&lt;a href="http://help.blogger.com/?page=wishlist" target="_blank"&gt;help.blogger.com/?page=wishlist&lt;/a&gt; - This is the place to go when  you like to make a suggestion to blogger about new features or vote for existing  features.&lt;br /&gt;&lt;br /&gt;&lt;a href="forgot.g" target="_blank"&gt;www.blogger.com/forgot.g&lt;/a&gt; - When you forget your Blogger  password or even the username, this is all you need.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://help.blogger.com/?page=help" target="_blank"&gt;help.blogger.com/?page=help&lt;/a&gt; - The secret page to contact  blogger when you have a problem with your blogspot blog. People are not using  this much but believe me, the blogger team at Google is very responsive and do  listen to your complaints.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://groups.google.com/group/blogger-help" target="_blank"&gt;google.com/group/blogger-help&lt;/a&gt; - This google group is monitored  by employees of google working on Blogger. This is one place you should visit  very frequently to get an update on new blogger template ideas, suggestions,  issues, etc.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://help.blogger.com/bin/answer.py?answer=42108" target="_blank"&gt;help.blogger.com/bin/answer.py&lt;/a&gt; - List of known bugs or issues  in the Blogger platform and possible workarounds.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://labnol.blogspot.com/2006/06/blogger-templates-45-million-blogspot.html" target="_blank"&gt;Blogger Templates&lt;/a&gt; - Resources for free blogspot  templates.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://labnol.blogspot.com/2005/12/disable-hide-blogger-navbar.html" target="_blank"&gt;Hide Blogspot Navbar&lt;/a&gt; - How to remove the blogger navigation  bar. &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-5678324873895000504?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5678324873895000504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5678324873895000504' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5678324873895000504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5678324873895000504'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/03/useful-blogger-help-blogspot-support.html' title='Useful Blogger Help &amp; Blogspot Support Resources'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-294631820460678694</id><published>2008-02-26T00:43:00.002-08:00</published><updated>2008-02-26T00:44:18.652-08:00</updated><title type='text'>Earn Through Survey</title><content type='html'>&lt;p align="justify"&gt;Most of the earn through survey programs are meant for US citizens or they ask  for a US PayPal ID. Before joining any program, check if they accept Indians or  non-US people.&lt;/p&gt; &lt;p&gt;Do you want to earn money expressing your opinion on various topics?&lt;/p&gt; &lt;p&gt;There are a number of scam sites that tell you they will pay for your opinion  and then ask you to send a similar letter to others and earn money.&lt;/p&gt; &lt;p&gt;Becuase of these scam sites people get scared to sign up for any such  offers.&lt;/p&gt; &lt;p&gt;The second problem is giving your email id to someone who can bombard you  with spam emails.&lt;/p&gt; &lt;p&gt;Be careful when you select the survey site you want to join. Read around,  look around ensure it looks professional and the company / people behind it are  trust worthy.&lt;/p&gt; &lt;p&gt;Keep two email ids. Use one for your personal use and another for signing up  to earn through surveys, download ebooks, freebies, etc. This way you wouldn't  be filling up your personal email inbox with unnecessary promotional emails.&lt;/p&gt; &lt;p&gt;Please remember sites which ask for your opinion do not pay you immediately.  It takes time for them to process through your submission and pay you. So it may  take a few months to get paid.&lt;/p&gt; &lt;p&gt;Check out this site as a sample to earn through surveys.&lt;/p&gt; &lt;p&gt;If you think the site is trust worthy you can sign up with them and from time  to time you will get intimation from them seeking your opinion on various  topics.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-294631820460678694?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/294631820460678694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=294631820460678694' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/294631820460678694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/294631820460678694'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/earn-through-survey.html' title='Earn Through Survey'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1205422310510909502</id><published>2008-02-26T00:43:00.001-08:00</published><updated>2008-02-26T00:43:36.082-08:00</updated><title type='text'>make money through PayPal</title><content type='html'>&lt;p align="justify"&gt;Paypal is another payment processor - and is an easy way to  send money by email. Most affiliate programs also use PayPal, so if you have a  PayPal ID, you can join these affiliate programs.&lt;/p&gt; &lt;p align="justify"&gt;You can use your PayPal balance to purchase products online and  once you have $150, you can withdraw your money and get a cheque for it.&lt;/p&gt; &lt;p align="justify"&gt;If you haven't signed up &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1205422310510909502?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1205422310510909502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1205422310510909502' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1205422310510909502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1205422310510909502'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/make-money-through-paypal.html' title='make money through PayPal'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5834924201841787681</id><published>2008-02-26T00:40:00.000-08:00</published><updated>2008-02-26T00:42:51.296-08:00</updated><title type='text'>earn money through ClickBank</title><content type='html'>&lt;p align="justify"&gt;ClickBank is a payment processor - which means marketers use it  to accept payments online. It's also the biggest marketplace for affiliate  products. All you need is a free ClickBank ID and you can promote thousands of  affiliate products.&lt;/p&gt; &lt;p align="justify"&gt;Whenever you make a sale, your affiliate commissons are  recorded in your ClickBank account. Once you earn $50 (or the amount set by you  at ClickBank), you will receive a cheque.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5834924201841787681?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5834924201841787681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5834924201841787681' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5834924201841787681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5834924201841787681'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/earn-money-through-clickbank.html' title='earn money through ClickBank'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-3351123463504602070</id><published>2008-02-26T00:39:00.000-08:00</published><updated>2008-02-26T00:40:15.359-08:00</updated><title type='text'>Niche Markets</title><content type='html'>&lt;p align="justify"&gt; niche is a subset of a larger group. Niches basically help you focus your  efforts on a smaller group of potential customers and get better results. For  example, if you are selling gardening supplies, one of the niches you can focus  on is growing bonsais. Or you could focus on growing plants organically. The  more focussed the niche, the better the results.&lt;/p&gt; &lt;p align="justify"&gt;In the context of making money online, you might hear marketers  advise you to create niche websites for making money from AdSense websites. Here  are some tools which help you create niche websites:&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-3351123463504602070?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/3351123463504602070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=3351123463504602070' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3351123463504602070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/3351123463504602070'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/niche-markets.html' title='Niche Markets'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1243057731344982024</id><published>2008-02-26T00:36:00.001-08:00</published><updated>2008-02-26T00:36:49.150-08:00</updated><title type='text'>How to Make Money Online in India</title><content type='html'>&lt;p align="justify"&gt;Google AdSense is a great way to make money from your websites.  Once you have an AdSense account, Google will display ads on your webpages and  whenever someone clicks on those ads, you will earn money.&lt;/p&gt; &lt;p align="justify"&gt;To apply for an AdSense account, you need a 25 page website.  Once your application is accepted, you can put the AdSense code on all the  websites you own - you do not have to apply for each website separately.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1243057731344982024?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1243057731344982024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1243057731344982024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1243057731344982024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1243057731344982024'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/how-to-make-money-online-in-india.html' title='How to Make Money Online in India'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7131908530072867302</id><published>2008-02-26T00:34:00.000-08:00</published><updated>2008-02-26T00:35:01.251-08:00</updated><title type='text'>Free Affiliate Training</title><content type='html'>&lt;p align="justify"&gt;What is affiliate marketing? How can you earn money through an affiliate  program?&lt;/p&gt; &lt;p align="justify"&gt;You earn money by selling others products in affiliate  marketing.&lt;/p&gt; &lt;p align="justify"&gt;For example, I create an ebook and sell it for $60. I set 50%  commission for my affiliates.&lt;/p&gt; &lt;p align="justify"&gt;If you join my affiliate program, I will give you a special  link that includes your affiliate ID.&lt;/p&gt; &lt;p align="justify"&gt;You promote my product through your affiliate link. You tell  others about my product, its features, etc. and recommend it to others.&lt;/p&gt; &lt;p align="justify"&gt;Suppose someone buys my ebook through your affiliate link, I  will pay you $30 (because I have set the commission as 50%)&lt;/p&gt; &lt;p align="justify"&gt;If you &lt;span style="color:#0000ff;"&gt;&lt;u&gt;sign up for a free ClickBank  ID,&lt;/u&gt;&lt;/span&gt; &lt;span style="color:#000000;"&gt;you can choose any product from their market  place and sell them. Some of the products have as much as 75%  commission.&lt;/span&gt;&lt;/p&gt; &lt;p align="justify"&gt;Do you want an audio course on affiliate marketing?&lt;/p&gt; &lt;p align="justify"&gt;Check this &lt;a title="" href="http://www.terrificdeals.info/audio-courses" target="_blank"&gt;Affiliate  Marketing Audio Course&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;The price of the course is $10. But it is free for my  subscribers.&lt;/p&gt; &lt;p align="justify"&gt;To get the course free of cost sign up here.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7131908530072867302?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7131908530072867302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7131908530072867302' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7131908530072867302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7131908530072867302'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/free-affiliate-training.html' title='Free Affiliate Training'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1024224353925390679</id><published>2008-02-26T00:33:00.002-08:00</published><updated>2008-02-26T00:34:10.851-08:00</updated><title type='text'>Free Internet Marketing News</title><content type='html'>&lt;p align="justify"&gt;If you want to make money online, it is necessary for you to  keep in touch with the latest news from the internet marketing world.&lt;/p&gt; &lt;p align="justify"&gt;'Know First Profit Most' is the motto of a free news site  called &lt;a title="internet marketing news" href="http://www.imnewswatch.com/" target="_blank"&gt;IMNewswatch&lt;/a&gt; that provides the latest news free of cost.&lt;/p&gt; &lt;p align="justify"&gt;You can just go to the site and bookmark it and get the latest  &lt;strong&gt;&lt;a title="internet marketing news" href="http://www.imnewswatch.com/" target="_blank"&gt;&lt;strong&gt;internet marketing news&lt;/strong&gt;&lt;/a&gt;&lt;/strong&gt; on your  desktop day-after-day for zero rupees / dollars.&lt;/p&gt; &lt;p align="justify"&gt;Or you can subscribe for free and get email updates of the most  important news items.&lt;/p&gt; &lt;p align="justify"&gt;You can read free articles, know about new products that are  being launched, attend free teleseminars and learn all that you want about  internet marketing.&lt;/p&gt; &lt;p align="justify"&gt;Click here to check out the best &lt;a title="internet marketing news" href="http://www.imnewswatch.com/" target="_blank"&gt;&lt;strong&gt;internet marketing news&lt;/strong&gt;&lt;/a&gt; site. Don't forget to  bookmark it if you like what you find there.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1024224353925390679?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1024224353925390679/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1024224353925390679' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1024224353925390679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1024224353925390679'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/free-internet-marketing-news.html' title='Free Internet Marketing News'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1264491162218217618</id><published>2008-02-26T00:33:00.001-08:00</published><updated>2008-02-26T00:33:42.349-08:00</updated><title type='text'>Road Map to Making Money Online</title><content type='html'>&lt;p align="justify"&gt;Here is how you can integrate all the four ways of making money online so that  you can optimize the potential for earning online.&lt;/p&gt; &lt;p align="justify"&gt;1) Make a list of interests/hobbies that you are passionate  about.&lt;/p&gt; &lt;p align="justify"&gt;2) Use a &lt;a href="http://www.nichefindersoftware.com/" target="_blank"&gt;Keyword Software&lt;/a&gt; to find out whether your topics are in  demand.&lt;/p&gt; &lt;p align="justify"&gt;3) Sign up for a free &lt;a href="http://www.coursesuseek.com/clickbank/" target="_blank"&gt;ClickBank&lt;/a&gt;  Account.&lt;/p&gt; &lt;p align="justify"&gt;4) Search for Affiliate programs for your topic. (&lt;a href="http://www.internet-marketing-helpline.com/affiliates_zone.html" target="_blank"&gt;What is an Affiliate Program?&lt;/a&gt;)&lt;/p&gt; &lt;p align="justify"&gt;5) Search for &lt;a href="http://www.nicheprofits.info/" target="_blank"&gt;free articles&lt;/a&gt; for your topic. (Use an &lt;a href="http://www.terrificdeals.info/go/site_builder.php" target="_blank"&gt;Article  Software&lt;/a&gt; to speed it up)&lt;/p&gt; &lt;p align="justify"&gt;6) Sign up for free webspace. (Learn &lt;a href="http://www.want2learn.com/adsense/how_to_upload_your_website.html" target="_blank"&gt;how to upload&lt;/a&gt; your website) or buy domain name, webspace and  create your websites,&lt;/p&gt; &lt;p align="justify"&gt;7) You need a website builder to create your websties.&lt;/p&gt; &lt;p align="justify"&gt;You have two options for creating your own websites.&lt;/p&gt; &lt;p align="justify"&gt;1. Pay a little more, get a &lt;a href="http://www.reviewsuseek.com/go/build_websites.php" target="_blank"&gt;Website  Builder&lt;/a&gt; with more features.&lt;/p&gt; &lt;p align="justify"&gt;2. Pay less, get a &lt;a href="http://www.softwareuseek.com/make-website/" target="_blank"&gt;Website  Maker&lt;/a&gt; with less features.&lt;/p&gt; &lt;p align="justify"&gt;8) Add your own content in addition to the free articles.&lt;/p&gt; &lt;p align="justify"&gt;9)Sign up for Google Adsense. (Learn &lt;a href="http://www.want2learn.com/adsense/how_to_apply_for_google_adsense.html" target="_blank"&gt;how to apply for Google AdSense&lt;/a&gt;)&lt;/p&gt; &lt;p align="justify"&gt;10) Add &lt;a href="http://www.want2learn.com/adsense/how_to_add_adsense_code_to_your_site.html" target="_blank"&gt;Google Adsense Code&lt;/a&gt; to your site.&lt;/p&gt; &lt;p align="justify"&gt;11) Promote your site. (Learn to &lt;a href="http://www.terrificdeals.info/go/traffic-system.php" target="_blank"&gt;drive  traffic to your site&lt;/a&gt;)&lt;/p&gt; &lt;p align="justify"&gt;12) Create your own eBook/Software on your selected topic.&lt;/p&gt; &lt;p align="justify"&gt;13) Register for domain and hosting.&lt;/p&gt; &lt;p align="justify"&gt;14) Promote your product. (Learn to &lt;a href="http://www.terrificdeals.info/go/traffic-system.php" target="_blank"&gt;drive  traffic&lt;/a&gt; to your site)&lt;/p&gt; &lt;p align="justify"&gt;15) Repeat the same steps for the next niche.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1264491162218217618?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1264491162218217618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1264491162218217618' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1264491162218217618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1264491162218217618'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/road-map-to-making-money-online.html' title='Road Map to Making Money Online'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-5728661758294532247</id><published>2008-02-26T00:32:00.000-08:00</published><updated>2008-02-26T00:33:13.702-08:00</updated><title type='text'>Blog FAQ</title><content type='html'>&lt;p&gt;1. &lt;span class="q" id="q_1160df173b8f235d_0"&gt;&lt;strong&gt;What is a Blog&lt;/strong&gt;, a Blog  site and what does it do. Is it only for correspondence or for writing  features?&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;A blog started as a person journal online that you could share  with the whole world or your family and friends. Now blog has developed into  authority sites on specific topics, online newsletters, ezines, frequently  updated content on any topic under the Sun.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;1. A blog is easy to create.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;2. You can post content on the blog easily. No technical  knowledge required.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;3. The latest content you post are on top. All the other posts  are in archives.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;4. You are the editor of your blog. So similar to a newspaper  editor you have all the power and facility to decide what goes into your blog  and how many ads you want to have on it, etc.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;5. You need to choose the topic carefully, if you want your  blog to earn money for you.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;6. If you want the blog only for sharing your ideas or give an  expression to your thoughts, you can choose any topic you like.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;Please have a look at some of my blogs - some are earning me  more money than others. Some get me very little money but I maintain them for  other purposes.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;strong&gt;Blogger Blog&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span class="q"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;table class="XSP_OUTLINE" align="center" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt; &lt;tr&gt; &lt;td class="XSP_CENTER_PANEL" rowspan="2"&gt; &lt;table class="XSP_CENTER_PANEL"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="XSP_MAIN_PANEL"&gt;&lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;strong&gt;What are the advantages and  disadvantages?&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;You can start earning through a blogger blog. But  the disadvantage is that your blog is hosted with Google and all your links will  have - YourBlogName.blogspot.com.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;That is .blogspot is added to all the blogger  blogs.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;Your earnings can be limited because of the  limited options with blogger blog.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;But I would certainly say it is a very good  beginning for you to start earning without spending any money of your  own.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;Watch my &lt;a title="" href="http://www.want2learn.com/tutorials/video_tutorials.html" target="_blank"&gt;free video tutorial for starting a blogger  blog&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;strong&gt;What about WordPress  blogs?&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;WordPress platform is free to use, but you need  to buy domain name and webspace. The advantage is you own your blog. You own the  domain name and webspace. You can use a number of plugins to optimize your blog  for monetization and promote it. If you plan well to get traffic to your blog,  you can earn back the $47 you invest and make profit. But you will have to pay  $47 every year.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;You can get a prepackaged WordPress blog complete  with all plugins at &lt;a title="" href="http://getbonus.freesecret.hop.clickbank.net/?itm=web20wealth" target="_blank"&gt;Web20Wealth&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;You get &lt;a title="" href="http://getbonus.freesecret.hop.clickbank.net/?itm=web20wealth" target="_blank"&gt;step-by-step video tutorials right from installation of the blog  to monetization&lt;/a&gt;. You can watch the videos as many times as you like, learn  the steps and earn through your blogs.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;To use this package you need to buy domain name  and webspace.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;The total amount you need to spend  is:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;- $47 Domain name and Webspace - every  year&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;- $67 One time payment&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;This is the type of blog you will be able to  create: (Look at how the blog looks etc.)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;a href="http://www.want2learn.com/internet-marketing"&gt;http://www.want2learn.com/internet-marketing&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;3. How do you earn money through  the blog?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;Pl read &lt;a href="legal_way_of_earning_money.html"&gt;Legal Way Of Earning Money&lt;/a&gt;, &lt;a href="earn_with_a_blogger_blog.html"&gt;Earn With a Blogger Blog&lt;/a&gt;, and &lt;a href="blog_monetization.html"&gt;Blog Monetization&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;Also check &lt;a href="http://www.askrangoo.com/faq"&gt;http://www.askrangoo.com/faq&lt;/a&gt; for answers  to the frequently asked questions.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;span class="q"&gt;&lt;span style="float: left;"&gt; &lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-9153010708498072"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_channel =""; google_ad_type = "text_image"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_url = "000000"; google_color_text = "000000"; //--&gt;&lt;/script&gt;  &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt; &lt;/script&gt; &lt;iframe name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9153010708498072&amp;amp;dt=1204015252129&amp;amp;lmt=1203847222&amp;amp;prev_fmts=336x280_as%2C336x280_as&amp;amp;format=336x280_as&amp;amp;output=html&amp;amp;correlator=1204015251817&amp;amp;url=http%3A%2F%2Fwww.dollarstorupees.com%2Fblog_faq.html&amp;amp;color_bg=FFFFFF&amp;amp;color_text=000000&amp;amp;color_link=0000FF&amp;amp;color_url=000000&amp;amp;color_border=FFFFFF&amp;amp;ad_type=text_image&amp;amp;ref=http%3A%2F%2Fwww.dollarstorupees.com%2Fblog_monetization.html&amp;amp;frm=0&amp;amp;cc=99&amp;amp;ga_vid=720672342.1204002532&amp;amp;ga_sid=1204014459&amp;amp;ga_hid=1002743997&amp;amp;ga_fc=true&amp;amp;flash=9.0.115.0&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=738&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=16&amp;amp;u_java=true" allowtransparency="" frameborder="0" height="280" scrolling="no" width="336"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="XSP_LEFT_PANEL" id="XSP_LEFT_PANEL" style="font-size: 1px;" height="1"&gt; &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="XSP_FOOTER_PANEL" colspan="2"&gt; &lt;p align="center"&gt; &lt;/p&gt;  &lt;p align="center"&gt;&lt;span style="font-size:78%;"&gt;&lt;span style="font-family:Verdana;"&gt;© 2006 Rangoo  Srinivas&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.dollarstorupees.com/"&gt;&lt;span style="font-size:78%;color:#ffffff;"&gt;www.dollarstorupees.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;script src="http://www.coursesuseek.com/track/ast.php"&gt;&lt;/script&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-5728661758294532247?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/5728661758294532247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=5728661758294532247' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5728661758294532247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/5728661758294532247'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/blog-faq.html' title='Blog FAQ'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-460338272464622593</id><published>2008-02-26T00:30:00.000-08:00</published><updated>2008-02-26T00:32:16.229-08:00</updated><title type='text'>Blog Monetization</title><content type='html'>&lt;p align="justify"&gt;Listen to &lt;a title="" href="http://www.want2learn.com/internet-marketing" target="_blank"&gt;Blog Monetization Audio Tips&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;Good updated content is necessary to monetize your blog well.  Whatever topic you have chosen for your blog, you should be able to give  up-to-date information on that topic to your visitors.&lt;/p&gt; &lt;p align="justify"&gt;If you are not able to produce the content yourself, you need  to find other ways of keeping your blog updated on a regular basis.&lt;/p&gt; &lt;p align="justify"&gt;Read or listen to audio tips for &lt;a title="" href="http://want2learn.com/internet-marketing/blog-conte-keeping-it-fresh-and-updated-regularly-is-this-your-problem" target="_blank"&gt;keeping the content on your blog fresh and updated&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;The next important thing is to get some traffic to your  blog.&lt;/p&gt; &lt;p align="justify"&gt;1. Bookmark your blog in social bookmarking or networking sites  such as&lt;/p&gt; &lt;p align="justify"&gt;delicious&lt;/p&gt; &lt;p align="justify"&gt;stumbleupon&lt;/p&gt; &lt;p align="justify"&gt;digg&lt;/p&gt; &lt;p align="justify"&gt;Check at the end of the post on this blog. You will see the  icons of many social bookmarking sites. You can just click on each one of them,  create a free account and bookmark your site.&lt;/p&gt;&lt;br /&gt;&lt;p align="justify"&gt;&lt;a title="" href="http://www.want2learn.com/internet-marketing" target="_blank"&gt;Internet Marketing Blog&lt;/a&gt;&lt;/p&gt;&lt;p align="justify"&gt;You can just click on each icon. It will take you to those  sites. You can create a free account for yourself. When you bookmark your sites  remember to bookmark some good sites of others. This will add value to your  bookmarks and others visiting the social networking sites will visit your  blog.&lt;/p&gt; &lt;p align="justify"&gt; 2. Go to &lt;a href="http://www.feedburner.com/"&gt;http://www.feedburner.com&lt;/a&gt;. Create a free  account for yourself and create a feed for your blog. Ny optimizing and  publicizing your feed, you can increase the traffic to your site.&lt;/p&gt; &lt;p align="justify"&gt;3. Submit a site map of your blog to Google. Go to &lt;a href="https://www.google.com/webmasters/tools"&gt;https://www.google.com/webmasters/tools&lt;/a&gt;  and submit your blog. Prepare a site map of your blog and submit it. Similarly  you can submit to other Search Engines such as Yahoo and MSN.&lt;/p&gt; &lt;p align="justify"&gt;4. Spread the word around about your blog through online and  offline means. Tell as many of your friends, relatives, colleagues, etc. as  possible. Add the link of your blog to your email signature. Whether you are  chatting with your friends in Orkut or sending a message to your Yahoo group,  include your blog link. Go to forums, participate in the discussion and never  forget to include your link in your signature. Write an article for a newspaper  or magazine and include the url of your blog.&lt;/p&gt; &lt;p align="justify"&gt;5. Submit your blog to blog directories. You will get traffic  from these sites which list all blogs. Visit this blog to get a list of sites  where you can submit your blogs &lt;a href="http://www.internetmasterycenter.com/blog" target="_blank"&gt;http://www.internetmasterycenter.com/blog&lt;/a&gt; On the right menu  you can find a list of directories under the heading "Submit Your Blogs  To...".&lt;/p&gt; &lt;p align="justify"&gt;Getting traffic to your blog is very important for  monetization.&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;How can you monetize your blog?&lt;/strong&gt;&lt;/p&gt;&lt;p align="justify"&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p align="justify"&gt; &lt;/p&gt;&lt;p align="justify"&gt;1. The simplest thing to do is to &lt;script type="text/javascript"&gt; &lt;!-- google_ad_client = "pub-9153010708498072"; google_ad_output = "textlink"; google_ad_format = "ref_text"; google_cpa_choice = "CAAQnfzw4AIaCPmw4TvhrEDcKN2uuIEB"; google_ad_channel = ""; //--&gt; &lt;/script&gt;  &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt; &lt;/script&gt;  &lt;script language="JavaScript1.1" src="http://pagead2.googlesyndication.com/cpa/ads?client=ca-pub-9153010708498072&amp;amp;cpa_choice=CAAQnfzw4AIaCPmw4TvhrEDcKN2uuIEB&amp;amp;oe=utf-8&amp;amp;dt=1204015166029&amp;amp;lmt=1203847228&amp;amp;format=ref_text&amp;amp;output=textlink&amp;amp;correlator=1204015165686&amp;amp;url=http%3A%2F%2Fwww.dollarstorupees.com%2Fblog_monetization.html&amp;amp;region=_google_cpa_region_&amp;amp;ref=http%3A%2F%2Fwww.dollarstorupees.com%2Fearn_with_a_blogger_blog.html&amp;amp;frm=0&amp;amp;cc=99&amp;amp;ga_vid=720672342.1204002532&amp;amp;ga_sid=1204014459&amp;amp;ga_hid=2147088205&amp;amp;ga_fc=true&amp;amp;flash=9.0.115.0&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=738&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=15&amp;amp;u_java=true"&gt;&lt;/script&gt;  &lt;a title="Referral Ads by Google" href="http://pagead2.googlesyndication.com/pagead/iclk?sa=l&amp;amp;num=1&amp;amp;client=ca-ref-pub-9153010708498072&amp;amp;adurl=https://www.google.com/adsense/%3Fhl%3Den_US%26ai%3DBKnQMQM7DR4nXKJPS6wPzr_nzAoXP5ied_PDgAsWNtwEAEAEYASCkzfoEOABQwcP0vgNg5dLng8wOoAGXlcj9A7IBF3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tugEIcmVmX3RleHTIAQHaATVodHRwOi8vd3d3LmRvbGxhcnN0b3J1cGVlcy5jb20vYmxvZ19tb25ldGl6YXRpb24uaHRtbIACAcACA6gDA-gDqAToAxnoA8YC6AP4A_UDCgAAAA&amp;amp;ai=BOxyfQM7DR4nXKJPS6wPzr_nzAoXP5ied_PDgAsWNtwEAEAEYASCkzfoEOABQiPm53AJg5dLng8wOoAGXlcj9A7IBF3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tugEIcmVmX3RleHTIAQHaATVodHRwOi8vd3d3LmRvbGxhcnN0b3J1cGVlcy5jb20vYmxvZ19tb25ldGl6YXRpb24uaHRtbIACAcACA6gDA-gDqAToAxnoA8YC6AP4A_UDCgAAAA" target="_top"&gt;Sign up for AdSense.&lt;/a&gt; and add the code to your site. This is the  easiest thing to do because you do not have to select any ads, Google will do it  for you. Your blog visitors need not buy anything, all they need to do is to  click on an ad for you to get paid. You might earn only 0.10 for an ad or it  might be a little more for some of the ads. But as you get more and more  traffic, the amount you earn can easily add up to a good amount.&lt;/p&gt; &lt;p align="justify"&gt;2. Google has also started a referral program. In addition to  pay per click through Google AdSense, you will also get paid for referring  others programs. For this to work your visitors have to sign up for some free  product or buy something. But you will get more money for these ads.&lt;/p&gt; &lt;p align="justify"&gt;For example, for some of the referral ads below, for a free  sign up, you can get about $0.50 to neary $1. For a sale you can get about $38  for one of&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="justify"&gt;3. You can earn through affiliate programs. For most of the  affiliate programs, it is free to sign up. Once you sign up you keep the  information about the person's product on your site. And when someone clicks on  it and makes a purchase you get paid. The easiest thing to do here is to create  a free account with ClickBank. You can get a market place full of products with  50 to 75% commission. Suppose a product sells for $100 you will get $50 and for  some products you will get as much as $75.&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="Sign Up For ClickBank" href="http://www.coursesuseek.com/clickbank/" target="_blank"&gt;Click here to sign  up for a free ClickBank ID&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;You also need to sign up with PayPal to get paid. Now PayPal is  integrated with Indian Banks also. So you can directly transfer the money to  your bank from PayPal.&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="Sign Up for PayPal" href="http://www.coursesuseek.com/paypal/" target="_blank"&gt;Click here to sign up  for a free PayPal account&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;4. You can earn from $5 to $10 or more for writing reviews. You  can write reviews of products, services, sites, etc. And the sites which pay you  include&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="" href="http://www.reviewme.com/?ref=23756" target="_blank"&gt;ReviewMe&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="" href="http://www.blogsvertise.com/?rid=b4791" target="_blank"&gt;Blogsvertise&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;You can sign up with them for free. You need to submit your  blog link and then wait for them to send you the assignment. The assignment is  usually to write about 200 words or two or three paragraphs about a product,  site or service they give you.&lt;/p&gt; &lt;p align="justify"&gt;There are many other sites that pay you for reviews. You can  find them by doing a Google Search for review.&lt;/p&gt; &lt;p align="justify"&gt;5. Bidvertiser is a pay per click advertising program. You can  &lt;a href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref_publisher.dbm?Ref_Option=pub&amp;amp;Ref_PID=72143"&gt;Monetize  your Website or Blog with BidVertiser&lt;/a&gt; by referring other advertisers and  publishers.&lt;/p&gt; &lt;p align="justify"&gt;Bidvertiser says, "&lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_Option=adv&amp;amp;Ref_PID=72143"&gt;Place  your ad on thousands of sites with BidVertiser. Get $20 in FREE clicks.&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;5. You can promote your own products on your blog. You can  either sell products, which come with resell rights or create your own products  and sell them on your blog. Even before you start your first blog, think about  what you might want to sell later. Choose a domain name and content for your  blog keeping that in mind.&lt;/p&gt; &lt;p align="justify"&gt;If you want to get a prepackaged blog with video tutorials to  monetize it check out &lt;a title="" href="http://getbonus.freesecret.hop.clickbank.net/?itm=web20wealth" target="_blank"&gt;Web2.0 Wealth&lt;/a&gt;. This blog has all the social bookmarking and  other plugins prepackaged/ You get a series of videos that take you by hand  right from installing your blog to monetizing it.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-460338272464622593?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/460338272464622593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=460338272464622593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/460338272464622593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/460338272464622593'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/blog-monetization.html' title='Blog Monetization'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-491346299079744514</id><published>2008-02-26T00:29:00.002-08:00</published><updated>2008-02-26T00:30:40.992-08:00</updated><title type='text'>Earn With a Blogger Blog</title><content type='html'>&lt;p align="justify"&gt;The moment you feel you have had enough of &lt;a title="" href="http://www.dollarstorupees.com/view_ads_and_earn_money.html" target="_blank"&gt;&lt;strong&gt;viewing ads and earning in pennies&lt;/strong&gt;&lt;/a&gt;, you can  start with your blogger blog.&lt;/p&gt; &lt;p align="justify"&gt;Blogger blog is completely free and easy to set up. It has cool  page elements and you can keep your blog fresh with Google videos and Google  news.&lt;/p&gt; &lt;p align="justify"&gt;You can also add interactive elements such as a poll.&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="" href="http://www.want2learn.com/tutorials/video_tutorials.html" target="_blank"&gt;&lt;strong&gt;Watch video tutorials to create a blogger  blog&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;a title="" href="http://www.want2learn.com/money_zone.html" target="_blank"&gt;&lt;strong&gt;Learn  from other make money tutorials&lt;/strong&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p align="justify"&gt;How can you earn through a blogger blog?&lt;/p&gt; &lt;p align="justify"&gt;There are many ways but the most important ones are the  following:&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;Google AdSense&lt;/strong&gt;: After you have about five  posts on your blog you can &lt;script type="text/javascript"&gt; &lt;!-- google_ad_client = "pub-9153010708498072"; google_ad_output = "textlink"; google_ad_format = "ref_text"; google_cpa_choice = "CAAQnfzw4AIaCJwZC9ix5DwoKN2uuIEBMAA"; google_ad_channel = "1433084836"; //--&gt; &lt;/script&gt;  &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt; &lt;/script&gt;  &lt;script language="JavaScript1.1" src="http://pagead2.googlesyndication.com/cpa/ads?client=ca-pub-9153010708498072&amp;amp;cpa_choice=CAAQnfzw4AIaCJwZC9ix5DwoKN2uuIEBMAA&amp;amp;oe=utf-8&amp;amp;dt=1204015100789&amp;amp;lmt=1203847251&amp;amp;format=ref_text&amp;amp;output=textlink&amp;amp;correlator=1204015100743&amp;amp;channel=1433084836&amp;amp;url=http%3A%2F%2Fwww.dollarstorupees.com%2Fearn_with_a_blogger_blog.html&amp;amp;region=_google_cpa_region_&amp;amp;ref=http%3A%2F%2Fwww.dollarstorupees.com%2Fearning_without_website.html&amp;amp;frm=0&amp;amp;cc=99&amp;amp;ga_vid=720672342.1204002532&amp;amp;ga_sid=1204014459&amp;amp;ga_hid=19526902&amp;amp;ga_fc=true&amp;amp;flash=9.0.115.0&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=738&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=14&amp;amp;u_java=true"&gt;&lt;/script&gt;  &lt;a title="Referral Ads by Google" href="http://pagead2.googlesyndication.com/pagead/iclk?sa=l&amp;amp;num=1&amp;amp;client=ca-ref-pub-9153010708498072&amp;amp;adurl=https://www.google.com/adsense/%3Fhl%3Den_US%26ai%3DBnNbH_s3DR43dNYPK6QPEgpjPA4XP5ied_PDgAsWNtwEAEAEYASCkzfoEOABQwcP0vgNg5dLng8wOoAGXlcj9A6oBCjE0MzMwODQ4MzayARd3d3cuZG9sbGFyc3RvcnVwZWVzLmNvbboBCHJlZl90ZXh0yAEB2gE8aHR0cDovL3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tL2Vhcm5fd2l0aF9hX2Jsb2dnZXJfYmxvZy5odG1sgAIBwAIDqAMD6AOoBOgD-APoA64C9QMIAAAA&amp;amp;ai=BQDrM_s3DR43dNYPK6QPEgpjPA4XP5ied_PDgAsWNtwEAEAEYASCkzfoEOABQ3MW7wQRg5dLng8wOoAGXlcj9A6oBCjE0MzMwODQ4MzayARd3d3cuZG9sbGFyc3RvcnVwZWVzLmNvbboBCHJlZl90ZXh0yAEB2gE8aHR0cDovL3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tL2Vhcm5fd2l0aF9hX2Jsb2dnZXJfYmxvZy5odG1sgAIBwAIDqAMD6AOoBOgD-APoA64C9QMIAAAA" target="_top"&gt;Sign up for AdSense.&lt;/a&gt; and start earning. Signing up is a simple  procedure - it is just like signing up for an email account. Please be careful  about the address you enter. Your cheques will be sent to that address. So make  no mistake in entering your home address. You can have only one account per that  address. So it is better you give your permanant home address than your  temporary accommodation such as you hostel or guest house.&lt;/p&gt; &lt;p align="justify"&gt;After you &lt;script type="text/javascript"&gt; &lt;!-- google_ad_client = "pub-9153010708498072"; google_ad_output = "textlink"; google_ad_format = "ref_text"; google_cpa_choice = "CAAQnfzw4AIaCJwZC9ix5DwoKN2uuIEBMAA"; google_ad_channel = "1433084836"; //--&gt; &lt;/script&gt;  &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt; &lt;/script&gt;  &lt;script language="JavaScript1.1" src="http://pagead2.googlesyndication.com/cpa/ads?client=ca-pub-9153010708498072&amp;amp;cpa_choice=CAAQnfzw4AIaCJwZC9ix5DwoKN2uuIEBMAA&amp;amp;oe=utf-8&amp;amp;dt=1204015102305&amp;amp;lmt=1203847251&amp;amp;prev_fmts=ref_text&amp;amp;format=ref_text&amp;amp;output=textlink&amp;amp;correlator=1204015100743&amp;amp;channel=1433084836&amp;amp;pv_ch=1433084836%2B&amp;amp;url=http%3A%2F%2Fwww.dollarstorupees.com%2Fearn_with_a_blogger_blog.html&amp;amp;region=_google_cpa_region_&amp;amp;ref=http%3A%2F%2Fwww.dollarstorupees.com%2Fearning_without_website.html&amp;amp;frm=0&amp;amp;cc=99&amp;amp;ga_vid=720672342.1204002532&amp;amp;ga_sid=1204014459&amp;amp;ga_hid=19526902&amp;amp;ga_fc=true&amp;amp;flash=9.0.115.0&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=738&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=14&amp;amp;u_java=true"&gt;&lt;/script&gt;  &lt;a title="Referral Ads by Google" href="http://pagead2.googlesyndication.com/pagead/iclk?sa=l&amp;amp;num=1&amp;amp;client=ca-ref-pub-9153010708498072&amp;amp;adurl=https://www.google.com/adsense/%3Fhl%3Den_US%26ai%3DBmo-c_83DR4C6GYyk7APWz422AoXP5ied_PDgAsWNtwEAEAEYASCkzfoEOABQwcP0vgNg5dLng8wOoAGXlcj9A6oBCjE0MzMwODQ4MzayARd3d3cuZG9sbGFyc3RvcnVwZWVzLmNvbboBCHJlZl90ZXh0yAEB2gE8aHR0cDovL3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tL2Vhcm5fd2l0aF9hX2Jsb2dnZXJfYmxvZy5odG1sgAIBwAIDqAMD6AOoBOgD-APoA64C9QMIAAAA&amp;amp;ai=Bo9gg_83DR4C6GYyk7APWz422AoXP5ied_PDgAsWNtwEAEAEYASCkzfoEOABQnpfEm_______AWDl0ueDzA6gAZeVyP0DqgEKMTQzMzA4NDgzNrIBF3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tugEIcmVmX3RleHTIAQHaATxodHRwOi8vd3d3LmRvbGxhcnN0b3J1cGVlcy5jb20vZWFybl93aXRoX2FfYmxvZ2dlcl9ibG9nLmh0bWyAAgHAAgOoAwPoA6gE6AP4A-gDrgL1AwgAAAA" target="_top"&gt;Sign up for AdSense.&lt;/a&gt;, it will take a couple of days to get the  approval from Google. When you sign up you will get a message thanking you for  signing up and that you will receive intimation in a couple of days. Then you  will get an email that says your account has been approved and you can use  Google Adsense on your site.&lt;/p&gt;&lt;p align="justify"&gt;&lt;span style="float: left;"&gt; &lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-9153010708498072"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_channel =""; google_ad_type = "text_image"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_url = "000000"; google_color_text = "000000"; //--&gt;&lt;/script&gt;  &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt; &lt;/script&gt; &lt;iframe name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9153010708498072&amp;amp;dt=1204015102898&amp;amp;lmt=1203847251&amp;amp;prev_fmts=336x280_as&amp;amp;format=336x280_as&amp;amp;output=html&amp;amp;correlator=1204015100743&amp;amp;url=http%3A%2F%2Fwww.dollarstorupees.com%2Fearn_with_a_blogger_blog.html&amp;amp;color_bg=FFFFFF&amp;amp;color_text=000000&amp;amp;color_link=0000FF&amp;amp;color_url=000000&amp;amp;color_border=FFFFFF&amp;amp;ad_type=text_image&amp;amp;ref=http%3A%2F%2Fwww.dollarstorupees.com%2Fearning_without_website.html&amp;amp;frm=0&amp;amp;cc=99&amp;amp;ga_vid=720672342.1204002532&amp;amp;ga_sid=1204014459&amp;amp;ga_hid=19526902&amp;amp;ga_fc=true&amp;amp;flash=9.0.115.0&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=738&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=14&amp;amp;u_java=true" allowtransparency="" frameborder="0" height="280" scrolling="no" width="336"&gt;&lt;/iframe&gt;&lt;/span&gt;If you do not know how to sign up or if you  have problems during the process you can learn from this tutorial:&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="" href="http://www.want2learn.com/adsense/how_to_apply_for_google_adsense.html" target="_blank"&gt;Google AdSense Tutorials&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;If you don't get the approval email from Google in a couple of  days, check your spam folder and ensure that you have given the right email id  while filling in the form. Once you get the approval, you add the Google AdSense  page element to your blog.&lt;/p&gt; &lt;p align="justify"&gt;Watch a &lt;a title="" href="http://www.askrangoo.com/blogger_blog_video_tutorial4.htm" target="_blank"&gt;video tutorial to add page elements&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;You can also &lt;a title="" href="http://webspacebuddy.com/adsense" target="_blank"&gt;listen to AdSense  optimization audio tips&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;From personal experience and testing results on my own blogs I  find a 336X280 block on top of your post and 160x600 skyscraper format on the  right menu works best.&lt;/p&gt; &lt;p align="justify"&gt;You can try different ad formats and choose the one that works  best for you.&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;Beware&lt;/strong&gt;: Once you have ads on your blog, you  might be tempted to click on them. &lt;strong&gt;NEVER NEVER&lt;/strong&gt; click on your  own ads. &lt;strong&gt;NEVER&lt;/strong&gt; tell your friends or family members to click on  your ads. I know of people who create sites for you and then ask you to go to  different cybercafes and click on your own ads. You will get &lt;strong&gt;&lt;span style="color:red;"&gt;BANNED&lt;/span&gt;&lt;/strong&gt; from Google sooner or later. Those companies  will also get banned and the accounts created by them will fall under scrutiny.  Once you are banned, you will not be able to get approval again. It is extremely  difficult almost impossible.&lt;/p&gt; &lt;p align="justify"&gt;Google can find out what search keywords are used to find your  site, how many people have visited your site through search and other referring  sites, how long the visitors stay on your site, which ads they click, how long  they stay on the advertisers site, etc. If you just click on your own ads or  your friends or family members do it, Google can find out these are not real  clicks. As you do more of this you will get into trouble. First you get your  site value down. This means each click will get you less. Then the next stage is  you will get an email from Google saying that there has been illegal activity on  your site. Finally you will get banned.&lt;/p&gt; &lt;p align="justify"&gt;You can also analyse the traffic you get to your blog by using  &lt;a title="" href="http://www.google.com/analytics" target="_blank"&gt;&lt;strong&gt;Google  Analytics&lt;/strong&gt;&lt;/a&gt;. You can create a free account for yourself and find out  more information about the type of people who visit your site.&lt;/p&gt; &lt;p align="justify"&gt;Try to understand &lt;strong&gt;Google AdSense&lt;/strong&gt; from the  advertisers point of view. Google gets paid from the advertisers and Google  shares part of that revenue with us. Why do the advertisers pay Google? They  want potential customers who are looking for the information, services and  products they have on their website. If that purpose is not solved they are not  going to pay Google and Google is not going to pay us. So a lot of research is  being conducted on "click frauds' and it is quite easy for Google to catch you,  if you are engaged in illegal activities.&lt;/p&gt;&lt;br /&gt;&lt;p align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="justify"&gt;&lt;span style="float: left;"&gt; &lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-9153010708498072"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_channel =""; google_ad_type = "text_image"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_url = "000000"; google_color_text = "000000"; //--&gt;&lt;/script&gt;  &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt; &lt;/script&gt; &lt;iframe name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9153010708498072&amp;amp;dt=1204015102914&amp;amp;lmt=1203847251&amp;amp;prev_fmts=336x280_as%2C336x280_as&amp;amp;format=336x280_as&amp;amp;output=html&amp;amp;correlator=1204015100743&amp;amp;url=http%3A%2F%2Fwww.dollarstorupees.com%2Fearn_with_a_blogger_blog.html&amp;amp;color_bg=FFFFFF&amp;amp;color_text=000000&amp;amp;color_link=0000FF&amp;amp;color_url=000000&amp;amp;color_border=FFFFFF&amp;amp;ad_type=text_image&amp;amp;ref=http%3A%2F%2Fwww.dollarstorupees.com%2Fearning_without_website.html&amp;amp;frm=0&amp;amp;cc=99&amp;amp;ga_vid=720672342.1204002532&amp;amp;ga_sid=1204014459&amp;amp;ga_hid=19526902&amp;amp;ga_fc=true&amp;amp;flash=9.0.115.0&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=738&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=14&amp;amp;u_java=true" allowtransparency="" frameborder="0" height="280" scrolling="no" width="336"&gt;&lt;/iframe&gt;&lt;/span&gt;Instead of wasting time clicking on your own  ads, spend your time efficiently to earn more.&lt;/p&gt; &lt;p align="justify"&gt;- Go to different social bookmarking sites and bookmark your  blog. You will get a lot of traffic and some of them will click on your ads and  you will earn money.&lt;/p&gt; &lt;p align="justify"&gt;- Visit other blogs which focus on your topic, post a comment  and leave your blog url there. Whoever visits that blog will read your comment  and click on your url and come to your blog.&lt;/p&gt; &lt;p align="justify"&gt;- Add your blog url to your email signature. The people you  send email to will visit your blog.&lt;/p&gt; &lt;p align="justify"&gt;- Find offline means such as posting a notice wherever you can  and writing an article for a newspaper and make it a point to tell people you  have got a blog and you have interesting content.&lt;/p&gt; &lt;p align="justify"&gt;- Submit your blog to sites such as technorati, bloglines, etc.  which are blog directories. People come to these sites to search for blogs. If  they find the information you have interesting they will come to your blog.&lt;/p&gt; &lt;p align="justify"&gt;Note this point that others need to find the information you  provide interesting, relevant to what they are looking for. So when you choose  the topic for your blog be careful to choose not just what you are interested in  but what a group of people searching for information online might be interested  in.&lt;/p&gt; &lt;p align="justify"&gt;By spending your time this way you will get visitors and as  they are reading your content they also find the ad relevant to the information  they are looking for and they click on your ad. After clicking they go to the  advertisers site, spend time reading the information there and take some action.  This will increase the value of your blog. And you will earn more per click.&lt;/p&gt; &lt;p align="justify"&gt;You need to get to a good page rank for your blog. The better  the page rank, the more money you will get through other advertising means. To  get a better page rank you need to have good content on your site and get  traffic to your blog through a variety of sources.&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="" href="http://www.reviewsuseek.com/go/free_blog_traffic.php" target="_blank"&gt;Get  free traffic to your blogs&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;Read more about &lt;a title="" href="http://askrangoo.com/faq/ask-rangoo/got-your-win-website-what-next-how-do-you-get-traffic" target="_blank"&gt;getting traffic to blogs&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;In addition to Google AdSense you can earn through Affiliate  Programs, selling resell products or your own products, selling ads on your  blog, selling reviews, and selling your blog itself.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-491346299079744514?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/491346299079744514/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=491346299079744514' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/491346299079744514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/491346299079744514'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/earn-with-blogger-blog.html' title='Earn With a Blogger Blog'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7960266785428423412</id><published>2008-02-26T00:29:00.001-08:00</published><updated>2008-02-26T00:29:48.450-08:00</updated><title type='text'>Earning Without Website</title><content type='html'>&lt;p align="justify"&gt;You can start earning online without even starting with your first website. It  is completely legal. The only problem with such earnings is that you will not  get rich through these means. You will earn in pennies and it is not worth  the time and effort you put in. If you are already engaged in other earning  activities, viewing ads can be useful&lt;/p&gt; &lt;p align="justify"&gt;- to get you a few extra pennies&lt;/p&gt; &lt;p align="justify"&gt;- to use the amount you earn to advertise your own sites&lt;/p&gt; &lt;p align="justify"&gt;- to learn from the other websites you visit (get inspiration  for your own ventures)&lt;/p&gt; &lt;p align="justify"&gt;- to pass time after a hard days work and still earn (like  channel flipping on TV)&lt;/p&gt; &lt;p align="justify"&gt;- to decide what not to get yourself into (sometimes you will  get to view sites that are either in the black or gray zone - this will help you  decide how much above board you want to be)&lt;/p&gt; &lt;p align="justify"&gt;- to learn what catches your attention as a customer,  what lasts in your memory and what you hate or ignore (this will help when you  start your own business and your own sites)&lt;/p&gt; &lt;p align="justify"&gt;Here are some of the sites where you can view ads and earn  money:&lt;/p&gt; &lt;h5 align="justify"&gt;&lt;a title="" href="http://www.reviewsuseek.com/go/mobile_ads.php" target="_blank"&gt;Mobile  Ads&lt;/a&gt;&lt;/h5&gt; &lt;h5 align="justify"&gt;&lt;a title="" href="http://www.clixsense.com/?2075272" target="_blank"&gt;&lt;strong&gt;ClixSense&lt;/strong&gt;&lt;/a&gt;&lt;/h5&gt; &lt;h5 align="justify"&gt;&lt;a title="" href="http://clix4coins.com/index1.php?ref=rangoo" target="_blank"&gt;&lt;strong&gt;Clix4Coins&lt;/strong&gt;&lt;/a&gt;&lt;/h5&gt; &lt;p align="justify"&gt;&lt;strong&gt;Beware:&lt;/strong&gt; Whenever you join a view ad program  you have to take care of a number of things and be very careful about your  safety and security.&lt;/p&gt;&lt;p align="justify"&gt; &lt;/p&gt;&lt;p align="justify"&gt;1. &lt;strong&gt;Do a Google Search&lt;/strong&gt; and study the reactions of other people  to this company. In the Google Search box if you write for example &lt;strong&gt;AdBux  Scam?&lt;/strong&gt; you will get a lot of reaction from people - some who think it is  a scam site and some who think it is not. You can study that and come to a  decision who you want to believe.&lt;/p&gt; &lt;p align="justify"&gt;I joined AdBux to test it out because someone asked my opinion  about it. First I thought AdBux was a scam because my payment was delayed by a  few days. But AdBux paid me. So I do not think AdBux is a scam site. This is my  opinion. There may be other who have not got paid. By reading as many reactions  as possible you will be able to arrive at a general conclusion.&lt;/p&gt; &lt;p align="justify"&gt;2. &lt;strong&gt;File a Support Ticket&lt;/strong&gt; and try to contact  the company. Every site that says they will pay you to view ads must have a  "Contact Us" facility. You can click on that, enter your name and email ID and  post your question. Try to find out if they respond to help desk tickets. This  will help you later to contact them in case you do not receive the payment.&lt;/p&gt; &lt;p align="justify"&gt;3. &lt;strong&gt;Check Yahoo Answers&lt;/strong&gt; and find out if someone  has posted a question about not being paid by that company. You can also post a  question there to find out from others what their experiences have been.&lt;/p&gt; &lt;p align="justify"&gt;4. &lt;strong&gt;Check Forums&lt;/strong&gt; and participate in the  interaction. AdBux, for example, has a forum and I could post my comment there  about not being paid. And then ofcourse I got paid. In addition to these  companies having their forums, there are other forums where people discuss their  experience. For example, if you do a Google Search on &lt;strong&gt;"Online Type For  Dollars" Scam?&lt;/strong&gt; you will find blogs and forums where this issue is being  discussed. By participating in the discussion you can find out whether the  company you are joining to earn money online will really pay you or it is just a  scam.&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;Most Important&lt;/strong&gt;&lt;/p&gt; &lt;p align="justify"&gt;Do not pay anyone in the hope of earning in thousands  overnight. The following &lt;strong&gt;view ads and earn money&lt;/strong&gt; programs are  free to join:&lt;/p&gt; &lt;a title="" href="http://www.reviewsuseek.com/go/mobile_ads.php" target="_blank"&gt;Mobile  Ads&lt;/a&gt;  &lt;h5 align="justify"&gt;&lt;a title="" href="http://www.clixsense.com/?2075272" target="_blank"&gt;&lt;strong&gt;ClixSense&lt;/strong&gt;&lt;/a&gt;&lt;/h5&gt; &lt;h5 align="justify"&gt;&lt;a title="" href="http://clix4coins.com/index1.php?ref=rangoo" target="_blank"&gt;&lt;strong&gt;Clix4Coins&lt;/strong&gt;&lt;/a&gt;&lt;/h5&gt; &lt;p align="justify"&gt;But there are other programs where they ask you to pay to do  typing work or surveys etc. I am asking you to thoroughly check even for free  programs. You should never part with your money without double checking  everything about the company.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7960266785428423412?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7960266785428423412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7960266785428423412' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7960266785428423412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7960266785428423412'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/earning-without-website.html' title='Earning Without Website'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-1359505856140924055</id><published>2008-02-26T00:28:00.002-08:00</published><updated>2008-02-26T00:29:03.113-08:00</updated><title type='text'>Legal Way Of Earning Money</title><content type='html'>&lt;p&gt;&lt;strong&gt;Question&lt;/strong&gt;: &lt;strong&gt;I like to appreciate about sharing inf about the fact  about these sites in getting money .&lt;br /&gt;&lt;br /&gt;But now I want to know the legal way  in which a person residing in India wants to make money online .&lt;br /&gt;I wud be  thankful to u.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Again Appreciate for sharing yur thoughts.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Answer&lt;/strong&gt;: Whether a person is residing in India or in any  other place in the world, it is possible to earn online through absolutely legal  means.&lt;/p&gt; &lt;p&gt;Many resort to illegal means because of the misconception that you cannot  earn online in India and you can earn only if you are in US or other countries.  This is not at all true and you CAN earn online in India through legal means. I  am doing it and so can you. What you need is committment, sincerity, patience  and perseverance.&lt;/p&gt; &lt;p&gt;You need the following to earn online:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Mindset&lt;/strong&gt;: The first thing you need to earn online is the  mindset of a successful business person. Think of yourself as a future  millionnaire investing your time and energy in a well-planned manner to achieve  your goals. Expand your horizen and start feeling and acting like an efficient  executive who knows where to take his company. Even if you are just starting  online, imagine you have a huge company with hundreds of employees and you are  planning every step towards the final goal not only for yourself but for all the  people you have employed.&lt;/p&gt; &lt;p&gt;You are not a petty thief and you will not degrade yourself by engaging in  activities that bring short term profits but are harmful in the long run. You  have a vision and you want to reach somewhere through legal means because only  this way of working will get you profits for years and years to come. You will  be free of all the mental tensions of engaging yourself in some blackhat tactics  and live in the fear of being caught.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;MindMap&lt;/strong&gt;: You need to brainstorm and draw a mindmap of the  process that will make you a millionnaire. You may just &lt;a title="" href="http://www.dollarstorupees.com/view_ads_and_earn_money.html" target="_blank"&gt;click on ads and earn&lt;/a&gt; in pennies today. But you should have a  plan to move ahead and start earning in dollars and in hundreds and thousands.  Brainstorm all that you can do to earn online and prepare a path for yourself.  Decide what you are going to start with and what following steps you are going  to take. Invest part of your earning for taking the next step.&lt;/p&gt; &lt;p&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a style="color: black;" href="earning_without_website.html"&gt;Earning Without  Website&lt;/a&gt;  &lt;/li&gt;&lt;li&gt;&lt;a style="color: black;" href="earn_with_a_blogger_blog.html"&gt;Earn With a  Blogger Blog&lt;/a&gt;  &lt;/li&gt;&lt;li&gt;&lt;a style="color: black;" href="blog_monetization.html"&gt;Blog Monetization&lt;/a&gt;  &lt;/li&gt;&lt;li&gt;&lt;a style="color: black;" href="blog_faq.html"&gt;Blog FAQ&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-1359505856140924055?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/1359505856140924055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=1359505856140924055' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1359505856140924055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/1359505856140924055'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/legal-way-of-earning-money.html' title='Legal Way Of Earning Money'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-7527366341095464436</id><published>2008-02-26T00:28:00.001-08:00</published><updated>2008-02-26T00:28:37.694-08:00</updated><title type='text'>Apply for Google AdSense</title><content type='html'>&lt;p align="justify"&gt;I'm sure you have finished creating your website by now. If you  need any help, just send me an email.&lt;/p&gt; &lt;p align="justify"&gt;Now, today we will apply for an AdSense account. Google AdSense  helps you make money from your website by placing small text ads on your site.  The best part of it is that the ads are related to your website content, and  whenever visitors click on the ads, you make money. How simple is&lt;br /&gt;that  :-D&lt;/p&gt; &lt;p align="justify"&gt;Signing up for Google AdSense is as easy as applying for an  email account.&lt;/p&gt; &lt;p align="center"&gt;  &lt;script language="JavaScript1.1" src="http://pagead2.googlesyndication.com/cpa/ads?client=ca-pub-9153010708498072&amp;amp;cpa_choice=CAAQidTQgAIaCDFyD7PiBqtPKN2uuIEB&amp;amp;oe=UTF-8&amp;amp;dt=1171166357578&amp;amp;lmt=1168177230&amp;amp;format=ref_text&amp;amp;output=textlink&amp;amp;url=http%3A%2F%2Fwww.dollarstorupees.com%2Fday_7.html&amp;amp;region=_google_cpa_region_&amp;amp;ref=http%3A%2F%2Fwww.dollarstorupees.com%2Fday_6.html&amp;amp;cc=100&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=738&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=-480&amp;amp;u_his=12&amp;amp;u_java=true&amp;amp;u_nplug=9&amp;amp;u_nmime=22" type="text/javascript"&gt; &lt;/script&gt;  &lt;a title="Referral Ads by Google" href="http://pagead2.googlesyndication.com/pagead/iclk?sa=l&amp;amp;num=1&amp;amp;client=ca-ref-pub-9153010708498072&amp;amp;adurl=https://www.google.com/adsense/%3Fhl%3Den_US%26ai%3DB9r8Pi83DR_zrBJiM7AOC9vSZA4XP5ieJ1NCAAsWNtwEAEAEYASCkzfoEOABQwcP0vgNg5dLng8wOoAGXlcj9A7IBF3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tugEIcmVmX3RleHTIAQHaASlodHRwOi8vd3d3LmRvbGxhcnN0b3J1cGVlcy5jb20vZGF5XzcuaHRtbIACAcACA6gDA-gDqAToAxnoAw3oA64C9QMCAAAA&amp;amp;ai=BLCr3i83DR_zrBJiM7AOC9vSZA4XP5ieJ1NCAAsWNtwEAEAEYASCkzfoEOABQ0feOvQJg5dLng8wOoAGXlcj9A7IBF3d3dy5kb2xsYXJzdG9ydXBlZXMuY29tugEIcmVmX3RleHTIAQHaASlodHRwOi8vd3d3LmRvbGxhcnN0b3J1cGVlcy5jb20vZGF5XzcuaHRtbIACAcACA6gDA-gDqAToAxnoAw3oA64C9QMCAAAA" target="_top"&gt;Generate revenue from your website. Google AdSense.&lt;/a&gt;&lt;/p&gt; &lt;p align="left"&gt;You have to just fill up information like you name, email, postal  address, and the website link. It will take two minutes for your to sign  up. &lt;/p&gt; &lt;p align="justify"&gt;If you need more information on Google AdSense, you can check  out one of my other sites -&lt;/p&gt; &lt;p align="justify"&gt;More Information on &lt;a title="Sign Up for Google AdSense" href="http://www.want2learn.com/adsense/" target="_blank"&gt;How to Sign Up for  Google AdSense&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;Just follow the steps at the site and sign up for an AdSense  account. Once you have applied for an AdSense account, be patient - it could  take from a week to 10 days for your application to be reviewed. It might be  faster too, so keep your fingers crossed.&lt;/p&gt; &lt;p align="justify"&gt;You can't do much till your AdSense application is approved so  today's task for you is just to apply for AdSense and read more about it at:&lt;/p&gt; &lt;p align="justify"&gt;&lt;a title="Info about Google AdSense" href="http://www.want2learn.com/adsense/" target="_blank"&gt;More about Google  AdSense&lt;/a&gt;&lt;/p&gt; &lt;p align="justify"&gt;If you need any help, don't hesitate to ask. Next step, I will  show you how to add your AdSense code to your website. You are just 2 steps away  from making money online!&lt;/p&gt; &lt;p align="justify"&gt;&lt;span style="float: left;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-7527366341095464436?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/7527366341095464436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=7527366341095464436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7527366341095464436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/7527366341095464436'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/apply-for-google-adsense.html' title='Apply for Google AdSense'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-6550837320752741040</id><published>2008-02-26T00:27:00.001-08:00</published><updated>2008-02-26T00:27:43.818-08:00</updated><title type='text'>Step 2: Add Content to your Website</title><content type='html'>&lt;p align="justify"&gt;Ok, so you have your website ready? Now you need to add some content to it. If  you are planning to apply for an AdSense account, you need at least 25 pages of  content on your website.&lt;/p&gt; &lt;p align="justify"&gt;What kind of content can you add? You could add tips, articles,  step-by-step tutorials, ecourses - just about anything.&lt;/p&gt; &lt;p align="justify"&gt;But what if you are not a good writer? Not all of us can write  well - does that mean that you cannot have a website? Not at all. If you can't  write, then just find free articles from the Internet and post them on your  website.&lt;/p&gt; &lt;p align="justify"&gt;Remember! Do not plagiarise! Copying from others' websites is a  strict NO! However, there are certain sites which allow you to use their  articles if you leave the author's name intact. That's not so bad, is it? The  author gets some publicity and you get free content.&lt;/p&gt; &lt;p align="justify"&gt;Here are some places where you can get the free articles.  Remember, when you use them on your website, include the author's name and  resource box without fail.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-6550837320752741040?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/6550837320752741040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=6550837320752741040' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6550837320752741040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/6550837320752741040'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/step-2-add-content-to-your-website.html' title='Step 2: Add Content to your Website'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4837945682651248776</id><published>2008-02-26T00:26:00.000-08:00</published><updated>2008-02-26T00:27:13.441-08:00</updated><title type='text'>Step 1: Get a Website</title><content type='html'>&lt;p align="justify"&gt;If you want to make money online, the first thing you need is a website. Without  a website, you won't be able to apply any of the tips we mention.&lt;/p&gt; &lt;p align="justify"&gt;There are lots of sites which offer you free webspace, for  example, Geocities and 50Webs. But read the terms and conditions carefully. Some  webspace providers do not let you add your own ads. They place their own ads on  your webpages so that they can earn money from it. So look out for webspace  where they allow you to add your own ads.&lt;/p&gt; &lt;p align="justify"&gt;When you are starting out, you can get host your website on any  free webspace provider. And later on, once you start making money, you can buy  your own domain and webspace.&lt;/p&gt; &lt;p align="justify"&gt;While registering for your webspace, try to use a name which  will be easy to remember. For example, if your site is about gardening, then  your site could be garden.50webs.com.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-4837945682651248776?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4837945682651248776/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4837945682651248776' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4837945682651248776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4837945682651248776'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/step-1-get-website.html' title='Step 1: Get a Website'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8851035810286250476.post-4794174213722285089</id><published>2008-02-26T00:25:00.000-08:00</published><updated>2008-02-26T00:26:45.147-08:00</updated><title type='text'>Make Money Online Checklist</title><content type='html'>&lt;p align="justify"&gt;Here's what you need to do if you want to make money online. I'll be adding more  detailed instructions for each step soon.&lt;/p&gt; &lt;p align="justify"&gt;1) Make a list of interests/hobbies that you are passionate  about.&lt;/p&gt; &lt;p align="justify"&gt;2) Use a &lt;a title="Keyword Software" href="http://www.nichefindersoftware.com/" target="_blank"&gt;Keyword Software&lt;/a&gt; to  find out whether your topics are in demand.&lt;/p&gt; &lt;p align="justify"&gt;3) Sign up for a free &lt;a title="Sign up for Clickbank" href="http://www.coursesuseek.com/clickbank/" target="_blank"&gt;Clickbank&lt;/a&gt;  Account.&lt;/p&gt; &lt;p align="justify"&gt;4) Search for Affiliate programs for your topic. (&lt;a title="More about Affiliate Programs" href="http://www.internet-marketing-helpline.com/affiliates_zone.html" target="_blank"&gt;What is an Affiliate Program&lt;/a&gt;?)&lt;/p&gt; &lt;p align="justify"&gt;5) Search for &lt;a title="Free Articles" href="http://www.nicheprofits.info/" target="_blank"&gt;free articles&lt;/a&gt; for your  topic. (Use an &lt;a title="Article Software" href="http://www.terrificdeals.info/go/site_builder.php" target="_blank"&gt;Article  Software&lt;/a&gt; to speed it up)&lt;/p&gt; &lt;p align="justify"&gt;6) Sign up for free webspace.&lt;/p&gt; &lt;p align="left"&gt;7) Create your website. (Use an &lt;a title="Simple Website Creator" href="http://www.softwareuseek.com/make-website/" target="_blank"&gt;easy Website  Maker&lt;/a&gt;)&lt;/p&gt; &lt;p align="justify"&gt;8) Add your own content in addition to the free articles.&lt;/p&gt; &lt;p align="justify"&gt;9) Apply for &lt;a title="Google Adsense" href="http://www.want2learn.com/adsense/" target="_blank"&gt;Google Adsense&lt;/a&gt;.&lt;/p&gt; &lt;p align="justify"&gt;10) Add &lt;a title="Google Adsense" href="http://www.want2learn.com/adsense/" target="_blank"&gt;Google Adsense&lt;/a&gt; to  your site.&lt;/p&gt; &lt;p align="justify"&gt;11) Promote your site. (Learn to &lt;a title="Increase Traffic to your Site" href="http://www.terrificdeals.info/go/traffic-system.php" target="_blank"&gt;drive  traffic to your site&lt;/a&gt;)&lt;/p&gt; &lt;p align="justify"&gt;12) Create your own eBook/Software on your selected topic.&lt;/p&gt; &lt;p align="justify"&gt;13) Register for domain and hosting.&lt;/p&gt; &lt;p align="justify"&gt;14) Promote your product. (Learn to &lt;a title="Increase Traffic to your Site" href="http://www.terrificdeals.info/go/traffic-system.php" target="_blank"&gt;drive  traffic to your site&lt;/a&gt;)&lt;/p&gt; &lt;p align="justify"&gt;15) Repeat the same steps for your next website.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8851035810286250476-4794174213722285089?l=ordaso.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ordaso.blogspot.com/feeds/4794174213722285089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8851035810286250476&amp;postID=4794174213722285089' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4794174213722285089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8851035810286250476/posts/default/4794174213722285089'/><link rel='alternate' type='text/html' href='http://ordaso.blogspot.com/2008/02/make-money-online-checklist.html' title='Make Money Online Checklist'/><author><name>jon</name><uri>http://www.blogger.com/profile/15832102558192893770</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
