<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Linux Admin Steps Into Management &#187; Online Tools</title>
	<atom:link href="http://yonitg.com/category/online-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://yonitg.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 15:08:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Exporting MediaWiki sites to Google sites</title>
		<link>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/</link>
		<comments>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 15:08:57 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[Google sites]]></category>
		<category><![CDATA[Google sites API]]></category>
		<category><![CDATA[mw2html]]></category>
		<category><![CDATA[wikimedia]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=627</guid>
		<description><![CDATA[   In the last post I&#8217;ve talked about moving files from SharePoint to Google Site, what about a Mediawiki site? how to export it and upload it? I&#8217;ve already covered the uploading files to Google sites via the Google sites API, you can use java or python to write a script to mass upload all your files [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Mediawiki-Wikipedia-Beyond-Daniel-Barrett/dp/0596519796%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596519796"><img src="http://ecx.images-amazon.com/images/I/51LKkJAd89L._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Wikis-Dummies-Dan-Woods/dp/0470043997%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470043997"><img src="http://ecx.images-amazon.com/images/I/51osPuFjCVL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/MediaWiki-1-1-Beginners-Mizanur-Rahman/dp/1847196047%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847196047"><img src="http://ecx.images-amazon.com/images/I/51BPSDIBtoL._SL160_.jpg" alt="" /></a></p>
<p>In the last post I&#8217;ve talked about moving files from SharePoint to Google Site,<br />
what about a Mediawiki site?<br />
how to export it and upload it?<br />
I&#8217;ve already covered the uploading files to Google sites via the Google sites API,<br />
you can use java or python to write a script to mass upload all your files and htmls to your new google site,<br />
but first you need to export everything out of the Mediawiki site.</p>
<p>here is a working method to export your site, these are the steps:</p>
<ol>
<li>install python</li>
<li>download the mw2html script</li>
<li>export the mediawiki site</li>
</ol>
<p>so lets start :</p>
<h2>Installing python</h2>
<p>If you are working from a linux distro with yum its as easy as typing:<br />
yum install python</p>
<p>for windows &#8211; you will need to download and install from the python site:<br />
<a title="Python for Microsoft Windows" href="http://www.python.org/getit/windows/" target="_blank">the main python download page for windows</a><br />
or you can just grab the latest version for <a title="python 3.2.2" href="http://www.python.org/ftp/python/3.2.2/python-3.2.2.msi" target="_blank">September 4 2011 Python 3.2.2</a><br />
Download and install the msi package.</p>
<p>next step is to add the installation to the computer&#8217;s path,<br />
in windows 7  open the start panel and type in the search panel:<br />
&#8220;view advance system settings&#8221;</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/sys.png"><img class="alignnone size-full wp-image-628" title="sys" src="http://yonitg.com/blog/wp-content/uploads/2012/02/sys.png" alt="" width="409" height="208" /></a></p>
<p>press the &#8220;Environment Variables&#8221;</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/env.png"><img class="alignnone size-full wp-image-629" title="env" src="http://yonitg.com/blog/wp-content/uploads/2012/02/env.png" alt="" width="426" height="474" /></a></p>
<p>in the System Variables section search for the &#8220;Path&#8221; line and choose edit:</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/path.png"><img class="alignnone size-full wp-image-630" title="path" src="http://yonitg.com/blog/wp-content/uploads/2012/02/path.png" alt="" width="394" height="436" /></a></p>
<p>now to the end of the line add the path of where you have installed the python,<br />
for example I have installed it to  C:\Python27 , and so i will add at the end of the Path line this:<br />
;C:\Python27<br />
notice the &#8220;;&#8221;  - this separates between the items on the Path line.</p>
<p>Now if you will type &#8220;python -V&#8221; on your command line it will run the python binary and will show you your version</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/cmd.png"><img class="alignnone size-full wp-image-631" title="cmd" src="http://yonitg.com/blog/wp-content/uploads/2012/02/cmd.png" alt="" width="154" height="34" /></a></p>
<p>now that we have the python working lets move to the next step:</p>
<h2>Download the mw2html script</h2>
<p>you can find it here:</p>
<p><a title="mw2html" href="http://barnesc.blogspot.com/2005/10/mw2html-export-mediawiki-to-static.html" target="_blank">from Connelly Barnes blog</a></p>
<p>this script will crawl all over your media wiki site and will grab all the html files and all the attachments there.</p>
<h2>Exporting the mediawiki site</h2>
<blockquote><p>usage:<br />
url &#8211; URL of mediawiki page to convert to static HTML.<br />
outdir &#8211; Output directory.</p>
<p>-f, &#8211;force &#8211; Overwrite existing files in outdir.<br />
&#8211;no-flatten &#8211; Do not flatten directory structure.<br />
&#8211;no-lower &#8211; Retain original case for output filenames and dirs.<br />
&#8211;no-clean &#8211; Do not clean up filenames (clean replaces<br />
non-alphanumeric chars with _, renames math thumbs).<br />
&#8211;no-hack-skin &#8211; Do not modify skin CSS and HTML for looks.<br />
&#8211;no-made-by &#8211; Suppress &#8220;generated by&#8221; comment in HTML source.<br />
&#8211;no-move-href &#8211; Disable &lt;movehref&gt; tag. [1]<br />
&#8211;no-remove-png &#8211; Retain external link PNG icons.<br />
&#8211;no-remove-history &#8211; Retain image history and links to information.<br />
-l, &#8211;left=a.html &#8211; Paste HTML fragment file into left sidebar.<br />
-t, &#8211;top=a.html &#8211; Paste HTML fragment file into top horiz bar.<br />
-b, &#8211;bottom=a.html &#8211; Paste HTML fragment file into footer horiz bar.<br />
-i, &#8211;index=filename &#8211; Move given filename in outdir to index.html.</p>
<p>Example Usage:<br />
mw2html http://127.0.0.1/mywiki/ out -f -i main_page.html -l sidebar.html</p></blockquote>
<h3> Important note:</h3>
<p>this script will crawl all over your wiki site, but it does ignore all the files that do not have a link to them,<br />
all the  &#8221;orphan&#8221; pages, to solve this issue, instead of pointing to the main page, you can run the mw2html script while pointing to the orphans page,<br />
it will get all the regular files from your site and the Orphan pages.<br />
the link looks like:</p>
<p><a href="http://yourwikisite/wiki/index.php?title=Special:Lonelypages&amp;limit=500&amp;offset=0">http://yourwikisite/<wbr>wiki/index.php?title=Special:</wbr><wbr>Lonelypages&amp;limit=500&amp;offset=0</wbr></a><wbr><br />
</wbr></p>
<p>now that you have a folder with all your wiki page, you can edit the content of the folder,<br />
remove all the files staring with the word &#8220;image_&#8221;<br />
remove all the un-needed js files,<br />
and do internal changes in the html files like change the links pointing to the original wiki site and point them to the new Google site URL.</p>
<p>now you can use the <a title="Google Sites API" href="http://code.google.com/apis/sites/" target="_blank">Google sites API</a> to upload all your html to your new site.</p>
<p><a href="http://www.amazon.com/Wikis-Dummies-Dan-Woods/dp/0470043997%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470043997"><img src="http://ecx.images-amazon.com/images/I/51osPuFjCVL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/MediaWiki-1-1-Beginners-Mizanur-Rahman/dp/1847196047%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1847196047"><img src="http://ecx.images-amazon.com/images/I/51BPSDIBtoL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Mediawiki-Wikipedia-Beyond-Daniel-Barrett/dp/0596519796%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596519796"><img src="http://ecx.images-amazon.com/images/I/51LKkJAd89L._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/export' rel='tag' target='_self'>export</a>, <a class='technorati-link' href='http://technorati.com/tag/Google+sites' rel='tag' target='_self'>Google sites</a>, <a class='technorati-link' href='http://technorati.com/tag/Google+sites+API' rel='tag' target='_self'>Google sites API</a>, <a class='technorati-link' href='http://technorati.com/tag/mw2html' rel='tag' target='_self'>mw2html</a>, <a class='technorati-link' href='http://technorati.com/tag/wikimedia' rel='tag' target='_self'>wikimedia</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=627&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint to Google sites &#8211; how to move your files</title>
		<link>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/</link>
		<comments>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:00:30 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[Google sites]]></category>
		<category><![CDATA[Google sites API]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=618</guid>
		<description><![CDATA[Many organisations now move to use the Google office suite for their day-to-day office needs, this includes the Google sites service which allows you to easily create internal portals for the different organisation&#8217;s departments. This move allows for a department to share an internal web site that has easy access from home as well with [...]]]></description>
			<content:encoded><![CDATA[<p>Many organisations now move to use the Google office suite for their day-to-day office needs,<br />
this includes the Google sites service which allows you to easily create internal portals for the different<br />
organisation&#8217;s departments.</p>
<p>This move allows for a department to share an internal web site that has easy access from home as well with the regular office google account,<br />
it also allows for better collaboration with other branches of the same company located far away &#8211; as it saves the need for an office VPN, or the need to connect to a server that is located in a branch in another country,<br />
instead &#8211; everybody just connect to Google.</p>
<p>But what do we do if our files are already on the office internal SharePoint?</p>
<p>apparently &#8211; the migration processes from SharePoint to Google sites is not as hard ,<br />
here are two working options.</p>
<p>&nbsp;</p>
<h2>Exporting from SharePoint</h2>
<p>Connect to the SharePoint and browse to where you keep the files you wish to move,<br />
choose  &#8221;Actions &#8211;&gt;  Open with windows explorer&#8221;</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/sharepoint.png"><img class="alignnone size-full wp-image-620" title="sharepoint" src="http://yonitg.com/blog/wp-content/uploads/2012/02/sharepoint.png" alt="" width="390" height="369" /></a></p>
<p>&nbsp;</p>
<p>you will get and explorer folder listing all the shared files there,<br />
at this point you can select all the folders  and copy them locally to your desktop or to a network share &#8211; if the size of the files is too large.</p>
<p>The only folder not to copy over is the &#8220;forms&#8221; folder &#8211; as it is a system folder and you do not need to move it too.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2012/02/sp_files.png"><img class="alignnone size-full wp-image-621" title="sp_files" src="http://yonitg.com/blog/wp-content/uploads/2012/02/sp_files.png" alt="" width="459" height="260" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Uploading files to Google Sites</h2>
<p>Here we have 2 options:</p>
<ol>
<li>
<h3>Use native Google Sites files upload option</h3>
<p>This option works well only if you have a very small number of files and folder to upload<br />
<a href="http://yonitg.com/blog/wp-content/uploads/2012/02/GS_files.png"><img class="alignnone size-full wp-image-622" title="GS_files" src="http://yonitg.com/blog/wp-content/uploads/2012/02/GS_files.png" alt="" width="658" height="304" /></a></p>
<p>&nbsp;</li>
<li>
<h3>Use Google Sites API</h3>
<p><a title="Google sites API" href="http://code.google.com/apis/sites/" target="_blank"> The Google sites API</a>  will allow you to upload multiple files and folders, <a title="Google sites API" href="http://code.google.com/apis/sites/" target="_blank"><br />
</a>it support now two languages -</li>
</ol>
<ul>
<li>Java</li>
<li>Pythonand you can read some more about in the <a title="import and export with Google sites API" href="http://googleenterprise.blogspot.com/2009/09/import-export-and-more-with-new-google_24.html" target="_blank">Official Google Enterprise Blog</a> .<br />
The API allows you to:</li>
<li>create new sites</li>
<li>retrieve , create , change and delete pages</li>
<li>upload and download attachments and files</li>
<li>change sharing settings</li>
<li>and manage templates</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://www.amazon.com/SharePoint-Designer-Video-Training-Tutorials/dp/B0035N9820%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0035N9820"><img src="http://ecx.images-amazon.com/images/I/41jMd6m12KL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Microsoft-Office-Professional-2010-Version/dp/B0036Z0NW6%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0036Z0NW6"><img src="http://ecx.images-amazon.com/images/I/41qxNzFqvCL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Professional-SharePoint-2010-Administration-Klindt/dp/0470533331%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470533331"><img src="http://ecx.images-amazon.com/images/I/51gaT-e4LjL._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Google+sites' rel='tag' target='_self'>Google sites</a>, <a class='technorati-link' href='http://technorati.com/tag/Google+sites+API' rel='tag' target='_self'>Google sites API</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=618&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supply Chain Management &#8211; Each Module</title>
		<link>http://yonitg.com/supply-chain-management-each-module/</link>
		<comments>http://yonitg.com/supply-chain-management-each-module/#comments</comments>
		<pubDate>Mon, 09 May 2011 16:22:00 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Free Online Training]]></category>
		<category><![CDATA[IT management]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=551</guid>
		<description><![CDATA[Supply Chain Management – the 12 modules - Each Module can be viewed separately. The whole list is about 1 hour to watch. You can view the Supply Chain Management as 1 playlist in this post. &#160; Module 1: What is Supply Chain Management? [8:05] http://www.youtube.com/watch?v=Mi1QBxVjZAw &#160; Module 2: Buy It: Managing Supply [3:46] http://www.youtube.com/watch?v=zYbtZ0x9_SA &#160; Module [...]]]></description>
			<content:encoded><![CDATA[<p>Supply Chain Management – the 12 modules - Each Module can be viewed separately.</p>
<p>The whole list is about 1 hour to watch.</p>
<p>You can view the <a title="Supply Chain Management - 1 play list" href="http://yonitg.com/supply-chain-management-play-list/">Supply Chain Management as 1 playlist in this post</a>.</p>
<p>&nbsp;</p>
<p><strong>Module 1: What is Supply Chain Management? [8:05]</strong></p>
<p><a href="http://www.youtube.com/watch?v=Mi1QBxVjZAw">http://www.youtube.com/watch?v=Mi1QBxVjZAw</a></p>
<p>&nbsp;</p>
<p><strong>Module 2: Buy It: Managing Supply [3:46]</strong></p>
<p><a href="http://www.youtube.com/watch?v=zYbtZ0x9_SA">http://www.youtube.com/watch?v=zYbtZ0x9_SA</a></p>
<p>&nbsp;</p>
<p><strong>Module 3: Make It: Manufacturing and Operations [4:23]</strong></p>
<p><a href="http://www.youtube.com/watch?v=ncli94xodm8">http://www.youtube.com/watch?v=ncli94xodm8</a></p>
<p>&nbsp;</p>
<p><strong>Module 4: Move It: Transportation and Logistics [3:45]</strong></p>
<p><a href="http://www.youtube.com/watch?v=-ZpHiMTwOdM">http://www.youtube.com/watch?v=-ZpHiMTwOdM</a></p>
<p>&nbsp;</p>
<p><strong>Module 5: Sell it &amp; Service It: Retail Considerations [3:39]</strong></p>
<p><a href="http://www.youtube.com/watch?v=ZUO2EaJnb-w">http://www.youtube.com/watch?v=ZUO2EaJnb-w</a></p>
<p>&nbsp;</p>
<p><strong>Module 6: Supply Chain Integration [4:41]</strong></p>
<p><a href="http://www.youtube.com/watch?v=S_yMW2b0kNk">http://www.youtube.com/watch?v=S_yMW2b0kNk</a></p>
<p><strong>Module 7: Global Supply Chain Management [4:07]</strong></p>
<p><a href="http://www.youtube.com/watch?v=ZuQ200JAViA">http://www.youtube.com/watch?v=ZuQ200JAViA</a></p>
<p>&nbsp;</p>
<p><strong>Module 8: Socially Responsible Supply Chain Management [4:33]</strong></p>
<p><a href="http://www.youtube.com/watch?v=VdbKvXh6sLU">http://www.youtube.com/watch?v=VdbKvXh6sLU</a></p>
<p>&nbsp;</p>
<p><strong>Module 9: Business Processes [4:13]</strong></p>
<p><a href="http://www.youtube.com/watch?v=JUInjQvzIkE">http://www.youtube.com/watch?v=JUInjQvzIkE</a></p>
<p>&nbsp;</p>
<p><strong>Module 10: Measuring Performance [5:17]</strong></p>
<p><a href="http://www.youtube.com/watch?v=R4HPYYR5iLw">http://www.youtube.com/watch?v=R4HPYYR5iLw</a></p>
<p>&nbsp;</p>
<p><strong>Module 11: Quality Management [3:20]</strong></p>
<p><a href="http://www.youtube.com/watch?v=QJNVrY_Z2NM">http://www.youtube.com/watch?v=QJNVrY_Z2NM</a></p>
<p>&nbsp;</p>
<p><strong>Module 12: Supply Chains and Information Technology [3:53]</strong></p>
<p><a href="http://www.youtube.com/watch?v=SXDvHgjRNDQ">http://www.youtube.com/watch?v=SXDvHgjRNDQ</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/inspiration' rel='tag' target='_self'>inspiration</a>, <a class='technorati-link' href='http://technorati.com/tag/Management' rel='tag' target='_self'>Management</a>, <a class='technorati-link' href='http://technorati.com/tag/Online+Tools' rel='tag' target='_self'>Online Tools</a>, <a class='technorati-link' href='http://technorati.com/tag/Online+Training' rel='tag' target='_self'>Online Training</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=551&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/supply-chain-management-each-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Online Stop Watch</title>
		<link>http://yonitg.com/great-online-stop-watch/</link>
		<comments>http://yonitg.com/great-online-stop-watch/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 17:00:39 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=531</guid>
		<description><![CDATA[This Online tool can be found here: A very Easy to use online stop watch for all your IT needs, including: limiting meeting sections (lets not talk about this subject more than 10 minutes) counting time to measure a time limited action (how much time it really took the switch to reboot) testing to see if an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.online-stopwatch.com/" target="_blank"><img class="alignnone size-medium wp-image-532" title="online stop watch" src="http://yonitg.com/blog/wp-content/uploads/2011/04/online-stop-watch-300x163.jpg" alt="" width="300" height="163" /></a></p>
<p><a title="online stop watch" href="http://www.online-stopwatch.com/" target="_blank">This Online tool can be found here:</a></p>
<p>A very Easy to use online stop watch for all your IT needs, including:</p>
<ul>
<li>limiting meeting sections (lets not talk about this subject more than 10 minutes)</li>
<li>counting time to measure a time limited action (how much time it really took the switch to reboot)</li>
<li>testing to see if an IT action was able to finish within the time limit set (DB switch should be completed in 5 minutes)</li>
</ul>
<p>etc &#8230;</p>
<p>it has 2 useful modes:</p>
<ul>
<li>Stop Watch</li>
<li>counter</li>
</ul>
<p>both look like this:</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down.jpg"><img class="alignnone size-medium wp-image-533" title="Count down" src="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down-300x164.jpg" alt="" width="300" height="164" /></a></p>
<p>but you setup the counter with this preliminary screen:</p>
<p>﻿<a href="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down.png"><img class="alignnone size-medium wp-image-534" title="Count down" src="http://yonitg.com/blog/wp-content/uploads/2011/04/Count-down-300x164.png" alt="" width="300" height="164" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.amazon.com/Adobe-Flash-Student-Teacher-VERSION/dp/B003D8XEHW%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003D8XEHW"><img src="http://ecx.images-amazon.com/images/I/41X0Q21BhdL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Adobe-Flash-Builder-4-Standard/dp/B003739DU0%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003739DU0"><img src="http://ecx.images-amazon.com/images/I/41kVeUWPE5L._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Smith-Micro-Software-Inc-ASO70HBX2/dp/B003NS5KQ0%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003NS5KQ0"><img src="http://ecx.images-amazon.com/images/I/51KyWuJVXSL._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=531&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/great-online-stop-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding HBR articles on the net</title>
		<link>http://yonitg.com/finding-hbr-articles-on-the-net/</link>
		<comments>http://yonitg.com/finding-hbr-articles-on-the-net/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 21:29:37 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Harvard Business Review]]></category>
		<category><![CDATA[hbr]]></category>
		<category><![CDATA[pdf search]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=514</guid>
		<description><![CDATA[I love HBR articles &#8211; Harvard Business Review Web site is great, and full with interesting readings, but I can&#8217;t afford buying them for 5$ each, still they can be easily accessed with an easy to use pdf search engine, here is a simple example: Lets say I&#8217;ve stumbled over this nice article I wish [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yonitg.com/blog/wp-content/uploads/2011/04/hbrPrintLogo.gif"><img class="alignnone size-full wp-image-515" title="hbrPrintLogo" src="http://yonitg.com/blog/wp-content/uploads/2011/04/hbrPrintLogo.gif" alt="" width="159" height="67" /></a></p>
<p>I love HBR articles &#8211; Harvard Business Review Web site is great, and full with interesting readings,<br />
but I can&#8217;t afford buying them for 5$ each,<br />
still they can be easily accessed with an easy to use pdf search engine,<br />
here is a simple example:</p>
<p>Lets say I&#8217;ve stumbled over this nice article I wish to read:<br />
<a title="How Leaders Create and Use Networks" href="http://hbr.org/product/baynote/an/R0701C-PDF-ENG?referral=00505&amp;cm_sp=baynote-_-featured_products-_-R0701C-PDF-ENG">&#8220;How Leaders Create and Use Networks&#8221;</a> by Herminia Ibarra, Mark Hunter.</p>
<p>It looks nice enough and I want to go over it, but I don&#8217;t want to pay the 6.95$ HBR are asking for it,<br />
a very simple way to find it would be to search for it in any given PDF search engine available, or even google engine itself.</p>
<p>For example:<br />
Go to <a href="http://www.pdfsearchengine.org/">http://www.pdfsearchengine.org<br />
</a>and search for:</p>
<p>hbr  How Leaders Create and Use Networks</p>
<p>The First result will send you to:<br />
<a href="http://www.tenseattle.org/resources/Documents/Networking-HBR-%2001-07.pdf">http://www.tenseattle.org/resources/Documents/Networking-HBR-%2001-07.pdf</a></p>
<p>which includes the entire article in a PDF version ready for reading <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Google search:</strong></p>
<p>just write in the search panel the name of the article you are looking for and &#8220;filetype:pdf&#8221;<br />
For example, in our case I will search for:<br />
How Leaders Create and Use Networks filetype:pdf</p>
<p>from the results I got,<br />
one option lead to <a href="http://www.sail.co.in/Growth_April_June_2007.pdf#page=101">http://www.sail.co.in/Growth_April_June_2007.pdf#page=101<br />
</a>which included a nice reading Article Digest for this HBR article</p>
<p>another option lead to <a href="http://www.brittenassociates.com/documents_articles/Leaders%20Creating%20Using%20Networks.pdf">http://www.brittenassociates.com/documents_articles/Leaders%20Creating%20Using%20Networks.pdf<br />
</a>which also included the full article in PDF ready for reading and typing.</p>
<p>Happy reading <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.amazon.com/Harvard-Business-Review-Advances-Strategy/dp/B001G1J45E%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001G1J45E"><img src="http://ecx.images-amazon.com/images/I/41AfqAm8RoL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Harvard-Business-Review-Breakthrough-Thinking/dp/B001G1KQ56%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001G1KQ56"><img src="http://ecx.images-amazon.com/images/I/41NUdQJHlvL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/HBRs-Reads-Managing-Yourself-ebook/dp/B004G5ZJE2%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB004G5ZJE2"><img src="http://ecx.images-amazon.com/images/I/41OxN1FKrCL._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Harvard+Business+Review' rel='tag' target='_self'>Harvard Business Review</a>, <a class='technorati-link' href='http://technorati.com/tag/hbr' rel='tag' target='_self'>hbr</a>, <a class='technorati-link' href='http://technorati.com/tag/pdf+search' rel='tag' target='_self'>pdf search</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=514&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/finding-hbr-articles-on-the-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Management Data Visualization</title>
		<link>http://yonitg.com/management-data-visualization/</link>
		<comments>http://yonitg.com/management-data-visualization/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 13:26:45 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=472</guid>
		<description><![CDATA[http://www.smashingmagazine.com/2007/08/02/data-visualization-modern-approaches/]]></description>
			<content:encoded><![CDATA[<p><img src="file:///C:/DOCUME%7E1/yonitg/LOCALS%7E1/Temp/moz-screenshot-3.png" alt="" /><a href="http://yonitg.com/blog/wp-content/uploads/2010/06/management_wheel.png"><img class="alignnone size-full wp-image-473" title="Management_Wheel" src="http://yonitg.com/blog/wp-content/uploads/2010/06/management_wheel.png" alt="Microsoft's Management Wheel" width="400" height="295" /></a></p>
<p>From Wikipedia:</p>
<blockquote><p><strong>Visualization</strong> is any technique for creating <a title="Image" href="http://en.wikipedia.org/wiki/Image">images</a>, <a title="Diagram" href="http://en.wikipedia.org/wiki/Diagram">diagrams</a>,  or <a title="Animation" href="http://en.wikipedia.org/wiki/Animation">animations</a> to communicate a message.</p>
<p><strong>Information graphics</strong> or <strong>infographics</strong> are graphic visual  representations of <a title="Information" href="http://en.wikipedia.org/wiki/Information">information</a>, <a title="Data" href="http://en.wikipedia.org/wiki/Data">data</a> or <a title="Knowledge" href="http://en.wikipedia.org/wiki/Knowledge">knowledge</a>.  These <a title="Graphics" href="http://en.wikipedia.org/wiki/Graphics">graphics</a> present complex information quickly and clearly<sup><a href="http://en.wikipedia.org/wiki/Information_graphics#cite_note-DN04-0">[1]</a></sup>,  such as in <a title="Information sign" href="http://en.wikipedia.org/wiki/Information_sign">signs</a>, <a title="Maps" href="http://en.wikipedia.org/wiki/Maps">maps</a>, <a title="Journalism" href="http://en.wikipedia.org/wiki/Journalism">journalism</a>,  <a title="Technical writing" href="http://en.wikipedia.org/wiki/Technical_writing">technical writing</a>, and <a title="Education" href="http://en.wikipedia.org/wiki/Education">education</a>.</p></blockquote>
<p>These are techniques to deliver a large amount of data in a simple and quick way which will be easy to grasp the amounts of data involved.</p>
<p>The Concept seen above is the Microsoft&#8217;s Education Competencies representation,<br />
It is showing the full set of skills a successful manger should hold,<br />
The PDF can be found in <a title="Competency Wheel" href="http://download.microsoft.com/download/3/4/7/3477e49d-315d-4ee7-a8ca-ff653a4455d6/Competency_Wheel.pdf" target="_blank">Microsoft&#8217;s Education Competencies </a>Website.<br />
The Wheel lists all the different area a new manager should be trained for.</p>
<h2>Periodic Table of Data Visualization</h2>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/06/periodic_table.png"><img class="alignnone size-full wp-image-475" title="periodic_table" src="http://yonitg.com/blog/wp-content/uploads/2010/06/periodic_table.png" alt="Data visualization periodic table" width="450" height="275" /></a></p>
<p>The <a title="Periodic Table of Data Visualization" href="http://www.visual-literacy.org/periodic_table/periodic_table.html#" target="_blank">Periodic Table of Data Visualization</a>,<br />
segments the different areas where data visualization has been efficient so far:</p>
<ul>
<li>Data</li>
<li>Information</li>
<li>Concept</li>
<li>Strategy</li>
<li>Metaphor</li>
<li>Compound</li>
</ul>
<h2>Data Visualization collections</h2>
<p>Some more good resources online about data visualization:</p>
<p><a title="Data Visualization" href="http://www.smashingmagazine.com/2007/08/02/data-visualization-modern-approaches/" target="_blank">Smashing Magazine Data Visualization collection<br />
</a>A beautiful collection of modern approach to the subject, with many samples.<br />
<a title="Gapminder Statistics Visualisation" href="http://yonitg.com/world-statistics/" target="_blank"><br />
Gapminder Statistics Visualisation<br />
</a>The Gapminder stats tool can show you how your data changes inside a time frame</p>
<h2>Creating your on Visualization Tools</h2>
<p><a title="mootools based script which visualizes data and connections" href="http://www.webresourcesdepot.com/wheel-like-data-visualization-with-moowheel/" target="_blank">Wheel-Like Data Visualization With MooWheel<br />
</a>MooWheel is a mootools based script which visualizes data and connections between items like a wheel.</p>
<p><a title="TouchGraph google browser" href="http://www.touchgraph.com/TGGoogleBrowser.html">TouchGraph google browser</a><br />
free Java application to explore the connections between related websites</p>
<p><a href="http://www.amazon.com/Balanced-Scorecards-Operational-Dashboards-Microsoft/dp/0470386819%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470386819"><img src="http://ecx.images-amazon.com/images/I/51IcFS09LWL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Information-Dashboard-Design-Effective-Communication/dp/0596100167%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596100167"><img src="http://ecx.images-amazon.com/images/I/41wz40jYLgL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Dashboard-Builder-Professional-10-users/dp/0020000030%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0020000030"><img src="http://ecx.images-amazon.com/images/I/51kCy1v-d2L._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/dashboards' rel='tag' target='_self'>dashboards</a>, <a class='technorati-link' href='http://technorati.com/tag/Management' rel='tag' target='_self'>Management</a>, <a class='technorati-link' href='http://technorati.com/tag/statistics' rel='tag' target='_self'>statistics</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=472&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/management-data-visualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax DNS Tool</title>
		<link>http://yonitg.com/ajax-dns-tool/</link>
		<comments>http://yonitg.com/ajax-dns-tool/#comments</comments>
		<pubDate>Sun, 09 May 2010 22:06:08 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=447</guid>
		<description><![CDATA[I&#8217;m always searching for better tools to do my work, and today I have found this nice DNS online testing tool made with Ajax, It&#8217;s quite nice and fast, and its good when you do not have a Linux distro at hand, or have a problem with whois test from a proxied server. The site [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/05/dns1.jpg"><img class="alignnone size-full wp-image-451" title="Online dns tool" src="http://yonitg.com/blog/wp-content/uploads/2010/05/dns1.jpg" alt="Online dns tool" width="400" height="289" /></a></p>
<p>I&#8217;m always searching for better tools to do my work,<br />
and today I have found this nice <a title="DNS testing" href="http://www.ajaxdns.com/" target="_blank">DNS online testing tool</a> made with Ajax,<br />
It&#8217;s quite nice and fast, and its good when you do not have a Linux distro at hand,<br />
or have a problem with whois test from a proxied server.</p>
<p><span id="more-447"></span>The site offers:</p>
<ul>
<li>Live DNS test</li>
<li>whois search</li>
<li>IP whois</li>
<li>HTTP headers</li>
</ul>
<p>and more tools like it, very handy tool and works fast.</p>
<p>I do appreciate it when someone thinks of the GUI also and not just the functions in a tool.</p>
<p><a href="http://www.amazon.com/Professional-Ajax-2nd-Programmer/dp/0470109491%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470109491"><img src="http://ecx.images-amazon.com/images/I/51MsaqxCEjL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Head-First-Ajax-Rebecca-Riordan/dp/0596515782%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596515782"><img src="http://ecx.images-amazon.com/images/I/510WawrBOIL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/DNS-BIND-5th-Cricket-Liu/dp/0596100574%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596100574"><img src="http://ecx.images-amazon.com/images/I/414Cx0h7lCL._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/DNS' rel='tag' target='_self'>DNS</a>, <a class='technorati-link' href='http://technorati.com/tag/Online+Tools' rel='tag' target='_self'>Online Tools</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=447&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/ajax-dns-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cube Of M</title>
		<link>http://yonitg.com/cube-of-m/</link>
		<comments>http://yonitg.com/cube-of-m/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 22:52:30 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Thinking]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=438</guid>
		<description><![CDATA[Some people just know how to write better, I&#8217;ve read this blogger &#8211; http://blog.cubeofm.com/ He doesn&#8217;t exactly talk about how to make money of the internet, although he had mentioned he is making a nice sum of money out of a few internet based projects, he does talk about some of the methods he uses. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/03/good_reading.jpg"><img class="alignnone size-full wp-image-439" title="good_reading" src="http://yonitg.com/blog/wp-content/uploads/2010/03/good_reading.jpg" alt="good reading" width="320" height="221" /></a></p>
<p>Some people just know how to write better,<br />
I&#8217;ve read this blogger &#8211; http://blog.cubeofm.com/<br />
He doesn&#8217;t exactly talk about how to make money of the internet,<br />
although he had mentioned he is making a nice sum of money out of a few internet based projects,<br />
he does talk about some of the methods he uses.</p>
<p><span id="more-438"></span>One of these was discussed in this post: <a title="cube of m" href="http://blog.cubeofm.com/the-subtleties-in-outsourcing-using-rentacode">The subtleties in outsourcing using RentACoder</a><br />
where he talks about what the site is offering, what kind of different coders are available there,<br />
which is best for which project and how to best work with the site.</p>
<p>Another very good post &#8211; and judging by the amount of tweets the post is showing one of his best is<br />
<a title="high IQ" href="http://blog.cubeofm.com/your-high-iq-will-kill-your-startup">Your high IQ will kill your startup</a> where he talks about skill vs. intelligence and explain in great writing,<br />
why you need to keep practicing.</p>
<p>this touched a cord in me when thinking about my early school days and how easily being good at everything turned arround on me when i had to really sit down and studying &#8211; which i never actually done before,<br />
and then my grades suffered.<br />
this post also connected well to the book i&#8217;ve just read &#8211; <a href="http://www.amazon.com/Outliers-Story-Success-Malcolm-Gladwell/dp/0316036692%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0316036692">Outliers: The Story of Success</a> by Malcolm Gladwell<br />
where he also talk s about the importance of training, and how no wonder talent just got there by strolling,<br />
but only with a lot of years practicing behind him.<br />
Gladwell talks about the 10,000 hours rule &#8211; practice and learn something for 10K hours &#8211; And you will be<br />
a World class talent at it.</p>
<p>Highly recommended &#8211; go read the posts and the book <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.amazon.com/ProBlogger-Secrets-Blogging-Six-Figure-Income/dp/0470616342%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470616342"><img src="http://ecx.images-amazon.com/images/I/41tQQOjI2xL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Outliers-Story-Success-Malcolm-Gladwell/dp/0316017930%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0316017930"><img src="http://ecx.images-amazon.com/images/I/41h5QL0vVEL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/What-Dog-Saw-Other-Adventures/dp/0316076201%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0316076201"><img src="http://ecx.images-amazon.com/images/I/41dRkn1rySL._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=438&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/cube-of-m/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

