<?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>Rich internet applications and web marketing by Flexr Web Solutions</title>
	<atom:link href="http://www.flexr.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.flexr.org</link>
	<description>Code so clean you could eat off it.</description>
	<lastBuildDate>Sun, 07 Feb 2010 19:47:33 +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>ReclameArsenaal vakpers Flex app</title>
		<link>http://www.flexr.org/?p=166</link>
		<comments>http://www.flexr.org/?p=166#comments</comments>
		<pubDate>Sun, 07 Feb 2010 12:17:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[ReclameArsenaal]]></category>
		<category><![CDATA[Rich internet applications]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=166</guid>
		<description><![CDATA[For ReclameArsenaal we finally launched two new modules to browse over 160.000 pages of archive material. It includes over 17 magazine titles from 1922 onwards and books of the Advertisers Club Netherlands from 1968.
I did end-to-end development of this app, from database design, import and management tool, web service and two Adobe Flex applications.
Working in [...]]]></description>
			<content:encoded><![CDATA[<p>For ReclameArsenaal we finally launched two new modules to browse over 160.000 pages of archive material. It includes over 17 magazine titles from 1922 onwards and books of the Advertisers Club Netherlands from 1968.</p>
<p>I did end-to-end development of this app, from database design, import and management tool, web service and two Adobe Flex applications.</p>
<p>Working in close coorperation with Redbike Multimedia and Pim Reinders from ReclameArsenaal, I think we achieved a really nice result.</p>
<p>Have a look at http://bit.ly/dt1Xan to see nearly 100 years of Dutch advertisement history.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=166</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash tracer</title>
		<link>http://www.flexr.org/?p=159</link>
		<comments>http://www.flexr.org/?p=159#comments</comments>
		<pubDate>Thu, 04 Feb 2010 22:45:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[labs]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=159</guid>
		<description><![CDATA[Second beta release of my new Adobe Air Flash log tracer for windows. Most Adobe Air Log apps don&#8217;t work on Windows operating systems, because Air locks the flashlog.txt file, preventing other SFW&#8217;s to write to it.
I have now updated it, so that it works with air 2 beta2.
Download FlexrTracer
Features:

Filtering of keywords
Autodetection of flashlog.exe
Color highlighting [...]]]></description>
			<content:encoded><![CDATA[<p>Second beta release of my new Adobe Air Flash log tracer for windows. Most Adobe Air Log apps don&#8217;t work on Windows operating systems, because Air locks the flashlog.txt file, preventing other SFW&#8217;s to write to it.</p>
<p>I have now updated it, so that it works with air 2 beta2.</p>
<p><a href="http://www.flexr.org/wp-content/uploads/2010/02/FlexrTracer.exe">Download FlexrTracer</a></p>
<p>Features:</p>
<ul>
<li>Filtering of keywords</li>
<li>Autodetection of flashlog.exe</li>
<li>Color highlighting of strings</li>
</ul>
<p>Installation instructions:</p>
<ul>
<li>Download the above ZIP file. and unzip it with you favorite unzipper</li>
<li> Install the .EXE air app</li>
<li>Copy tail.exe to the installation directory (normally c:/program files/LogReader/</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=159</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>haXe eventListeners</title>
		<link>http://www.flexr.org/?p=154</link>
		<comments>http://www.flexr.org/?p=154#comments</comments>
		<pubDate>Sun, 17 Jan 2010 19:50:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[labs]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[eventlisteners]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[haXe]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=154</guid>
		<description><![CDATA[Two days ago I decided to try out haXe, an AS3 type of language that can compile code to various formats, SWF, PHP, C++ among others.
I thought it would be good to try some other language than good old PHP or actionscript. Although haXe and Actionscript  are closely related, there are several differences. haXe offers [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago I decided to try out haXe, an AS3 type of language that can compile code to various formats, SWF, PHP, C++ among others.</p>
<p>I thought it would be good to try some other language than good old PHP or actionscript. Although haXe and Actionscript  are closely related, there are several differences. haXe offers some very nice language elements, which make it better in than actionscript in a lot of respects. First of all types are a bit different and haXe has stronger type enforcing, for function types for example.</p>
<p>I was missing the good old actionscript eventlisteners and timer implementation. I managed to write a few classes to implement basic event handlers. No event bubbling, no canceling of propagation, but apart from that fully functional dispatchers and listeners.</p>
<p>For the timer, just use it more or less like an as3 timer as in the example below (note no TimerEvents).</p>
<pre>var timer:HaxeTimer = new HaxeTimer(100, 10);</pre>
<pre> timer.addEventListener(new HaxeEvent(HaxeEvent.TIMER), timerHandler);</pre>
<pre> function timerHandler(e:HaxeEvent):Void{
trace(e.target.currentCount);</pre>
<pre>// DoStuff</pre>
<pre>}</pre>
<p>You can find a link to the package below. The code is now in no way optimized for dispatchers with listeners for many different events. I think the listeners should be placed in different arrays according to event type, to make notifying quicker.</p>
<p><a href="http://www.flexr.org/wp-content/uploads/2010/01/haxeEvents.zip">Download the events package</a></p>
<p>Please let me know if you have any code suggestions or if you spot any bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=154</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actionscript 3 math fun: torus knots</title>
		<link>http://www.flexr.org/?p=135</link>
		<comments>http://www.flexr.org/?p=135#comments</comments>
		<pubDate>Sat, 26 Dec 2009 22:54:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[labs]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[knottheory]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[torusknot]]></category>
		<category><![CDATA[trigonometry]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=135</guid>
		<description><![CDATA[After seeing the Wikipedia page for torus knots, I thought it would be nice to write a simple 3d genetator in AS3.
The basic code for this script are four lines of codes, looped for each line section, with a max of 2 * PI or 360°.
_r = ((2 + Math.cos((q * i) / p)));

x = [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing the <a href="http://en.wikipedia.org/wiki/Torus_knot" target="_blank">Wikipedia page</a> for torus knots, I thought it would be nice to write a simple 3d genetator in AS3.</p>
<p>The basic code for this script are four lines of codes, looped for each line section, with a max of 2 * PI or 360°.</p>
<pre>_r = ((2 + Math.cos((q * i) / p)));

x = _r * tr * Math.cos(i);
y = Math.sin((q * i) / p);
z = _r * tr * Math.sin(i);</pre>
<p>The x, y and z values can be drawn using the graphics class after we convert them to 2D points.</p>
<p>Some interesting results can be achieved when the number of line segments is lowered below 100, making the image really distorted. With 35 line segments and high p and q values things get interesting.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="448" height="448" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="/wp-content/uploads/2009/11/torusknot.swf" /><embed type="application/x-shockwave-flash" width="448" height="448" src="/wp-content/uploads/2009/11/torusknot.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get to know your visitors</title>
		<link>http://www.flexr.org/?p=113</link>
		<comments>http://www.flexr.org/?p=113#comments</comments>
		<pubDate>Sat, 27 Jun 2009 13:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=113</guid>
		<description><![CDATA[This is part one of a three part series on lead generation.
In this first part, web solutions expert Laurent Zuijdwijk talks about best practices in lead generation and the software products Flexr Web Solutions has developed for webleadsb2b. These products include WebWHO and ENRICH, rich internet applications to support lead generation. 
Do you monitor the [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is part one of a three part series on lead generation.<br />
</em><em>In this first part, web solutions expert Laurent Zuijdwijk talks about best practices in lead generation and the software products Flexr Web Solutions has developed for webleadsb2b. These products include WebWHO and ENRICH, rich internet applications to support lead generation. </em></p>
<p>Do you monitor the visitors on your website thorougly enough? Do you know who your visitors really are? Even if you have plenty of visitors on your corporate website, chances are you are not maximizing the potential value they represent. I am sure you use tools to track traffic on your website, but how well do you really know the visitors on your website?</p>
<p>You will probably have plenty of quantitative information about traffic. Maybe you know which browser your visitors are using and which operating system. You know if your visitors are Mac users and what size screens they have. What exactly does this information tell you? Is it enough to filter out potential leads from your visitors and does that tell you if you are reaching your target audience?</p>
<p>It might be, but if you do direct sales through your website, or if your website is meant to generate sales leads which need to be followed up, the chances are you are missing out on business opportunities. In this case you really want to get to know your visitors and actively engage with them.</p>
<h4>How does it work?</h4>
<p>As part of their three step plan to engage with web visitors and generate leads, we built an application for webleadsb2b to acquire more qualitative information about website traffic. The requirements were to get specific in-depth information to:</p>
<ul>
<li>Monitor campaigns</li>
<li>Get the name of the organization visiting</li>
<li>Know their geographic location up to city level</li>
<li>Filter out competitors from the visitors</li>
<li>Measure on target audience</li>
<li>Find out where visitors come from</li>
</ul>
<h4>How we did it</h4>
<p>We designed and built a tracking script in Javascript and a front end dashboard application using Adobe Flex. Adobe Flex was chosen, because of the quick development times, it&#8217;s XML support and cross browser capabilities.</p>
<p>This rich internet application features graphs, copyable Excel like data grids and drag and drop functionality for data. This makes the application intuitive to use and data is easy to export. All data connectivity is done asynchronous, making the application more responsive and safer than an average web application.</p>
<h4>Results</h4>
<p>Fiserv, a financial services provider, uses this application to monitor campaigns. They can for example track the clicks on web ads and drill down on what type of visitors clicked on them. They found out that out of every 100 clicks:</p>
<ul>
<li>85 % was non-commercial</li>
<li>5% were competitors</li>
<li>10% was their target audience</li>
</ul>
<p>With this data they were able to calculate the effectiveness of their campaigns much more precisely.</p>
<p>In the next two posts I will get into how you can capture even more lead data and how to effectively follow up leads.</p>
<p><a title="Webleadsb2b homepage" href="http://www.webleadsb2b.com" target="_blank">Webleadsb2b</a> sells this product as part of their lead generation solution. If you want analyze the traffic on your website better or if you want to be able to monitor your campaigns, the team at www.webleadsb2b.com can help you out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The day we surrender to the air</title>
		<link>http://www.flexr.org/?p=98</link>
		<comments>http://www.flexr.org/?p=98#comments</comments>
		<pubDate>Tue, 19 May 2009 09:49:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Website development]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=98</guid>
		<description><![CDATA[Dutch/Panamanian film maker and artist Antonio Jose Guzman started a new art project earlier this year. The goal of the project called ‘the day we surrender to the air’ is to unravel his the paths that got his family to Panama. For this he is travelling the world, visiting Africa, South-America and the United States, [...]]]></description>
			<content:encoded><![CDATA[<p>Dutch/Panamanian film maker and artist <a href="http://www.aguzman.com" target="_blank">Antonio Jose Guzman</a> started a new art project earlier this year. The goal of the project called ‘the day we surrender to the air’ is to unravel his the paths that got his family to Panama. For this he is travelling the world, visiting Africa, South-America and the United States, where he will have his DNA sampled. The result of the project will be a documentari and installation which will be shown on several continents.</p>
<p>To present the material he is gathering on his travels, he contacted Flexr Web Solutions to develop a website for him. Together with him we developed the aquabrowser like navigation for the website. This navigation links the various posts in a spiderweb like fashion to allow the user to browse the information present on the site.</p>
<p><a href="http://www.thedaywesurrender.com" target="_blank"><img class="size-medium wp-image-99 aligncenter" style="margin-top: 5px; margin-bottom: 5px;" title="Screenshot www.thedaywesurrender.com" src="http://www.flexr.org/wp-content/uploads/2009/05/surrender-300x192.jpg" alt="Screenshot www.thedaywesurrender.com" width="300" height="192" /></a></p>
<p>The resulting website www.thedaywesurrender.com is fully AJAX driven with an advanced history manager. The brosing part is made in Adobe Flex. To allow Antonio to update his website with ease and because of its SEO capabilities, we used Wordpress as a content management system.</p>
<p>Visit the website at <a href="http://www.thedaywesurrender.com " target="_blank">http://www.thedaywesurrender.com </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced visitors statistics</title>
		<link>http://www.flexr.org/?p=93</link>
		<comments>http://www.flexr.org/?p=93#comments</comments>
		<pubDate>Tue, 19 May 2009 09:43:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=93</guid>
		<description><![CDATA[A client needed a more advanced system to track the visitors to their website than most free tools can offer. This particular company put’s a lot of effort in SEO and web marketing and wanted one of the most advanced tracking systems. Within a month we developed a tracking system that registers the basic data [...]]]></description>
			<content:encoded><![CDATA[<p>A client needed a more advanced system to track the visitors to their website than most free tools can offer. This particular company put’s a lot of effort in SEO and web marketing and wanted one of the most advanced tracking systems. Within a month we developed a tracking system that registers the basic data of the visitors, but also traks their geographic information and stores their company name. The system uses only a few lines of code to include on the clients website. The system features a management dashboard with graphs, advanced selectors and detailed visitor data.</p>
<p style="text-align: center;"><img class="size-medium wp-image-94 aligncenter" title="webwho-screenshot" src="http://www.flexr.org/wp-content/uploads/2009/05/webwho-screenshot-300x192.jpg" alt="webwho-screenshot" width="300" height="192" /></p>
<p>Customers can combine this data with the data gathered through web marketing systems to target new leads with pin point accuracy. This is a system that pays for itself.</p>
<p>Please use the contact page to find out more about this product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcam driven website</title>
		<link>http://www.flexr.org/?p=80</link>
		<comments>http://www.flexr.org/?p=80#comments</comments>
		<pubDate>Sun, 17 May 2009 19:34:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[labs]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=80</guid>
		<description><![CDATA[Have a look in the future! Browse this website without using your mouse or keyboard. Using gestures captured by your webcam, you can activate buttons on the screen to open pages.
Click on the image to open the demo in a new window.

]]></description>
			<content:encoded><![CDATA[<p>Have a look in the future! Browse this website without using your mouse or keyboard. Using gestures captured by your webcam, you can activate buttons on the screen to open pages.</p>
<p>Click on the image to open the demo in a new window.</p>
<p><a href="http://www.flexr.org/gesturedemo/index.php" click="newwindow('http://www.flexr.org/gesturedemo',1000,700)" target="_blank"><img class="alignnone size-full wp-image-84" title="gesturecontrol1" src="http://www.flexr.org/wp-content/uploads/2009/05/gesturecontrol1.jpg" alt="gesturecontrol1" width="450" height="105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making libraries redundant</title>
		<link>http://www.flexr.org/?p=41</link>
		<comments>http://www.flexr.org/?p=41#comments</comments>
		<pubDate>Sun, 29 Mar 2009 12:15:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[advertising magazines]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[digitizing]]></category>
		<category><![CDATA[magazines]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[scanning]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=41</guid>
		<description><![CDATA[For Redbike Multimedia and ReclameArsenaal we are currently building a system to view 80.000 pages of archive material. ReclameArsenaal is digitizing it&#8217;s comprehensive archive of advertising magazines and publications, dating back to the start of the last century and consisting of thirty different titles.
An external company (Pictura) is hired to scan the magazines  and [...]]]></description>
			<content:encoded><![CDATA[<p>For Redbike Multimedia and ReclameArsenaal we are currently building a system to view 80.000 pages of archive material. ReclameArsenaal is digitizing it&#8217;s comprehensive archive of advertising magazines and publications, dating back to the start of the last century and consisting of thirty different titles.</p>
<p>An external company (Pictura) is hired to scan the magazines  and is using OCR software to extract the text out of the material. They will deliver the scanned material to Flexr Web Solutions. With the custom import wizard the customer can easily import the pages to the database. For every new magazine that is imported, the customer will be asked to insert meta data such as publication date, issue number etc.</p>
<p>Apart from a backend management system we are developing a frontend user interface and a webservice. When finished this will be implemented in the website www.reclamearsenaal.nl. This rich internet application is being built in Adobe Flex and makes it possible to deeplink in the material and to search in all of the 80.000 pages in the archives.</p>
<p>Of course we are very excited to build this comprehensive system.  When finished this will be one of the most advanced and responsive systems to search in back issues of magazines and books.</p>
<p>For more information about digitizing archives, magazines and back-issues please contact Flexr Web Solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SwopJeTop &#8211; win an IPod Touch</title>
		<link>http://www.flexr.org/?p=34</link>
		<comments>http://www.flexr.org/?p=34#comments</comments>
		<pubDate>Thu, 19 Jun 2008 15:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web campaign]]></category>

		<guid isPermaLink="false">http://www.flexr.org/?p=34</guid>
		<description><![CDATA[Redbike Multimedia launched a new campaign to promote the online swopping website www.swoppa.nl. Swoppa has been launched this year as a new swopping website, aimed at collectors in the Netherlads. It is one of the most feature rich swopping websites. It offers the possibility to upload pictures of your items by sms for example.
To promote [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://www.slipperybrick.com/wp-content/uploads/2007/09/ipod-touch1.jpg" alt="Ipod touch" width="200" />Redbike Multimedia launched<a href="http://www.swopjetop.nl" target="_blank"> a new campaign</a> to promote the online swopping website <a href="http://www.swoppa.nl" target="_blank">www.swoppa.nl</a>. Swoppa has been launched this year as a new swopping website, aimed at collectors in the Netherlads. It is one of the most feature rich swopping websites. It offers the possibility to upload pictures of your items by sms for example.</p>
<p>To promote this website, we made an animation which shows you how to reach the top while swopping items online. You have the possibility to upload your own picture and use it in the animation. When you are happy with your picture in the animation, you can send it to your friends to watch, as a viral marketing tool.</p>
<p>The goal of the marketing campaign is to get more items on the swopping website. For the person who uploads most items, there will be the reward of an IPod Touch!</p>
<p>Visit the campaign website at <a href="http://www.swopjetop.nl" target="_blank">www.swopjetop.nl</a> and upload your picture now! Let me know what you think after you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexr.org/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
