<?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>Anden Solutions</title>
	<atom:link href="http://www.andensolutions.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andensolutions.com</link>
	<description>Anden Solutions develops Rich Internet Applications using AJAX and Adobe Flex and Flash-based videogames and simulations</description>
	<lastBuildDate>Tue, 15 Nov 2011 05:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Spell checking in Flash/Flex: Adobe Squiggly</title>
		<link>http://www.andensolutions.com/index.php/blogs/spell-checking-in-flashflex-adobe-squiggly/</link>
		<comments>http://www.andensolutions.com/index.php/blogs/spell-checking-in-flashflex-adobe-squiggly/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 04:57:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=240</guid>
		<description><![CDATA[Adobe Squiggly is a Flash spell-checker library released by Adobe Labs. It adds common spell-checker features to Flash/Flex text controls such as highlighting misspelled words and word-suggestion. This is probably the best (free) available option when developing for Flash 10 or newer. In order to use this library you must first download it from the [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Squiggly is a Flash spell-checker library released by Adobe Labs. It adds common spell-checker features to Flash/Flex text controls such as highlighting misspelled words and word-suggestion. This is probably the best (free) available option when developing for Flash 10 or newer.</p>
<p>In order to use this library you must first download it from the official site: <a href="http://labs.adobe.com/technologies/squiggly/">http://labs.adobe.com/technologies/squiggly/</a>. The Squiggly package includes several flash libraries (swc), some dictionary files, and a few examples of the libraries integration using Flex, AIR, and actionscripts.</p>
<p>This post will guide you through the creation of a small Spark project that will use the  AdobeSpellingUIEx.swc file to enable spell checking on a text area component.  You should use the AdobeSpellingUI.swc library if you need to implement Squiggly for &#8216;mx&#8217; components.</p>
<ol>
<li>Let&#8217;s start by opening Flash Builder and creating a new Flex Project named FlashSpellCheck.</li>
<li>Add a TextArea to the main application with id=&#8221;txtArea&#8221;.<code><br />
</code></li>
<li>Copy the AdobeSpellingUIEx.swf file from the SquigglySDK\libs folder you just downloaded into your project &#8220;libs&#8221; folder.</li>
<li>Copy the dictionary files to your project. By default the dictionary files go to the root of the project. For bigger projects it&#8217;s advisable to place them somewhere else. In this case we&#8217;ll use an &#8220;assets&#8221; folder. You will need to copy the content from the SquigglySDK\src folder from the unzipped package. There should be a file called AdobeSpellingConfig.xml and a folder called dictionaries.</li>
<li>Tip 1: Squiggly looks for the dictionary config file inside your project root. Since we placed that file inside the &#8220;assets&#8221; folder, we need to let the library know about this new location by calling the spellingConfigUrl method on the CreationComplete event of the application:<br />
<code>SpellUI.spellingConfigUrl = "assets/AdobeSpellingConfig.xml";</code></li>
<li>Tip 2: The AdobeSpellingConfig.xml also looks for the rules and dictionary files to be inside your root/dictionaries folder. Since we moved everything inside the assets package you will also need to edit this file and update the paths for the ruleFile and the dictionaryFile.<code><br />
</code></li>
<li>Tip 3: By default web servers won&#8217;t allow flash to load the ruleFile and dictionaryFiles that have extensions &#8220;aff&#8221; and &#8220;dic&#8221; respectively. In order to work around this issue without reconfiguring your server you can rename those two files and give them an &#8220;xml&#8221; extension. Remember to update the AdobeSpellingConfig.xml accordingly. In our case this file ends up looking like this:<br />
<code>&lt;LanguageResource language="English" languageCode="en_US" ruleFile="assets/dictionaries/en_US/en_US_aff.xml" dictionaryFile="assets/dictionaries/en_US/en_US_dic.xml"/&gt;</code></li>
<li>Our last step consist on telling the SpellUI class which visual components will implement the spell-checking, in this case the TextArea. We also do this on the CreationComplete event:<br />
<code>SpellUI.enableSpelling(txtArea, "en_US");</code></li>
</ol>
<p>You can download the source code from <a href="/portfolio/squiggly/FlashSpellCheck.zip">here</a>.  And this is the demo file we just created. Feel free to make some typos:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_FlashSpellCheck_1924453350"
			class="flashmovie"
			width="703"
			height="300">
	<param name="movie" value="/portfolio/squiggly/FlashSpellCheck.swf" />
	<param name="base" value="/portfolio/squiggly/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/portfolio/squiggly/FlashSpellCheck.swf"
			name="fm_FlashSpellCheck_1924453350"
			width="703"
			height="300">
		<param name="base" value="/portfolio/squiggly/" />
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/blogs/spell-checking-in-flashflex-adobe-squiggly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Moodle site for American Traffic Solutions</title>
		<link>http://www.andensolutions.com/index.php/news/implementation-moodle-for-american-traffic-solutions/</link>
		<comments>http://www.andensolutions.com/index.php/news/implementation-moodle-for-american-traffic-solutions/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 04:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=265</guid>
		<description><![CDATA[Florence, KY – Anden Solutions has been awarded a contract with American Traffic Solutions (ATS) to develop and support a website that will offer several online training modules. This website will run using the popular Learning Management System (LMS) Moodle. Anden Solutions’ team will be working together with ATS personnel developing the web site’s interface, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Florence, KY –</strong> Anden Solutions has been awarded a contract with <a title="American Traffic Solutions" href="http://www.atsol.com/" target="_self">American Traffic Solutions</a> (ATS) to develop and support a website that will offer several online training modules. This website will run using the popular Learning Management System (LMS) Moodle. Anden Solutions’ team will be working together with ATS personnel developing the web site’s interface, setting its security policy, developing custom modules for the LMS and supporting ATS personnel in the process of creating SCORM compatible online courses.</p>
<p>American Traffic Solutions, Inc. (ATS) provides innovative and superior road safety camera and automated toll collections programs focused on their clients’ safety, mobility and enforcement needs. Their mission is to deliver the most effective technology and services that reduce operating costs or generate revenue to pay for its use.</p>
<p>Anden Solutions is dedicated to delivering custom-made, high quality, and affordable system solutions. The company specializes in designing and developing Rich Internet Applications, simulations, and educational video games. Anden Solutions’ headquarters are located in Florence, KY, with an additional development center in Cordoba, Argentina.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/news/implementation-moodle-for-american-traffic-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anden Solutions collaborates with Minus10Software to develop innovative bankruptcy software</title>
		<link>http://www.andensolutions.com/index.php/news/anden-solutions-collaborates-with-minus10software-to-develop-innovative-bankruptcy-software/</link>
		<comments>http://www.andensolutions.com/index.php/news/anden-solutions-collaborates-with-minus10software-to-develop-innovative-bankruptcy-software/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 15:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=260</guid>
		<description><![CDATA[Florence, KY &#8211; Anden Solutions has been awarded a contract with Minus-10 Software to add several functionalities to their Flex-based innovative software. As a part of this contract Anden Solutions will modularize Minus-10 Software’s existing CaseFilePRO  application and will also create a series of new modules that will add new functionalities to the application. The [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Florence, KY &#8211; </strong>Anden Solutions has been awarded a contract with <a href="http://www.minus10software.com/">Minus-10 Software</a> to add several functionalities to their Flex-based innovative software. As a part of this contract Anden Solutions will modularize Minus-10 Software’s existing CaseFilePRO  application and will also create a series of new modules that will add new functionalities to the application. The Anden Solutions team will be working on the following functionalities: registration, licensing, user management, and equity holders, as well as creating a matrix map to handle all CaseFilePRO data from a centralized interface.</p>
<p>Minus-10 Software LLC is dedicated to producing the most efficient, effective and evolutionary software to support debtors and their professionals throughout the reorganization effort. Founded by individuals who have worked in the industry for nearly 20 years and have produced some of the most innovative software in the industry, Minus-10 is uniquely positioned to produce the next generation of support software. Characterized by a focus on productivity and shared resources that makes the most efficient use of professionals, both within and outside the debtor, this next generation software will further advance the art of reorganization.</p>
<p>Anden Solutions is dedicated to delivering custom-made, high quality, and affordable system solutions. The company specializes in designing and developing Rich Internet Applications, simulations, and educational video games. Anden Solutions’ headquarters are located in Florence, KY, with an additional development center in Cordoba, Argentina.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/news/anden-solutions-collaborates-with-minus10software-to-develop-innovative-bankruptcy-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Damian Piccolo and Esteban Yofre publish article in Adobe.com</title>
		<link>http://www.andensolutions.com/index.php/news/damian-piccolo-and-esteban-yofre-publish-article-in-adobe-com/</link>
		<comments>http://www.andensolutions.com/index.php/news/damian-piccolo-and-esteban-yofre-publish-article-in-adobe-com/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 13:18:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=235</guid>
		<description><![CDATA[Damian Piccolo and Esteban Yofre from Anden Solutions LLC have published a short article about &#8220;Accessing remote shared objects from Flex with WebORB .NET&#8221; in Adobe.com. This article, initiated at Midnight Coder&#8217;s request, is a short tutorial about Remote Shared Objects (RSOs) and how to use them from either the client or server side. It [...]]]></description>
			<content:encoded><![CDATA[<p>Damian Piccolo and Esteban Yofre from Anden Solutions LLC have published a short article about &#8220;<a title="Accessing remote shared objects from Flex with WebORB .NET " href="http://www.adobe.com/devnet/flex/articles/flex-dotnet-remote-shared-objects.html" target="_blank">Accessing remote shared objects from Flex with WebORB .NET</a>&#8221; in Adobe.com.</p>
<p>This article, initiated at Midnight Coder&#8217;s request, is a short tutorial about Remote Shared Objects (RSOs) and how to use them from either the  client or server side. It guides users in the development of a small application based on a  simple word game that will access and modify RSOs using from  client-side (ActionScript) and server-side (C#) code using the WebORB  Integration Server to marshal the communications between client and  server.</p>
<p>More information of this tutorial, as well as an example of the live application and access to the source code can be found here: <a href="http://www.andensolutions.com/index.php/blogs/add-a-word-game/" target="_self">http://www.andensolutions.com/index.php/blogs/add-a-word-game/</a>.</p>
<p><a title="Midnight Coders, Inc" href="http://www.themidnightcoders.com" target="_blank">Midnight Coders, </a>Inc is a leading provider of integration technology that enables <strong>universal client-server connectivity</strong> for desktop, browser and mobile clients. Developers from around the  world use their technology to easily expose services, data and media  located in private data centers or the Cloud. Their technology  enables businesses to deploy their rich applications to market faster  with greater business success. They are the creators of WebORB.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/news/damian-piccolo-and-esteban-yofre-publish-article-in-adobe-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Label Designer</title>
		<link>http://www.andensolutions.com/index.php/news/label-printing-application/</link>
		<comments>http://www.andensolutions.com/index.php/news/label-printing-application/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 18:40:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Label Designer]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=217</guid>
		<description><![CDATA[Anden Solutions LLC has developed an innovative online designer tool using Adobe Flash technology. With this application, you can select a template and then customize it online, adding backgrounds, texts, clip-art, etc. You can easily add some text, change the fonts and colors, add transparencies and gradients, apply effects, and many other features. This application [...]]]></description>
			<content:encoded><![CDATA[<p>Anden Solutions LLC has developed an innovative online designer tool using Adobe Flash technology. With this application, you can select a template and then customize it online, adding backgrounds, texts, clip-art, etc. You can easily add some text, change the fonts and colors, add transparencies and gradients, apply effects, and many other features.</p>
<p>This application can be easily customized and integrated into any website so you can design graphics for print materials such as postcards, labels, t-shirts, etc. This application can also interact with online carts such as Volusion.</p>
<p>In addition to the web interface, Anden Solutions has also developed a back-end application that lets administrators upload/change backgrounds, fonts, and/or clip art. Using this back-end tool the administrator can also create templates for new products on the fly.</p>
<p>You can interact with a limited version of this application here.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_andenprintlabel_120711259"
			class="flashmovie"
			width="700"
			height="700">
	<param name="movie" value="/portfolio/printlabel/andenprintlabel.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/portfolio/printlabel/andenprintlabel.swf"
			name="fm_andenprintlabel_120711259"
			width="700"
			height="700">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/news/label-printing-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Remote Shared Objects from Flex and .NET</title>
		<link>http://www.andensolutions.com/index.php/blogs/add-a-word-game/</link>
		<comments>http://www.andensolutions.com/index.php/blogs/add-a-word-game/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 20:33:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=209</guid>
		<description><![CDATA[Using WebORB and Remote Shared Objects (RSO)]]></description>
			<content:encoded><![CDATA[<p>This past week our team was playing around with integrating Remote Shared Objects (RSO) and WebORB.</p>
<p>An RSO is an object that lives on the server. It resides in the scope of a messaging application clients connect to. More than one client can connect to an RSO and all of them will access to the data in the RSO. We used WebORB for managing the RSO and providing access to the RSO for various clients.</p>
<p>We came up with a small online version of the “Add a word” game that uses RSOs to build a sentence as well as manage user turns. The object of this game is to add a word to a sentence, one user at a time, and eventually come up with a very long sentence (that still makes sense).<br />
Consider the following example:</p>
<ul>
<li> Two connected users begin a game of “Add a word”.</li>
<li> The application assigns turns to each of the connected users.</li>
<li> User 1 starts the game by typing “My”. Once User 1 submits a word, it is the next user’s turn. The application automatically disables the submit button for the first user, and enables it for the next user.</li>
<li> User 2 types “house” and clicks Submit, passing control back to User 1</li>
<li> User 1 types “is”, and so on.</li>
<li> During the game, the RSO keeps track of the content of the sentence. At this point it will read “My house is”.</li>
</ul>
<p>You should note that there&#8217;s no need for a server-side code to create this simple application, especially if you just want to add words to a sentence stored in the RSO. We just added a bit of complexity to the programming to showcase that either the clients (ActionScripts) and/or the server (.NET C#) can access and modify the RSO.<br />
This simple example demonstrates how to use Remote Shared Objects and WebORB together.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_weborbrso_342608992"
			class="flashmovie"
			width="705"
			height="450">
	<param name="movie" value="/portfolio/WebORBRSO/weborbrso.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/portfolio/WebORBRSO/weborbrso.swf"
			name="fm_weborbrso_342608992"
			width="705"
			height="450">
	<!--<![endif]-->
		

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>You can download the code (C# and ActionScripts) from <a href="/portfolio/WeborbRSO/WebORBRSO.rar">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/blogs/add-a-word-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anden Solutions creates video-chat solution for NeedsFirst</title>
		<link>http://www.andensolutions.com/index.php/news/anden-solutions-creates-video-chat-solution-for-needsfirst/</link>
		<comments>http://www.andensolutions.com/index.php/news/anden-solutions-creates-video-chat-solution-for-needsfirst/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 15:09:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=204</guid>
		<description><![CDATA[Florence, KY &#8211; Anden Solutions has developed a video-chat feature for the Flex-based site www.needsfirst.com. This video-chat is programmed using Flash Builder and it runs over a Red5 server. NeedsFirst.com was created to bring awareness to, and build community around, the needs of disadvantaged people throughout the world. Best Products Available believes that by providing [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.andensolutions.com/wp-content/uploads/2010/04/NeedsFirstLogo.jpg" rel='lytebox[anden-solutions-creates-video-chat-solution-for-needsfirst]'><img class="alignleft size-full wp-image-195" title="NeedsFirstLogo" src="http://www.andensolutions.com/wp-content/uploads/2010/04/NeedsFirstLogo.jpg" alt="" width="213" height="113" /></a>Florence, KY &#8211; </strong>Anden Solutions has developed a video-chat feature for the Flex-based site <a title="NeedsFirst" href="http://www.needsfirst.com" target="blank">www.needsfirst.com</a>. This video-chat is programmed using Flash Builder and it runs over a Red5 server.</p>
<p>NeedsFirst.com was created to bring awareness to, and build community around, the needs of disadvantaged people throughout the world. Best Products Available believes that by providing for basic needs first, you will help someone experience the power of God&#8217;s generous and providing love allowing them to dream again and evaluate their spiritual condition.<br />
NeedsFirst is a product of Best Products Available, LLC located in Loveland, Ohio. It is operated in partnership with Self-Sustaining Enterprises from Mason, Ohio.</p>
<p>Anden Solutions is dedicated to delivering custom-made, high quality, and affordable system solutions. They specialize in designing Rich Internet Applications, simulations, and educational video games. The company’s headquarters are located in Florence, KY, with an additional development center in Cordoba, Argentina.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/news/anden-solutions-creates-video-chat-solution-for-needsfirst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WhiteHouse.gov releases Drupal modules back to the community</title>
		<link>http://www.andensolutions.com/index.php/blogs/whitehouse-gov-releases-drupal-modules-back-to-the-community/</link>
		<comments>http://www.andensolutions.com/index.php/blogs/whitehouse-gov-releases-drupal-modules-back-to-the-community/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 21:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=199</guid>
		<description><![CDATA[This past April 21st, WhiteHouse.gov has released back to the Drupal community four modules developed especially for their site.  It&#8217;s worth mentioning that the White House website has been built using Drupal, an open source content management system that we really love here at Anden Solutions. This new code is available for download to anyone [...]]]></description>
			<content:encoded><![CDATA[<p>This past April 21st, <a title="WhiteHouse.gov" href="http://www.WhiteHouse.gov" target="blank">WhiteHouse.gov</a> has released back to the Drupal community four modules developed especially for their site.  It&#8217;s worth mentioning that the White House website has been built using Drupal, an open source content management system that we really love here at  Anden Solutions.</p>
<p>This new code is available for download to anyone from the <a title="Drupal's website" href="http://www.drupal.org" target="blank">Drupal</a>&#8216;s website and has been sponsored by The Executive Office of the President. This code added to Drupal&#8217;s functionality in three ways:</p>
<ol>
<li> <strong>Scalability</strong>: The <a title="Context HTTP Headers Module" href="http://drupal.org/project/context_http_headers" target="blank">Context HTTP Headers</a> module allows site builders to add new metadata to the content they serve. The <a title="Akamai Module" href="http://drupal.org/project/akamai" target="blank">Akamai </a>module allows a website to integrate with Akamai&#8217;s Content Delivery Network.</li>
<li> <strong>Communication</strong>: the <a title="GovDelivery Module" href="http://drupal.org/project/govdelivery" target="blank">GovDelivery</a> module provides integration with the GovDelivery On-Demand Mailer service, a web service for GovDelivery customers that sends messages directly based on configured account information.</li>
<li> <strong>Accessibility</strong>: the <a title="Node Embed Module" href="http://drupal.org/project/node_embed" target="blank">Node Embed</a> module allows embedding one node inside the body of another node. E.g.: it allows embedding an Image/Slideshow/Video node within the body of an Article node.</li>
</ol>
<p>We, at Anden Solutions, think that&#8217;s really nice to see a governmental institution endorsing Drupal and also contributing code back to the community. Let&#8217;s hope for more!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/blogs/whitehouse-gov-releases-drupal-modules-back-to-the-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anden Solutions collaborates with NeedsFirst</title>
		<link>http://www.andensolutions.com/index.php/news/anden-solutions-collaborates-with-needsfirst/</link>
		<comments>http://www.andensolutions.com/index.php/news/anden-solutions-collaborates-with-needsfirst/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 21:55:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=194</guid>
		<description><![CDATA[Florence, KY &#8211; Anden Solutions has been awarded a contract with Best Products Available LLC to add new features to their upcoming Flex-based site www.needsfirst.com. As a part of this contract Anden Solutions will update the existing application and will also modify a series of widgets that will add new functionality to the application. NeedsFirst.com [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.andensolutions.com/wp-content/uploads/2010/04/NeedsFirstLogo.jpg" rel='lytebox[anden-solutions-collaborates-with-needsfirst]'><img class="alignleft size-full wp-image-195" title="NeedsFirstLogo" src="http://www.andensolutions.com/wp-content/uploads/2010/04/NeedsFirstLogo.jpg" alt="" width="213" height="113" /></a>Florence, KY &#8211; </strong>Anden Solutions has been awarded a contract with Best Products Available LLC to add new features to their upcoming Flex-based site <a title="NeedsFirst" href="http://www.needsfirst.com" target="blank">www.needsfirst.com</a>. As a part of this contract Anden Solutions will update the existing application and will also modify a series of widgets that will add new functionality to the application.</p>
<p>NeedsFirst.com was created to bring awareness to, and build community around, the needs of disadvantaged people throughout the world. Best Products Available believes that by providing for basic needs first, you will help someone experience the power of God&#8217;s generous and providing love allowing them to dream again and evaluate their spiritual condition.<br />
NeedsFirst is a product of Best Products Available, LLC located in Loveland, Ohio. It is operated in partnership with Self-Sustaining Enterprises from Mason, Ohio.</p>
<p>Anden Solutions is dedicated to delivering custom-made, high quality, and affordable system solutions. The company specializes in designing Rich Internet Applications, simulations, and educational video games. Anden Solutions’ headquarters are located in Florence, KY, with an additional development center in Cordoba, Argentina.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/news/anden-solutions-collaborates-with-needsfirst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anden Solutions gets awarded contract by FONTAGRO</title>
		<link>http://www.andensolutions.com/index.php/news/anden-solutions-gets-awarded-contract-by-fontagro/</link>
		<comments>http://www.andensolutions.com/index.php/news/anden-solutions-gets-awarded-contract-by-fontagro/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:15:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.andensolutions.com/?p=185</guid>
		<description><![CDATA[Florence, KY - Anden Solutions has been awarded a contract for the phase II of FONTAGRO’s Information and Knowledge Management Systems Optimization Project. The goal of this project is to provide practical, state of the art, and user friendly tools that will give FONTAGRO’s partner members easy access to information generated by the organization. During [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Florence, KY -</strong> Anden Solutions has been awarded a contract for the phase II of FONTAGRO’s Information and Knowledge Management Systems Optimization Project. The goal of this project is to provide practical, state of the art, and user friendly tools that will give FONTAGRO’s partner members easy access to information generated by the organization. During phase II of this project, Anden Solutions will design and develop a new website for the FONTAGRO and will create a set of web applications to handle all FONTAGRO’s business needs. The web site and web applications will be based in Drupal. <a href="http://www.drupal.org" target="blank">Drupal </a>is a popular Content Management System used by millions of web sites including the <a href="http://www.whitehouse.gov" target="blank">White House</a>. </p>
<p>FONTAGRO is a partnership of Latin American and Caribbean countries. This alliance was created to support research and innovation in agriculture. The Fund strives to reduce poverty, promote competitiveness and encourage the sustainable management of natural resources.</p>
<p>Anden Solutions is dedicated to delivering custom-made, high quality, and affordable system solutions. They specialize in designing Rich Internet Applications, simulations, and educational video games. The company’s headquarters are located in Florence, KY, with an additional development center in Cordoba, Argentina.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andensolutions.com/index.php/news/anden-solutions-gets-awarded-contract-by-fontagro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

