<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>Paranoid Blogger</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/" />
<modified>2010-06-16T23:35:19Z</modified>
<tagline>blogged by Varun Shetty</tagline>
<id>tag:www.paranoidart.com,2010:/blog/2</id>
<generator url="http://www.movabletype.org/" version="3.17">Movable Type</generator>
<copyright>Copyright (c) 2010, Varun Shetty</copyright>
<entry>
<title>Flash Box 2D tutorials</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2010/06/flash_box_2d_tu.php" />
<modified>2010-06-16T23:35:19Z</modified>
<issued>2010-06-12T21:27:23Z</issued>
<id>tag:www.paranoidart.com,2010:/blog/2.116</id>
<created>2010-06-12T21:27:23Z</created>
<summary type="text/plain">AS3 Flash Physics Engine Box2D - http://box2dflash.sourceforge.net/ Box2D is an open source physics engine written primarily for games. As the name suggests, Box2D is a purely 2D engine. However, Box2D has grown beyond it&apos;s humble box simulating roots, and can...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>AS3 Flash Physics Engine<br />
Box2D - <a href="http://box2dflash.sourceforge.net/">http://box2dflash.sourceforge.net/</a></p>

<p>Box2D is an open source physics engine written primarily for games. As the name suggests, Box2D is a purely 2D engine. However, Box2D has grown beyond it's humble box simulating roots, and can now handle convex polygons and other shapes.</p>

<p>Flash Box 2D Tutorials<br />
<a href="http://www.kerp.net/box2d/">http://www.kerp.net/box2d/</a><br />
<a href="http://www.emanueleferonato.com/category/box2d/">http://www.emanueleferonato.com/category/box2d/</a><br />
</p>]]>

</content>
</entry>
<entry>
<title>jQuery Lightbox Scripts</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2010/01/jquery_lightbox.php" />
<modified>2010-01-12T15:52:55Z</modified>
<issued>2010-01-12T15:48:36Z</issued>
<id>tag:www.paranoidart.com,2010:/blog/2.115</id>
<created>2010-01-12T15:48:36Z</created>
<summary type="text/plain">Why build your own light box when there are more than a dozen scripts available!! The Best jQuery Lightbox Scripts by Bilal Çınarlı http://woorkup.com/2009/12/29/jquery-lightbox-scripts/ and Comparison of various scripts that display images and other objects in somehow cool CSS popups...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>Why build your own light box when there are more than a dozen scripts available!!</p>

<p>The Best jQuery Lightbox Scripts by Bilal Çınarlı <br />
<a href="http://woorkup.com/2009/12/29/jquery-lightbox-scripts/">http://woorkup.com/2009/12/29/jquery-lightbox-scripts/</a></p>

<p>and <br />
Comparison of various scripts that display images<br />
and other objects in somehow cool CSS popups<br />
<a href="http://planetozh.com/projects/lightbox-clones/">http://planetozh.com/projects/lightbox-clones/</a></p>]]>

</content>
</entry>
<entry>
<title>Flex Testing</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/11/flex_testing.php" />
<modified>2009-11-23T20:00:09Z</modified>
<issued>2009-11-23T19:37:25Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.114</id>
<created>2009-11-23T19:37:25Z</created>
<summary type="text/plain">I have been using Flex Unit for a while and suddenly felt the urge to search on other competitive testing frameworks, and to my surprise there were couple of testing frameworks. I think they specialize in their own ways. Flex...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>I have been using Flex Unit for a while and suddenly felt the urge to search on other competitive testing frameworks, and to my surprise there were couple of testing frameworks. I think they specialize in their own ways. </p>

<p><strong><a href="http://flexmonkey.gorillalogic.com/gl/stuff.flexmonkey.html">Flex Monkey</a></strong><br />
	FlexMonkey is a testing framework for Flex apps that provides for the capture, replay and verification of Flex UI functionality. FlexMonkey can record and playback Flex UI interactions, and generates ActionScript-based testing scripts that can easily be included within a continuous integration process. It uses the Flex Automation API and was created by extending Adobe's sample automation adapter, AutoQuick.</p>

<p>Features:<br />
    * Records and plays back Flex UI interactions<br />
    * UI Interactions can be edited and replayed<br />
    * Generates FlexUnit TestCases, and can also be used with non-FlexUnit-based testing frameworks<br />
    * Works with Flex and AIR apps<br />
    * Apps can be tested running standalone or in a browser<br />
    * Tests can be run from build systems such as Ant<br />
    * Handles all Flex UI events<br />
    * Uses Flex Automation API to provide native control over your flex app. Requires no javascript or browser plug-ins to use.<br />
    * Unit tests are written entirely in ActionScript. No other programming or special purpose scripting languages are needed to develop comprehensive UI test suites.<br />
    * Non-invasive. Requires no modifications to your application source. </p>

