<?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>theDailyApp &#187; Misc</title>
	<atom:link href="http://thedailyapp.com/category/tools/misc/feed" rel="self" type="application/rss+xml" />
	<link>http://thedailyapp.com</link>
	<description>One a day. Every day.</description>
	<lastBuildDate>Sun, 11 Jan 2009 15:57:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Savant &#8211; Simple PHP Templating Engine</title>
		<link>http://thedailyapp.com/tools/misc/savant-simple-php-templating-engine</link>
		<comments>http://thedailyapp.com/tools/misc/savant-simple-php-templating-engine#comments</comments>
		<pubDate>Sun, 11 Jan 2009 15:50:29 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=476</guid>
		<description><![CDATA[Using templates is especially useful in web application development. It allows developers to create custom layouts that will display data any way you want. It keeps your web application organized by separating the logic and programming from the design and interface. There are many template engines out there, but perhaps none like Savant.]]></description>
			<content:encoded><![CDATA[<p><a href="http://phpsavant.com" target="_blank">Savant</a> is a simple, elegant, templating engine for PHP. It is an object orientated system that harnesses PHP&#8217;s built-in templating features to allow for an extremely lightweight template engine while maintaining robustness.</p>
<p>The major contrast between <a href="http://phpsavant.com" target="_blank">Savant</a> and other templating engines such as Smarty is how it runs. It does not need to compile your php code first in order to build the page. It sees PHP as a template builder already. (This is the same logic that powers Wordpress templates.) What this allows for is the fastest script execution time.</p>
<p>A downside to <a href="http://phpsavant.com" target="_blank">Savant</a> is its implementation. Since it does not compile first, you will be using PHP tags placed in your template to display data. For example, Smarty&#8217;s syntax would allow for &#8220;{$variable}&#8221; while <a href="http://phpsavant.com" target="_blank">Savant</a> would allow only &#8220;&lt;?php echo $this-&gt;variable ?&gt;&#8221;. Although, if you have PHP shorthand enabled (short_open_tag=On in the ini file) you can simply use &#8220;&lt;?= $this-&gt;variable ?&gt;&#8221;.</p>
<p><a href="http://phpsavant.com" target="_blank">Savant</a>&#8217;s syntax is clean, incredibly simple to understand and explained thoroughly through the <a href="http://phpsavant.com/docs/" target="_blank">Quickstart guide</a> and <a href="http://phpsavant.com/api/Savant3/" target="_blank">API documentation</a>, and very easy to install.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/misc/savant-simple-php-templating-engine/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Oh, Don&#8217;t Forget &#8211; Free SMS Message Reminder</title>
		<link>http://thedailyapp.com/tools/misc/oh-dont-forget-free-sms-message-reminder</link>
		<comments>http://thedailyapp.com/tools/misc/oh-dont-forget-free-sms-message-reminder#comments</comments>
		<pubDate>Tue, 30 Sep 2008 06:04:49 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=420</guid>
		<description><![CDATA[Reminding ourselves to do something is easy... when we're at our computer. We simply set up an alarm, or throw a sticky-note on our monitor. What happens when you want to remember the milk? Or to send out a proposal to a prospective client? Sometimes being reminded when we're not at our computer can help. A text message does the trick. And Oh, Don't Forget the milk.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ohdontforget.com/" target="_blank">Oh, Don&#8217;t Forget</a> is a free online text message application.</p>
<p>You type in the cell phone you wish to receive the text message, the day and time you want to send it, and finally the message. Hit &#8220;Submit&#8221; and you&#8217;re good to go. It&#8217;s that easy and it&#8217;s 100% free.</p>
<p>There&#8217;s not much else to say about it. It has great features though. If you want it to send in two days, simply type &#8220;in two days&#8221;. If you want to receive the message multiple times, go ahead and place a coma between each time you wish to receive the messages.</p>
<p>The texts are sent from remind@ohdontforget.com and received by any major mobile carrier.</p>
<p><a href="http://www.ohdontforget.com/" target="_blank">Oh, Don&#8217;t Forget</a> is a terrific way to remind yourself or someone else via the web. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/misc/oh-dont-forget-free-sms-message-reminder/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Build Apps Fast with CodeIgniter</title>
		<link>http://thedailyapp.com/tools/misc/build-apps-fast-with-codeigniter</link>
		<comments>http://thedailyapp.com/tools/misc/build-apps-fast-with-codeigniter#comments</comments>
		<pubDate>Wed, 17 Sep 2008 19:42:04 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=383</guid>
		<description><![CDATA[Everyone once in a while, I take take a look at the other side of web applications - the development side. After all, the web app itself and how it came to be are two sides of the same coin. After getting my hands dirty with other PHP frameworks, I decided it was time for me to do a review on my favorite. Say hello to one of the simplest and most functional frameworks out there - CodeIgniter.]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeigniter.com/" target="_blank">CodeIgniter</a> is a PHP framework that simplifies application creation, making it easy and possible to make even complex applications.</p>
<p><a href="http://codeigniter.com/" target="_blank">CodeIgniter</a> was built for PHP coders who wanted a clear and thorough documentation, where you can build web applications and blogs in as little as twenty minutes. Very lightweight and very simple to get up and running. Simply unzip the folder to a directory and modify the database configuration and you&#8217;re all set.</p>
<p>I plan on using <a href="http://codeigniter.com/" target="_blank">CodeIgniter</a> for a few personal projects, and what little progress I have made has been seamless and enjoyable.</p>
<p>I strongly recommend helping youself to a dose of powerful coding by using <a href="http://codeigniter.com/" target="_blank">CodeIgniter</a> if you plan on developing a web application &#8211; or even if you dont.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/misc/build-apps-fast-with-codeigniter/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FeedMyInbox &#124; Email RSS Feeds To Yourself</title>
		<link>http://thedailyapp.com/tools/misc/feedmyinbox-email-rss-feeds-to-yourself</link>
		<comments>http://thedailyapp.com/tools/misc/feedmyinbox-email-rss-feeds-to-yourself#comments</comments>
		<pubDate>Mon, 25 Aug 2008 02:25:54 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=272</guid>
		<description><![CDATA[We always found it odd why Feedburner required you to doubly opt-in. First, you enter their Captcha code before sending you a confirmation email with an activation link inside. Well, FeedMyInbox did what Feedburner didn't - make it extremely easy to subscribe to any RSS feed via email.]]></description>
			<content:encoded><![CDATA[<p>FeedMyInbox sends any websites RSS feed to your email. The only difference between this and Feedburner is FeedMyInbox skips the Captcha.</p>
<p>That&#8217;s about it. Neat little guy. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/misc/feedmyinbox-email-rss-feeds-to-yourself/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SyntaxHighlighter &#8211; Display Code Nicely</title>
		<link>http://thedailyapp.com/tools/misc/syntaxhighlighter-display-code-nicely</link>
		<comments>http://thedailyapp.com/tools/misc/syntaxhighlighter-display-code-nicely#comments</comments>
		<pubDate>Wed, 20 Aug 2008 04:01:49 +0000</pubDate>
		<dc:creator>Tommy M</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://thedailyapp.com/?p=254</guid>
		<description><![CDATA[Displaying code on a blog or website can be a frustrating task. Simply enclosing our code within PRE tags can sometimes cause more problems than it solves. What you need is an attractive way to display code that's powerful enough to be used by tutorial giants like Nettuts, and easy enough to be installed on a personal blog. May I present SyntaxHighlighter.]]></description>
			<content:encoded><![CDATA[<p>SyntaxHighlighter is <strong>a completely javascript based code display engine that prettifies your code</strong>.</p>
<p>SyntaxHighlighter color-coordinates your code and allows you to view it in plain text, copy to clipboard, or print. It displays all your major (and some minor) languages such as: XML/HTML, Ruby, PHP, SQL, C++, Java, CSS, Python, and a <a href="http://code.google.com/p/syntaxhighlighter/wiki/Languages" target="_blank">few more</a>.</p>
<p>Sine the whole world doesn&#8217;t use Wordpress, (Yet&#8230;) the download link below grabs the universal version of SyntaxHighlighter. <strong>If you want to use this for your Wordpress blog, then be sure to grab the plugin by <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" target="_blank">going here</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://thedailyapp.com/tools/misc/syntaxhighlighter-display-code-nicely/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
