<?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>Codepal &#187; Projects</title>
	<atom:link href="http://www.code-pal.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.code-pal.com</link>
	<description>We develop enthralling web experiences.</description>
	<lastBuildDate>Tue, 03 Jan 2012 19:43:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Listify, Convert Raw Text To HTML Elements</title>
		<link>http://www.code-pal.com/listify-convert-raw-text-to-html-elements/</link>
		<comments>http://www.code-pal.com/listify-convert-raw-text-to-html-elements/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 19:38:18 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[li]]></category>
		<category><![CDATA[Listify]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[text to html entities]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.code-pal.com/?p=602</guid>
		<description><![CDATA[<p><img width="150" height="150" src="http://www.code-pal.com/wp-content/uploads/2010/08/listify-text-to-list-150x150.png" class="attachment-thumbnail wp-post-image" alt="Listify - Convert Raw Text To li / option elements" title="Listify - Convert Raw Text To li / option elements" /></p>Listify is a tool I created using C for my own use. Then thought of converting it into an online tool. It helps you convert those long list of text to HTML entities like &#60;li> and &#60;option> elements.]]></description>
			<content:encoded><![CDATA[<p><img width="150" height="150" src="http://www.code-pal.com/wp-content/uploads/2010/08/listify-text-to-list-150x150.png" class="attachment-thumbnail wp-post-image" alt="Listify - Convert Raw Text To li / option elements" title="Listify - Convert Raw Text To li / option elements" /></p><h3>What is Listify?</h3>
<p>Listify is a very simple free service for web developers and designers, which allows you to convert raw text to html&#8217;s &#8216;list&#8217; or &#8216;option&#8217; elements by choosing various options like delimiter, type of lists and ignoring digits. I got this idea when I was working on the <a href="http://www.code-pal.com/clinova/" target="_blank">Clinova</a> project. I had to insert the names of all the countries in the landing page of the site. To do that, I had to insert all the names within a &lt;select&gt; tag. You can very well understand the kind of time that would have been wasted doing it manually. So I went ahead and wrote a short piece of code in <a href="http://en.wikipedia.org/wiki/C_(programming_language)" target="_blank">C</a>, which would accept a text file with the country names and generate another text file with the &lt;select&gt; tags appended to the names. It saved a great amount of time which I utilized to do something else (I most probably saw an episode from How I Met Your Mother). Anyway, so when I started with Codeigniter, I thought, rather than wasting my time on creating a demo useless project, why not convert that C program to an online tool. Hence, came <a href="http://code-pal.com/listify/">Listify</a>.  This is still in Alpha stage and we would love to hear some suggestions for new features that you would like. Drop us a feedback here <a href="mailto:feedback@code-pal.com">feedback@code-pal.com</a> or leave a <a href="http://www.code-pal.com/listify-convert-raw-text-to-html-elements/#respond">comment</a> here.</p>
<p style="text-align: center;"><iframe title="YouTube video player" width="500" height="405" src="http://www.youtube.com/embed/49MP-n3YITY" frameborder="0" allowfullscreen></iframe></p>
<h3>How will it help?</h3>
<p>Using listify you can speed up your HTML coding process when you need to include large lists or option elements in your code. For example, if you require option elements like country names, then you would have to add the tags to 257 names, which obviously will take some time. Using Listify, it would take just three seconds.</p>
<div class="post-image"><img class="alignnone size-full wp-image-621" title="listify-preview-image" src="http://www.code-pal.com/wp-content/uploads/2010/08/listify-preview-image.jpg" alt="Listify Paste text on text box preview" width="520" height="248" /></div>
<div class="post-image"><img class="alignnone size-full wp-image-621" title="listify-preview-image" src="http://www.code-pal.com/wp-content/uploads/2010/08/listify-generated-list.jpg" alt="Listify Paste text on text box preview" /></div>
<h3>How to use it?</h3>
<p>Using Listify is pretty easy. All you have to do is paste the text in the text box above, configure your options as per your requirements and just click on the generate button. You can place any raw text and choose a delimiter to divide it into the list / option elements. Basically, it involves three steps to generete list via Listify:</p>
<ul>
<li>Copy text from your desired source and paste it in the text box.</li>
<li>Paste it in the text box, configure the options.</li>
<li>Copy the generated list from the dialog box, paste it in your code</li>
</ul>
<p>Now you can utilise your saved time the way you want to <img src='http://www.code-pal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>What are these options?</h3>
<div class="post-image"><img class="alignnone size-full wp-image-628" title="options" src="http://www.code-pal.com/wp-content/uploads/2010/08/options.jpg" alt="" width="520" height="91" /></div>
<p><strong>List Type</strong> This option enables you to choose what kind of list you want generated. Whether it is a list element  for an unordered / ordered list or an option element &lt;option&gt; element for the &lt;select&gt; tag.  <strong>Ignore Digits</strong> Many a times there are unwanted numerical digits present in the text which we do not want to be included in the list / option item. This option enables generating the list ignoring the digits present in the text. For example, if you want to convert a numbered list to an unordered list, then just copy the list, select this option and the list items will be generated without the numbers.</p>
<div class="post-image"><img class="alignnone size-full wp-image-624" title="listify-ignored-digits" src="http://www.code-pal.com/wp-content/uploads/2010/08/listify-ignored-digits.jpg" alt="" width="520" height="350" /></div>
<p><strong>Delimiter</strong> A <a href="http://en.wikipedia.org/wiki/Delimiter" target="_blank">delimiter</a> is a sequence of one or more characters used to specify the boundary between separate, independent regions in the text you want to be converted. It means that how you want your text to be divided into the list elements. For example, if a text is <strong>a,b,c</strong> and the delimiter is <strong>,</strong> then the list will be generated as<strong>&lt;li&gt;a&lt;/li&gt;&lt;li&gt;b&lt;/li&gt;&lt;li&gt;c&lt;/li&gt;</strong> By default, if no delimiter is entered then it will consider &#8220;return&#8221; or &#8220;new line&#8221; as the delimiter. For space as a delimiter, you need to enter space etc.</p>
<div class="post-image"><img class="alignnone size-full wp-image-630" title="listify-delimiter" src="http://www.code-pal.com/wp-content/uploads/2010/08/listify-delimiter.jpg" alt="How to choose a delimiter" width="520" height="352" /></div>
<div class="post-image"><img class="alignnone size-full wp-image-631" title="listify-with-delimiter" src="http://www.code-pal.com/wp-content/uploads/2010/08/listify-with-delimiter.jpg" alt="After choosing a delimiter" width="520" height="324" /></div>
<p>Let me know if it was useful and feedback for improvements and bugs are most welcome.</p>
<h3>Recent Updates:</h3>
<p><strong>Updates on February, 08, 2011</strong></p>
<ul>
<li>Added option to create main navigation structure.</li>
<li>Added new option for generating option elements with the value attribute.</li>
<li>Added new options for generating li elements with hyperlink tags or span tags within them.</li>
<li>Ability to create Ordered/Unordered lists.</li>
</ul>
<p><a class="download-now" href="http://www.code-pal.com/listify/">Use Listify!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.code-pal.com/listify-convert-raw-text-to-html-elements/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Personal Computer Assistant</title>
		<link>http://www.code-pal.com/personal-computer-assistant/</link>
		<comments>http://www.code-pal.com/personal-computer-assistant/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:01:31 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[pca]]></category>

		<guid isPermaLink="false">http://www.code-pal.com/?p=211</guid>
		<description><![CDATA[<p><img width="150" height="150" src="http://www.code-pal.com/wp-content/uploads/2009/09/personal-computer-assistant-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Personal Computer Assistant" title="Personal Computer Assistant" /></p>This was my first venture to develop a small application based on windows operating system. I use to spend loads of time sitting in front of my computer and use to miss out on small appointments and other events. Hence, I just thought of creating a virtual personal assistant for myself to remind me of my appointments and help me out with my daily computer needs.]]></description>
			<content:encoded><![CDATA[<p><img width="150" height="150" src="http://www.code-pal.com/wp-content/uploads/2009/09/personal-computer-assistant-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Personal Computer Assistant" title="Personal Computer Assistant" /></p><p>Personal Computer Assistant is a very simple application and has very common features. Anyone who uses a computer a lot will be benefited by it. This was developed by myself and a very close friend of mine, <a href="http://twitter.com/rakeshmenon13" target="_blank">Rakesh</a>. Below is a demo graphical user interface which shows how the software looks like and how the user can interact with it. The main buttons in this demo GUI are interactive and you can click on them to know more about the different features.</p>
<p><iframe src ="/projects/personal-computer-assistant/PCA.html" width="580px" frameborder="0" height="650px"></iframe><br />
Once installed the application minimizes itself to the system tray. Whenever you click on it, the main window is maximized and the emergency note pad is in focus automatically. I implemented this feature because many a times I needed to scribble something and had to start notepad. So I thought this would faster and comfortable for me. After writing in the emergency notepad, you can save it anywhere you want.  The application is still in Beta phase. You can download and check it out. Don’t forget to comment!  <img src='http://www.code-pal.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p><strong>Requirements:</strong></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=889482FC-5F56-4A38-B838-DE776FD4138C&#038;displaylang=en" target="_blank"> Windows Installer 3.1</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&#038;displaylang=en" target="_blank">Microsoft .NET Framework Version 2.0 </a></p>
<p><strong>Supported Operating Systems:</strong><br />
Currently only supported in Microsoft Windows XP and Windows operating systems before that.</p>
<p><a href="http://www.code-pal.com/wp-content/uploads/2009/09/Personal-Computer-Assistant.rar" class="download-now">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.code-pal.com/personal-computer-assistant/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.code-pal.com @ 2012-02-11 08:59:46 -->
