<?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"
	>

<channel>
	<title>deVpartment</title>
	<atom:link href="http://www.devpartment.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devpartment.com</link>
	<description>Code and much much more</description>
	<pubDate>Sun, 24 Aug 2008 16:54:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>The Hardy is coming</title>
		<link>http://www.devpartment.com/posts/the-hardy-is-coming/</link>
		<comments>http://www.devpartment.com/posts/the-hardy-is-coming/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 08:37:48 +0000</pubDate>
		<dc:creator>psokarovski</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[HardyHeron]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.devpartment.com/posts/the-hardy-is-coming/</guid>
		<description><![CDATA[
Well i can&#8217;t wait to see the new Ubuntu 8.04 a.ka. Hardy Heron  yesterday i view the change log and i was surprised. Many many new features like: Install Ubuntu inside windows as application, Firefox 3 beta 4 replaces Firefox 2 as default web browser i was very furious when FF2 crashes while watching [...]]]></description>
		<wfw:commentRss>http://www.devpartment.com/posts/the-hardy-is-coming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Again mootools, woow!</title>
		<link>http://www.devpartment.com/posts/again-mootools-woow/</link>
		<comments>http://www.devpartment.com/posts/again-mootools-woow/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 10:59:27 +0000</pubDate>
		<dc:creator>psokarovski</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://www.devpartment.com/posts/again-mootools-woow/</guid>
		<description><![CDATA[Forth post in a row tagged with mootools   what can i say we are in love. But after Friday i love it more. Aren&#8217;t you asking why? Let me tell you the story. I was kind a working this couple of months very hard on some projects, and i doesn&#8217;t really have time [...]]]></description>
		<wfw:commentRss>http://www.devpartment.com/posts/again-mootools-woow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JS content rotator</title>
		<link>http://www.devpartment.com/posts/js-content-rotator/</link>
		<comments>http://www.devpartment.com/posts/js-content-rotator/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 14:46:43 +0000</pubDate>
		<dc:creator>psokarovski</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[content rotation]]></category>

		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://www.devpartment.com/posts/js-content-rotator/</guid>
		<description><![CDATA[I was working on a project today which needed some content rotation, well this is very easy to find on the net, but i was too lazy to search and i&#8217;ve put together a very simple content rotation class which utilizes the mootools accordion class.
 


	window.addEvent("domready", function() {
		var rotate = new rotator($("rotator"),$$(".rotatorTitle"),$$(".rotatorContent"), {
				onActive:function(toggler) {
					toggler.setStyle("font-weight","bold");
				},
				onBackground:function(toggler) {
					toggler.setStyle("font-weight","normal");
				},
				rotatorDuration:2500,
				duration:1000,
				transition:Fx.Transitions.Bounce.easeOut
		});
	});


#rotator [...]]]></description>
		<wfw:commentRss>http://www.devpartment.com/posts/js-content-rotator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mooRainbow a JS color picker</title>
		<link>http://www.devpartment.com/posts/moorainbow-a-js-color-picker/</link>
		<comments>http://www.devpartment.com/posts/moorainbow-a-js-color-picker/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 12:48:45 +0000</pubDate>
		<dc:creator>psokarovski</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[color picker]]></category>

		<category><![CDATA[mooRainbow]]></category>

		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://www.devpartment.com/posts/moorainbow-a-js-color-picker/</guid>
		<description><![CDATA[Hm i am sure sometimes you need a color picker for your web projects, just like i need it now. Sometimes you need a date picker, but that&#8217;s another story, let&#8217;s get back to the colors for now. 


 
window.addEvent("domready", function() {
		new MooRainbow('mooRainbowDemo', {
			id: 'cDemo2',
			wheel: true,
			imgPath: "http://www.devpartment.com/testdrive/mooRainbow/images/",
			onChange: function(color) {
       [...]]]></description>
		<wfw:commentRss>http://www.devpartment.com/posts/moorainbow-a-js-color-picker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mootools + PHP = mooHP</title>
		<link>http://www.devpartment.com/posts/mootools-php-moohp/</link>
		<comments>http://www.devpartment.com/posts/mootools-php-moohp/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 14:03:27 +0000</pubDate>
		<dc:creator>psokarovski</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://www.devpartment.com/posts/mootools-php-moohp/</guid>
		<description><![CDATA[Imagine that you could use the great mootools syntax inside PHP. Doesn&#8217;t it sound great?
mooHP is PHP framework who&#8217;s syntax is based on the mootools javascript framework. I&#8217;m using mootools since release 0.86 and I am very happy with it. I thought that it would be great to have some server side compatible language so [...]]]></description>
		<wfw:commentRss>http://www.devpartment.com/posts/mootools-php-moohp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A very simple to use ASP Hit Counter</title>
		<link>http://www.devpartment.com/posts/4/</link>
		<comments>http://www.devpartment.com/posts/4/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 12:21:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP]]></category>

		<category><![CDATA[counter]]></category>

		<category><![CDATA[hit counter]]></category>

		<guid isPermaLink="false">http://www.devpartment.com/posts/4/</guid>
		<description><![CDATA[A simple to use ASP home made HIT COUNTER it measures unique  visitors and page views of your site, it&#8217;s very simple to setup and use. So lets  get to business:

1 Setup
It&#8217;s very easy to setup there are two ways to do it.
The first way is to copy and paste the script below [...]]]></description>
		<wfw:commentRss>http://www.devpartment.com/posts/4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We are opened</title>
		<link>http://www.devpartment.com/posts/hello-world/</link>
		<comments>http://www.devpartment.com/posts/hello-world/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 23:07:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://www.devpartment.com/?p=1</guid>
		<description><![CDATA[Hello world, this is our first post, so basically you are asking what tha hell is this blog about right? Well our  motto tells it all &#8220;Code and much much more&#8221;. Here you can find any kind of code that you want for your projects, and that&#8217;s not the end the best of all [...]]]></description>
		<wfw:commentRss>http://www.devpartment.com/posts/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
