<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>incomod</title>
	<atom:link href="http://incomod.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://incomod.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 Jun 2010 10:09:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='incomod.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/06faa933114199ca3f4113d68d63ece4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>incomod</title>
		<link>http://incomod.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://incomod.wordpress.com/osd.xml" title="incomod" />
	<atom:link rel='hub' href='http://incomod.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Moving&#8230;</title>
		<link>http://incomod.wordpress.com/2010/04/28/moving/</link>
		<comments>http://incomod.wordpress.com/2010/04/28/moving/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:35:46 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[Global]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=104</guid>
		<description><![CDATA[This is a great day for me! I&#8217;m moving this blog, until I&#8217;ll get my own domain, to http://criss-dev.com/kos/blog/. Hope to see you all there Filed under: Global<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=104&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/04/28/moving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>Protect class&#8217;s properties</title>
		<link>http://incomod.wordpress.com/2010/03/28/protect-classs-properties/</link>
		<comments>http://incomod.wordpress.com/2010/03/28/protect-classs-properties/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 15:28:13 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[protect class's properties]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=94</guid>
		<description><![CDATA[The following class can be used to extend your existent class(es) when you want them to disallow run-time properties instantiation. class SafeObject &#60;?php /** * base class SafeObject * * @description: This base class protects other classes from having properties instantiated at run-time * @author: Costin Trifan * @date: 28.03.2010 * @version: 1.0 * @status: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=94&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/03/28/protect-classs-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>Protect your pages against sql injections</title>
		<link>http://incomod.wordpress.com/2010/03/09/protect-your-pages-against-sql-injections/</link>
		<comments>http://incomod.wordpress.com/2010/03/09/protect-your-pages-against-sql-injections/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:08:15 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[sql injections]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=89</guid>
		<description><![CDATA[The following function inspects the URL and looks for the (&#8216;) apostrophe; if the apostrophe is found the url will be cut and the page reloaded using the cleaned url. function CleanRequest /** * Remove ' (apostrophe) from URL and cut the url at the first occurrence of the apostrophe * Prevent sql injections. * [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=89&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/03/09/protect-your-pages-against-sql-injections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Event Wrapper</title>
		<link>http://incomod.wordpress.com/2010/03/06/javascript-event-wrapper/</link>
		<comments>http://incomod.wordpress.com/2010/03/06/javascript-event-wrapper/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 10:58:29 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[event wrapper]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=83</guid>
		<description><![CDATA[Event Wrapper js_event.js /* * Cross browser Event wrapper * * @author: Costin Trifan * @date: 06.03.2010 * @license: MIT License http://en.wikipedia.org/wiki/MIT_License * @version: 1.0 */ var Event = { /** * Attach an event listener * @return this */ add : function(el, ev, func, capture) { if (capture == null) { capture = false; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=83&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/03/06/javascript-event-wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>A simple way of creating a javascript class</title>
		<link>http://incomod.wordpress.com/2010/03/02/a-simple-way-of-creating-a-javascript-class/</link>
		<comments>http://incomod.wordpress.com/2010/03/02/a-simple-way-of-creating-a-javascript-class/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:15:58 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[javascript class]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=77</guid>
		<description><![CDATA[Base class Class js_class.js /* * The base class Class * * @author: Costin Trifan * @date: 02.03.2010 * @license: MIT License http://en.wikipedia.org/wiki/MIT_License * @version: 1.0 */ var Class = function( parentClass, methods ) { /* * Check to see if an Object is an Object or an Object Literal * @source: http://stackoverflow.com/ */ var [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=77&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/03/02/a-simple-way-of-creating-a-javascript-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>MakeGallery &#8211; a simple jQuery gallery plug in</title>
		<link>http://incomod.wordpress.com/2010/02/14/makegallery-a-simple-jquery-gallery-plug-in/</link>
		<comments>http://incomod.wordpress.com/2010/02/14/makegallery-a-simple-jquery-gallery-plug-in/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 15:32:46 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery gallery plug in]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=70</guid>
		<description><![CDATA[MakeGallery &#8211; a simple jQuery gallery plug in gallery.js /* * MakeGallery * * A jQuery gallery plug in. * * @author: Costin Trifan * @date: 14.02.2010 * @license: MIT License http://en.wikipedia.org/wiki/MIT_License * @version: 1.0 */ (function($) { $.fn.MakeGallery = function( options ) { var defaults = { baseImageRef: $('#gallery_MainImage'), thumbsImgPath: 'thumbs/', largeImgPath: 'large/' }; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=70&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/02/14/makegallery-a-simple-jquery-gallery-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>Compress output</title>
		<link>http://incomod.wordpress.com/2010/01/18/compress-output/</link>
		<comments>http://incomod.wordpress.com/2010/01/18/compress-output/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:34:27 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[strip multiple consecutive whitespaces]]></category>
		<category><![CDATA[strip new lines]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=67</guid>
		<description><![CDATA[Remove new lines &#38;&#38; multiple consecutive whitespaces from content /** * Remove new lines &#38;&#38; multiple consecutive whitespaces from content */ function compress( $content ) { $content = trim(ereg_replace("\n&#124;\r&#124;\r\n&#124;\n\r", '', preg_replace('/\s+/', ' ', $content))); return $content; } Posted in PHP Tagged: strip multiple consecutive whitespaces, strip new lines<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=67&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/01/18/compress-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>Javascript Stack class</title>
		<link>http://incomod.wordpress.com/2010/01/08/javascript-stack-class/</link>
		<comments>http://incomod.wordpress.com/2010/01/08/javascript-stack-class/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 08:06:31 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[javascript stack]]></category>
		<category><![CDATA[stack]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/2010/01/08/javascript-stack-class/</guid>
		<description><![CDATA[Notice: This class is subject to change. class Stack: &#60;script type="text/javascript"&#62; /*[ Creates a new Stack. A Stack is a LIFO (last-in-first-out) data structure. ]*/ var Stack = function() { /*[ Inner array ]*/ var stack = []; /*[ Adds an element to the Stack ]*/ this.add = function(element) { stack.push(element); return this; }; /*[ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=62&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/01/08/javascript-stack-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>Javascript Queue class</title>
		<link>http://incomod.wordpress.com/2010/01/08/javascript-queue-class/</link>
		<comments>http://incomod.wordpress.com/2010/01/08/javascript-queue-class/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 08:04:04 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[javascript queue]]></category>
		<category><![CDATA[queue]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=60</guid>
		<description><![CDATA[Notice: This class is subject to change. class Queue: &#60;script type="text/javascript"&#62; /*[ Creates a new Queue. A Queue is a FIFO (first-in-first-out) data structure. ]*/ var Queue = function() { /*[ Inner array ]*/ var queue = []; /*[ Adds an element to the Queue ]*/ this.add = function(element) { queue.push(element); return this; }; /*[ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=60&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2010/01/08/javascript-queue-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
		<item>
		<title>class Syndication</title>
		<link>http://incomod.wordpress.com/2009/12/19/class-syndication/</link>
		<comments>http://incomod.wordpress.com/2009/12/19/class-syndication/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 23:24:40 +0000</pubDate>
		<dc:creator>Kos</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php atom reader]]></category>
		<category><![CDATA[php rss reader]]></category>

		<guid isPermaLink="false">http://incomod.wordpress.com/?p=48</guid>
		<description><![CDATA[Notice: This class is subject to change. interface ISyndication: &#60;?php interface ISyndication { function GetBaseTags(); function GetTitles( $maxLimit ); function GetEntries( $maxLimit ); } ?&#62; class FeedReaderBase: The base class for parsing xml feeds. &#60;?php require_once __DIR__.DIRECTORY_SEPARATOR.'interface.isyndication.php'; /** * class FeedReaderBase * * The base class for parsing xml feeds. * * @author Costin Trifan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=incomod.wordpress.com&amp;blog=10914809&amp;post=48&amp;subd=incomod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://incomod.wordpress.com/2009/12/19/class-syndication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4762c90b1ff754c202324290dd8cb4aa?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Kos</media:title>
		</media:content>
	</item>
	</channel>
</rss>
