<?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>ZuhaiBlog &#187; Programming</title>
	<atom:link href="http://zuhaiblog.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://zuhaiblog.com</link>
	<description>A blog about Zuhaib.. What you never heard of me?</description>
	<lastBuildDate>Wed, 04 Apr 2012 00:05:28 +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>The joys of iFolder, and getting a basic user guide</title>
		<link>http://zuhaiblog.com/2009/10/23/the-joys-of-ifolder-and-getting-a-basic-user-guide/</link>
		<comments>http://zuhaiblog.com/2009/10/23/the-joys-of-ifolder-and-getting-a-basic-user-guide/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:03:32 +0000</pubDate>
		<dc:creator>zuhaib</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[iFolder]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[MONO]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[User Guide]]></category>

		<guid isPermaLink="false">http://zuhaiblog.com/2009/10/23/the-joys-of-ifolder-and-getting-a-basic-user-guide/</guid>
		<description><![CDATA[If your a cloud type of person, whatever that means, meaning you like to put stuff online and share then you likely have been using Dropbox like I do. Its a free/paid service that lets you store up to 2GB free (and more if you pay) online. Thats not new, but what it also does [...]]]></description>
			<content:encoded><![CDATA[<p>If your a cloud type of person, whatever that means, meaning you like to put stuff online and share then you likely have been using <a href="http://www.dropbox.com">Dropbox</a> like I do. Its a free/paid service that lets you store up to 2GB free (and more if you pay) online.  Thats not new, but what it also does it sync with local folders, and allows for you to collaborate on those folders and keep tracks of who is editing what.  So its great way to share files with friends that you cant normally do with E-Mail.
But What if you dont trust keeping your super secret files on some startups server?  What if you need something with more control or more size and have sever power to throw at it.  Then <a href="http://www.ifolder.com/ifolder">iFolder</a> is for you!  But with all OSS stuff their is no great end user &#8211; user guide around (as in the thing for your customer), but read on as I think I have the solution.</p>

<p><span id="more-155"></span>
Some background on <a href="http://www.ifolder.com/ifolder">iFolder</a> and how did i find it, a client came up to me with an unique issue.  They have an ongoing legal matter that requires them to share large amounts of pdf&#8217;s and scanned documents with their lawyers.  I run their private E-Mail server for them so I have them setup with high limits for incoming and outgoing attachments, but most other system admins dont because they dont want to clog up their networks with people sending E-Mails of their cats.  Also most 3rd party ISPs and e-mail providers (like gmail) put hard caps between 10mb to 30mb which confuses more things.  So they needed a way to put files up on a server, shared with others, be secure, and most importantly be dead simple.  In comes iFolder!
Now like I said a service like iFolder is <a href="http://www.dropbox.com">Dropbox</a>, but the problem is its not on your server.  This is not a issue to most, but for companies and lawyers it scares the hell out of them.  Just listen to <a href="http://twit.tv/twil">TwiL</a> and you get the idea.  I am not saying <a href="http://www.dropbox.com">Dropbox</a> is unreliable or its ToS is bad, and I bet they have some strong provisions, i mean I use them for my own data, but for a company that already has invested in a server and connection they feel its better if everything is kept local.  There is merit to that, as time and time again we have seen cases were groups will send legal notices to ISPs and its a crap shoot if they forward the request to the client or not, so their is a chance that your data might be handed over because of a warrant without you knowledge because it was hosted on someone else server.</p>

<p>So setting up iFolder is not straight forward as Novell who supports the project right now has built it on top of .NET, which seems an odd choice, meaning you need MONO on Linux/OS X to run the iFolder Server (And Client).  Also officially Novell only releases the rpm packages (you can get the source) and support only SuSE, but, you can easily get it working on other Linux distros with some work.  We use <a href="http://www.ubuntu.com/products/whatIsubuntu/serveredition">Ubuntu Server</a> which is great, and a great guide on getting iFolder up and running can be found here <a href="http://www.x2b4.com/howto/how-to-install-ifolder-on-ubuntu-server/">http://www.x2b4.com/howto/how-to-install-ifolder-on-ubuntu-server/</a>.  Also great reading is <a href="http://www.ifolder.com/ifolder/documentation">iFolder Document</a> which has some great tips on how to get going for an Admin, but thats the problem.  They are written for a admin to get going.  What about the end user? What are you going to give to help them get going?</p>

<p>The <a href="http://www.ifolder.com/docs/ifolder37_user.pdf">iFolder User Guide</a> is great but a lot of useful info is burred under useless stuff, like LADP settings and etc.  Really the user does not care about that, he/she needs to get up and running.  So for my client I wrote them a End user guide!
I used LaTeX to make the document and included two pdf extract from the user guide to help clear things up for the end user.  I also took screen shots to include in the pdf and excerpts from the iFolder User Guide as two PDF files.</p>

<p>You can Download the PDF here: <a href="http://zuhaiblog.com/download/iFolder-guide-all.pdf">iFolder End User Guide</a></p>

<p>You can download the LaTeX code, photos, and PDF excerpts from iFolder User Guide here: <a href="http://zuhaiblog.com/download/iFolder-guide.zip">iFolder End User LaTeX Code</a></p><fb:like href='http://zuhaiblog.com/2009/10/23/the-joys-of-ifolder-and-getting-a-basic-user-guide/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton155" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fzuhaiblog.com%2F2009%2F10%2F23%2Fthe-joys-of-ifolder-and-getting-a-basic-user-guide%2F&amp;via=zuhaib&amp;text=The%20joys%20of%20iFolder%2C%20and%20getting%20a%20basic%20user%20guide&amp;related=zuhaib&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fzuhaiblog.com%2F2009%2F10%2F23%2Fthe-joys-of-ifolder-and-getting-a-basic-user-guide%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://zuhaiblog.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://zuhaiblog.com/2009/10/23/the-joys-of-ifolder-and-getting-a-basic-user-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Markdown for WordPress and bbPress</title>
		<link>http://zuhaiblog.com/2009/06/14/update-markdown-for-wordpress-and-bbpress/</link>
		<comments>http://zuhaiblog.com/2009/06/14/update-markdown-for-wordpress-and-bbpress/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 22:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zuhaiblog.com/2009/06/15/update-markdown-for-wordpress-and-bbpress-for-newer-themes/</guid>
		<description><![CDATA[I am a big fan of the Markdown for WordPress and bbPress and have been using that for my blog for a while. But I noticed on a lot of themes it would refuse to work on excerpts on some theme. Till now So when I got the New Technology Website up and running I [...]]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of the <a href="http://wordpress.org/extend/plugins/markdown-for-wordpress-and-bbpress/">Markdown for WordPress and bbPress</a> and have been using that for my blog for a while.  But I noticed on a lot of themes it would refuse to work on excerpts on some theme.  Till now</p>

<p><span id="more-99"></span>
So when I got the <a href="http://newtechsf.com">New Technology Website</a> up and running I noticed that the theme I was using was refusing to convert <a href="http://daringfireball.net/projects/markdown/syntax">markdown</a> to html on excerpts.  After some research I noticed that some themes use <a href="http://codex.wordpress.org/Template_Tags/the_excerpt">&#8220;the_excerpt&#8221;</a> tag for displaying the excerpt and the plug in refused to work for that.  So after digging in to the code and some changes I was able to get it to work!  I am going to contact the author to see if he wants to include the changes in his code or should I just resubmit the plugin to wordpress. For now you can download the updated version from the site.</p>

<p><span style="font-size: small;"> Download Update Markdown for WordPress and bbPress: <a href="http://www.zuhaiblog.com/download/markdown-for-wordpress-and-bbpress.zip">HERE</a> </span></p><fb:like href='http://zuhaiblog.com/2009/06/14/update-markdown-for-wordpress-and-bbpress/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton99" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fzuhaiblog.com%2F2009%2F06%2F14%2Fupdate-markdown-for-wordpress-and-bbpress%2F&amp;via=zuhaib&amp;text=Update%20Markdown%20for%20WordPress%20and%20bbPress&amp;related=zuhaib&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fzuhaiblog.com%2F2009%2F06%2F14%2Fupdate-markdown-for-wordpress-and-bbpress%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://zuhaiblog.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://zuhaiblog.com/2009/06/14/update-markdown-for-wordpress-and-bbpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.zuhaiblog.com

Served from: zuhaiblog.com @ 2012-05-22 01:06:31 -->
