<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Debi'Z Blog</title>
	
	<link>http://www.debi-z.com</link>
	<description>SEO</description>
	<lastBuildDate>Thu, 12 Nov 2009 10:26:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/DebiZBlog" type="application/rss+xml" /><feedburner:emailServiceId>DebiZBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Google’s Rich Snippets: An Introduction to Semantic Markup</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/O9D1ECsalaY/</link>
		<comments>http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:26:09 +0000</pubDate>
		<dc:creator>aviva b</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=1056</guid>
		<description><![CDATA[At the end of last month Google announced an update to Rich Snippets. Rich Snippets,  which debuted in mid-May of this year, are intended to provide more in-depth  information – such as ratings for videos or restaurants or people&#8217;s social and  professional information – in the snippets on the search result pages, [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of last month Google announced an update to Rich Snippets. Rich Snippets,  which debuted in mid-May of this year, are intended to provide more in-depth  information – such as ratings for videos or restaurants or people&#8217;s social and  professional information – in the snippets on the search result pages, giving  the searcher a &#8220;richer&#8221; searching experience.</p>
<p><img class="size-full wp-image-1058 alignnone" title="rich snippet chinese review " src="http://www.debi-z.com/seosite/wp-content/uploads/2009/11/chinese-review-rich-snippet.png" alt="An example of Google Rich Snippets: a review of a Chinese restaurant with ratings" width="446" height="76" /></p>
<p><img class="alignnone size-full wp-image-1062" title="debi rich snippet 1" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/11/debi-rich-snippet-1.PNG" alt="debi rich snippet 1" width="466" height="83" /></p>
<p>How do Rich Snippets work?</p>
<p>In order to produce a Rich Snippet, Google looks at semantic markup  (programming code that explains meanings) that webmasters have added to their  pages, marking data that humans understand naturally so that machines can  understand it also. Basic HTML has plenty of semantic markup that explains data  structure, for example, the &lt;h1&gt; tag to denote a heading or the &lt;p&gt;  tag to denote a paragraph.</p>
<p>To see a simple explanation of how more complex semantic markup works, take a  look at the following:</p>
<p><img class="alignnone size-full wp-image-1060" title="brownie recipe rich snippet" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/11/brownie-recipe-rich-snippet.png" alt="brownie recipe rich snippet" width="426" height="515" /></p>
<p>You know that what you are looking at is a recipe. (Looks pretty good, no? If  you are so tempted that you end up <a href="http://allrecipes.com/Recipe/Chocolate-Chip-Cheesecake-Brownies/Detail.aspx">making  the recipe</a>, tell us in the comments whether it&#8217;s worth it.) You know that  the text contains (among other things) the title of the recipe and a list of  ingredients consisting of the types of ingredient and how much of each you will  need.</p>
<p>If basic HTML is used, all a computer knows is that it is looking at a title  and a list that contains numbers. It could be a recipe; it could be the  inventory of a store; it could be the list of final grades for Geology 101.</p>
<p>More advanced semantic markup tags different parts of the page with code that  &#8220;explains&#8221; to the computer what the data is referring to, and the relationship  between different parts of the data. In the above example, the semantic markup  would effectively tell the computer something like this:</p>
<p>&lt;recipe title&gt; Chocolate Chip Cheesecake Brownies</p>
<p>&lt;list of ingredients&gt;</p>
<p>&lt;amount of ingredient&gt;1 &lt;measure of amount&gt;cup &lt;type of  ingredient&gt;shortening</p>
<p>&lt;amount of ingredient&gt;1 &lt;measure of amount&gt;cup &lt;type of  ingredient&gt;brown sugar</p>
<p>&lt;amount of ingredient&gt;1/2 &lt;measure of amount&gt;cup &lt;type of  ingredient&gt;white sugar</p>
<p>&lt;amount of ingredient&gt;1 &lt;measure of amount&gt;teaspoon &lt;type of  ingredient&gt;vanilla extract</p>
<p>There are a number of existing vocabulary systems for semantic markup,  enabling you to let machines understand and make connections about information  on people, organizations, products, locations, events, media, and jobs, among  other things (there&#8217;s even a vocabulary for recipes!). If all information was  tagged, a search engine would ostensibly be able to return &#8220;all brownie recipes  with no oil that are written by people who live in Oklahoma and are friends of  my friends on Facebook.&#8221;</p>
<p>We&#8217;re not there yet. Google only visibly uses this information for its Rich  Snippets, and only for reviews and for social/people profile sites, although  they say that they do use the information from other markups. The two systems  that Google supports are microformats and RDFa. As you may have noticed, the  above mouth-watering brownie recipe does have ratings, but they do not appear in  the search result snippet for that page:</p>
<p><img class="alignnone size-full wp-image-1061" title="brownie search rich snippet" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/11/brownie-search-rich-snippet.png" alt="brownie search rich snippet" width="412" height="75" /></p>
<p>as they are using a system other than microformats and RDFa.</p>
<p>More Rich Snippet support will be added in the future for markup that is  helpful to searchers and that gains wide use among webmasters. E-Commerce sites,  in particular, may be likely to benefit.</p>
<p>Which system should you use and how should you use it? Stay tuned for the  next blog post on semantic markup and Rich Snippets! In the meantime, if you  have your own opinions on the use of semantic markup, let us know in the  comments below.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;title=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Del.icio.us" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;title=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to digg" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup&amp;u=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to FURL" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;title=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to reddit" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Technorati" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;h=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Newsvine" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;title=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup&amp;description=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Ma.gnolia" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;title=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Stumble Upon" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup&amp;url=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to SlashDot" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;title=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Sphinn" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/&amp;t=Google%26%238217%3Bs+Rich+Snippets%3A+An+Introduction+to+Semantic+Markup" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to FaceBook" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Twitter" alt="Add 'Google&#8217;s Rich Snippets: An Introduction to Semantic Markup' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/O9D1ECsalaY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/11/12/googles-rich-snippets-an-introduction-to-semantic-markup/</feedburner:origLink></item>
		<item>
		<title>Are We Compatible?</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/C8FkTqUqkRg/</link>
		<comments>http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:00:23 +0000</pubDate>
		<dc:creator>aviva b</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=1020</guid>
		<description><![CDATA[When it comes to marriage, it&#8217;s important that you be compatible with your  spouse. When it comes to SEO, it&#8217;s important that you be compatible with  everyone – those who use Internet Explorer and those who use Chrome; those who  embrace every new technology the web has to offer, and those who [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to marriage, it&#8217;s important that you be compatible with your  spouse. When it comes to SEO, it&#8217;s important that you be compatible with  everyone – those who use Internet Explorer and those who use Chrome; those who  embrace every new technology the web has to offer, and those who surf on waves  of text-only browsers.</p>
<p>How do you know whether your site will be compatible with them all?</p>
<p>One useful service for checking how any particular URL will display on  different browsers is <a href="http://browsershots.org/">BrowerShots</a>. They  offer the ability (free!) to check how your URL will display on numerous  different browsers, with the options to choose the screen size and color depth,  as well as whether you want Java, Javascript and/or Flash enabled or disabled.</p>
<p>Although highly useful (especially if you don&#8217;t have all these browsers  installed on your computer), oftentimes BrowserShots would time out before  loading all of the screenshots I wanted to view.</p>
<p>In these cases, or if you want to check multiple URLs on a single domain  quickly, the following are directions on how to disable Javascript and Flash in  common browsers. The version in parentheses is the version that I tested the  instructions on; they may well work in earlier/later versions as well – but  you&#8217;ll have to try that yourself. If you have any comments or tips about other  versions and/or browsers, please enlighten us all in the comments below!</p>
<p><em><strong>Internet Explorer (8.0)</strong></em></p>
<p><strong>Disabling Javascript:</strong></p>
<ol>
<li>Go to the Tools menu.</li>
<li>Click on Internet Options (all the way at the bottom).</li>
<li>Click on the Security tab.</li>
<li>Click the &#8220;Custom Level&#8221; button.</li>
<li>Scroll down to where it says &#8220;Active Scripting&#8221; and click &#8220;Disable&#8221;.</li>
<li>Click OK.</li>
<li>Click Yes.</li>
<li>Click OK.</li>
</ol>
<p><strong>Disabling Flash:</strong></p>
<p>The Toggle Flash add-on disables and re-enables any Flash banner by clicking  the Toggle Flash button in your toolbar. To install and use Toggle Flash:</p>
<ol>
<li>Download <a href="http://flash.melameth.com/togflash.msi">Toggle Flash</a>.  In order to use Toggle Flash, you must have <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;DisplayLang=en">Microsoft  .NET 2.0 Framework</a> or one of the later service packs installed.</li>
<li>Close Internet Explorer and install Toggle Flash.</li>
<li>Re-open Internet Explorer. The Toggle Flash button (a red circle with the  Flash &#8220;f&#8221; symbol in the middle and a line through it) should be present in your  command bar (the toolbar with the homepage button, printer button, etc.).</li>
<li>If you don&#8217;t see it, you may need to resize your command bar. Right-click on  an empty space in the command bar and uncheck &#8220;Lock the Toolbars&#8221; in the pop-up  menu.</li>
<li>Put your mouse over the line that appears and the cursor will change to a  bi-directional arrow. Drag the line to expand the toolbar until the Toggle Flash  icon appears. You can then re-lock the toolbars.</li>
<li>Click the Toggle Flash button to turn Flash off. The button will not show a  depression, making it hard to know whether it really worked or not, but if you  visit a site with Flash, the Flash will not display and you may receive a  message telling you that you need to download the latest Flash player or a  similar message.</li>
<li>In order to show the Flash, click the Toggle Flash button again and reload  the page.</li>
</ol>
<p><em><strong>Mozilla Firefox (3.0.13)</strong></em></p>
<p><strong>Disabling Javascript:</strong></p>
<ol>
<li>Go to the Tools menu.</li>
<li>Click on Options (towards the bottom).</li>
<li>Uncheck the &#8220;Enable Javascript&#8221; box.</li>
<li>Click OK.</li>
</ol>
<p><strong>Disabling Flash:</strong></p>
<p>The <a href="https://addons.mozilla.org/en-US/firefox/addon/433">Flashblock</a> add-on  automatically disables any Flash banner, indicating its presence as a grey  button that fluctuates between the Flash &#8220;f&#8221; symbol and a &#8220;play&#8221; arrow. If you  click on the button, it will display the Flash. This add-on is incredibly  convenient, not only for testing browser compatibility, but also for eliminating  annoying Flash ads from displaying during your regular surfing of the internet.</p>
<p><em><strong>Google Chrome (4.0.206.1 – dev version; should work on latest stable version  as well)</strong></em></p>
<p><strong>Disabling Javascript:</strong></p>
<ol>
<li>Right-click on the Google Chrome icon found on your desktop.</li>
<li>Click on Properties.</li>
<li>Click on the Shortcuts tab.</li>
<li>In the &#8220;Target&#8221; field, where it says something to the effect of  &#8220;C:\Documents and Settings\<strong><em>username</em></strong>\Local Settings\Application  Data\Google\Chrome\Application\chrome.exe&#8221;, add a space and then  &#8220;-disable-javascript&#8221; (without the quotes)</li>
<li>Restart Chrome.</li>
</ol>
<p><strong>Disabling Flash</strong></p>
<p>Okay, this Flashblock works the same way as the Firefox one, but the  installation is a tad more complicated than clicking &#8220;Install&#8221;. Hold on tight…</p>
<ol>
<li>Go to the page containing the <a href="http://userscripts.org/scripts/source/46673.user.js">Flashblock user  script</a>. Copy the script into a Notepad file and save it as a text document  as &#8220;Flashblock.user.js&#8221; (the name &#8220;Flashblock&#8221; is not crucial; the &#8220;.user.js&#8221;  suffix is).</li>
<li>Find your Default user data folder for Chrome.</li>
</ol>
<p>· In Windows XP, the pathway is: \Documents and  Settings\<strong><em>username</em></strong>\Local Settings\Application  Data\Google\Chrome\User Data\Default</p>
<p>· In Windows Vista the pathway is:  \Users\<strong><em>username</em></strong>\AppData\Local\Google\Chrome\User Data\Default</p>
<p>* If you are using Explorer to find the folder, you may need to tell it to  display hidden folders by going to the Tools menu, clicking &#8220;Folder Options&#8221;,  clicking the &#8220;View&#8221; tab and selecting &#8220;Show hidden files and folders&#8221; (towards  the bottom of the list of options).</p>
<p>3. Create a new folder within the Default folder entitled User Scripts.</p>
<p>4. Copy your Flashblock.user.js file into the User Scripts folder.</p>
<p>5. Right-click on the Google Chrome icon found on your desktop.</p>
<ol>
<li>Click on Properties.</li>
<li>Click on the Shortcuts tab.</li>
<li>In the &#8220;Target&#8221; field, where it says something to the effect of  &#8220;C:\Documents and Settings\<strong><em>username</em></strong>\Local Settings\Application  Data\Google\Chrome\Application\chrome.exe&#8221;, add a space and then  &#8220;&#8211;enable-user-scripts&#8221; (without the quotes – and make sure the first hyphen is  doubled)</li>
<li>Restart Chrome.</li>
</ol>
<p><em>Note:</em> In order to display Flash permanently for any site, press Alt+F.</p>
<p><em>Yet another note:</em> On Chrome, you cannot block Flash and Javascript at the  same time. Putting &#8220;-disable-javascript&#8221; into the target field will disable your  userscript that runs Flashblock. *sigh*</p>
<p>Happy browsing!</p>
<p><strong>References:</strong></p>
<p><cite><a href="http://www.mistered.us/tips/javascript/browsers.shtml">www.mistered.us/tips/javascript/browsers.shtml</a></cite></p>
<p><a href="http://www.simplehelp.net/2008/04/07/how-to-temporarily-disable-flash-in-internet-explorer-7/">http://www.simplehelp.net/2008/04/07/how-to-temporarily-disable-flash-in-internet-explorer-7/</a></p>
<p><a href="http://www.google.com/support/forum/p/Chrome/thread?tid=5e291648113cc731&amp;hl=en">http://www.google.com/support/forum/p/Chrome/thread?tid=5e291648113cc731&amp;hl=en</a></p>
<p><a href="http://www.chromeplugins.org/google/chrome-plugins/block-flash-disable-most-visited-sites-7491.html">http://www.chromeplugins.org/google/chrome-plugins/block-flash-disable-most-visited-sites-7491.html</a></p>
<p><a href="http://www.chromeplugins.org/google/chrome-talk/userscripts-chrome-7483.html">http://www.chromeplugins.org/google/chrome-talk/userscripts-chrome-7483.html</a></p>
<p><a href="http://dev.chromium.org/getting-involved/dev-channel">http://dev.chromium.org/getting-involved/dev-channel</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;title=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Are We Compatible?' to Del.icio.us" alt="Add 'Are We Compatible?' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;title=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Are We Compatible?' to digg" alt="Add 'Are We Compatible?' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Are+We+Compatible%3F&amp;u=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/" title="Add 'Are We Compatible?' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Are We Compatible?' to FURL" alt="Add 'Are We Compatible?' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;title=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Are We Compatible?' to reddit" alt="Add 'Are We Compatible?' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/" title="Add 'Are We Compatible?' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Are We Compatible?' to Technorati" alt="Add 'Are We Compatible?' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;h=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Are We Compatible?' to Newsvine" alt="Add 'Are We Compatible?' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;title=Are+We+Compatible%3F&amp;description=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Are We Compatible?' to Ma.gnolia" alt="Add 'Are We Compatible?' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;title=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Are We Compatible?' to Stumble Upon" alt="Add 'Are We Compatible?' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Are+We+Compatible%3F&amp;url=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/" title="Add 'Are We Compatible?' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Are We Compatible?' to SlashDot" alt="Add 'Are We Compatible?' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;title=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'Are We Compatible?' to Sphinn" alt="Add 'Are We Compatible?' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/&amp;t=Are+We+Compatible%3F" title="Add 'Are We Compatible?' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Are We Compatible?' to FaceBook" alt="Add 'Are We Compatible?' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/" title="Add 'Are We Compatible?' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Are We Compatible?' to Twitter" alt="Add 'Are We Compatible?' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/C8FkTqUqkRg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/09/07/are-we-compatible-disabling-javascript-and-flash/</feedburner:origLink></item>
		<item>
		<title>Why Is Your Site Not Ranking?  The Reason (in Rhyme)</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/kxU5aIxSif8/</link>
		<comments>http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:54:53 +0000</pubDate>
		<dc:creator>aviva b</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=1008</guid>
		<description><![CDATA[So you want your site
To rank up high
We have quite a job
I&#8217;ll tell you why
When we search for your keyword
Your site does view
Way down on the list
Rank three hundred and two
Your homepage has five versions
.html, .php
/index, /default
And the original, you see
Your links are all Java
Your navigation&#8217;s in Flash
Google has just one page of yours
Stored in [...]]]></description>
			<content:encoded><![CDATA[<p>So you want your site<br />
To rank up high<br />
We have quite a job<br />
I&#8217;ll tell you why</p>
<p>When we search for your keyword<br />
Your site does view<br />
Way down on the list<br />
Rank three hundred and two</p>
<p>Your homepage has five versions<br />
.html, .php<br />
/index, /default<br />
And the original, you see</p>
<p>Your links are all Java<br />
Your navigation&#8217;s in Flash<br />
Google has just one page of yours<br />
Stored in its cache</p>
<p>Your title and description tags<br />
Are all the same<br />
The only keyword that refers surfers<br />
Is your name</p>
<p>URLs are dynamic<br />
Lots of errors in your code<br />
Your homepage takes<br />
Two minutes to load</p>
<p>Half your site content<br />
Is password protected<br />
Including &#8220;Terms of Use&#8221; –<br />
Plagiarism, you suspected?</p>
<p>Your PageRank is zero<br />
Backlinks twenty-one<br />
But eleven from link farms<br />
Ten from the blog of your son</p>
<p>Bumping your site up<br />
Won&#8217;t be easy<br />
And rapid acceleration<br />
Can make one queasy</p>
<p>But hold on tight<br />
And we&#8217;ll give it a go<br />
<strong>S</strong>earch <strong>E</strong>ngine <strong>O</strong>verhaul<br />
That&#8217;s <strong>SEO</strong></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;title=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Del.icio.us" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;title=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to digg" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29&amp;u=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to FURL" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;title=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to reddit" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Technorati" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;h=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Newsvine" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;title=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29&amp;description=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Ma.gnolia" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;title=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Stumble Upon" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29&amp;url=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to SlashDot" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;title=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Sphinn" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/&amp;t=Why+Is+Your+Site+Not+Ranking%3F++The+Reason+%28in+Rhyme%29" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to FaceBook" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Twitter" alt="Add 'Why Is Your Site Not Ranking?  The Reason (in Rhyme)' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/kxU5aIxSif8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/09/02/why-is-your-site-not-ranking-the-reason-in-rhyme/</feedburner:origLink></item>
		<item>
		<title>Research is Key(words)</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/jAl3KS3J0ZE/</link>
		<comments>http://www.debi-z.com/2009/07/27/research-is-keywords/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 16:43:35 +0000</pubDate>
		<dc:creator>aviva b</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=1001</guid>
		<description><![CDATA[Rand Fishkin of SEOMoz wrote a recent blog post about different  strategies and tools for keyword research with excellent tips on how to  effectively gather and organize data. Most of the tools he covered, however,  work primarily for keyword research in English, and especially well for keywords  that have higher search [...]]]></description>
			<content:encoded><![CDATA[<p>Rand Fishkin of SEOMoz wrote a recent blog post about <a href="http://www.seomoz.org/blog/10-steps-to-advanced-keyword-research">different  strategies and tools for keyword research</a> with excellent tips on how to  effectively gather and organize data. Most of the tools he covered, however,  work primarily for keyword research in English, and especially well for keywords  that have higher search volume. If you are doing keyword research for a site in  Hebrew, or in Swahili, or in Afrikaans, you have far less tools at your  disposal. Even if a tool works in your language of choice (including English),  there may not be enough search volume in your language or in your country of  research to return results, as happens with Google Trends.</p>
<p>One of the most helpful ways to conduct research for these &#8220;lower search  volume&#8221; keywords is to use Google Adwords. Not just the <a href="https://adwords.google.com/select/KeywordTool">Adwords Keyword Tool</a> –  which may or may not be helpful in your case – but an actual Google Adwords  campaign. By seeing how often your ads appear for the keywords you indicate, you  can get a more accurate idea of how many people are searching for those  keywords.</p>
<p>In general, when you <a href="../../seo-services/sem-search-engine-marketing-adwords/setting-up-a-google-adwords-account/">set  up an Adwords campaign</a>, you want your ad to appear as high as possible in  the search results, as long as you don’t have to pay too much. When you run a  research campaign, however, you want to set your bid high enough that the ad  appears, <strong>but low enough that the ad appears towards the low end of the search  results</strong> (i.e. positions 7-10). This way you reduce the chances that people  will click on your ad, reducing the amount of money you need to spend. You can  get an idea of how high to set your maximum bid by using <a href="https://adwords.google.com/select/TrafficEstimatorSandbox">Adwords Traffic  Estimator</a>.</p>
<p><img class="aligncenter size-full wp-image-1002" title="Google Adwords Traffic Estimator Screenshot 1" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/07/google_adwords_traffic_estimator1.png" alt="Google Adwords Traffic Estimator Screenshot 1" width="582" height="566" /></p>
<p>Start out by putting your keywords into the entry field, as seen above, using quotation  marks if you want exact match (which you will probably choose if your keyword  research is to determine which of several similar phrases people search for  more). Do not choose a Max CPC, but do indicate your currency, language and  country of interest.</p>
<p>Results:</p>
<p><img class="size-full wp-image-1003 alignleft" title="Google Adwords Traffic Estimator Screenshot 2" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/07/google_adwords_traffic_estimator2.png" alt="Google Adwords Traffic Estimator Screenshot 2" width="574" height="276" /></p>
<p>Note that the bid amounts that are returned are enough to place the ad in  positions 1-3 – not what we want for our research. Continue entering lower and  lower amounts into the &#8220;Maximum CPC&#8221; field and clicking &#8220;Get New Estimates&#8221;  until the Estimated Ad Positions show 7-10. See what the minimum amount is that  you can enter and have it stay 7-10 (any lower will take you off the first page  and severely minimize your chances of the ad showing at all, even if people do  enter your keywords).</p>
<p><img class="size-full wp-image-1004 alignleft" title="Google Adwords Traffic Estimator Screenshot 3" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/07/google_adwords_traffic_estimator3.png" alt="Google Adwords Traffic Estimator Screenshot 3" width="568" height="279" /></p>
<p>With prices like these, even if a few people do click on your ad, it won&#8217;t  cost you so much – a bargain for effective keyword research. (Why Google  estimates your daily expenses as $1 if they estimate 0 clicks at 6 cents apiece  is a bit of a mystery… so you won&#8217;t be upset at them if you actually have to pay  something?) Make sure to have a real landing page for your ad – if someone does  click, you might gain a customer in addition to the information.</p>
<p>You now have the information you need to set up your research campaign, but  these numbers are only an approximation. After your campaign is up and running,  check frequently to make sure that your ads are showing, and showing in the  position you want. You may need to adjust your bid up or down. Make sure – as  mentioned above – that you indicate exact match for your keywords in order to  get accurate information if you want to compare frequency of similar keywords  (which would have a chance of appearing for each other if broad match was  chosen), unless you are using Analytics filters that enable you to see exact  keywords which sent visitors to your landing page.</p>
<p>After you have let the ads run for a significant period of time (still  monitoring frequently to ensure that your campaign is running effectively),  gather and analyze your data to see which keywords received the most  impressions.</p>
<p><img class="size-full wp-image-1010 alignleft" title="Impressions from a Google Adwords campaign overview" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/07/google_adwords_campaign_summary2.png" alt="Impressions from a Google Adwords campaign overview" width="587" height="367" /></p>
<p>Happy campaigning!</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;title=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Research is Key(words)' to Del.icio.us" alt="Add 'Research is Key(words)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;title=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Research is Key(words)' to digg" alt="Add 'Research is Key(words)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Research+is+Key%28words%29&amp;u=http://www.debi-z.com/2009/07/27/research-is-keywords/" title="Add 'Research is Key(words)' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Research is Key(words)' to FURL" alt="Add 'Research is Key(words)' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;title=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Research is Key(words)' to reddit" alt="Add 'Research is Key(words)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/07/27/research-is-keywords/" title="Add 'Research is Key(words)' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Research is Key(words)' to Technorati" alt="Add 'Research is Key(words)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;h=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Research is Key(words)' to Newsvine" alt="Add 'Research is Key(words)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;title=Research+is+Key%28words%29&amp;description=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Research is Key(words)' to Ma.gnolia" alt="Add 'Research is Key(words)' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;title=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Research is Key(words)' to Stumble Upon" alt="Add 'Research is Key(words)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Research+is+Key%28words%29&amp;url=http://www.debi-z.com/2009/07/27/research-is-keywords/" title="Add 'Research is Key(words)' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Research is Key(words)' to SlashDot" alt="Add 'Research is Key(words)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;title=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'Research is Key(words)' to Sphinn" alt="Add 'Research is Key(words)' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/07/27/research-is-keywords/&amp;t=Research+is+Key%28words%29" title="Add 'Research is Key(words)' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Research is Key(words)' to FaceBook" alt="Add 'Research is Key(words)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/07/27/research-is-keywords/" title="Add 'Research is Key(words)' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Research is Key(words)' to Twitter" alt="Add 'Research is Key(words)' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/jAl3KS3J0ZE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/07/27/research-is-keywords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/07/27/research-is-keywords/</feedburner:origLink></item>
		<item>
		<title>Playing Tag – “You’re IT!”</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/7r-OiZIKyGM/</link>
		<comments>http://www.debi-z.com/2009/07/23/playing-tag-youre-it/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 14:12:47 +0000</pubDate>
		<dc:creator>aviva b</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=994</guid>
		<description><![CDATA[Some of the most basic elements of website optimization are the title and  description tags that you append to your web page. These tags are an easy way  for you to let the search engines – and the searcher – know what your page is  about. The user sees the title tag [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the most basic elements of website optimization are the title and  description tags that you append to your web page. These tags are an easy way  for you to let the search engines – and the searcher – know what your page is  about. The user sees the title tag at the very top of the browser when he enters  your web page (look up to see the one on the top of your screen).</p>
<p>In addition, it is the title of your web page that appears as an entry in the  search engine result pages, together with the description, which is the one or  two line snippet that normally appears under that title in the entry.</p>
<p><img class="aligncenter size-full wp-image-995" title="Example of title and description tag" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/07/flower_planting__google_search.png" alt="Example of title and description tag" width="658" height="79" /></p>
<p>Apropos the description, Google has recently been using <a href="http://www.marketingpilgrim.com/2009/03/google-rolls-out-longer-snippets-and-new-search-refinements.html">longer  snippets in the search results</a>, excerpted from different places on the page  where the search terms appear, for searches of 3 or more words. Page excerpts  had often been used when there was no description tag or one that was irrelevant  to the search terms, but now even when there is a description tag that has most  of the search terms (but not all of them), it may be ignored. It has been  theorized that this may reduce the importance of the description tag and place  the emphasis for achieving good snippets on on-page optimization.</p>
<p><img class="aligncenter size-full wp-image-996" title="Example of Google extended snippet" src="http://www.debi-z.com/seosite/wp-content/uploads/2009/07/flower_planting_bulbs_winter__google_search.png" alt="Example of Google extended snippet" width="775" height="258" /></p>
<p>There is also a keywords tag that the user never sees – it is for search  engine use only. The keyword tag has declined in importance for Google in recent years (it  used to be that you just inserted whatever keywords you wanted to rank for and –  poof! There you were! But no longer…), leaving the focus on the title and  description tags.</p>
<p>Many content management systems give you an easy way to add and edit these  tags, eliminating the need for you to know the HTML code to insert them  manually. In case your system does not provide you with that convenience, the  following is the coding that should be inserted into the HEAD of the web page in  question.</p>
<p><strong>Title tag:</strong> &lt;title&gt; insert title &lt;/title&gt;</p>
<p><strong>Description tag:</strong> &lt;meta name=“description” content=&#8221;insert  description”&gt;</p>
<p><strong>Keywords tag:</strong> &lt;meta name=“keywords” content=&#8221;insert keywords  separated by commas”&gt;</p>
<p>What should these tags say? How can you use them to your advantage?</p>
<p><strong>1) Make sure they exist</strong></p>
<p>A surprising number of web pages have no title whatsoever, or have wholly  unoriginal titles such as &#8220;Home&#8221; or &#8220;Blog&#8221;, or have the same title for every  page on their website. The Search Engine Roundtable&#8217;s Blog commented recently on  the problems this can cause, as <a href="http://www.seroundtable.com/archives/020419.html">Google might pick a  title</a> for you, and it may not be the title that you would choose. We saw  this recently when the (untitled) homepage of one of our clients appeared in  search results with the title &#8220;-name of company- logo&#8221;. Apparently Google  decided that their logo was the most relevant thing on the page, but I doubt  many searchers would agree. Additionally, if all the titles and descriptions are  the same, Google might decide that the pages must not be unique and fail to  index part of them.</p>
<p><strong>2) Make sure they use the words searchers will use</strong></p>
<p>The tags should contain your keyword(s), both for the searcher to see and to  give Google a reason to put your page in the search results, so put on a  thinking cap when you write them, but not your thinking cap – the thinking cap  of your potential searcher. If your web page deals with koalas, don&#8217;t use &#8220;All  You Ever Wanted to Know about Phascolarctos Cinereus&#8221; as your title, unless you  want to attract zoologists only.</p>
<p><strong>3) Make sure they sound attractive</strong></p>
<p>Although you may think it&#8217;s &#8220;just semantics,&#8221; your choice of words can mean  the difference between a searcher clicking on your site or moving on to the  next. As my husband pointed out about our baby&#8217;s burpcloth: &#8220;It&#8217;s really just a  nice way of saying &#8216;vomit rag&#8217;.&#8221; But we humans appreciate when things sound as  sweet or as suave as possible – even when it&#8217;s a piece of fabric meant to catch  regurgitated matter.</p>
<p><strong>4) Make sure they sound attracting</strong></p>
<p>Engage the searchers – compel them to click on your site. This especially  applies to the description, where you have more text space at your disposal. Ask  a question – invite the searcher to find out more. Which attracts you more? &#8220;LOW  LOW Prices on Electronics on Joe&#8217;s Electronics website&#8221; or &#8220;Where can you find a  digital camera for $20? An iPod for $30? Joe&#8217;s Electronics invites you to  explore our website for the electronics you need&#8221;.   (See the first screenshot above for a good example.)</p>
<p>Two heads are better than one, and three are better than two, and four are  better than… Test your titles and descriptions on others before you use them.  Ask people who fit the profile of your potential searchers: what words would you  search for? Which title sounds more appealing? Which description makes you want  to click more? Use their feedback to create tags that will say: &#8220;You&#8217;re IT!&#8221;</p>
<p><strong>Do you have a home page with an uninspiring title or description? Or with none at all? Post the website domain name in the comments, and we&#8217;ll give you a suggestion!</strong></p>
<p>Thanks to you all for having been so patient, and for sticking around till we got back to writing here again. Looking forward to seeing you on our next post  (if you sign up for our <a title="Debi'Z blog feedburner" href="http://feeds.feedburner.com/DebiZBlog"><span><strong>RSS feed</strong></span></a>, of course!)</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;title=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Del.icio.us" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;title=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to digg" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B&amp;u=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to FURL" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;title=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to reddit" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Technorati" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;h=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Newsvine" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;title=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B&amp;description=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Ma.gnolia" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;title=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Stumble Upon" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B&amp;url=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to SlashDot" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;title=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Sphinn" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/&amp;t=Playing+Tag+%26%238211%3B+%26%238220%3BYou%26%238217%3Bre+IT%21%26%238221%3B" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to FaceBook" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/07/23/playing-tag-youre-it/" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Twitter" alt="Add 'Playing Tag &#8211; &#8220;You&#8217;re IT!&#8221;' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/7r-OiZIKyGM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/07/23/playing-tag-youre-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/07/23/playing-tag-youre-it/</feedburner:origLink></item>
		<item>
		<title>What’s Your Goal?</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/btUsh5Q6nHs/</link>
		<comments>http://www.debi-z.com/2009/03/29/whats-your-goal/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 11:53:27 +0000</pubDate>
		<dc:creator>aviva b</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Goals]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=989</guid>
		<description><![CDATA[A sneak peek into our questionnaire for prospective clients:

What are the goals of your business?
What do you want your website to achieve – quantifiably?

This information should be at the tip of the tongue for anyone running a  business – especially someone who is actively looking for a professional to  improve the achievements of [...]]]></description>
			<content:encoded><![CDATA[<p>A sneak peek into our questionnaire for prospective clients:</p>
<ul>
<li>What are the goals of your business?</li>
<li>What do you want your website to achieve – quantifiably?</li>
</ul>
<p>This information should be at the tip of the tongue for anyone running a  business – especially someone who is actively looking for a professional to  improve the achievements of their business – but it is surprising how many  people just… don&#8217;t know.</p>
<p>&#8220;I&#8217;m not sure…&#8221;</p>
<p>&#8220;I have to think about that…&#8221;</p>
<p>&#8220;Good questions…&#8221;</p>
<p>When you get a degree in education and they teach you how to write a lesson  plan, one of the most important elements (in the professor&#8217;s opinion) and the  most annoying (in the education student&#8217;s opinion) is the definition of goals.  What should your student be able to do at the end of your lesson?</p>
<ul>
<li>The student will recite the times tables backwards.</li>
<li>The student will identify all the nature metaphors in an unfamiliar poem.</li>
<li>The student will design an experiment to test the pH of chicken soup.</li>
</ul>
<p>&#8220;Why do I have to define goals? Why can&#8217;t I just write the lesson? Why can&#8217;t  I just teach?&#8221; complains the typical education student. Some solve their  discomfort and frustration by writing the lesson first and then formulating the  goals. Much less annoying, and as this former education student found, much less  effective.</p>
<p>Having a goal – a specific goal – focuses you. Knowing exactly what you want  to accomplish – quantifiably – increases the accuracy of your foresight and your  hindsight. You can plan more effectively before you act and analyze whether your  actions were effective after the fact.</p>
<p>The critical connection between goal setting and achievement holds true in  any area of life – from the most public to the most personal.</p>
<p>If I have to deliver a speech before the United States Congress, what exactly  do I want them to do after I leave the room?</p>
<ul>
<li>The Congress will pass a resolution banning the sale of plush pink stuffed  elephants.</li>
<li>When approached individually, the members of Congress will be patient with  termite-right-to-life lobbyists.</li>
</ul>
<p>If I want to improve my marriage, how exactly do I want the improvement to  manifest?</p>
<ul>
<li>My spouse and I will be able to discuss inviting so-and-so to the family  get-together for ten minutes without raising our voices.</li>
<li>My spouse and I will share our feelings about daily experiences at least  twice a week.</li>
</ul>
<p>Pursuing an elusive &#8220;achievement&#8221; or &#8220;improvement&#8221; without a specific goal is  like going to the grocery store without a shopping list and vaguely expecting to  come back and be able to prepare a gourmet meal. You may surprise yourself and  succeed… or you may end up hungry. Either way, you will probably end up more  satisfied in less time if you define quantifiable goals.</p>
<p>So don&#8217;t be the corner-cutting education student and jump into the water  before you&#8217;ve charted a course. Before you start your business, before you  expand your business, before you call us – or any other consultant – to improve  your business, make sure you can give yourself answers:</p>
<p>What exactly do I want to see?</p>
<p>What specifically am I trying to achieve?</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;title=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'What&#8217;s Your Goal?' to Del.icio.us" alt="Add 'What&#8217;s Your Goal?' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;title=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'What&#8217;s Your Goal?' to digg" alt="Add 'What&#8217;s Your Goal?' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=What%26%238217%3Bs+Your+Goal%3F&amp;u=http://www.debi-z.com/2009/03/29/whats-your-goal/" title="Add 'What&#8217;s Your Goal?' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'What&#8217;s Your Goal?' to FURL" alt="Add 'What&#8217;s Your Goal?' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;title=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'What&#8217;s Your Goal?' to reddit" alt="Add 'What&#8217;s Your Goal?' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/03/29/whats-your-goal/" title="Add 'What&#8217;s Your Goal?' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'What&#8217;s Your Goal?' to Technorati" alt="Add 'What&#8217;s Your Goal?' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;h=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'What&#8217;s Your Goal?' to Newsvine" alt="Add 'What&#8217;s Your Goal?' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;title=What%26%238217%3Bs+Your+Goal%3F&amp;description=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'What&#8217;s Your Goal?' to Ma.gnolia" alt="Add 'What&#8217;s Your Goal?' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;title=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'What&#8217;s Your Goal?' to Stumble Upon" alt="Add 'What&#8217;s Your Goal?' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=What%26%238217%3Bs+Your+Goal%3F&amp;url=http://www.debi-z.com/2009/03/29/whats-your-goal/" title="Add 'What&#8217;s Your Goal?' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'What&#8217;s Your Goal?' to SlashDot" alt="Add 'What&#8217;s Your Goal?' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;title=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'What&#8217;s Your Goal?' to Sphinn" alt="Add 'What&#8217;s Your Goal?' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/03/29/whats-your-goal/&amp;t=What%26%238217%3Bs+Your+Goal%3F" title="Add 'What&#8217;s Your Goal?' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'What&#8217;s Your Goal?' to FaceBook" alt="Add 'What&#8217;s Your Goal?' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/03/29/whats-your-goal/" title="Add 'What&#8217;s Your Goal?' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'What&#8217;s Your Goal?' to Twitter" alt="Add 'What&#8217;s Your Goal?' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/btUsh5Q6nHs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/03/29/whats-your-goal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/03/29/whats-your-goal/</feedburner:origLink></item>
		<item>
		<title>www.debi-z.com goes live!</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/DbsLQoUzKfM/</link>
		<comments>http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 02:03:02 +0000</pubDate>
		<dc:creator>debizyx</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[new website]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=951</guid>
		<description><![CDATA[Dear Friends,
I was just about to go to bed tonight (or rather, this morning!), when I received an email from my blog.
&#8220;Strange&#8221;, I thought, &#8220;I haven&#8217;t written anything for a while&#8230;&#8221;.
Then the penny dropped (or the &#8220;asimon&#8221; for those of us who lived in Israel before the days of mobile phones).
My site, www.debi-z.com (or debi-z.com, [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Friends,</p>
<p>I was just about to go to bed tonight (or rather, this morning!), when I received an email from my blog.</p>
<p>&#8220;Strange&#8221;, I thought, &#8220;I haven&#8217;t written anything for a while&#8230;&#8221;.</p>
<p>Then the penny dropped (or the &#8220;asimon&#8221; for those of us who lived in Israel before the days of mobile phones).</p>
<p>My site, <a title="www.debi-z.com" href="http://www.debi-z.com"><span style="color: #3366ff;"><strong>www.debi-z.com</strong></span></a> (or <span style="color: #3366ff;"><strong><a title="www.debi-z.com" href="http://www.debi-z.com"><span style="color: #3366ff;">debi-z.com</span></a></strong></span>, for those who can&#8217;t be bothered with the www), went live yesterday evening, so I guess that resent my latest blog posts !!</p>
<p>It&#8217;s taken a long time, mostly because I&#8217;ve been busy doing other things, but now it&#8217;s up and running.</p>
<p>So, a few thank you&#8217;s along the way: first and foremost to the formidable <strong>Rebecca Markowitz</strong> of <span style="color: #3366ff;"><strong><a title="illuminea" href="http://illuminea.com"><span style="color: #3366ff;">illuminea</span></a></strong></span>, who was cool, calm and collected throughout the months of my changing my mind and driving her nuts, and without whom this site would not exist. <strong>Miriam Schwab</strong>, who created <a title="illuminea" href="http://illuminea.com"><strong><span style="color: #3366ff;">illuminea</span></strong></a>, and who agreed to do my site in the first place, and only once gave me a small nudge about finishing it off. Thanks to my logo go to <span style="color: #3366ff;"><strong><a title="Edna Segev" href="http://www.linkedin.com/in/segeved"><span style="color: #3366ff;">Edna Segev</span></a></strong></span>, who I also drove a bit nuts getting the colour of each dot just right &#8230;., and last but not least, to my right hand lady, <strong>Aviva Blumstein</strong>, for translations, rewriting titles, descriptions, and all manner of other things.</p>
<p>Now, whoever said that &#8220;the enemy of good is better&#8221; is absolutely right!</p>
<p>So, there are loads of things that still need to be fixed here: the keyword density of some of pages is horrendous, not all the titles and descriptions are what I would like them to be, the internal link structure could be improved, there are &#8220;H1&#8243;s missing all over the place, and some of the texts could do with a major facelift. I need to add some pictures (with their accompanying &#8220;alt&#8221;s), and some videos (that&#8217;s for the future). The &#8220;noindex, nofollow&#8221; that let us work on the site without the search bots finding it, are still there (but they should all be gone by the end of the day), one of the navigation bars is not pretty, and I&#8217;m sure that quite a few of you can add to this list.</p>
<p>In fact, why don&#8217;t I let you all add to the list? </p>
<p>Brilliant idea &#8211; you can all test the site and let me know in the comments below what else you&#8217;ve found that I need to fix.</p>
<p><strong>I&#8217;ll even think up a cool prize for the person who gives me the most or best feedbacks!</strong></p>
<p>So, please do let me know what you think of the site, thanks for sticking around, and looking forward to seeing you on my next post  (if you sign up for <a title="Debi'Z blog feedburner" href="http://feeds.feedburner.com/DebiZBlog"><span style="color: #3366ff;"><strong>my RSS feed</strong></span></a>, of course!)</p>
<p><a href="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg"><img class="alignnone size-full wp-image-700" title="debi-zyx-signature" src="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg?w=148&amp;h=37&amp;h=37" alt="debi-zyx-signature" width="148" height="37" /></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;title=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'www.debi-z.com goes live!' to Del.icio.us" alt="Add 'www.debi-z.com goes live!' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;title=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'www.debi-z.com goes live!' to digg" alt="Add 'www.debi-z.com goes live!' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=www.debi-z.com+goes+live%21&amp;u=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/" title="Add 'www.debi-z.com goes live!' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'www.debi-z.com goes live!' to FURL" alt="Add 'www.debi-z.com goes live!' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;title=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'www.debi-z.com goes live!' to reddit" alt="Add 'www.debi-z.com goes live!' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/" title="Add 'www.debi-z.com goes live!' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'www.debi-z.com goes live!' to Technorati" alt="Add 'www.debi-z.com goes live!' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;h=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'www.debi-z.com goes live!' to Newsvine" alt="Add 'www.debi-z.com goes live!' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;title=www.debi-z.com+goes+live%21&amp;description=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'www.debi-z.com goes live!' to Ma.gnolia" alt="Add 'www.debi-z.com goes live!' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;title=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'www.debi-z.com goes live!' to Stumble Upon" alt="Add 'www.debi-z.com goes live!' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=www.debi-z.com+goes+live%21&amp;url=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/" title="Add 'www.debi-z.com goes live!' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'www.debi-z.com goes live!' to SlashDot" alt="Add 'www.debi-z.com goes live!' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;title=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'www.debi-z.com goes live!' to Sphinn" alt="Add 'www.debi-z.com goes live!' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/&amp;t=www.debi-z.com+goes+live%21" title="Add 'www.debi-z.com goes live!' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'www.debi-z.com goes live!' to FaceBook" alt="Add 'www.debi-z.com goes live!' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/" title="Add 'www.debi-z.com goes live!' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'www.debi-z.com goes live!' to Twitter" alt="Add 'www.debi-z.com goes live!' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/DbsLQoUzKfM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/03/26/www-debi-z-com-goes-live/</feedburner:origLink></item>
		<item>
		<title>SIGiST Israel evening conference: Free and OpenSource Testing Tools</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/RqtqW1qBHZs/</link>
		<comments>http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 21:51:10 +0000</pubDate>
		<dc:creator>debizyx</dc:creator>
				<category><![CDATA[Software testing]]></category>
		<category><![CDATA[all-pairs]]></category>
		<category><![CDATA[AutoIT]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pict]]></category>
		<category><![CDATA[SIGiST]]></category>
		<category><![CDATA[SIGiST Israel 2009]]></category>
		<category><![CDATA[SNAP]]></category>
		<category><![CDATA[testing conference]]></category>
		<category><![CDATA[testing tools]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=863</guid>
		<description><![CDATA[Last week, I attended the latest SIGiST Israel evening conference. SIGiST Israel is the Special Interest Group in Software Testing, Israel, and they hold evening events about 3 times a year, a 4-day testing conference once a year, and other test related activities every now and again.
The subject of last week&#8217;s conference was &#8220;Free and OpenSource Testing Tools&#8221;, [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I attended the latest SIGiST Israel evening conference. SIGiST Israel is the <a title="SITiST Israel" href="http://www.sigist.org.il"><span style="color:#3366ff;">Special Interest Group in Software Testing, Israel</span></a>, and they hold evening events about 3 times a year, a <a title="SIGiST Israel 2009" href="http://www.sigist.org.il/?CategoryID=1211&amp;ArticleID=702&amp;Page=1"><span style="color:#3366ff;">4-day testing conference</span></a> once a year, and other test related activities every now and again.</p>
<p>The subject of last week&#8217;s conference was &#8220;Free and OpenSource Testing Tools&#8221;, and there were 3 presentations, together with great food, and a lot of networking.</p>
<p>The evening was kicked off, as usual, by the very competent <a title="Best Testing, Alon Linetzki" href="http://www.best-testing.com/"><span style="color:#3366ff;">Alon Linetzki</span></a>, the founder of SIGiST Israel, who introduced the 3 speakers, and updated the audience with details of the 2009 summer conference, which will be held from the 29th June to 2nd July, focusing on &#8220;Adding Business Value and Increasing ROI&#8221;.</p>
<p>There will be 2 days of workshops followed by 2 days of track sessions. Some of the workshops and talks will include TPI, Agile Testing and Performance testing, and among the speakers will be international names, such as Andy Redwood and Mieke Gevers.</p>
<p>Dudu Bassa, of <span style="color:#3366ff;"><a title="Sela" href="http://www.sela.co.il">Sela</a></span>, one of the SIGiST&#8217;s biggest supporters, made a few announcements relating to test engineers and test managers (if you are one, looking for a job, or your organization needs one, you can contact him).</p>
<p>Dudu also announced that Yaron Tsubery <a href="http://debizblog.wordpress.com/files/2009/02/yaron1.jpg"><img class="alignnone size-thumbnail wp-image-792" title="yaron tsubery" src="http://debizblog.wordpress.com/files/2009/02/yaron1.jpg?w=74" alt="yaron tsubery" width="74" height="96" /></a>, the<span style="color:#3366ff;"> </span><a title="ITCB" href="http://www.itcb.org.il"><span style="color:#3366ff;">ITCB</span></a> President, is running for Presidency of the <span style="color:#3366ff;"><a href="http://www.istqb.org">ISTQB</a></span>, and has a good chance to be elected. If he is elected, it will be a great success for Yaron himself (of course), but also a vote of confidence for the whole testing profession in Israel.</p>
<p style="text-align:center;"><span style="color:#ff00ff;"><span style="color:#ff00ff;">Yaron &#8211; we wish you the best of luck !!</span></span></p>
<p>OK, so back to last week. </p>
<p><span style="text-decoration: underline;">SNAP, by SAP</span></p>
<p>The first lecture was given by<span style="color:#3366ff;"> </span><a title="Asaf Saar" href="http://www.asaf.co.il/blog/"><span style="color:#3366ff;">Asaf Saar</span></a>, QA Manager at <a title="SAP" href="http://www.sap.com"><span style="color:#3366ff;">SAP</span></a>, and initiator of the SAP Netweaver Automation Platform (aka SNAP). Asaf described the complexities that his team has to deal with:</p>
<ul>
<li>multi-site development and integration, including tests developed in many countries</li>
<li>many technologies and frameworks, including frameworks for black box and white box testing, developed in house &#8211; each office having developed its own &#8230; </li>
<li>different testing techniques – manual, automation, unit testing, and API testing.</li>
<li>more than 10,000 UI automation scripts, and more than 100,000 Java unit tests (we should all be so lucky!) </li>
<li>too many solutions, that can&#8217;t be synchronized</li>
<li>lack of usability</li>
<li>need to manage the Life Cycle  &#8211; run it all, get reports, analyse the reports, and currently each type of report sits somewhere else: XML, database, access, automation report, etc.</li>
<li>all tests needed to be in the SAP test repository, 20 years old, with millions of tests from the whole world, and no API &#8230;</li>
</ul>
<p class="MsoNormal">In short - unmanageable!</p>
<p class="MsoNormal">And from the unmanageable grew the idea of SNAP, which was developed by just 2 test engineers and a student over a 10-month period, in parallel to their regular work!</p>
<p class="MsoNormal">How did they do it?</p>
<p class="MsoNormal"><span style="font-weight:normal;">SNAP was developed based on <a title="VisualWebGUI" href="http://visualwebgui.com/"><span style="color:#3366ff;">Visual WebGui</span></a>, an open source RIA (rich internet application) development &amp; deployment platform, atop standard .NET. Visual WebGui, from a small Israeli startup in Kfar Saba -  <a title="Gizmox VisualWebGui" href="http://visualwebgui.com/"><span style="color:#3366ff;">Gizmox</span></a><span style="color:#3366ff;"> </span>- enables development &amp; deployment of applications on the server which are then virtualized on a standard browser with no specific installation.</span></p>
<p class="MsoNormal"><span style="font-weight:normal;">The development was done in C#, compiled, and out came an Ajax web application!</span></p>
<p class="MsoNormal"><span style="font-weight:normal;">SNAP <span style="font-weight:normal;">itself </span></span><span style="font-weight:normal;">enables integration of any testing framework via API/Web services (test drivers), and is used by developers, test engineers, and integration engineers. The actual tests are run on temporarily idle PCs across the globe, from a central entry point, thus maximizing resource utilization (all QTP and other automation PCs can be configured public and used for testing).</span></p>
<p class="MsoNormal"><span style="font-weight:normal;">Even though it was originally developed for the test group, the </span>developers <span style="font-weight:normal;">now run the automation tests before submitting the s/w to the test engineers. </span></p>
<p class="MsoNormal">SNAP was presented at the SAP world conference last year, and it caused a lot of buzz, in particular<span style="color:#000000;">raising the motivation and the positioning of the QA engineers</span> in the organization.</p>
<p class="MsoNormal">Asaf, together with Guy Peled of <a title="Gizmox VisualWebGui" href="http://visualwebgui.com/"><span style="color:#3366ff;">Gizmox </span></a>, also presented <span style="color:#3366ff;"><a title="Web on a Server, at AjaxWorld 2008 East" href="http://tv.sys-con.com/node/540776">&#8220;Web on the Server&#8221;:  at AjaxWorld 2008 East.</a><span style="color:#000000;font-weight:normal;"> </span></span></p>
<p class="MsoNormal"><span style="color:#3366ff;"><span style="color:#000000;font-weight:normal;">Asaf mentioned that they had fantastic cooperation with HP/Mercury (it doesn&#8217;t do any harm if your &#8220;daddy&#8221; is SAP!) – which helped them get as many licenses as they needed.</span></span></p>
<p class="MsoNormal"><span style="color:#3366ff;"><span style="color:#000000;font-weight:normal;">You can see a detailed description and screenshots from the Gizmox<a title="Gizmox VisualWebGui" href="http://visualwebgui.com/"><span style="color:#3366ff;"> </span></a>site by clicking on the screenshots below.</span></span></p>
<p class="MsoNormal"><span style="color:#3366ff;"><span style="color:#000000;font-weight:normal;"><a title="VisualWebGui Gizmox SAP " href="http://visualwebgui.com/Gizmox/Showcases/tabid/358/articleType/ArticleView/articleId/94/SAP-Labs-Mr-SAAR-VWG-is-the-best-AJAX-framework.aspx"><img class="alignnone size-full wp-image-737" title="sap1" src="http://debizblog.wordpress.com/files/2009/02/sap1.jpg" alt="sap1" width="500" height="415" /></a><a title="Gizmox Visual WebGui" href="http://visualwebgui.com/Gizmox/Showcases/tabid/358/articleType/ArticleView/articleId/94/SAP-Labs-Mr-SAAR-VWG-is-the-best-AJAX-framework.aspx"><img class="alignnone size-full wp-image-785" title="snap_3" src="http://debizblog.wordpress.com/files/2009/02/snap_3.jpg" alt="snap_3" width="500" height="312" /></a></span></span></p>
<p class="MsoNormal"><span style="color:#3366ff;"><span style="color:#000000;font-weight:normal;">Altogether are very interesting and educational presentation.</span></span></p>
<p class="MsoNormal"><span style="text-decoration: underline;">AutoIT – A Free Functional Automation Tool</span></p>
<p class="MsoNormal">The next presentation was given by Meir Bar-Tal, of <a title="SOLMAR Knowledge Networks" href="http://www.advancedqtp.com"><span style="color:#3366ff;">SOLMAR </span></a>Knowledge Networks. Meir gave an in-depth talk and demo of <span style="color:#3366ff;"><a title="AutoIT" href="http://www.autoitscript.com/autoit3/index.shtml">AutoIT</a> <span style="color:#000000;"><span style="font-weight:normal;">v3, a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows (including Vista) out-of-the-box with no annoying &#8220;runtimes&#8221; required! </span></span></span></p>
<p class="MsoNormal"><span style="color:#3366ff;"><span style="color:#000000;"><span style="font-weight:normal;">The evolution of AutoIt</span></span></span></p>
<ul type="disc">
<li class="MsoNormal">Initially designd for PC “roll out” situations to reliably automate and configure 1000’s of PCs</li>
<li class="MsoNormal">Now – used as a general purpose scripting language</li>
<li class="MsoNormal">Now – supports complex expressions, user functions, loops etc.</li>
</ul>
<p class="MsoNormal">The main features of AutoIt</p>
<ul type="disc">
<li class="MsoNormal">Easy to learn, Basic-like syntax</li>
<li class="MsoNormal">Simulate keystrokes and mouse movements</li>
<li class="MsoNormal">Manipulate windows and processes</li>
<li class="MsoNormal">Interacts with all standard widow controls</li>
<li class="MsoNormal">Scripts can be compiles into standalone execs</li>
<li class="MsoNormal">Create GUIs</li>
<li class="MsoNormal">COM support</li>
<li class="MsoNormal">Regular expressions</li>
<li class="MsoNormal">Directly call external DLL and Windows API functions</li>
<li class="MsoNormal">Scriptable RunAs functions</li>
<li class="MsoNormal">Detailed Help file with examples, and large community-based support forums</li>
<li class="MsoNormal">Unicode and x64 support</li>
<li class="MsoNormal">Digitally signed for peace of mind</li>
<li class="MsoNormal">Works with Windows Vista’s User Account Control (UAC)</li>
</ul>
<p>Below are a couple of AutoIT screenshots, so you can get an idea what it looks like.</p>
<p><a title="AutoIT" href="http://www.autoitscript.com/autoit3/index.shtml"><img class="alignleft size-full wp-image-748" title="AutoIT gui_eg1" src="http://debizblog.wordpress.com/files/2009/02/gui_eg1.png" alt="AutoIT gui_eg1" width="240" height="242" /></a><br />
<a title="AutoIT" href="http://www.autoitscript.com/autoit3/index.shtml"><img class="alignright size-full wp-image-749" title="AutoIT gui_eg2" src="http://debizblog.wordpress.com/files/2009/02/gui_eg2.png" alt="AutoIT gui_eg2" width="240" height="242" /></a>AutoIt also has a community, run by Jonathan Bennett (just a kid &#8211; born in 1973) – author and copyright owner, an open community of contributors who are highly prolific and very dedicated. They release a new version every now and again – latest one was on the 24th December 2008. AutoIT has more than 26K forum users worldwide, who are very busy and active, and 2 books have been written about AutoIT.</p>
<p>In conclusion, AutoIT is a cost-effective solution for Web, .NET and Standard windows applications, it is limited to main windows technologies, and is best used with a proven testing automation methodology and framework. AutoIT enables maximizing ROI on automation by effective use of enterprise resources (parallel execution).</p>
<p class="MsoNormal">And interestingly enough, one of the other attendees at the evening said that he had heard of AutoIT a couple of years ago, but didn&#8217;t think it was much use for him and his team. After hearing Meir&#8217;s talk, he&#8217;s going to have another look.  </p>
<p class="MsoNormal"><span style="text-decoration: underline;">AllPairs and PICT</span> – Free tools for test design optimization</p>
<p class="MsoNormal">Last but by no means least, the third talk was given by Michael Stahl, Senior SW Test Engineer at Intel (although Michael was careful to say that the talk actually has nothing to do with his work at Intel), and member of the <a title="ITCB" href="http://www.itcb.org.il"><span style="color:#3366ff;">ITCB</span></a><span style="color:#3366ff;"> </span>Executive Board.</p>
<p class="MsoNormal">Michael started off by showing us the following video about the ESP (electronic stability przogram) in a car, which &#8220;Enhances driver control andhelps maintain direcctional stabiloity under all conditions. Provides the greatest benefit during critical driving situations, such as when driving on mixed surface conditions such as snow, ice or gravel.&#8221;:</p>
<p class="MsoNormal">[sorry all, I can't get the stupid video to embed here, so you'll have to click on the link below to see it]</p>
<p><span style="font-size:small;"><a href="http://www.metacafe.com/watch/731344/exotic_cars_info20_com_esp_electronic_stability_program/"><span style="color:#3366ff;">Exotic-cars.info20.com &#8211; ESP &#8211; Electronic Stability Program</span></a></span></p>
<p>He then went on to list just a few of the different criteria that need to be considered in order to test an ESP system:</p>
<ul>
<li> Car Weight
<ul>
<li>Net weight, maximum load, overweight</li>
<li>Location of the weight: front seat, back seat, trunk, roof</li>
</ul>
</li>
<li>Tires
<ul>
<li>Type, width, size</li>
<li>Condition &#8211; worn or new</li>
<li>Air pressure &#8211; nominal, too much, too little</li>
</ul>
</li>
<li>Driving conditions
<ul>
<li>Surface &#8211; asphalt, concrete, losse gravel, ice, snow, wet, flooded, wet + leaves, oil, sand, etc.!</li>
<li>Incline &#8211; up, down, flat</li>
<li>Contour &#8211; left turn, right turn, straight</li>
<li>Speed &#8211; slow, fast</li>
<li>Wind &#8211; from left, right, front, back</li>
</ul>
</li>
<li>Actions
<ul>
<li>Quiescent, brake, accelerate, down-shift, up-shift</li>
</ul>
</li>
</ul>
<p>Just combining these criteria, we get to the impossible number of <span style="color:#ff0000;">1,140,480 </span>different test cases !! And that&#8217;s just for one car model&#8230;.</p>
<p>This problem is known as a <a title="Combinatorical explosion" href="http://en.wikipedia.org/wiki/Combinatorial_explosion"><span style="color:#3366ff;">Combinatorical Explosion</span></a>. which leads to a &#8220;Test Explosion&#8221; &#8211; more tests than you can ever (want to) run. The problem is very common in software, where you have many configuration parameters, external events, user inputs, environmental parameters, etc.</p>
<p>Ah&#8230; I can hear your brains clicking over. You are thinking (as Michael indeed mentioned) &#8220;my application doesn&#8217;t have this problem&#8221;. Either:</p>
<ul>
<li>the parameters are orthoganol (i.e. don&#8217;t affect each other), we can test each one on its own</li>
<li>the combinations can be covered while testing other things (but that actually makes it more complex)</li>
<li>we have enough planned iterations to cover all the combinations (can you be sure that you will be able to control combinations per iteration?)</li>
</ul>
<p>Uh-uh. Nothing is quite so simple &#8211; you need to evaluate the risk of  using any of these strategies.</p>
<p>The other strategy is based on a theory by <a title="Tatsumi Pairwise" href="http://www.pairwise.org/docs/icqc87.pdf"><span style="color:#3366ff;">Tatsumi</span></a>, and <span style="color:#3366ff;"><span style="color:#3366ff;"><a href="http://www.argreenhouse.com/papers/gcp/AETGissre96.shtml"><span style="color:#3366ff;">Cohen et a</span><span style="color:#3366ff;">l</span></a><span style="font-weight:normal;"><span style="color:#000000;">, which states that (bad) interaction between variables is usually between two variables, and that bugs involving interactions between three or more parameters are progressively less common. Therefore, we need to test all of the &#8220;all-pair&#8221; interactions, and add a few selected tests for specific cases.</span></span></span></span></p>
<p><span style="color:#3366ff;"><span style="color:#3366ff;"><span style="font-weight:normal;"><span style="color:#000000;">Michael then moved on to demo two free tools:</span></span></span></span></p>
<ol>
<li><a title="James Bach tools Allpairs" href="http://www.satisfice.com/tools.shtml"><span style="color:#3366ff;">Allpair</span><span style="color:#3366ff;">s</span></a>  (developed by James Bach)</li>
<li><a title="PICT" href="http://msdn.microsoft.com/en-us/testing/bb980925.aspx"><span style="color:#3366ff;">PICT</span></a> - Pairwise Independent Combinatorial Testing  (from Microsoft)</li>
</ol>
<p>He used as an example, a &#8220;Generic Installer&#8221; with 9 different on/off configuration options, i.e. 512 test cases (2 to the power of 9).</p>
<p>First he demo&#8217;d All-Pairs, which gave an answer that just 8 test cases were needed to test all the pairs (instead of 512, remember?)</p>
<p>Next he demo&#8217;d PICT, which gave an answer of 9 test cases (also miles better than 512).</p>
<p>Well, this was where All-Pairs stops. It&#8217;s a great little free tool, but even James Bach agrees that it has its limitations, the main ones being that there is no logic, and it works only with pairs.</p>
<p>PICT on the other hand, is a bit more complicated, but much more powerful. And it&#8217;s also free <img src='http://www.debi-z.com/seosite/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />    Pict has a pile of options, that help you do any of the following:</p>
<ul>
<li>combination order control</li>
<li>randomization</li>
<li>constraints ,e.g. if parameter x is &#8220;off&#8221;, then set parameter y to be &#8220;off&#8221;</li>
<li>sub-models: bundle certain parameters into groups, e.g. if there are some cases you always want to test</li>
<li>aliasing: when certain parameter(s) are &#8220;don&#8217;t care&#8221;, i.e. they can take a few values. It doesn&#8217;t matter which you use, but it would be nice to test all of them</li>
<li>weighting: bias the &#8220;don&#8217;t care&#8221; value distribution to test more important values more than others, e.g. test Vista more than XP</li>
<li>negative tests</li>
<li>seeding</li>
</ul>
<p>and it has a very good help file, so go look if there&#8217;s anything here that isn&#8217;t clear <img src='http://www.debi-z.com/seosite/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In addition, PICT can work with more than 2 parameters. As a real-live example, Michael showed a case in which there were 6 parameters, with between 2 and 22 values per parameter:</p>
<p>A: 2 values, B: 5 values, C: 6, D:7, E:8 and F:22. </p>
<p>The number of tests ended up being:  2 x 5 x 6 x 7 x 8 x 22 = <span style="color:#ff0000;">73,920</span>.</p>
<p>In the PICT file, 1 constraint was defined, and 56 &#8220;if-then-else&#8221; equations. All pairs were checked.</p>
<p>The final result (i.e. number of test cases needed, instead of 73,920)???  <span style="color:#0000ff;">90</span>. That&#8217;s right, <span style="color:#0000ff;">NINETY</span>. That&#8217;s it!</p>
<p>OK, so this sounds to good to be true. Where&#8217;s the catch?  Well, no catch, but some risks:</p>
<ul>
<li>N-pairs is just another tool in your toolbox
<ul>
<li>It&#8217;s not guaranteed to find all the bugs</li>
</ul>
</li>
<li>The test quality is dependant on the input values you chose
<ul>
<li>Was your Equivalence Class correct&gt;</li>
<li>Did you select the &#8220;right&#8221; representative values?</li>
</ul>
</li>
<li>If the output is influenced by more than 2 variables, you need a higher level than all-pairs to catch the bugs</li>
<li>Blind selection of paris will miss the &#8220;interesting&#8221; or often-used combinations.</li>
<li>Bach and Shroeder both say: &#8220;We believe that this technique is over promoted and poorly understood&#8221;</li>
</ul>
<p>And not to be forgotten, in fact about ALL your tools: &#8221; Don&#8217;t fall in love with your tool &#8211; it&#8217;s not a Silver Bullet. Apply your tester&#8217;s instiscts, and analyze the situation&#8221;.</p>
<p>I hope you all enjoyed this summary, and can take away something to start doing tomorrow. It would be great if you would add a comment to this post as to what testing improvement using tools YOU are going to start implementing.</p>
<p>And don&#8217;t forget, mark the 29th June-2nd July in your calendars, because yours truly (yes, that&#8217;s ME) will also be at SIGiST Israel 2009, giving a talk on &#8220;Test Engineers &#8211; Adding Value in Tough Economic Times&#8221;.</p>
<p>Until then, see you at my next post  (if you sign up for <a title="Debi'Z blog feedburner" href="http://feeds.feedburner.com/DebiZBlog">my RSS feed</a>, of course!)</p>
<p><a href="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg"><img class="alignnone size-full wp-image-700" title="debi-zyx-signature" src="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg?w=148&amp;h=37&amp;h=37" alt="debi-zyx-signature" width="148" height="37" /></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;title=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Del.icio.us" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;title=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to digg" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools&amp;u=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to FURL" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;title=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to reddit" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Technorati" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;h=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Newsvine" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;title=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools&amp;description=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Ma.gnolia" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;title=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Stumble Upon" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools&amp;url=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to SlashDot" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;title=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Sphinn" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/&amp;t=SIGiST+Israel+evening+conference%3A+Free+and+OpenSource+Testing+Tools" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to FaceBook" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Twitter" alt="Add 'SIGiST Israel evening conference: Free and OpenSource Testing Tools' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/RqtqW1qBHZs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/02/10/sigist-israel-evening-conference-free-and-opensource-testing-tools/</feedburner:origLink></item>
		<item>
		<title>In The Spirit of The Times</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/6bxvo7_314I/</link>
		<comments>http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 07:05:28 +0000</pubDate>
		<dc:creator>debizyx</dc:creator>
				<category><![CDATA[Just Life]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[bank cards]]></category>
		<category><![CDATA[cartoon]]></category>
		<category><![CDATA[chapter 11]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=859</guid>
		<description><![CDATA[
This was just too good &#8230;

See you next time (if you sign up for my RSS feed, of course!)

Bookmark
]]></description>
			<content:encoded><![CDATA[<div>
<p>This was just too good &#8230;</p>
<p><a href="http://debizblog.files.wordpress.com/2009/01/bank-card-check.gif"><img class="alignnone size-full wp-image-726" title="bank-card-check" src="http://debizblog.wordpress.com/files/2009/01/bank-card-check.gif" alt="bank-card-check" width="499" height="558" /></a></p>
<p>See you next time (if you sign up for <a title="Debi'Z blog feedburner" href="http://feeds.feedburner.com/DebiZBlog">my RSS feed</a>, of course!)</p>
<p><a href="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg"><img class="alignnone size-full wp-image-700" title="debi-zyx-signature" src="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg?w=148&amp;h=37&amp;h=37" alt="debi-zyx-signature" width="148" height="37" /></a></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;title=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'In The Spirit of The Times' to Del.icio.us" alt="Add 'In The Spirit of The Times' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;title=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'In The Spirit of The Times' to digg" alt="Add 'In The Spirit of The Times' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=In+The+Spirit+of+The+Times&amp;u=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/" title="Add 'In The Spirit of The Times' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'In The Spirit of The Times' to FURL" alt="Add 'In The Spirit of The Times' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;title=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'In The Spirit of The Times' to reddit" alt="Add 'In The Spirit of The Times' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/" title="Add 'In The Spirit of The Times' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'In The Spirit of The Times' to Technorati" alt="Add 'In The Spirit of The Times' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;h=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'In The Spirit of The Times' to Newsvine" alt="Add 'In The Spirit of The Times' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;title=In+The+Spirit+of+The+Times&amp;description=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'In The Spirit of The Times' to Ma.gnolia" alt="Add 'In The Spirit of The Times' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;title=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'In The Spirit of The Times' to Stumble Upon" alt="Add 'In The Spirit of The Times' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=In+The+Spirit+of+The+Times&amp;url=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/" title="Add 'In The Spirit of The Times' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'In The Spirit of The Times' to SlashDot" alt="Add 'In The Spirit of The Times' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;title=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'In The Spirit of The Times' to Sphinn" alt="Add 'In The Spirit of The Times' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/&amp;t=In+The+Spirit+of+The+Times" title="Add 'In The Spirit of The Times' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'In The Spirit of The Times' to FaceBook" alt="Add 'In The Spirit of The Times' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/" title="Add 'In The Spirit of The Times' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'In The Spirit of The Times' to Twitter" alt="Add 'In The Spirit of The Times' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/6bxvo7_314I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/01/28/in-the-spirit-of-the-times/</feedburner:origLink></item>
		<item>
		<title>You’re a Geek, and you just got fired – now what?</title>
		<link>http://feedproxy.google.com/~r/DebiZBlog/~3/_mBM2zZiY4I/</link>
		<comments>http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 00:19:33 +0000</pubDate>
		<dc:creator>debizyx</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[firing]]></category>
		<category><![CDATA[hiring]]></category>
		<category><![CDATA[layoffs]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.debi-z.com/?p=852</guid>
		<description><![CDATA[Jacob Share from JobMob just twhirled  about Rafe Needman’s “The spreadsheet of sunshine: who’s hiring in the US“. I was just about to go to bed, but I was intrigued, and as you can see, I didn’t get there yet …
It really is a ray of sunshine in the gloom and doom of thousands of layoffs across so many [...]]]></description>
			<content:encoded><![CDATA[<p>Jacob Share from <a title="Jobmob" href="http://jobmob.co.il/"><span><strong>JobMob</strong></span></a> just <a title="Jacob Share on Twitter" href="http://twitter.com/jacobshare"><span><strong>twhirled</strong></span></a>  about Rafe Needman’s “<a href="http://tr.im/cvtg"><span><strong>The spreadsheet of sunshine: who’s hiring in the US</strong></span></a>“. I was just about to go to bed, but I was intrigued, and as you can see, I didn’t get there yet …</p>
<p>It really is a ray of sunshine in the gloom and doom of thousands of layoffs across so many sectors.</p>
<p>However, if you read on all the way to the bottom, then you get to this really cool post about <a title="14 things" href="http://news.cnet.com/14-things-to-do-if-you-are-laid-off-from-a-tech-job/"><span><strong>14 things to do if you are laid off from a tech job</strong></span></a>. </p>
<p>The shortlist is below, but go and read the <span><strong><a href="http://news.cnet.com/14-things-to-do-if-you-are-laid-off-from-a-tech-job/?tag=mncol;txt">whole post</a></strong></span>, for the full explanations of what these things really mean, and why they are good to do (although some of them will need translating for wherever you happen to live).</p>
<ol>
<li>Get involved in an open-source project</li>
<li>Go to start-up fairs</li>
<li>Get project work</li>
<li>Update your profiles</li>
<li>Learn some new skills</li>
<li>Answer some questions</li>
<li>Get a girlfriend or boyfriend</li>
<li>Campaign in a swing state</li>
<li>Take some time off</li>
<li>Move out of the Bay Area</li>
<li>Buy a new rig</li>
<li>Take pictures</li>
<li>Volunteer</li>
<li>Start your own company</li>
</ol>
<p>I haven’t got anything else to add, except to hope that none of you really needs this list.</p>
<p>But if you think you might &#8211; get started now, before the guillotine drops. And in any case, do pass it on to any of your friends and family who may be in need.</p>
<p>If you have any other ideas to add to the 14 above, please stick them in a comment here for all my readers to see. Thanks.</p>
<p><em>It’s a short one this time. You deserve it, after all my long-winded posts (and I deserve to see my bed before 2am for a change)!    See you next time</em> <em>(if you sign up for </em><a title="Debi'Z blog feedburner" href="http://feeds.feedburner.com/DebiZBlog"><strong><em>my RSS feed</em></strong></a><em>, of course!)</em></p>
<p><a href="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg"><img class="alignnone size-full wp-image-700" title="debi-zyx-signature" src="http://debizblog.files.wordpress.com/2009/01/debi-zyx-signature.jpg?w=148&amp;h=37&amp;h=37" alt="debi-zyx-signature" width="148" height="37" /></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;title=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Del.icio.us"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Del.icio.us" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;title=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to digg"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to digg" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F&amp;u=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to FURL"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to FURL" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;title=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to reddit"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to reddit" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Technorati"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Technorati" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;h=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Newsvine"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Newsvine" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;title=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F&amp;description=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Ma.gnolia"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Ma.gnolia" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;title=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Stumble Upon"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Stumble Upon" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F&amp;url=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to SlashDot"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to SlashDot" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;title=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Sphinn"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Sphinn" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/&amp;t=You%E2%80%99re+a+Geek%2C+and+you+just+got+fired+%26%238211%3B+now+what%3F" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to FaceBook"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to FaceBook" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Twitter"><img src="http://www.debi-z.com/seosite/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Twitter" alt="Add 'You’re a Geek, and you just got fired &#8211; now what?' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END --><img src="http://feeds.feedburner.com/~r/DebiZBlog/~4/_mBM2zZiY4I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.debi-z.com/2009/01/27/you%e2%80%99re-a-geek-and-you-just-got-fired-now-what/</feedburner:origLink></item>
	</channel>
</rss>
