<?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>cosminaru blog &#187; Flex</title>
	<atom:link href="http://cosminaru.ro/blog/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://cosminaru.ro/blog</link>
	<description>home</description>
	<lastBuildDate>Wed, 19 May 2010 08:03:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quizine Live Demo</title>
		<link>http://cosminaru.ro/blog/2010/05/19/quizine-live-demo/</link>
		<comments>http://cosminaru.ro/blog/2010/05/19/quizine-live-demo/#comments</comments>
		<pubDate>Wed, 19 May 2010 08:01:57 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quizine]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=246</guid>
		<description><![CDATA[I managed to sort out a good and affordable VPS solution to host the Quizine Live Demo and hopefully more Quizine related content.
You can access the demo here: http://quizine.org/demo. The username and password are already filled in so you just have to click &#8220;Login&#8221;.
Don&#8217;t trash the place though&#8230;
]]></description>
			<content:encoded><![CDATA[<p>I managed to sort out a good and affordable VPS solution to host the Quizine Live Demo and hopefully more Quizine related content.<br />
You can access the demo here: <a href="http://quizine.org/demo">http://quizine.org/demo</a>. The username and password are already filled in so you just have to click &#8220;Login&#8221;.<br />
Don&#8217;t trash the place though&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2010/05/19/quizine-live-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quizine 0.5 Alpha 1 screenshots</title>
		<link>http://cosminaru.ro/blog/2010/05/17/quizine-0-5-alpha-1-screenshots/</link>
		<comments>http://cosminaru.ro/blog/2010/05/17/quizine-0-5-alpha-1-screenshots/#comments</comments>
		<pubDate>Mon, 17 May 2010 18:36:04 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quizine]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=241</guid>
		<description><![CDATA[I managed to implement a quick face lift for Quizine&#8217;s user interface. A bit cleaner and more compact.
A few screenshots can be seen here (click on the magnifier to view the original size).
]]></description>
			<content:encoded><![CDATA[<p>I managed to implement a quick face lift for Quizine&#8217;s user interface. A bit cleaner and more compact.<br />
A few screenshots can be seen <a href="http://picasaweb.google.com/cosminaru/QuizineScreenshots">here</a> (click on the magnifier to view the original size).</p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2010/05/17/quizine-0-5-alpha-1-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quizine goes Flex</title>
		<link>http://cosminaru.ro/blog/2010/05/16/quizine-goes-flex/</link>
		<comments>http://cosminaru.ro/blog/2010/05/16/quizine-goes-flex/#comments</comments>
		<pubDate>Sun, 16 May 2010 19:12:49 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quizine]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=232</guid>
		<description><![CDATA[During the past months Quizine went through a complete rewrite of both the core and the user interface. Mostly due to the need of more flexibility and the need for additional concepts like &#8220;evaluative&#8221; and others on which I will not insist right now. Along with this, it also has a Flex interface now, built [...]]]></description>
			<content:encoded><![CDATA[<p>During the past months <a href="http://code.google.com/p/quizine/" target="_blank">Quizine</a> went through a complete rewrite of both the core and the user interface. Mostly due to the need of more flexibility and the need for additional concepts like &#8220;evaluative&#8221; and others on which I will not insist right now. Along with this, it also has a Flex interface now, built with the Flex 4 SDK (even though the code is still Flex3-ish).</p>
<p>The current version is a first Alpha of a 0.5 and there&#8217;s still room for improvement, so ideas are more than welcome. In addition, the UI itself is not as &#8220;Rich&#8221; as &#8220;RIA&#8221; and not a major change in layout since the previous version. This is mostly because I didn&#8217;t want to invest too much effort in this direction just yet (and as we all know, professional UI is always a bitch in terms of effort).</p>
<p>I&#8217;ve managed to put up a <a href="http://code.google.com/p/quizine/downloads/detail?name=quizine-hsql-demo-0.5-alpha1.war" target="_blank">demo</a> .war file that can be dropped in a Tomcat or anything like it. It uses the <a href="http://hsqldb.org/" target="_blank">HSQLDB</a> engine so no additional setups will be required (except for what&#8217;s already <a href="http://code.google.com/p/quizine/wiki/SystemRequirements" target="_blank">here</a>). Username and password for the demo .war are admin/admin.</p>
<p>I&#8217;m also trying to get some decent VPS hosting for a Live-Demo so it can get more exposure. I&#8217;ve evaluated some options so it should be sorted in a few weeks.</p>
<p>Anyways, any ideas or any kind of help is more than welcome. So if you like it, find it useful or want to contribute, just let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2010/05/16/quizine-goes-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickrsets &#8211; Getting more out of flickr.com (for free)</title>
		<link>http://cosminaru.ro/blog/2009/08/31/flickrsets-getting-more-out-of-flickr-com-for-free/</link>
		<comments>http://cosminaru.ro/blog/2009/08/31/flickrsets-getting-more-out-of-flickr-com-for-free/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 07:06:54 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=208</guid>
		<description><![CDATA[Last week I&#8217;ve looked around for a decent flash solution to present flickr.com photo sets and after a while I ran into SmashingMagazine&#8217;s list (which is not around flickr but also highlights some solutions supporting it). I have a high (although probably not 100% founded) level of trust for SmashingMagazine&#8217;s relevance in terms of media [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I&#8217;ve looked around for a decent flash solution to present flickr.com photo sets and after a while I ran into <a href="http://www.smashingmagazine.com/2007/10/12/flash-based-galleries-for-your-images/" target="_blank">SmashingMagazine&#8217;s list</a> (which is not around flickr but also highlights some solutions supporting it). I have a high (although probably not 100% founded) level of trust for SmashingMagazine&#8217;s relevance in terms of media and internet content so I kind of took this for granted &#8211; although there might be other alternatives out there.</p>
<p>Anyways, going through the list, the candidates either look over designed (and clearly serving other purposes), were licensed under some inconvenient terms or just with a low level of control over the features and content aggregation.</p>
<p>So I decided to give it a shot and see how really complicated is to code something like this with flex and here are the results: <a href="http://cosminaru.ro/photo/cosmin" target="_blank">http://cosminaru.ro/photo/cosmin</a> and <a href="http://cosminaru.ro/photo/alexandra" target="_blank">http://cosminaru.ro/photo/alexandra</a>.</p>
<p>It doesn&#8217;t have the smooth scroll and other fancy stuff but it gets the flickr sets and it displays their content &#8211; which is actually what I was looking for. Later maybe I can find some time to add some cool effects here and there, but for now is good enough. It also has support for linking directly to one of the images so you can do stuff like <a href="http://cosminaru.ro/photo/cosmin/#setId=72157615624951512&#038;photoId=3799856967" target="_blank">this</a>.</p>
<p>The binary package can be found <a href="http://cosminaru.ro/blog/downloads/flickrsets.zip" target="_blank"><strong>here</strong></a>. It works by editing the <code><strong>flickr-user.txt</strong></code> file with your flickr user id (<strong>not user name</strong>) which you can obtain from here: <a href="http://idgettr.com/" target="_blank">http://idgettr.com/</a>.</p>
<p>I also want to publish the code but it needs some cleanup and some wtf&#8217;s removal first.</p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2009/08/31/flickrsets-getting-more-out-of-flickr-com-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
