<?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>Hello. My name is Václav Vančura. &#187; icon</title>
	<atom:link href="http://vaclav.vancura.org/tag/icon/feed" rel="self" type="application/rss+xml" />
	<link>http://vaclav.vancura.org</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 12:47:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Involver Media Player</title>
		<link>http://vaclav.vancura.org/involver-media-player-featured</link>
		<comments>http://vaclav.vancura.org/involver-media-player-featured#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:38:47 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[sideshow]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1852</guid>
		<description><![CDATA[The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.]]></description>
			<content:encoded><![CDATA[<p>The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/involver-media-player-featured/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Involver Media Player</title>
		<link>http://vaclav.vancura.org/involver-media-player</link>
		<comments>http://vaclav.vancura.org/involver-media-player#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:07:32 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Coding]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[sideshow]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1834</guid>
		<description><![CDATA[The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.</span>
</p>

<p>
<div class="fullsize-image"><img src="http://vaclav.vancura.org/data/2009/10/involver-logo.png" class="transparent " /></div>

</p>

<p>The Involver Media Player is coded in pure ActionScript 3 (to save space and hence bandwidth), with a help by PureMVC, BulkLoader, TweenMax libraries and a lot of my own open source classes.</p>

<p>Today you can meet this player on Facebook and other social networks. I worked on this player for several months and I think the request was successfully fulfilled. As you can see below, the feature set is pretty comprehensive.</p>

<h3>Features:</h3>

<ul>
<li>Skinning with custom loaded skins saved as SWFs, easily compiled in Adobe Flash (no Flex and AS3 coding needed, so it&#8217;s very easy to prepare new skins),</li>
<li>Color theming of all skin elements (via config XML),</li>
<li>Configuration from config XML, overriding any settings via FlashVars and remoting,</li>
<li>Plugins (external in remote SWFs, internal bundled with player),</li>
<li>Advanced system and network error recovery,</li>
<li>Logging locally via LocalConnection, trace() and remotely to logging remoting endpoint,</li>
<li>JavaScript events to invoke on a certain event (play, pause, stop, checkpoint spotted, plugin widget clicked, etc.),</li>
<li>Player can be fully controlled from JavaScript,</li>
<li>Full playback support (play, pause, skip, seek, load progress, playback progress, volume, mute),</li>
<li>Full playlist support (sequential playback, random playback, intro playback),</li>
<li>Fullscreen support,</li>
<li>Titles, logos and other graphics on screen while playing, with animation and precise positioning,</li>
<li>Mouse wheel support to control volume and/or seeking,</li>
<li>Set checkpoints in video and playlist to call a function or plugin,</li>
<li>Plugins can add custom buttons to the toolbar, footer and &#8220;More&#8221; screen,</li>
<li>Advanced animation when resizing player window,</li>
<li>Plugin tickers during video playback,</li>
<li>Preroll / postroll plugins and actions,</li>
<li>Popup blocker handler and ticker,</li>
<li>Galleries of images and videos,</li>
<li>Carousel to navigate images and videos,</li>
<li>Facebook application plugin,</li>
<li>Discussion plugin (with a playback ticker),</li>
<li>Link plugin (with a list of links and playback ticker),</li>
<li>Playlist navigator plugin,</li>
<li>Image viewer plugin,</li>
<li>Slideshow plugin,</li>
<li>RSS reader plugin,</li>
<li>Share this video plugin,</li>
<li>Signup plugin,</li>
<li>Stream listing plugin.</li>
</ul>

<h3>Examples:</h3>

<ul>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/1-basic-small.php" rel="zoombox 300 300">Basic player with two plugins</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/2-larger.php" rel="zoombox 600 400">Larger player with two plugins</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/3-full-page-resize.php" target="_blank">Scaling full window player (opens a new window)</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/6-try-clicking-the-video.php" rel="zoombox 800 600">Player with mouse click handler to show a page</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/10-more-plugins.php" rel="zoombox 800 600">More plugins</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/11-link-plugin-previews.php" rel="zoombox 800 480">Notification bar handled by the Link plugin</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/12-quiz-plugin-previews.php" rel="zoombox 800 480">Notification bar handled by the Quiz plugin</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/13-rss-plugin-previews.php" rel="zoombox 800 480">Notification bar handled by the RSS plugin</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/14-resize-plugin-menu.php" target="_blank">A lot of plugins, try resizing browser window after clicking &#8220;More&#8221; button (opens a new window)</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/15-theming.php" rel="zoombox 800 480">Color theming from configuration XML</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/16-muppets.php" rel="zoombox 800 480">Muppets skin by Alex Schleifer</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/17-theming-muppets.php" rel="zoombox 800 480">Theming Muppets skin by Alex Schleifer</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-2/sunkist-skin.php" rel="zoombox 300 250">Sunkist skin by Sunkist Soda</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/involver-media-player/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ve víru velkoměst</title>
		<link>http://vaclav.vancura.org/ve-viru-velkomest-featured</link>
		<comments>http://vaclav.vancura.org/ve-viru-velkomest-featured#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:01:43 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flier creation]]></category>
		<category><![CDATA[frognfly]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[jiglib]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[papervision3d]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1772</guid>
		<description><![CDATA[Staropramen asked Flier Creation and me to create a visually expressive game called "Ve víru velkoměst". We thought isometric view would be awesome for a game of this type. My part of job was to bring to life the whole client side, except drawings (done by Vladimír 'Frognfly' Chalupa) - that means all user interface graphics, icons, animations, Flash, Papervision3D and interactivity is my work. I really enjoyed this job, as I was able to do what I love, from scratch to finish.]]></description>
			<content:encoded><![CDATA[<p>Staropramen asked Flier Creation and me to create a visually expressive game called &#8220;Ve víru velkoměst&#8221;. We thought isometric view would be awesome for a game of this type. My part of job was to bring to life the whole client side, except drawings (done by Vladimír &#8216;Frognfly&#8217; Chalupa) &#8211; that means all user interface graphics, icons, animations, Flash, Papervision3D and interactivity is my work. I really enjoyed this job, as I was able to do what I love, from scratch to finish.</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/ve-viru-velkomest-featured/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ve víru velkoměst</title>
		<link>http://vaclav.vancura.org/ve-viru-velkomest</link>
		<comments>http://vaclav.vancura.org/ve-viru-velkomest#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:00:09 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Coding]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flier creation]]></category>
		<category><![CDATA[frognfly]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[jiglib]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[papervision3d]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1719</guid>
		<description><![CDATA[Staropramen asked Flier Creation and me to create a visually expressive game called "Ve víru velkoměst".]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">Staropramen asked Flier Creation and me<br />to create a visually expressive game called<br />&#8220;Ve víru velkoměst&#8221;.</span>
</p>

<p>
<img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-logo.png" class="transparent inserted " />

We thought isometric view would be awesome for a game of this type. My part of this job was to bring to life the whole client side, except drawings (done by Vladimír &#8216;Frognfly&#8217; Chalupa) &#8211; that means all user interface graphics, icons, animations, Flash, Papervision3D and interactivity is my work.</p>

<p>I really enjoyed this job as I was able to do what I love, from scratch to finish. While designing skinning core, I developed a new skinning library I will open for public use soon. Watch my space on <a href="http://github.com/vancura">GitHub</a>.</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/staropramen-1-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Initial game screen"><img src="http://vaclav.vancura.org/data/2009/10/staropramen-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Initial game screen.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-1-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Basic screen elements"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Basic screen elements.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-2-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="First game mockups"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-2-poster.jpg" class="" /></a><br />
<span class="image-description"><em>First game mockups.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-3-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Overall map with an already bought house and current avatar position"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-3-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Overall map with an already bought house and current avatar position.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-4-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Original overall map"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-4-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Original overall map.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-5-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Original character designer screen, page 1"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-5-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Original character designer screen, page 1.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-6-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Original character designer screen, page 2"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-6-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Original character designer screen, page 2.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-7-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Defect window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-7-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Defect window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-8-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Jackpot window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-8-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Jackpot window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-9-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Casino window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-9-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Casino window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-10-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Help a Friend window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-10-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Help a Friend window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-11-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Job window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-11-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Job window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-12-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="New Message window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-12-poster.jpg" class="" /></a><br />
<span class="image-description"><em>New Message window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-13-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Taxi window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-13-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Taxi window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-14-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Jail window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-14-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Jail window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-15-fullsize.jpg" rel="zoombox[ve-viru-velkomest] " title="Webcafe window"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-mockup-15-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Webcafe window.</em> Click the image to see the full resolution screenshot.</span>
</p>

<h3>Animated preloader preview</h3>

<p>
<a href="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-preloader.swf" rel="zoombox[ve-viru-velkomest] 913 472" title="Animated preloader"><img src="http://vaclav.vancura.org/data/2009/06/ve-viru-velkomest-preloader-poster.png" class="" /></a><br />
<span class="image-description">Click to see the preloader preview.</span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/ve-viru-velkomest/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joybook</title>
		<link>http://vaclav.vancura.org/joybook</link>
		<comments>http://vaclav.vancura.org/joybook#comments</comments>
		<pubDate>Sat, 28 Feb 2009 22:00:06 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[subpixel]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1869</guid>
		<description><![CDATA[Multimedia pinboard targetting girls. Hence the pink. One of the first projects introducing my subpixel icons.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">Multimedia pinboard targetting girls. Hence the pink.</span>
</p>

<p>One of the first projects introducing my <a href="http://vaclav.vancura.org/tag/subpixel">subpixel icons</a>.</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-9-fullsize.png" rel="zoombox[joybook] " title="Joybook editor - editing a text box"><img src="http://vaclav.vancura.org/data/2009/03/joybook-9-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Joybook editor &#8211; editing a text box.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-10-fullsize.png" rel="zoombox[joybook] " title="Joybook editor - editing an image"><img src="http://vaclav.vancura.org/data/2009/03/joybook-10-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Joybook editor &#8211; editing an image.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-11-fullsize.png" rel="zoombox[joybook] " title="Joybook editor - Cover and Music panel"><img src="http://vaclav.vancura.org/data/2009/03/joybook-11-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Joybook editor &#8211; Cover and Music panel.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-12-fullsize.png" rel="zoombox[joybook] " title="Joybook editor - Main panel"><img src="http://vaclav.vancura.org/data/2009/03/joybook-12-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Joybook editor &#8211; Main panel.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-8-fullsize.png" rel="zoombox[joybook] " title="Joybook editor - My Media panel"><img src="http://vaclav.vancura.org/data/2009/03/joybook-8-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Joybook editor &#8211; My Media panel.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-7-fullsize.png" rel="zoombox[joybook] " title="Joybook editor - Shared Media panel"><img src="http://vaclav.vancura.org/data/2009/03/joybook-7-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Joybook editor &#8211; Shared Media panel.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-6-fullsize.png" rel="zoombox[joybook] " title="Joybook editor - Upload panel"><img src="http://vaclav.vancura.org/data/2009/03/joybook-6-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Joybook editor &#8211; Upload panel.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-5-fullsize.png" rel="zoombox[joybook] " title="Project Information screen"><img src="http://vaclav.vancura.org/data/2009/03/joybook-5-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Project Information screen.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-4-fullsize.png" rel="zoombox[joybook] " title="Project Icon screen"><img src="http://vaclav.vancura.org/data/2009/03/joybook-4-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Project Icon screen.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-3-fullsize.png" rel="zoombox[joybook] " title="Save Project screen"><img src="http://vaclav.vancura.org/data/2009/03/joybook-3-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Save Project screen.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-2-fullsize.png" rel="zoombox[joybook] " title="Add a Page screen"><img src="http://vaclav.vancura.org/data/2009/03/joybook-2-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Add a Page screen.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/03/joybook-1-fullsize.jpg" rel="zoombox[joybook] " title="Assets"><img src="http://vaclav.vancura.org/data/2009/03/joybook-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Assets.</em> Click to zoom.</span>
</p>

<h3>Icons:</h3>

<p>
<div class="fullsize-image"><img src="http://vaclav.vancura.org/data/2009/03/joybook-icons-1-poster.png" class="transparent " /></div>

</p>

<p>
<div class="fullsize-image"><img src="http://vaclav.vancura.org/data/2009/03/joybook-icons-2-poster.png" class="transparent " /></div>

</p>

<p>
<div class="fullsize-image"><img src="http://vaclav.vancura.org/data/2009/03/joybook-icons-3-poster.png" class="transparent " /></div>

</p>

<p>
<div class="fullsize-image"><img src="http://vaclav.vancura.org/data/2009/03/joybook-icons-4-poster.png" class="transparent " /></div>

</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/joybook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Myousica Multitrack Editor</title>
		<link>http://vaclav.vancura.org/myousica-multitrack-editor</link>
		<comments>http://vaclav.vancura.org/myousica-multitrack-editor#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:00:14 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Coding]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adelao]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1856</guid>
		<description><![CDATA[For this project I prepared online multitrack audio editor, video and audio player and other solutions.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">For this project I prepared online multitrack audio editor, video and audio player and a web site ticker.</span>
</p>

<p>Unfortunately the project is not alive anymore. However all these subprojects were pretty complex and made me much better programmer.</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<div class="fullsize-image"><a href="http://vaclav.vancura.org/data/2009/10/myousica-1-fullsize.png" rel="zoombox[myousica-multitrack-editor] "><img src="http://vaclav.vancura.org/data/2009/01/myousica-1-poster.png" class="transparent " /></a></div>
<span class="image-description">Click the image to see the full resolution.</span>
</p>

<p>
<div class="fullsize-image"><a href="http://vaclav.vancura.org/data/2009/10/myousica-2-fullsize.png" rel="zoombox[myousica-multitrack-editor] "><img src="http://vaclav.vancura.org/data/2009/10/myousica-2-poster.png" class="transparent " /></a></div>
<span class="image-description">Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/myousica-3-fullsize.png" rel="zoombox[myousica-multitrack-editor] "><img src="http://vaclav.vancura.org/data/2009/10/myousica-3-poster.png" class="" /></a><br />
<span class="image-description">Click the image to see the full resolution.</span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/myousica-multitrack-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Czech News Agency Photobank</title>
		<link>http://vaclav.vancura.org/czech-news-agency-photobank</link>
		<comments>http://vaclav.vancura.org/czech-news-agency-photobank#comments</comments>
		<pubDate>Tue, 21 Oct 2008 22:00:19 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[i like this]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1960</guid>
		<description><![CDATA[Pretty complex project covering all details of a photo and video bank for Czech News Agency (ČTK).]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">Pretty complex project covering all details of a photo and video bank for Czech News Agency (ČTK).</span>
</p>

<p>In the following mockups you can see how I usually work. Because I know programmers very well, I always create a set of images with a legend on all states (hovers, animations), distances between elements etc. Only this approach makes me believe the mockup will be successfully converted to HTML. But obviously I usually want to be a part of team working on a HTML/CSS template.</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-homepage-unregistered-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Homepage - guest user"><img src="http://vaclav.vancura.org/data/2008/10/ctk-homepage-unregistered-poster.png" class="" /></a><br />
<span class="image-description"><em>Homepage &#8211; guest user.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-detail-video-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Detail - videobank - registered user"><img src="http://vaclav.vancura.org/data/2008/10/ctk-detail-video-poster.png" class="" /></a><br />
<span class="image-description"><em>Detail &#8211; video &#8211; registered user.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-detail-foto-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Detail - photobank - registered user"><img src="http://vaclav.vancura.org/data/2008/10/ctk-detail-foto-poster.png" class="" /></a><br />
<span class="image-description"><em>Detail &#8211; photobank &#8211; registered user.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-list-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Thumbnail list"><img src="http://vaclav.vancura.org/data/2008/10/ctk-list-poster.png" class="" /></a><br />
<span class="image-description"><em>Thumbnail list.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-advanced-search-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Advanced search, administration"><img src="http://vaclav.vancura.org/data/2008/10/ctk-advanced-search-poster.png" class="" /></a><br />
<span class="image-description"><em>Advanced search, administration.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-order-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Ordering"><img src="http://vaclav.vancura.org/data/2008/10/ctk-order-poster.png" class="" /></a><br />
<span class="image-description"><em>Ordering.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-registration-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Registration"><img src="http://vaclav.vancura.org/data/2008/10/ctk-registration-poster.png" class="" /></a><br />
<span class="image-description"><em>Registration.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-text-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Text page"><img src="http://vaclav.vancura.org/data/2008/10/ctk-text-poster.png" class="" /></a><br />
<span class="image-description"><em>Text page.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-homepage-admin-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Homepage - administration"><img src="http://vaclav.vancura.org/data/2008/10/ctk-homepage-admin-poster.png" class="" /></a><br />
<span class="image-description"><em>Homepage &#8211; administration.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-header-registered-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Header details - registered user"><img src="http://vaclav.vancura.org/data/2008/10/ctk-header-registered-poster.png" class="" /></a><br />
<span class="image-description"><em>Header details &#8211; registered user.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-header-unregistered-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Header details - guest"><img src="http://vaclav.vancura.org/data/2008/10/ctk-header-unregistered-poster.png" class="" /></a><br />
<span class="image-description"><em>Header details &#8211; guest.</em> Click to zoom.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2008/10/ctk-footer-fullsize.jpg" rel="zoombox[czech-news-agency] " title="Footer details"><img src="http://vaclav.vancura.org/data/2008/10/ctk-footer-poster.png" class="" /></a><br />
<span class="image-description"><em>Footer details.</em> Click to zoom.</span>
</p>

<p>Of course there&#8217;s more mockups, these few are just the most interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/czech-news-agency-photobank/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MobileIQ CMS</title>
		<link>http://vaclav.vancura.org/mobileiq-cms</link>
		<comments>http://vaclav.vancura.org/mobileiq-cms#comments</comments>
		<pubDate>Tue, 06 Feb 2007 22:00:38 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[mobileiq]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1917</guid>
		<description><![CDATA[In 2007 I created user interface design for MobileIQ's Content Management System, together with a few icons.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">In 2007 I created user interface design<br />for MobileIQ&#8217;s Content Management System,<br />together with a few icons.</span>
</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-1-fullsize.jpg" rel="zoombox[mobileiq-cms] " title="Login screen"><img src="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Login screen.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-2-fullsize.jpg" rel="zoombox[mobileiq-cms] " title="Tree content structure"><img src="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-2-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Tree content structure.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-3-fullsize.jpg" rel="zoombox[mobileiq-cms] " title="Tree content structure"><img src="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-3-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Tree content structure.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-4-fullsize.jpg" rel="zoombox[mobileiq-cms] " title="Folder Editor"><img src="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-4-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Folder Editor.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-5-fullsize.jpg" rel="zoombox[mobileiq-cms] " title="Menu"><img src="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-5-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Menu.</em> Click the image to see the full resolution screenshot.</span>
</p>

<p>
<img src="http://vaclav.vancura.org/data/2007/02/mobileiq-cms-icons-poster.jpg" class="" />

</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/mobileiq-cms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broadnet Phone Gateway</title>
		<link>http://vaclav.vancura.org/broadnet-phone-gateway</link>
		<comments>http://vaclav.vancura.org/broadnet-phone-gateway#comments</comments>
		<pubDate>Sun, 17 Dec 2006 10:06:36 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[i like this]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=2089</guid>
		<description><![CDATA[I was asked to create a complete graphical user interface for a remote web administration of a phone gateway.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">I was asked to create a complete graphical user interface for a remote web administration of a phone gateway.</span>
</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-login-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Login screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-login-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Login screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-icons-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Icon set"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-icons-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Icon set.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-user-list-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="User list screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-user-list-poster.jpg" class="" /></a><br />
<span class="image-description"><em>User list screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-user-detail-2-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="User detail screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-user-detail-2-poster.jpg" class="" /></a><br />
<span class="image-description"><em>User detail screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-menu-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Menu"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-menu-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Menu.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-redirection-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Redirection screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-redirection-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Redirection screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-restriction-profiles-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Restriction Profiles"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-restriction-profiles-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Restriction Profiles.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-list-of-calls-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="List of Calls screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-list-of-calls-poster.jpg" class="" /></a><br />
<span class="image-description"><em>List of Calls screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-phone-detail-1-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Phone Detail screen 1"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-phone-detail-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Phone Detail screen 1.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-phone-detail-2-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Phone Detail screen 2"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-phone-detail-2-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Phone Detail screen 2.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-function-keys-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Function Keys screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-function-keys-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Function Keys screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-user-detail-1-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="User Detail screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-user-detail-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>User Detail screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-ringtone-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Ringtone screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-ringtone-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Ringtone screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/12/broadnet-shortcut-fullsize.png" rel="zoombox[broadnet-phone-gateway] " title="Shortcut screen"><img src="http://vaclav.vancura.org/data/2006/12/broadnet-shortcut-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Shortcut screen.</em> Click the image to see the full resolution.</span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/broadnet-phone-gateway/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MobileIQ Homepage &amp; Infographics</title>
		<link>http://vaclav.vancura.org/mobileiq-homepage-infographics</link>
		<comments>http://vaclav.vancura.org/mobileiq-homepage-infographics#comments</comments>
		<pubDate>Fri, 31 Mar 2006 22:00:33 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[mobileiq]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1934</guid>
		<description><![CDATA[I've prepared a complete redesign of MobileIQ site.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">I&#8217;ve prepared a complete redesign of <a href="http://mobileiq.co.uk">MobileIQ</a> site.</span>
</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2006/04/mobileiq-web-1-fullsize.jpg" rel="zoombox[mobileiq-homepage-infographics] " title="Homepage"><img src="http://vaclav.vancura.org/data/2006/04/mobileiq-web-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Homepage.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/04/mobileiq-web-2-fullsize.jpg" rel="zoombox[mobileiq-homepage-infographics] " title="Subpage, infographics"><img src="http://vaclav.vancura.org/data/2006/04/mobileiq-web-2-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Subpage, infographics.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/04/mobileiq-web-3-fullsize.jpg" rel="zoombox[mobileiq-homepage-infographics] " title="Subpage, infographics"><img src="http://vaclav.vancura.org/data/2006/04/mobileiq-web-3-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Subpage, infographics.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2006/04/mobileiq-web-4-fullsize.jpg" rel="zoombox[mobileiq-homepage-infographics] " title="Subpage, infographics"><img src="http://vaclav.vancura.org/data/2006/04/mobileiq-web-4-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Subpage, infographics.</em> Click the image to see the full resolution.</span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/mobileiq-homepage-infographics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MobileIQ Icons</title>
		<link>http://vaclav.vancura.org/mobileiq-icons</link>
		<comments>http://vaclav.vancura.org/mobileiq-icons#comments</comments>
		<pubDate>Tue, 28 Feb 2006 22:00:56 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[mobileiq]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1948</guid>
		<description><![CDATA[They say: "Mobile IQ specialises in providing solutions and services that empower companies to publish branded mobile internet services". Well and here are some of icons I created for them.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">They say: &#8220;Mobile IQ specialises in providing solutions and services that empower companies to publish branded mobile internet services&#8221;. Well and here are some of icons I created for them.</span>
</p>

<h3>Click the image below to view<br />full resolution screenshot.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2003/03/mobileiq-icons-fullsize.png" rel="zoombox "><img src="http://vaclav.vancura.org/data/2003/03/mobileiq-icons-poster.jpg" class="" /></a><br />
<span class="image-description">Click the image to see the full resolution.</span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/mobileiq-icons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