<p></p>

<p><strong><a href="http://code.google.com/p/flex-ui-selenium/">FlexUISelenium</a> </strong><br />
FlexUISelenium is an extension to the Selenium RC client driver that enables the Selenium RC client drivers to interact (and test) the Flex UI components and methods of the Flex application. </p>

<p></p>

<p><br />
<strong><a href="http://opensource.adobe.com/wiki/display/flexunit/FlexUnit">Flex Unit</a></strong><br />
FlexUnit is a unit testing framework for Flex and ActionScript 3.0 applications and libraries. It mimics the functionality of JUnit, a Java unit testing framework, and comes with a graphical test runner.</p>]]>

</content>
</entry>
<entry>
<title>Chew on this.</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/08/chew_on_this.php" />
<modified>2009-08-11T17:13:48Z</modified>
<issued>2009-08-10T21:39:37Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.113</id>
<created>2009-08-10T21:39:37Z</created>
<summary type="text/plain">www.chewonthis.org After a long time... a new site goes up. This site educates us about the health and environmental benefits of eating locally. It is managed by Carlin Greenstein and Annie Stranger. The design is done by Annie Stranger. The...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Website Design</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p><strong><a href="http://www.chewonthis.org/site/">www.chewonthis.org</a></strong><br />
After a long time... a new site goes up. </p>

<p>This site educates us about the health and environmental benefits of eating locally. It is managed by Carlin Greenstein and Annie Stranger. The design is done by Annie Stranger. The site is based upon Wordpress, this is the first wordpress site developed by Nitesh Sankhalkar and I have put in my bits to help out. Overall it works really well. </p>

<p>Will update with more info later. </p>]]>

</content>
</entry>
<entry>
<title>Beyond Compare - File/Folder/Source Code Comparison</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/05/beyond_compare.php" />
<modified>2009-05-17T02:44:15Z</modified>
<issued>2009-05-17T02:28:02Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.112</id>
<created>2009-05-17T02:28:02Z</created>
<summary type="text/plain">This is an amazing little tool that lets you compare files, folders and source code. It has been extremely useful for me, when there are more developers working on a single page of code. I have tried some code compare&apos;r...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>This is an amazing little tool that lets you compare files, folders and source code. It has been extremely useful for me, when there are more developers working on a single page of code. I have tried some code compare'r software before and this one turns out the best. It is small, simple and easy to use. Do not forget to look into the file viewer rules <a href="http://www.scootersoftware.com/download.php?c=kb_morerules">here</a>. </p>

<p>Other code compare tools are.. (I havent tested them yet)</p>

<p><a href="http://www.araxis.com/merge/">Araxis Merge</a> <br />
<a href="http://www.prestosoft.com/edp_examdiffpro.asp">Examdiff Pro</a> (Fast search on hard disk)<br />
<a href="http://winmerge.org/">Win Merge</a><br />
<a href="http://www.mythicsoft.com/Page.aspx?type=filelocatorpro&page=home">File Locator Pro</a><br />
<a href="http://kdiff3.sourceforge.net/">KDiff</a></p>]]>

</content>
</entry>
<entry>
<title>.sol editor (flash shared object/ flash cookie)</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/05/sol_editor_flas.php" />
<modified>2009-05-17T02:24:44Z</modified>
<issued>2009-05-17T02:20:21Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.111</id>
<created>2009-05-17T02:20:21Z</created>
<summary type="text/plain">If you are working with Flash shared object or you might say flash cookie. It would be easier to verify the stored data by using .sol editor by Alexis Isaac. I frequently use this to even debug/read cookies from other...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>If you are working with Flash shared object or you might say flash cookie. It would be easier to verify the stored data by using .sol editor by Alexis Isaac. I frequently use this to even debug/read cookies from other sites. It just helps me understand the architect of some games they way it is made. </p>

<p>Download .sol editor from sound forge. <br />
<a href="http://sourceforge.net/projects/soleditor/">.sol editor</a></p>]]>

</content>
</entry>
<entry>
<title>Photoshop Brushes</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/03/photoshop_brush.php" />
<modified>2009-03-05T15:16:10Z</modified>
<issued>2009-03-05T14:46:05Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.110</id>
<created>2009-03-05T14:46:05Z</created>
<summary type="text/plain">some free photoshop brush sites. let me know if anyone has other sites for photoshop brushes. www.myphotoshopbrushes.com www.brushking.eu...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Inspiration</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>some free photoshop brush sites. </p>

