<?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>Linux Admin Steps Into Management</title>
	
	<link>http://yonitg.com</link>
	<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>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Yonitgcom" /><feedburner:info uri="yonitgcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Exporting MediaWiki sites to Google sites</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/IC-a5EVe4xE/</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="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/IC-a5EVe4xE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/exporting-mediawiki-sites-to-google-sites/</feedburner:origLink></item>
		<item>
		<title>SharePoint to Google sites – how to move your files</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/p_BWRT0ljcU/</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="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/p_BWRT0ljcU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/sharepoint-to-google-sites-how-to-move-your-files/</feedburner:origLink></item>
		<item>
		<title>Adding JMX support to your java app</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/h9ZTOfxfdME/</link>
		<comments>http://yonitg.com/adding-jmx-support-to-your-java-app/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 16:55:15 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux - Windows integration]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jmx]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=610</guid>
		<description><![CDATA[Lets start with the basics - what is JMX? JMX is a technology that lets you add management interfaces for Java applications the jmx interface on your java application will let you monitor and publish graphs for: heap memory threads and their stack trace CPU classes memory pools and it will also expose the java [...]]]></description>
			<content:encoded><![CDATA[
<p>Lets start with the basics -</p>
<h2>what is JMX?</h2>
<p><a title="Oracle - what is jmx" href="http://blogs.oracle.com/jmxetc/entry/what_is_jmx" target="_blank">JMX is a technology that lets you add management interfaces for Java applications</a></p>
<p>the jmx interface on your java application will let you monitor and publish graphs for:</p>
<ul>
<li>heap memory</li>
<li>threads and their stack trace</li>
<li>CPU</li>
<li>classes</li>
<li>memory pools</li>
</ul>
<div>and it will also expose the java Mbeans tree which you can browse</div>
<div>with the jconsole app included with any <a title="get java" href="http://www.java.com/en/download/index.jsp" target="_blank">java distribution</a>:</div>
<div><a href="http://yonitg.com/blog/wp-content/uploads/2012/01/jconsole1.png"><img class="alignnone size-full wp-image-612" title="jconsole" src="http://yonitg.com/blog/wp-content/uploads/2012/01/jconsole1.png" alt="" width="711" height="356" /></a></div>
<div>you can either browse and read these attributes,</div>
<div>and in some cases edit them and change the application status.</div>
<h2>Enabling JMX in Tomcat</h2>
<div>to enable JMX in tomcat,</div>
<div>edit the wrapper.conf file , and add these lines:</div>
<div>
<div>wrapper.java.additional.1=-<wbr>Dcom.sun.management.jmxremote</wbr></div>
<div>wrapper.java.additional.2=-<wbr>Dcom.sun.management.jmxremote.</wbr><wbr>port=&lt;port&gt;</wbr></div>
<div>wrapper.java.additional.3=-<wbr>Dcom.sun.management.jmxremote.</wbr><wbr>ssl=false</wbr></div>
<div>wrapper.java.additional.4=-<wbr>Dcom.sun.management.jmxremote.</wbr><wbr>authenticate=false</wbr></div>
<div>wrapper.java.additional.5=-<wbr>Djava.rmi.server.hostname=&lt;</wbr><wbr>ServerName&gt;</wbr></div>
<div>Things to verify before usage:</div>
<div>
<ol>
<li>the numbers after the &#8220;wrapper.java.additional.&#8221; part are in increasing order &#8211; make sure to continue from where the last config line showed, and make sure there are no gaps in the counting.</li>
<li>change &lt;port&gt; to the port number you wish to expose</li>
<li>these settings will enable password-less connection to you JMX server, <a title="monitoring Apache tomcat 6" href="http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html" target="_blank">if you wish to add authentication and SSL</a> you will need to change these settings.</li>
<li> change &lt;<wbr>ServerName&gt; to your server name &#8211; this setting is needed &#8211; without it the server will only allow localhost connections and wont allow remote.</wbr></li>
</ol>
</div>
<div><a href="http://www.amazon.com/Tomcat-Definitive-Guide-Jason-Brittain/dp/0596101066%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596101066"><img src="http://ecx.images-amazon.com/images/I/510wNzqpCGL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Apache-Definitive-Guide-Ben-Laurie/dp/0596002033%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596002033"><img src="http://ecx.images-amazon.com/images/I/51u5923WBeL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Apache-Tomcat-7-ebook/dp/B005PZ08BQ%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB005PZ08BQ"><img src="http://ecx.images-amazon.com/images/I/51Gdu2xVffL._SL160_.jpg" alt="" /></a></div>
</div>


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

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

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=610&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/h9ZTOfxfdME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/adding-jmx-support-to-your-java-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/adding-jmx-support-to-your-java-app/</feedburner:origLink></item>
		<item>
		<title>What Supply Chain Management has to do with IT in SaaS Companies – part 1</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/un04RrvbRIk/</link>
		<comments>http://yonitg.com/what-supply-chain-management-has-to-do-with-it-in-saas-companies-part-1/#comments</comments>
		<pubDate>Thu, 26 May 2011 15:08:29 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[Supply Chain Management]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=592</guid>
		<description><![CDATA[Working in the Production IT of SaaS companies for some years now, I have come to realize that there is a strong connection between managing the IT and Supply Chain Management, In a former post I&#8217;ve added the links to a Video introduction to Supply Chain Management course, Created by the Arizona State University &#8211; [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://yonitg.com/blog/wp-content/uploads/2011/05/Supply-Chain-Management.png"><img class="alignnone size-medium wp-image-595" title="Supply Chain Management" src="http://yonitg.com/blog/wp-content/uploads/2011/05/Supply-Chain-Management-300x169.png" alt="Supply Chain Management" width="300" height="169" /></a></p>
<p>Working in the Production IT of SaaS companies for some years now,<br />
I have come to realize that there is a strong connection between managing the IT and Supply Chain Management,<br />
In a former post I&#8217;ve added the links to a <a title="Supply Chain Management – Each Module" href="http://yonitg.com/supply-chain-management-each-module/" target="_blank">Video introduction to Supply Chain Management course</a>,<br />
Created by the Arizona State University &#8211; which I strongly recommend watching  - it&#8217;s a total 1 hour and worth your time.</p>
<p>I went through each module and I will try to explain how IT in a SaaS Company should be managed like a Supply Chain.</p>
<h2>Module 2 &#8211; Buy it: Managing Supply</h2>
<p>Like in making a cake &#8211; the ingredients used to create the SaaS infrastructure will determined the quality of the service:</p>
<ul>
<li>Hardware &#8211; which company will you sign with to supply your needed hardware ?<br />
you will need some if not all of:&nbsp;</p>
<ul>
<li>Servers &#8211; in different configurations to support different functions like web, DB, Propriety applications</li>
<li>Switches</li>
<li>Routers</li>
<li>Storage</li>
<li>networking hardware</li>
<li>racks to hold all the servers</li>
</ul>
</li>
<li>you will probably also consider more than one hardware supplier as each company has other supplies to offer<br />
for each supplier you will need to consider:&nbsp;</p>
<ul>
<li>quality of hardware</li>
<li>delivery speed &#8211; and if you work for a Global organization this means different delivery times to different locations</li>
<li>supplier flexibility &#8211; in delivery time, site, support</li>
<li>and of course &#8211; cost issues</li>
</ul>
</li>
</ul>
<ul>
<li>Men power &#8211; SaaS companies need production personal to run and manage all the servers in the production Farms,<br />
these are talented, experienced people with the right know how in each field and the will power to invest the time and effort needed to manage support and support a 24&#215;7 Global servers farm who need to be up and available 100% of the time.<br />
Some of the needed functions are:&nbsp;</p>
<ul>
<li>Sys admins &#8211; for various Operation systems</li>
<li>Networking gurus</li>
<li>Security experts</li>
<li>DB Admins</li>
<li>24X7 Network Operation Center</li>
<li>Support<br />
etc &#8230;</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://www.youtube.com/watch?v=Mi1QBxVjZAw&amp;feature=player_embedded#at=460"></a><a href="http://www.youtube.com/watch?v=zYbtZ0x9_SA">httpv://www.youtube.com/watch?v=zYbtZ0x9_SA</a></p>
<p>&nbsp;</p>
<p>Questions, comments or suggestions are very welcome &#8211; post below and I&#8217;ll get back to you.</p>
<p>&nbsp;</p>
<p><a href="http://www.amazon.com/Product-Distribution-Supply-Chain-Management/dp/B000O79FJ6%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB000O79FJ6"><img src="http://ecx.images-amazon.com/images/I/51NDGcemHfL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/SaaS-100-Success-Secrets-Successfully/dp/0980471648%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0980471648"><img src="http://ecx.images-amazon.com/images/I/51auN1baScL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Computing-Applications-Specialist-Complete-Certification/dp/1742445012%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1742445012"><img src="http://ecx.images-amazon.com/images/I/514v3rsD2zL._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/saas' rel='tag' target='_self'>saas</a>, <a class='technorati-link' href='http://technorati.com/tag/Supply+Chain+Management' rel='tag' target='_self'>Supply Chain Management</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=592&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/un04RrvbRIk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/what-supply-chain-management-has-to-do-with-it-in-saas-companies-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/what-supply-chain-management-has-to-do-with-it-in-saas-companies-part-1/</feedburner:origLink></item>
		<item>
		<title>HBR – Harvard Business Review Magazine</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/9CaNff-vvJg/</link>
		<comments>http://yonitg.com/hbr-harvard-business-review-magazine/#comments</comments>
		<pubDate>Thu, 19 May 2011 10:44:51 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[IT management]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Harvard Business Review]]></category>
		<category><![CDATA[hbr]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[Online Tools]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=587</guid>
		<description><![CDATA[Lately I&#8217;m reading a lot of articles from the Harvard Business Review Magazine, which publishes Articles and blog posts and case studies that were created to improve the practice of management and its impact in a changing world. Most of the blog posts are free to read and some of the Articles from the magazine too, but [...]]]></description>
			<content:encoded><![CDATA[
<p><a title="HBR" href="http://www.amazon.com/Harvard-Business-Review-1-year-auto-renewal/dp/B002PXVYGY%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002PXVYGY" target="_blank"><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>Lately I&#8217;m reading a lot of articles from the <a title="HBR - Harvard Business Review" href="http://www.amazon.com/Harvard-Business-Review-1-year-auto-renewal/dp/B002PXVYGY%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002PXVYGY" target="_blank">Harvard Business Review</a> Magazine,<br />
which publishes Articles and blog posts and case studies that were created to improve the practice of management and its impact in a changing world.</p>
<p>Most of the blog posts are free to read and some of the Articles from the magazine too,<br />
but the most are sold for a price.</p>
<p>The site focuses on topics like:</p>
<ul>
<li>Change management</li>
<li>Information technology</li>
<li>Leadership</li>
<li>Operations management</li>
<li>Strategy</li>
<li>Systems theory</li>
</ul>
<p>or on Management Skills as:</p>
<ul>
<li>Becoming a manager</li>
<li>Career planning</li>
<li>Coaching</li>
<li>Decision making</li>
<li>Delegation</li>
<li>Developing employees</li>
<li>Improving performance</li>
<li>Interpersonal skills</li>
<li>Interviewing</li>
<li>Leading teams</li>
<li>Managing people</li>
<li>Managing yourself</li>
<li>Team building</li>
</ul>
<p>And many other topic, all fascinating and important to read for any new or seasoned manager alike.</p>
<p>I warmly recommend reading everything you can read from there, since you can find a case study or an article that discusses almost all the managerial dilemma that you might face through your working years.</p>
<p>And for those who cannot afford buying each article,<br />
in a former post I&#8217;ve showed how to find most of them as <a title="Finding HBR articles on the net - for free" href="http://yonitg.com/finding-hbr-articles-on-the-net/">pdf files available to download in Google</a>.</p>
<p>&nbsp;</p>
<p><a href="http://www.amazon.com/Harvard-Business-Review-1-year-auto-renewal/dp/B002PXVYGY%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002PXVYGY"><img src="http://ecx.images-amazon.com/images/I/61NQ8oVPyBL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Wired-1-year-auto-renewal/dp/B001U5SPME%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001U5SPME"><img src="http://ecx.images-amazon.com/images/I/51DJABJ6RWL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/HBRS-10-Must-Reads-Essentials/dp/1422133443%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1422133443"><img src="http://ecx.images-amazon.com/images/I/41JwzR5yVYL._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' rel='tag' target='_self'>google</a>, <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/leadership' rel='tag' target='_self'>leadership</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></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=587&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/9CaNff-vvJg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/hbr-harvard-business-review-magazine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yonitg.com/hbr-harvard-business-review-magazine/</feedburner:origLink></item>
		<item>
		<title>Oracle CEO Larry Ellison makes fun of “Cloud Computing”</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/z1wqKxPju1Y/</link>
		<comments>http://yonitg.com/oracle-ceo-larry-ellison-makes-fun-of-cloud-computing/#comments</comments>
		<pubDate>Tue, 10 May 2011 20:59:10 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=562</guid>
		<description><![CDATA[httpv://www.youtube.com/watch?v=UOEFXaWHppE&#38;feature=share This is a nice bit from Larry Ellison the CEO of Oracle, He talks about Cloud Computing term as a new name for the same internet everyone has used for years. Wiki calls it: The term &#8220;cloud&#8221; is used as a metaphor for the Internet, based on the cloud drawing used in the past to [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.youtube.com/watch?v=UOEFXaWHppE&amp;feature=share">httpv://www.youtube.com/watch?v=UOEFXaWHppE&amp;feature=share</a></p>
<p>This is a nice bit from Larry Ellison the CEO of Oracle,<br />
He talks about Cloud Computing term as a new name for the same internet everyone has used for years.</p>
<p><a title="Cloud computing" href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank">Wiki calls it:</a></p>
<blockquote><p>The term &#8220;cloud&#8221; is used as a metaphor for the Internet, based on the cloud drawing used in the past to represent the telephone network, and later to depict the Internet in computer network diagrams as an abstraction of the underlying infrastructure it represents.</p></blockquote>
<p>He objects to the absurdity of the term cloud &#8211; since it is the same server-based service that was always there and is connected to the internet &#8211; the same OS, service, Database etc&#8230;</p>
<p>I agree heartily with him &#8211; ever since anyone of us joined the first web-based email service or web hosting,<br />
we all have used the cloud.</p>
<p>What do you think?<br />
do we have now a different cloud computing then we had ever since the internet started working?<br />
Please post your thoughts in the comments &#8230;</p>
<p><a href="http://www.amazon.com/Solaris-System-Administration-Exam-Prep/dp/0789737906%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0789737906"><img src="http://ecx.images-amazon.com/images/I/512ZVVlZb2L._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Solaris-10-System-Administration-Essentials/dp/013700009X%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D013700009X"><img src="http://ecx.images-amazon.com/images/I/41E-zuGuMFL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Cloud-Computing-Explained-Implementation-Enterprises/dp/0956355609%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0956355609"><img src="http://ecx.images-amazon.com/images/I/51T0%2BqDZzuL._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/Cloud+Computing' rel='tag' target='_self'>Cloud Computing</a>, <a class='technorati-link' href='http://technorati.com/tag/Internet' rel='tag' target='_self'>Internet</a>, <a class='technorati-link' href='http://technorati.com/tag/interviews' rel='tag' target='_self'>interviews</a>, <a class='technorati-link' href='http://technorati.com/tag/Solaris' rel='tag' target='_self'>Solaris</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=562&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/z1wqKxPju1Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/oracle-ceo-larry-ellison-makes-fun-of-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://yonitg.com/oracle-ceo-larry-ellison-makes-fun-of-cloud-computing/</feedburner:origLink></item>
		<item>
		<title>Supply Chain Management – Each Module</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/t0QhPCBsVeY/</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="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/t0QhPCBsVeY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/supply-chain-management-each-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/supply-chain-management-each-module/</feedburner:origLink></item>
		<item>
		<title>Supply Chain Management – Play list</title>
		<link>http://feedproxy.google.com/~r/Yonitgcom/~3/wXZ9OMF-Rgk/</link>
		<comments>http://yonitg.com/supply-chain-management-play-list/#comments</comments>
		<pubDate>Mon, 09 May 2011 16:14:36 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Free Online Training]]></category>
		<category><![CDATA[IT management]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=537</guid>
		<description><![CDATA[Supply Chain Management &#8211; the 12 modules - Viewable as one Playlist. The whole list is about 1 hour to watch. You can view the Supply Chain Management each module separately in this post. The Modules included in this overview are: What is Supply Chain Management? [8:05] Buy It: Managing Supply [3:46] Make It: Manufacturing and Operations [4:23] Move [...]]]></description>
			<content:encoded><![CDATA[
<p>Supply Chain Management &#8211; the 12 modules - Viewable as one Playlist.</p>
<p>The whole list is about 1 hour to watch.</p>
<p>You can view the <a title="Supply Chain Management" href="http://yonitg.com/supply-chain-management-each-module/">Supply Chain Management each module separately in this post</a>.</p>
<p>The Modules included in this overview are:</p>
<ol>
<li>What is Supply Chain Management?<strong> [8:05]</strong></li>
<li>Buy It: Managing Supply <strong>[3:46]</strong></li>
<li>Make It: Manufacturing and Operations<strong> [4:23]</strong></li>
<li>Move It: Transportation and Logistics<strong> [3:45]</strong></li>
<li>Sell it &amp; Service It: Retail Considerations<strong> [3:39]</strong></li>
<li>Supply Chain Integration <strong>[4:41]</strong></li>
<li>Global Supply Chain Management <strong>[4:07]</strong></li>
<li>Socially Responsible Supply Chain Management <strong>[4:33]</strong></li>
<li>Business Processes<strong> [4:13]</strong></li>
<li>Measuring Performance <strong>[5:17]</strong></li>
<li>Quality Management<strong> [3:20]</strong></li>
<li>Supply Chains and Information Technology <strong>[3:53]</strong></li>
</ol>
<p><object width="400" height="300"><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.youtube.com/p/A9A4CFE8B41FAB86?hl=en_US&amp;fs=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://www.amazon.com/Sage-ACTPRO2011RT-ACT-Pro-2011/dp/B003U3JHGC%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB003U3JHGC"><img src="http://ecx.images-amazon.com/images/I/51aO-zuoCYL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/CRM-Powerpoint-Templates-Backgrounds-Presentaiton/dp/B004FK92OQ%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB004FK92OQ"><img src="http://ecx.images-amazon.com/images/I/41gUVDie%2B1L._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/dblink-dbLink-CRM-ERP/dp/B001S77BZG%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001S77BZG"><img src="http://ecx.images-amazon.com/images/I/21AfCJeDFPL._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/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=537&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/Yonitgcom/~4/wXZ9OMF-Rgk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/supply-chain-management-play-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://yonitg.com/supply-chain-management-play-list/</feedburner:origLink></item>
	</channel>
</rss>

