<?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>Dovyski &#187; Tools</title>
	<atom:link href="http://www.dovyski.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dovyski.com</link>
	<description>Pointless things somehow useful</description>
	<lastBuildDate>Fri, 07 May 2010 02:42:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Improve your game with particles</title>
		<link>http://www.dovyski.com/2010/02/improve-your-game-with-particles/</link>
		<comments>http://www.dovyski.com/2010/02/improve-your-game-with-particles/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 09:08:37 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[particles]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=2362</guid>
		<description><![CDATA[When I play a game, I like to see all those flying particles popping up on the screen. Casual games make heavy use of this resource, sometimes more than what is considered healthy. A particle system adds dynamism to the &#8230; <a href="http://www.dovyski.com/2010/02/improve-your-game-with-particles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I play a game, I like to see all those flying particles popping up on the screen. Casual games make heavy use of this resource, sometimes more than what is considered healthy.</p>
<p><a href="http://www.dovyski.com/wp-content/uploads/2010/01/sparkler.jpg"><img class="aligncenter size-full wp-image-2364" src="http://www.dovyski.com/wp-content/uploads/2010/01/sparkler.jpg" alt="" width="150" height="150" /></a></p>
<p>A particle system adds dynamism to the game and makes it feel alive. Where is the fun of blowing up an enemy base and see just a few flames as a reward? Players want to see lots of things flying around and sparkles shinning towards the camera. Flash gamers are no exception. In order to add particles to your game, you can use two free particle systems (both use <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.opensource.org/licenses/mit-license.php?referer=');">MIT license</a>): <a href="http://flintparticles.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flintparticles.org?referer=');">Flint</a> and <a href="http://code.google.com/p/stardust-particle-engine/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/stardust-particle-engine/?referer=');">Stardust</a>.</p>
<p><a href="http://flintparticles.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flintparticles.org?referer=');">Flint</a> is an open-source project to create a versatile particle system in Actionscript 3. The aim is to create a system that handles the common functionality for all particle systems, has methods for common particle behaviour, and lets developers extend it easily with their own custom behaviours without needing to touch the core code.</p>
<p><a href="http://code.google.com/p/stardust-particle-engine/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/stardust-particle-engine/?referer=');">Stardust</a> was inspired by <a href="http://flintparticles.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/flintparticles.org?referer=');">Flint</a>, but it has its own set features:</p>
<div>
<ul>
<li>Supports 2D and 3D particle effects.</li>
<li>Easy to extend for custom initializers, actions, fields, deflectors, clocks, and 2D/3D renderers.</li>
<li>Includes 3D extensions for ZedBox, Papervision3D, and ND3D.</li>
<li>Includes a native 3D renderer.</li>
<li>Supports particle masking (particles can be masked out for actions).</li>
<li>Uses linked lists and object pools to improve performance.</li>
<li>Gravity and deflector simulation.</li>
<li>Action triggers (for creating complex conditional particle behaviors).</li>
<li>XML serialization.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2010/02/improve-your-game-with-particles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OnePress Community</title>
		<link>http://www.dovyski.com/2010/02/onepress-community/</link>
		<comments>http://www.dovyski.com/2010/02/onepress-community/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 10:23:30 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=2343</guid>
		<description><![CDATA[I see lots of open source projetcs using Worpress as a blog platform, phpBB as a forum solution and Mediawiki as a wiki. I like them all, but maintaining them separately with no integrations is a pain. It's great when you &#8230; <a href="http://www.dovyski.com/2010/02/onepress-community/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I see lots of open source projetcs using <a href="http://wordpress.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpress.org?referer=');">Worpress</a> as a blog platform, <a href="http://phpbb.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/phpbb.com?referer=');">phpBB</a> as a forum solution and <a href="http://www.mediawiki.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.mediawiki.org?referer=');">Mediawiki</a> as a wiki. I like them all, but maintaining them separately with no integrations is a pain. It's great when you register to a website and you can use the same fresh new account to comment on the blog, reply to a forum thread and/or contribute to a wiki page.</p>
<p style="text-align: left;"><a href="http://www.dovyski.com/wp-content/uploads/2010/01/OnePressCommunityLogo.png"><img class="size-medium wp-image-2344 aligncenter" src="http://www.dovyski.com/wp-content/uploads/2010/01/OnePressCommunityLogo-300x81.png" alt="" width="300" height="81" /></a></p>
<p style="text-align: left;">Excluding the wiki part, there is a tool that makes it all possible. <a title="OnePress" href="http://onepresscommunity.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/onepresscommunity.com/?referer=');">OnePress</a> <em></em>is an integrated website and forum solution.  It is, simply, a <strong>WordPress theme</strong> to serve as the foundation and framework for your web site and online  community.</p>
<p>Some of it´s cool features:</p>
<ul>
<li>Seamless integration with phpBB, complete with unified login and widgets to display forum posts on site.</li>
<li>Widgetized WordPress layout with drag and drop interface to quickly build site.</li>
<li>Professional featured content widgets to display important posts with prominence.</li>
<li>Easy to use backend enhancements for editing OnePress widget content.</li>
<li>Highly optimized page rendering process for optimal performance.</li>
<li>Built with WordPress 2.7 and child themes in mind.  Flexible hook system for full theme customization.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2010/02/onepress-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple and powerful intranet</title>
		<link>http://www.dovyski.com/2009/10/simple-and-powerful-intranet/</link>
		<comments>http://www.dovyski.com/2009/10/simple-and-powerful-intranet/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 03:10:56 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[intranet]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=2219</guid>
		<description><![CDATA[These days I was looking for intranet solutions and I luckily found Open Atrium, an intranet in a box that has group spaces to allow different teams to have their own conversations. OpenAtrium is built on top of Drupal, has &#8230; <a href="http://www.dovyski.com/2009/10/simple-and-powerful-intranet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These days I was looking for intranet solutions and I luckily found <a href="http://openatrium.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/openatrium.com/?referer=');">Open Atrium</a>, an intranet in a box that has group spaces to allow different teams to have their own conversations.</p>
<p style="text-align: center;"><a href="http://openatrium.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/openatrium.com/?referer=');"><img class="aligncenter" title="OpenAtrium" src="http://openatrium.com/sites/openatrium.com/files/openatrium_logo.png" alt="" width="265" height="80" /></a></p>
<p>OpenAtrium is built on top of <a href="http://drupal.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/drupal.org/?referer=');">Drupal</a>, has a nice design and a useful set of features:</p>
<ul>
<li><strong>Blog</strong>: A classic blog for each group that has commenting, file attachments on both the post and comments, and granular notifications.</li>
<li><strong>Calendar</strong>: A calendar that lets you quickly add events, suck in iCal and other calendar feeds, and support single or multi-day events.</li>
<li><strong>Group Dashboard</strong>: Mini widgets give you a snapshot of all the activity happening across your groups.</li>
<li><strong>Documents</strong>: A simple online handbook that lets you collaborate on documents, store and compare revisions, attach files, and once you're done print out the final copy.</li>
<li><strong>Shoutbox</strong>: Kind of like a private twitter, the shoutbox lets you share short messages, links, and information with just the people in your group.</li>
<li><strong>Case Tracker</strong>: A full ticketing system that lets you assign to do's and create unlimited projects within each of your groups. The case tracker also lets you classify the to do, give it a priority, and manage its status.</li>
</ul>
<p>For small companies, it is an efficient tool to create/maintain an intranet.</p>
<table border="0" width="100%">
<tbody>
<tr>
<td align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="466" height="265" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5579829&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="466" height="265" src="http://vimeo.com/moogaloop.swf?clip_id=5579829&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2009/10/simple-and-powerful-intranet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