<p>let me know if anyone has other sites for photoshop brushes. </p>

<ul>
<li><a href="http://www.myphotoshopbrushes.com">www.myphotoshopbrushes.com</a>
</li>
<li><a href="http://www.brushking.eu">www.brushking.eu</a>
</li>
</ul>]]>

</content>
</entry>
<entry>
<title>Flash Physics Engines</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/02/flash_physics_e.php" />
<modified>2009-02-26T23:59:58Z</modified>
<issued>2009-02-26T23:46:03Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.109</id>
<created>2009-02-26T23:46:03Z</created>
<summary type="text/plain">List of Physics engines for Adobe Flash 1. APE: www.cove.org/ape/index.htm 2. Box2DFlashAS3: box2dflash.sourceforge.net 3. Fisix Engine: www.fisixengine.com 4. Glaze: yaa-blog.blogspot.com/search/label/Glaze 5. Motor2: lab.polygonal.de 6. PopShapes: lab.andre-michelle.com/physics-engine...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>List of <a href="http://www.emanueleferonato.com/2008/04/24/flash-physics-engines-galore/">Physics engines</a> for Adobe Flash </p>

<p>1. APE: <a href="http://www.cove.org/ape/index.htm">www.cove.org/ape/index.htm</a><br />
2. Box2DFlashAS3: <a href="http://box2dflash.sourceforge.net">box2dflash.sourceforge.net</a><br />
3. Fisix Engine: <a href="http://www.fisixengine.com">www.fisixengine.com</a><br />
4. Glaze: <a href="http://yaa-blog.blogspot.com/search/label/Glaze">yaa-blog.blogspot.com/search/label/Glaze</a><br />
5. Motor2: <a href="http://lab.polygonal.de/">lab.polygonal.de</a><br />
6. PopShapes: <a href="http://lab.andre-michelle.com/physics-engine">lab.andre-michelle.com/physics-engine</a></p>]]>

</content>
</entry>
<entry>
<title>Cake PHP</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/01/cake_php.php" />
<modified>2009-01-25T01:31:39Z</modified>
<issued>2009-01-25T01:30:31Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.108</id>
<created>2009-01-25T01:30:31Z</created>
<summary type="text/plain">Its been sometime I have worked on PHP, but I would love to try this out. http://cakephp.org/ CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>Its been sometime I have worked on PHP, but I would love to try this out. </p>

<p><a href="http://cakephp.org/">http://cakephp.org/</a></p>

<p>CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC  and ORM  within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. </p>]]>

</content>
</entry>
<entry>
<title>Saving Images Out of Flash/Flex Without Losing Quality</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2009/01/saving_images_o.php" />
<modified>2009-01-25T01:32:05Z</modified>
<issued>2009-01-25T01:28:12Z</issued>
<id>tag:www.paranoidart.com,2009:/blog/2.107</id>
<created>2009-01-25T01:28:12Z</created>
<summary type="text/plain">An interesting post by Jesse Warden, something you don&apos;t want to forget when you have an opportunity to work on an application that saves an image on the disk. http://jessewarden.com/2009/01/saving-images-out-of-flashflex-without-losing-quality.html...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>An interesting post by Jesse Warden, something you don't want to forget when you have an opportunity to work on an application that saves an image on the disk. </p>

<p><a href="http://jessewarden.com/2009/01/saving-images-out-of-flashflex-without-losing-quality.html">http://jessewarden.com/2009/01/saving-images-out-of-flashflex-without-losing-quality.html</a></p>]]>

</content>
</entry>
<entry>
<title>VisualComplexity</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2008/10/visualcomplexit.php" />
<modified>2008-10-21T20:27:23Z</modified>
<issued>2008-10-21T20:12:44Z</issued>
<id>tag:www.paranoidart.com,2008:/blog/2.106</id>
<created>2008-10-21T20:12:44Z</created>
<summary type="text/plain">www.visualcomplexity.com visualcomplexity is a space to view complex network visualization. The main goal is to understand different visualization methods across a series of disciplines, as diverse as Biology, Social Networks or the World Wide Web. This is very inspiring and...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p><a href="http://www.visualcomplexity.com/">www.visualcomplexity.com</a></p>

<p>visualcomplexity is a space to view complex network visualization. The main goal is to understand different visualization methods across a series of disciplines, as diverse as Biology, Social Networks or the World Wide Web. </p>

<p>This is very inspiring and truly can be a future of visualization. </p>]]>

