<?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; web admin</title>
	<atom:link href="http://yonitg.com/category/web-admin/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>Adding JMX support to your java app</title>
		<link>http://yonitg.com/adding-jmx-support-to-your-java-app/</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="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/adding-jmx-support-to-your-java-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Statistics</title>
		<link>http://yonitg.com/world-statistics/</link>
		<comments>http://yonitg.com/world-statistics/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 21:51:13 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=387</guid>
		<description><![CDATA[This is going to be a praise post for gapminder.com I&#8217;m going over the data at the site and its amazing stuff, the main page has lots of statistics which is shown in a new way, the gapminder app shows the data at what i think is a 4 dimension way, it shows x and [...]]]></description>
			<content:encoded><![CDATA[<p>This is going to be a praise post for gapminder.com <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m going over the data at the site and its amazing stuff,<br />
the main page has lots of statistics which is shown in a new way,<br />
the gapminder app shows the data at what i think is a 4 dimension way,<br />
it shows x and y axis stats, and another axis represented as the size of the balls in the demo,<br />
and how they grow over the 4th dimension &#8211; time.</p>
<p>Amazing stuff.</p>
<h2><a title="gapminder stats tool" href="http://graphs.gapminder.org/world/" target="_blank">Gapminder</a></h2>
<p>This is the main stats app:</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/main_app.jpg"><img class="alignnone size-full wp-image-388" title="Gapminder stats tool" src="http://yonitg.com/blog/wp-content/uploads/2010/01/main_app.jpg" alt="Gapminder stats tool" width="420" height="300" /></a></p>
<p>you can see the advance of the bubbles over the x and y axis,<br />
the z axis is represented with the balls size,<br />
and its all advancing in time.<br />
this default presentation shows Life expectancy over income per person, over population size.</p>
<p>wonderful demo.</p>
<h2><a title="Marriage Statistics" href="http://www.gapminder.org/world-blog/dramatic-changes-in-girls%E2%80%99-age-at-first-marriage/" target="_blank">Marriage Statistics</a></h2>
<p>This great demo shows you the connection between women age at marriage and the amount of kids they have,<br />
on of the things this tool does best is break myths.<br />
I was under the impression that in Europe &#8211; Sweden for example, the marriage age went down,<br />
and with it the number of kids in the family,<br />
but from this graph you can simply see that the number of kids in a family went drastically down over the last 100 years, but the marriage age went drastically up only in the last 30 years,<br />
ans the same behavior can be seen for the US as well.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/women_age_marriage.jpg"><img class="alignnone size-full wp-image-389" title="women age at marriage" src="http://yonitg.com/blog/wp-content/uploads/2010/01/women_age_marriage.jpg" alt="women age at marriage" width="420" height="336" /></a></p>
<p>Now for the good news.<br />
you cannot upload your own stats to the gapminder app directly,<br />
but Google supplies a very similar tool through its Google documents apps.<br />
Its called motion chart and on the gapminder site you can read <a title="Google motion chart explained" href="http://www.gapminder.org/upload-data/motion-chart/" target="_blank">the short or the long explanation</a> to how to use the tool, after testing it the outcome can be inserted into any web page and it looks something like this:</p>
<p><script src="https://spreadsheets.google.com/gpub?url=http%3A%2F%2Foj0ijfii34kccq3ioto7mdspc7r2s7o9.spreadsheets.gmodules.com%2Fgadgets%2Fifr%3Fup__table_query_url%3Dhttps%253A%252F%252Fspreadsheets.google.com%252Ftq%253Frange%253DA1%25253AF16%2526headers%253D-1%2526key%253D0AswBAHNqgvKfdFpFcmZiLWFZekdVUHNLUkdYMVlnVWc%2526gid%253D0%2526pub%253D1%26up_title%3Dmotion%2520chart%26up_initialstate%3D%26up__table_query_refresh_interval%3D300%26url%3Dhttp%253A%252F%252Fwww.google.com%252Fig%252Fmodules%252Fmotionchart.xml&amp;height=285&amp;width=450"></script></p>
<p>I&#8217;m still exploring this Google motion chart app,<br />
and my main concern is that it can only be embedded in a live web page,<br />
I still need to find a way to have this presentation as a file on my laptop, to show even if I&#8217;m not connected to the net -<br />
If anybody knows how to do that &#8211; leave a comment here please <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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/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=387&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/world-statistics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improving Your WebSite Performance</title>
		<link>http://yonitg.com/improving-website-performance/</link>
		<comments>http://yonitg.com/improving-website-performance/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:56:39 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=371</guid>
		<description><![CDATA[Why is my site slow? Why is my Bounce Rate so high? How to improve my site&#8217;s performance? These are some of the questions bothering web masters and site owners all the time, here are some tools and readme&#8217;s that will: test your site find bottle necks measure performance from the outside get tips for [...]]]></description>
			<content:encoded><![CDATA[<p>Why is my site slow?<br />
Why is my Bounce Rate so high?<br />
How to improve my site&#8217;s performance?</p>
<p>These are some of the questions bothering web masters and site owners all the time,<br />
here are some tools and readme&#8217;s that will:</p>
<ul>
<li>test your site</li>
<li>find bottle necks</li>
<li>measure performance from the outside</li>
<li>get tips for fixing the problem areas in your site</li>
<li>and knows list of issues every site is suffering from</li>
</ul>
<p>so lets start with online freeware tools and external web site test tools.</p>
<h2>Check if your Google Analytics is working well in your site</h2>
<p>Who is watching the watchman?</p>
<p>first thing to check &#8211; are you getting the accurate statistics from your site?<br />
is your Analytics account configured well?<br />
are you even really using one?</p>
<p><a title="verifies if your Google Analytics (GA) Tracking Code is installed properly on your website" href="http://sitescanga.com/" target="_blank">SiteScan™ is a diagnostic tool</a> from EpikOne that verifies if your Google Analytics (GA)<br />
Tracking Code is installed properly on your website.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg"><img class="alignnone size-full wp-image-373" title="sitescan google analytics" src="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg" alt="sitescan google analytics" width="420" height="315" /></a></p>
<p>This scan will go over each page and verify that the Google Analytics code is embedded correctly to each of your page, this can help you diagnose if your bounce rate is high because the Analytics cant see their next click,<br />
or maybe you should really work on your site design.</p>
<h2>How does my code looks like from the browser?</h2>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg"><img class="alignnone size-full wp-image-374" title="firebug" src="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg" alt="firebug" width="420" height="107" /></a></p>
<p>From the <a title="firebug download page" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">firebug download page</a>:</p>
<blockquote><p>Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page..</p></blockquote>
<p>This is the basic tool to verify your code as it seen from the browser side,<br />
you can click a specific element on your page, and get a list on the right pane window of firebug,<br />
of all the css code that is effecting this element, even if the code span multiple css files.</p>
<h2>Why is my page so slow?</h2>
<p>the <a title="yslow tool from yahoo" href="http://developer.yahoo.com/yslow/" target="_blank">yslow tool from yahoo</a> will go through the elements of your page,<br />
and by using a preset list of rules, it will tell you which parts of the website you should fix,<br />
and what to fix.<br />
<a href="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg"><img class="alignnone size-full wp-image-375" title="yslow" src="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg" alt="yslow" width="420" height="289" /></a></p>
<p>The yslow firefox plugin needs the firefox firebug installed first.</p>
<p>If you want to learn more deeply on the reasons behind each of the testing rules yahoo though about you can read the very informative document from yahoo about &#8220;<a title="yahoo developer network" href="http://developer.yahoo.com/performance/rules.html" target="_blank">Best Practices for Speeding Up Your Web Site</a>&#8221;</p>
<h2>Feed Validator</h2>
<p><a title="feed validator" href="http://feedvalidator.org/" target="_blank">Get your rss feed validated </a></p>
<h2>AOL webpagetest</h2>
<p>from the <a title="aol validator" href="http://www.webpagetest.org/" target="_blank">AOL web page test</a>:</p>
<blockquote><p>Pagetest allows you to provide the URL of a webpage to be tested. The test will be conducted from the location specified and you will be provided a waterfall of your page load performance  as well as a comparison against an optimization checklist.</p></blockquote>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg"><img class="alignnone size-full wp-image-376" title="aol pagetest waterfall" src="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg" alt="aol pagetest waterfall" width="420" height="300" /></a></p>

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

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <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/php' rel='tag' target='_self'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress' rel='tag' target='_self'>wordpress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=371&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/improving-website-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme Builder</title>
		<link>http://yonitg.com/free-wordpress-theme-builder/</link>
		<comments>http://yonitg.com/free-wordpress-theme-builder/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:40:57 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=357</guid>
		<description><![CDATA[This site: http://www.yvoschaap.com/wpthemegen/ has a simple free wordpress theme builder that anyone can use, just update the settings via a nice form on the left side, with the different options like background and sidebars settings, you can choose if you want a right side bar, how the left side bar should look, and you can [...]]]></description>
			<content:encoded><![CDATA[<p>This site: <a title="Wordpress Theme Generator" href="http://www.yvoschaap.com/wpthemegen/" target="_blank">http://www.yvoschaap.com/wpthemegen/</a> has a simple free wordpress theme builder that anyone can use,<br />
just update the settings via a nice form on the left side,<br />
with the different options like background and sidebars settings,<br />
you can choose if you want a right side bar,<br />
how the left side bar should look, and you can choose which widgets to load to the left side bar.</p>
<p>After you have played with the main look you can generate the files and download a zip file which contains these files:</p>
<ul>
<li>style.css</li>
<li>reset-fonts-grids-tabs.css</li>
<li>index.php</li>
<li>header.php</li>
<li>footer.php</li>
<li>sidebar.php</li>
<li>comments.php</li>
<li>searchform.php</li>
<li>search.php</li>
<li>archive.php</li>
<li>page.php</li>
<li>functions.php</li>
<li>screenshot.png</li>
<li>images/bg_overlay.png</li>
<li>images/bg_gradient.png</li>
</ul>
<p>Or you can download each file seperatly.</p>
<p>This gives you the basic structure for a working wordpress theme, from here you only have left to customize as you wish.</p>

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

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

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=357&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/free-wordpress-theme-builder/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Implementing MediaWiki</title>
		<link>http://yonitg.com/implementing-mediawiki/</link>
		<comments>http://yonitg.com/implementing-mediawiki/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:25:14 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=346</guid>
		<description><![CDATA[My favorite type of wiki is mediawiki, I love the ease of use, the huge matrix of extensions available, and the look and feel of the wiki itself. backup, restore and upgrade support are also very important reasons to choose a specific wiki software, and having gone through all this steps in mediawiki, I am [...]]]></description>
			<content:encoded><![CDATA[<p>My favorite type of wiki is mediawiki,<br />
I love the ease of use, the huge matrix of extensions available,<br />
and the look and feel of the wiki itself.<br />
backup, restore and upgrade support are also very important reasons to choose a specific wiki software,<br />
and having gone through all this steps in mediawiki, I am very pleased with the ease of use.</p>
<p>Starting from the begining:</p>
<h2>what is mediawiki?</h2>
<blockquote><p>MediaWiki is free server-based software which is licensed under the GNU General Public License (GPL). It&#8217;s designed to be run on a large server farm for a website that gets millions of hits per day. MediaWiki is an extremely powerful, scalable software and a feature-rich wiki implementation, that uses PHP to process and display data stored in its MySQL database.<br />
<a title="Media wiki what is wiki" href="http://www.mediawiki.org/wiki/How_does_MediaWiki_work%3F" target="_blank">Media wiki site</a></p></blockquote>
<p>Media wiki also saves the versions of the updated files &#8211; allowing for easy reverts and versioning of edited files.</p>
<p><a title="Large mediawiki site list" href="http://s23.org/wikistats/largest_html.php?th=999&amp;lines=999" target="_blank">The largest sites using medaiwiki:</a></p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/large_sites_list1.jpg"><img class="alignnone size-full wp-image-349" title="Mediawiki_large_sites_list" src="http://yonitg.com/blog/wp-content/uploads/2010/01/large_sites_list1.jpg" alt="Mediawiki large sites list" width="400" height="229" /></a></p>
<h2>Design matters</h2>
<p>Wiki website doesn’t have to have the MediaWiki standard look,<br />
you can design the look and feel either manually to suite the corporate guidelines or with existing skins.</p>
<h3>Novelle&#8217;s wiki site:</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Novell_wiki_site.jpg"><img class="alignnone size-full wp-image-350" title="Novell_wiki_site" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Novell_wiki_site.jpg" alt="Novell wiki site" width="400" height="282" /></a></p>
<h3>marvel.wikia.com:</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/marvel.jpg"><img class="alignnone size-full wp-image-354" title="marvel" src="http://yonitg.com/blog/wp-content/uploads/2010/01/marvel.jpg" alt="marvel" width="400" height="217" /></a></p>
<h2>Extensions</h2>
<p><strong>Extensions</strong> are compilations of PHP code that add new features or enhance functionality of the main MediaWiki core. Extensions are one of the main advantages of MediaWiki. They give wiki administrators and wiki end-users the ability to adapt MediaWiki to their requirements.</p>
<p>The extensions can add capabilities like:</p>
<ul>
<li><a title="Embed youtube videos into your wiki" href="http://www.mediawiki.org/wiki/Extension:EmbedVideo" target="_blank">Embed videos</a> (YouTube)</li>
<li><a title="viewing the list of users currently online" href="http://www.mediawiki.org/wiki/WhosOnline" target="_blank">WhosOnline</a> &#8211; shows you who is currently logged in to your wiki</li>
<li><a title="embed flash" href="http://www.mediawiki.org/wiki/Extension:Flash" target="_blank">Allow embedded flash</a></li>
<li><a title="Iframe support" href="http://www.mediawiki.org/wiki/Extension:Website_in_iFrame" target="_blank">Iframe</a> &#8211; to load pages from other site in your wiki page</li>
<li><a title="export to pdf directly from the wiki" href="http://www.mediawiki.org/wiki/Extension:Wikipdf2" target="_blank">Convert to pdf</a></li>
<li><a title="Open large images with popup window" href="http://www.mediawiki.org/wiki/Extension:SlimboxThumbs" target="_blank">Images preview popup window</a></li>
</ul>
<h2>Integrate into the Organization</h2>
<div>Using LDAP we can integrate the wiki with the main active directory.</div>
<div><a href="http://www.mediawiki.org/wiki/Ldap">http://www.mediawiki.org/wiki/Ldap</a> will show you the step to add ldap support to the wiki install,</div>
<div>with ldap you can have single and multi domain authentication (including local database)</div>
<div>Retrieval of user information from LDAP:</div>
<ul>
<li>Email address</li>
<li>Real name</li>
<li>Nickname</li>
<li>Language</li>
</ul>
<div>you can configure the wiki to allow to only domain users to access the server, and you can create wikis that will be accessible only by a specific domain group/users.</div>
<div>You can restrict edit access only to users who have created an account AND verified their email address.</div>
<div>more features the mediawiki ofers:</div>
<div>
<ul>
<li>A watch list &#8211; update by email when a watched page has changed.</li>
<li>By default, MediaWiki’s page URLs look like /index.php?title=Your_Page,</li>
<li> but an .htaccess file tweak can make them look like Wikipedia’s clean /wiki/Your_Page links.</li>
<li>When a user submits an edit to a page, MediaWiki writes it to the database, but without deleting the previous versions of the page, thus allowing easy reverts in case of vandalism or spamming.</li>
</ul>
</div>
<h2>First steps with editing wiki pages</h2>
<p><a href="http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview">http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview</a></p>
<p>This simple editing tutorial will show you the basic step in editing a new wiki page:</p>
<ul>
<li>headings</li>
<li>lists</li>
<li>links</li>
</ul>

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

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/mediawiki' rel='tag' target='_self'>mediawiki</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_self'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/wiki' rel='tag' target='_self'>wiki</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=346&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/implementing-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme &#8211; The Loop explained</title>
		<link>http://yonitg.com/wordpress-theme-loop-explained/</link>
		<comments>http://yonitg.com/wordpress-theme-loop-explained/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 23:15:43 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=341</guid>
		<description><![CDATA[I&#8217;ve been wanting to learn WordPress theme design for a long time now, but every time I started reading about it I heard the words &#8220;The Loop&#8221;, and never understood what are they talking about. Well finaly I joust found this great intro to wordpress theme writing, it&#8217;s simple, written for beginners, and explains the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to learn WordPress theme design for a long time now,<br />
but every time I started reading about it I heard the words &#8220;The Loop&#8221;,<br />
and never understood what are they talking about.</p>
<p>Well finaly I joust found this <a title="WordPress is not PHP" href="http://mattread.com/2005/04/wordpress-is-not-php" target="_blank">great intro to wordpress theme writing</a>,<br />
it&#8217;s simple, written for beginners, and explains the basics of what blog template writing is all about.</p>
<p>Matt&#8217;s post explains what the loop is &#8211; which from what i gather &#8211; a simple query that collects all the relevant posts to show,after first calling it with the first line:</p>
<blockquote>
<pre id="ex1"><code>&lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;
</code></pre>
</blockquote>
<p>now you start dropping the other wp blocks into place just like lego:</p>
<p>the title,<br />
the date,<br />
the content</p>
<p>and thats it &#8211; now the loop will just drop these 3 again for the next post, until it runs out of posts.</p>
<p>From matt&#8217;s post:</p>
<blockquote><p>There have many concerns and question about the template system used in WordPress. Mostly the concerns are with n00bs and the complications of PHP. “I want to change this and that, but don&#8217;t know PHP”. I hear this a lot. But the thing is, you don&#8217;t need to know PHP to change the Templates in WordPress.</p></blockquote>
<p>so thanks Matt for helping me to finally understand what its all about <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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=341&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/wordpress-theme-loop-explained/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

