<?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>Veel Media</title>
	<atom:link href="http://veelmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://veelmedia.com</link>
	<description>Programing Source code</description>
	<lastBuildDate>Wed, 23 Nov 2011 23:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Error: Database table *** for model *** was not found</title>
		<link>http://veelmedia.com/error-database-table-for-model-was-not-found/</link>
		<comments>http://veelmedia.com/error-database-table-for-model-was-not-found/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 22:56:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://veelmedia.com/?p=22</guid>
		<description><![CDATA[A possible solution: Delete cached models in CakePHP Any time you add a new model or adjust your associations, be sure to delete the cached ones from the /app/tmp/ folder, if you&#8217;ll get inexplicable errors about missing models.]]></description>
			<content:encoded><![CDATA[<p><em>A possible solution: <strong>Delete cached models in CakePHP</strong></em><br />
Any time you add a new model or adjust your associations, be sure to delete the cached ones from the /app/tmp/ folder, if you&#8217;ll get inexplicable errors about missing models.</p>
]]></content:encoded>
			<wfw:commentRss>http://veelmedia.com/error-database-table-for-model-was-not-found/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Useful Javascript Libraries</title>
		<link>http://veelmedia.com/useful-javascript-libraries/</link>
		<comments>http://veelmedia.com/useful-javascript-libraries/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 09:06:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript Tools]]></category>

		<guid isPermaLink="false">http://veelmedia.com/?p=16</guid>
		<description><![CDATA[Moment.js A lightweight javascript date library for parsing, manipulating, and formatting dates. Link: http://momentjs.com/ Node.js Node.js is an event-driven I/O server-side JavaScript environment based on V8. It is intended for writing scalable network programs such as web servers. Link: http://nodejs.org/]]></description>
			<content:encoded><![CDATA[<h2>Moment.js</h2>
<h3>A lightweight javascript date library for parsing, manipulating, and formatting dates.</h3>
<p>Link: <a href="http://momentjs.com/">http://momentjs.com/</a></p>
<h2>Node.js</h2>
<h3>Node.js is an event-driven I/O server-side JavaScript environment based on V8. It is intended for writing scalable network programs such as web servers.</h3>
<p>Link: <a href="http://nodejs.org/">http://nodejs.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://veelmedia.com/useful-javascript-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check if a Javascript Function Exists or Is Defined</title>
		<link>http://veelmedia.com/check-if-a-javascript-function-exists-or-is-defined/</link>
		<comments>http://veelmedia.com/check-if-a-javascript-function-exists-or-is-defined/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 08:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://veelmedia.com/?p=5</guid>
		<description><![CDATA[To check if a Javascript function exists before calling it, try this: Source: http://www.idealog.us/2007/02/check_if_a_java.html]]></description>
			<content:encoded><![CDATA[<p>To check if a Javascript function exists before calling it, try this:</p>
<pre class="brush: jscript; title: ; notranslate">
if (typeof yourFunctionName == &quot;function&quot;) {
    yourFunctionName();
}
</pre>
<p>Source:</p>
<p>http://www.idealog.us/2007/02/check_if_a_java.html</p>
]]></content:encoded>
			<wfw:commentRss>http://veelmedia.com/check-if-a-javascript-function-exists-or-is-defined/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