</content>
</entry>
<entry>
<title>Wordpress blogger templates</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2008/10/wordpress_blogg.php" />
<modified>2008-12-05T19:56:55Z</modified>
<issued>2008-10-13T17:16:27Z</issued>
<id>tag:www.paranoidart.com,2008:/blog/2.105</id>
<created>2008-10-13T17:16:27Z</created>
<summary type="text/plain">I am still planning to switch over from moveabletype to wordpress. progress have been very slow on it. Trying and testing different features, plugins, templates... this time I would like to make sure I have most of the items fixed...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>I am still planning to switch over from moveabletype to wordpress. progress have been very slow on it. Trying and testing different features, plugins, templates... this time I would like to make sure I have most of the items fixed and not bother about the blog engine for next couple of years. </p>

<p>Templates:<br />
<a href="http://www.jackbook.com/category/blogger-templates-gallery">http://www.jackbook.com/</a><br />
<a href="http://wordpress.org/extend/themes/">http://www.wordpress.org/</a><br />
<a href="http://www.smashingmagazine.com/2007/02/09/83-beautiful-wordpress-themes-you-probably-havent-seen/">http://www.smashingmagazine.com/</a><br />
<a href="http://www.bspcn.com/2008/11/10/50-beautiful-free-wordpress-themes/">http://www.bspcn.com/2008/11/10/50-beautiful-free-wordpress-themes/</a></p>]]>

</content>
</entry>
<entry>
<title>Flex Styling and Skinning</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2008/10/flex_styling_an.php" />
<modified>2008-10-06T16:28:26Z</modified>
<issued>2008-10-06T15:43:36Z</issued>
<id>tag:www.paranoidart.com,2008:/blog/2.103</id>
<created>2008-10-06T15:43:36Z</created>
<summary type="text/plain">Degrafa is a Declarative Graphic Framework to level things between a designer and a developer. There are many things involved in it, one of it is to eliminate the learning curve to use these. So at a production level it...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>Degrafa is a Declarative Graphic Framework to level things between a designer and a developer. There are many things involved in it, one of it is to eliminate the learning curve to use these. So at a production level it can be used pretty fast. The core team is a mix of Architects, Framework Developers, UX Architect and Framework Engineers. </p>

<p><a href="http://www.degrafa.com/">http://www.degrafa.com/</a></p>

<p><a href="http://www.scalenine.com/">http://www.scalenine.com/</a></p>

<p><a href="http://www.linearticulator.com/">http://www.linearticulator.com/</a></p>]]>

</content>
</entry>
<entry>
<title>Time Tracker/ GTD&apos;s</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2008/10/time_tracker_gt.php" />
<modified>2008-10-03T23:09:34Z</modified>
<issued>2008-10-03T20:28:22Z</issued>
<id>tag:www.paranoidart.com,2008:/blog/2.102</id>
<created>2008-10-03T20:28:22Z</created>
<summary type="text/plain">Using time trackers/ GTDs on medium level projects becomes essential to track efficiency and development progress. It especially becomes important when you are not a the same location. Here are the few links to online time trackers which can be...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>Using time trackers/ GTDs on medium level projects becomes essential to track efficiency and development progress. It especially becomes important when you are not a the same location. Here are the few links to online time trackers which can be useful. </p>

<p><a href="http://www.myintervals.com/">http://www.myintervals.com/</a></p>

<p><a href="http://www.basecamphq.com/">http://www.basecamphq.com/</a></p>

<p><a href="http://www.simplegtd.com/">http://www.simplegtd.com/</a></p>]]>

</content>
</entry>
<entry>
<title>Statistics and Trend Links</title>
<link rel="alternate" type="text/html" href="http://www.paranoidart.com/blog/archives/2008/08/statistics_and.php" />
<modified>2008-08-28T01:50:26Z</modified>
<issued>2008-08-27T14:27:55Z</issued>
<id>tag:www.paranoidart.com,2008:/blog/2.101</id>
<created>2008-08-27T14:27:55Z</created>
<summary type="text/plain">Links that would help to learn the web search trends and traffic results, I am pretty sure there are a lot more and these results are really intriguing and helps to learn in a global perspective of where a company...</summary>
<author>
<name>Varun Shetty</name>
<url>http://www.paranoidart.com/</url>
<email>varunet@gmail.com</email>
</author>
<dc:subject>Technofront</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.paranoidart.com/blog/">
<![CDATA[<p>Links that would help to learn the web search trends and traffic results, I am pretty sure there are a lot more and these results are really intriguing and helps to learn in a global perspective of where a company site stands. Wish to get more such links and append this list. </p>

<p><a href="http://www.google.com/trends">Google Trends</a></p>

<p><a href="http://www.alexa.com/">Alexa - Web Information</a></p>

<p><a href="http://www.wakoopa.com/">wakoopa - Software trends</a></p>]]>

</content>
</entry>

</feed>