<?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>Bram.us &#187; Portfolio</title>
	<atom:link href="http://www.bram.us/category/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bram.us</link>
	<description>A rather geeky/technical weblog by Bram(us) Van Damme</description>
	<lastBuildDate>Sat, 04 Feb 2012 11:59:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My Javascript (non-AJAX) Progress / Percentage Bar : jsProgressBarHandler 0.2</title>
		<link>http://www.bram.us/2007/12/14/my-javascript-non-ajax-progress-percentage-bar-jsprogressbarhandler-02/</link>
		<comments>http://www.bram.us/2007/12/14/my-javascript-non-ajax-progress-percentage-bar-jsprogressbarhandler-02/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 00:34:29 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JS_BRAMUS]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/12/14/my-javascript-non-ajax-progress-percentage-bar-jsprogressbarhandler-02/</guid>
		<description><![CDATA[I seem to be in a scripting mood this week, as jsProgressBarHandler has been updated to version 0.2. This version is a total rewrite of version 0.1 making it even better! What is jsProgressBarHandler all about? jsProgressBarHandler is a Javascript &#8230; <a href="http://www.bram.us/2007/12/14/my-javascript-non-ajax-progress-percentage-bar-jsprogressbarhandler-02/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image1021" src="http://www.bram.us/wordpress/wp-content/uploads/2007/08/progress.gif" alt="jsprogressbarhandlerajax.jpg" style="display: block; float: left; margin: 0 10px 10px 0;" />I seem to be in a scripting mood <a href="http://www.bram.us/2007/12/13/tinymce-css-classes-and-ids-plugin-bramus_cssextras-050-hits-the-net/">this week</a>, as <a href="http://www.bram.us/projects/js_bramus/jsprogressbarhandler/"><code>jsProgressBarHandler</code></a> has been updated to version 0.2. This version is a total rewrite of version 0.1 making it even better!<br style="clear: both;" /></p>
<p><span id="more-1319"></span></p>
<h2>What is <code>jsProgressBarHandler</code> all about?</h2>
<div class="BramusBlock">
<p><code>jsProgressBarHandler</code> is a <strong>Javascript based Percentage Bar / Progress Bar</strong>, inspired upon <a href="http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/">JS-code by WebAppers</a> and <a href="http://www.barenakedapp.com/the-design/displaying-percentages">CSS-code by Bare Naked App</a>. <a href="http://www.bram.us/2007/08/02/my-javascript-non-ajax-progress-bar-class-jsprogressbarhandler/">Version 0.1</a> was a mere rewrite to <a href="http://www.prototypejs.org/">PrototypeJS</a> of the version by WebAppers whilst version 0.2 is a full structural rewrite.</p>
</div>
<h2>So, what has changed?</h2>
<div class="BramusBlock">
<p>Internally <code>jsProgressBarHandler</code> now consists of 2 classes: a <code>jsProgressBar</code>-class which is a class defining a progress bar and a <code>jsProgressBarHandler</code>-class which scans your HTML page for <code>span</code> elements with the <code>progressBar</code>-className and <em>automagically</em> creates progressbars of them. The sepration into two classes enables you, the user, to manually creating new <code>jsProgressBar</code> instances (viz. progress bars) on the fly! The automatic creation of progress bars can even totally be disabled with the ease of setting a simple parameter named <code>autoHook</code> to <code>false</code>.</p>
</div>
<h2>Anything else has changed?</h2>
<div class="BramusBlock">
<p>Yes! It even now is possible to set some options when creating progress bars (<em>note that when using <code>autoHook</code> all the progressbars will use the same default options</em>). The options one can set are <code>width</code>, <code>height</code> and <code>animate</code>. The first two make the creation of bigger and/or smaller progress bars even more easy than before. The <code>animate</code> option enables/disables the use of animation (<em>viz. should a change in percentage <em>slide</em> to the new percentage or directly be applied?</em>)</p>
</div>
<h2>Cool, is there a demo?</h2>
<div class="BramusBlock">
<p style="text-align: center;"><a href="http://www.bram.us/demo/projects/jsprogressbarhandler/" title="jsProgressBarHandler Demo"><img id="image963" src="http://www.bram.us/wordpress/wp-content/uploads/2007/08/jsprogressbarhandlerdemo.gif" alt="jsProgressBarHandler Demo" /></a></p>
<p>Note that next to the demo above isn&#8217;t the only one &#8230; even an <a href="http://www.bram.us/demo/projects/jsprogressbarhandler/ajaxprogressbar.html">AJAX demo</a> exists!</p>
</div>
<h2>Where can I download it?</h2>
<div class="BramusBlock">
<p>Right here:</p>
<p><download>http://www.bram.us/wordpress;/wp-content/uploads/2007/12/jsprogressbarhandler_02.zip;Download jsProgressBarHandler 0.2;</download></p>
<p class="alert"><strong>WARNING! This version is <a href="http://www.bram.us/2007/12/21/my-maintenance-jsprogressbarhandler-021/">outdated</a>!</strong><br />Grab the latest version over at <a href="http://www.bram.us/projects/js_bramus/jsprogressbarhandler/">the jsProgressBarHandler Project Page</a></p>
</div>
<h2>Wow, you&#8217;re going to fast: I have a question, I need help, I need more info, how do I configure this thing?</h2>
<div class="BramusBlock">
<p>Don&#8217;t worry my friend, there&#8217;s <a href="http://www.bram.us/projects/js_bramus/jsprogressbarhandler/">a full page here on bram.us devoted to <code>jsProgressBarHandler</code> where you can find all info about it</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/12/14/my-javascript-non-ajax-progress-percentage-bar-jsprogressbarhandler-02/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>My Release Day &#8211; flashLightBoxInjector 1.2</title>
		<link>http://www.bram.us/2007/11/22/my-release-day-flashlightboxinjector-12/</link>
		<comments>http://www.bram.us/2007/11/22/my-release-day-flashlightboxinjector-12/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 22:12:14 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/11/22/my-release-day-flashlightboxinjector-12/</guid>
		<description><![CDATA[I seem to be in a development mood today. After having released bramus_cssextras 0.4.1 earlier today I load upon thee a new version of flashLightBoxInjector, bumping it to version 1.2. Not much has changed since the previous version (1.1), except &#8230; <a href="http://www.bram.us/2007/11/22/my-release-day-flashlightboxinjector-12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image976" src="http://www.bram.us/wordpress/wp-content/uploads/2007/08/bridgedgap2.jpg" alt="bridgedGap2" style="display: block; float:left; margin: 0 10px 10px 0;" />I seem to be in a development mood today. After <a href="http://www.bram.us/2007/11/22/tinymce-css-classes-and-ids-plugin-bramus_cssextras-041-released/">having released <code>bramus_cssextras</code> 0.4.1 earlier today</a> I load upon thee a new version of <a href="http://www.bram.us/projects/flashlightboxinjector/">flashLightBoxInjector</a>, bumping it to <a href="http://www.bram.us/projects/flashlightboxinjector/#download">version 1.2</a>. Not much has changed since the previous version (1.1), except for the addition of a <code>prependElement</code> function and <strong>the addition of a <a href="http://www.bram.us/demo/projects/flashlightboxinjector/index3.html">new ass-kicking &ldquo;Flash Polaroid Photo Gallery&rdquo; demo</a></strong> which I backdropped from the <a href="http://www.trancefusion.be/">Trancefusion</a> website I developed this summer, as <a href="http://www.bram.us/projects/flashlightboxinjector/#comment-109971">per request by Roland</a>. And yes my friends, sources are included in <a href="http://www.bram.us/projects/flashlightboxinjector/#download">the release</a> <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/11/22/my-release-day-flashlightboxinjector-12/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Trancefusion 2007</title>
		<link>http://www.bram.us/2007/08/21/my-trancefusion-2007/</link>
		<comments>http://www.bram.us/2007/08/21/my-trancefusion-2007/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 18:42:09 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Another Dailie]]></category>
		<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[3RDS]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/08/21/my-trancefusion-2007/</guid>
		<description><![CDATA[Woohoow, just pushed trancefusion.be live! Trancefusion I say? Yes Trancefusion, the yearly mass-event/party (5000 visitors!) we, Scouting Deinze, organize. (now you know why I have this huge Trancefusion-sticker on the back of my car ) When I look at the &#8230; <a href="http://www.bram.us/2007/08/21/my-trancefusion-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image1017" src="http://www.bram.us/wordpress/wp-content/uploads/2007/08/tf10.gif" alt="tf10.gif" style="display: block; float: left; margin: 0 10px 10px 0;" />Woohoow, just pushed <a href="http://www.trancefusion.be/">trancefusion.be</a> live! Trancefusion I say? Yes Trancefusion, the yearly mass-event/party (5000 visitors!) we, Scouting Deinze, organize. (<em>now you know why I have this huge Trancefusion-sticker on the back of <a href="http://www.bram.us/2006/10/31/my-beloved-berlingo/">my car</a> <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em>)<br style="clear: both;" /></p>
<p><span id="more-1018"></span></p>
<p>When I look at the site and the site from last year (<a href="http://www.bram.us/2006/09/15/my-trancefusion-2006-tf9/">which I also developed</a>, just as <a href="http://www.bram.us/2004/08/31/trancefusion-site-online/">the one 2 years before that</a>) I can say it&#8217;s a huge improvement. Not only is the layout better (designed by Coy), but technically the code itself has improved a lot (and to say I hadn&#8217;t scripted ActionScript for 6 months!). Next to the ActionScript, the site hold some technical drool-inducing stuff such as <a href="http://www.bram.us/projects/flashlightboxinjector/">flashLightBoxInjector</a>, which I especially created for this project.</p>
<p style="text-align: center;"><a class="imagelink" href="http://www.bram.us/wordpress/wp-content/uploads/2007/08/tf10_big.jpg" title="Trancefusion 10 Website" rel="lightbox"><img id="image1019" src="http://www.bram.us/wordpress/wp-content/uploads/2007/08/tf10_small.jpg" alt="Trancefusion 10 Website" /></a></p>
<p>One nasty bug which appeared merely a few hours ago remained unfixable though: the implementation of Flash in Firefox and having the <code>wmode</code> set to <code>transparent</code> (making <a href="http://www.lokeshdhakar.com/projects/lightbox2/">Lightbox</a> appear ABOVE the swf) <strong>breaks the keyboard input</strong>. Really strange as this bug only appeared just today (<em>didn&#8217;t do any update of my Flash Player</em>). After having done a bit of research, <a href="http://www.5etdemi.com/blog/archives/2005/06/firefox-wmodetransparent-is-completely-screwy-and-breaks-textfields/">this bug appears to be standing for over 2 years by now</a> (<em>try entering an @ in the examples provided</em>)! Above that I noticed that my preloader &ldquo;<em>just breaks</em>&rdquo; with the same settings applied. Sure hope Adobe fixes the implementation of their player before pushing <a href="http://www.bram.us/2007/08/21/adobe-launches-moviestar-version-of-flash-player-hd-television-quality-for-web-video/">that H.264 update</a> online <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>A workaround was found by keeping the Lightbox <code>hideFlash()</code> method in place (which I disabled before) which automatically hides all flash elements and removing the transparent <code>wmode</code>: keyboard input works &ldquo;<em>just fine</em>&rdquo; again! w00t! Too bad the Flash now is hidden when a picture is viewed through Lightbox, but one can&#8217;t have it all, can he?</p>
<p><strong>Enough bugsolving! Are you <a href="http://www.trancefusion.be/">Trancefusion</a>?</strong> Line-up this year is <em>massiv</em> [sic]: AC Oliver, Tubes, Michael Forzza, M.I.K.E, Fred Nova and &#8211; last but not least &#8211; Free vs. Koezie!</p>
<p>See you October 13, <em>aaight</em>?!</p>
<p style="font-size: smaller;">And ooh, for the tech-nerds out there: <a href="http://validator.w3.org/check?uri=www.trancefusion.be&#038;charset=%28detect+automatically%29&#038;doctype=Inline&#038;group=0">Valid XHTML 1.0 Strict</a>, <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.trancefusion.be%2F&#038;warning=1&#038;profile=css21&#038;usermedium=all">Valid CSS</a>, PHP, MySQL, <a href="http://blog.deconcept.com/swfobject/">SWFObject</a>, <a href="http://www.prototypejs.org/">PrototypeJS</a>, Custom prototype Class (<a href="http://www.bram.us/projects/flashlightboxinjector/">flashLightBoxInjector</a>), Google Analytics, Google Maps Roadmaps, Google Earth Roadmaps, Flickr Integration (<em>Pictures Section</em>) and lots of XML parsing in the flash source &#8230; <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/08/21/my-trancefusion-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Bridged Gap &#8211; flashLightBoxInjector</title>
		<link>http://www.bram.us/2007/07/27/my-bridged-gap-flashlightboxinjector/</link>
		<comments>http://www.bram.us/2007/07/27/my-bridged-gap-flashlightboxinjector/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 00:51:25 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Another Dailie]]></category>
		<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/07/27/my-bridged-gap-flashlightboxinjector/</guid>
		<description><![CDATA[Ever wanted to launch Lightbox from within Flash? Ever wanted to launch Lightbox from within Flash after having loaded in an external XML (with imagelinks) without having to write extra HTML markup? Ever wanted a real interaction between Flash and &#8230; <a href="http://www.bram.us/2007/07/27/my-bridged-gap-flashlightboxinjector/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image934" src="http://www.bram.us/wordpress/wp-content/uploads/2007/07/gap.jpg" alt="gap.jpg" style="display: block; float: left; margin: 0 10px 10px 0;" />Ever wanted to launch Lightbox from within Flash? Ever wanted to launch <a href="http://www.huddletogether.com/projects/lightbox2/">Lightbox</a> from within Flash after having loaded in an external XML (with imagelinks) <strong>without having to write extra HTML markup</strong>? Ever wanted a real interaction between Flash and Lightbox? Seek no longer! Now you can, with <a href="http://www.bram.us/projects/flashlightboxinjector/">flashLightBoxInjector</a>! (<a href="http://www.bram.us/demo/projects/flashlightboxinjector/">demo</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/07/27/my-bridged-gap-flashlightboxinjector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Public Release &#8211; bramus_cssextras 0.3.2 released</title>
		<link>http://www.bram.us/2007/07/24/my-public-release-bramus_cssextras-032-released/</link>
		<comments>http://www.bram.us/2007/07/24/my-public-release-bramus_cssextras-032-released/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 21:26:41 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[TinyMCE Plugins]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[usability]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/07/24/my-work-in-progress-bramus_cssextras-032-released/</guid>
		<description><![CDATA[A tiny post to inform you that bramus_cssextras, the TinyMCE CSS Classes and IDs Plugin made it to its first public release (version 0.3.2). Sure hope the documentation is clear, correct and above all complete (feel free to comment if &#8230; <a href="http://www.bram.us/2007/07/24/my-public-release-bramus_cssextras-032-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="TinyMCE Logo" id="image250" style="margin: 0px 10px 5px 0px; display: block; float: left" src="http://www.bram.us/wordpress/wp-content/uploads/2006/10/tinymce_logo.jpg" />A tiny post to inform you that <a href="http://www.bram.us/projects/tinymce-plugins/tinymce-classes-and-ids-plugin-bramus_cssextras/"><code>bramus_cssextras</code>, the TinyMCE CSS Classes and IDs Plugin</a> made it to its first public release (version 0.3.2). Sure hope the documentation is clear, correct and above all complete (<em>feel free to comment if not</em>).<br style="clear: both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/07/24/my-public-release-bramus_cssextras-032-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My delay &#8211; bramus_classeslist is dead, long live bramus_cssextras!</title>
		<link>http://www.bram.us/2007/06/27/my-delay-bramus_classeslist-is-dead-long-live-bramus_cssextras/</link>
		<comments>http://www.bram.us/2007/06/27/my-delay-bramus_classeslist-is-dead-long-live-bramus_cssextras/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 17:27:16 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[TinyMCE Plugins]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/06/27/my-delay-bramus_classeslist-is-dead-long-live-bramus_cssextras/</guid>
		<description><![CDATA[Just an update to tell you that I won&#8217;t make it to posting bramus_classeslist online by the end of the month, as I promised, since bramus_classeslist exist no more. Wait, there&#8217;s some good news too: bramus_classeslist has changed names to &#8230; <a href="http://www.bram.us/2007/06/27/my-delay-bramus_classeslist-is-dead-long-live-bramus_cssextras/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="TinyMCE Logo" id="image250" style="margin: 0px 10px 5px 0px; display: block; float: left" src="http://www.bram.us/wordpress/wp-content/uploads/2006/10/tinymce_logo.jpg" />Just an update to tell you that I won&#8217;t make it to posting <code>bramus_classeslist</code> online by the end of the month, <a href="http://www.bram.us/2007/06/21/my-tinymce-classes-plugin-bramus_classeslist-the-missing-visual-link-between-the-front-and-backend/">as I promised</a>, since <code>bramus_classeslist</code> exist no more. Wait, there&#8217;s some good news too: <code>bramus_classeslist</code> has changed names to <code>bramus_cssextras</code> as its functionality has been extended to supporting the setting of <code>id</code> attributes on elements too, a quite obvious evolution.<br style="clear: both;" /></p>
<p><span id="more-848"></span></p>
<p>To summarize it: <strong><code>bramus_cssextras</code> is a TinyMCE plugin which extends TinyMCE&#8217;s functionality by providing the option to setting <code>class</code> and <code>id</code> attributes on any HTML element within TinyMCE, in a nice and easy way</strong>.</p>
<p>Hope you can wait &#8217;til July as writing documentation can be quite time-consuming <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p class="alert"><strong>UPDATE</strong> <a href="http://www.bram.us/projects/tinymce-plugins/tinymce-classes-and-ids-plugin-bramus_cssextras/"><code>bramus_cssextras</code> has been released</a> by now <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/06/27/my-delay-bramus_classeslist-is-dead-long-live-bramus_cssextras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Master Plan : Online!</title>
		<link>http://www.bram.us/2007/04/20/my-master-plan-online/</link>
		<comments>http://www.bram.us/2007/04/20/my-master-plan-online/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 23:56:32 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Another Dailie]]></category>
		<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[3RDS]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/04/20/my-master-plan-online/</guid>
		<description><![CDATA[After quite a few evenings of designing; One evening of slicing/building markup/creating stylesheets; And 2 evenings of porting the sliced up design to WordPress (first time I ever did that actually) by breaking The Loop, stripping content from Pages and &#8230; <a href="http://www.bram.us/2007/04/20/my-master-plan-online/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image405c" src="http://www.bram.us/wordpress/wp-content/uploads/2007/03/plans.jpg" alt="Plans" title="Plans"  style="margin: 0px 10px 15px 0px; display: block; float: left; width: 80px; height: 80px;"/>After quite a few evenings of designing; One evening of slicing/building markup/creating stylesheets; And 2 evenings of porting the sliced up design to WordPress (<em>first time I ever did that actually</em>) by breaking <em>The Loop</em>, stripping content from <em>Pages </em>and tucking them in <em>The Sidebar</em> and spending lots of time on and around <em>The Codex</em> <strong>I load upon thee the <a href="http://www.3rds.be/">3rds.be</a> website</strong> along with its dazzling Mascot dubbed <strong>Mister Sideburns</strong>!</p>
<p><span id="more-523"></span>
<p style="text-align: center; font-size:smaller"><a href="http://www.3rds.be/" title="3RDS - Third Degree Sideburns - Webdevelopment Nieuwe Stijl - Web Design &amp; Web Development Deinze"><img id="image522" src="http://www.bram.us/wordpress/wp-content/uploads/2007/04/mister-sideburns.jpg" alt="3RDS Mascot : Mister Sideburns" /></a><br />3RDS Mascot: Mister Sideburns, designed by <a href="http://www.bouncy.be/">Bouncy</a></p>
<p>Everything should be in place over at <a href="http://www.3rds.be/">3rds.be</a>. If not, feel free to inform me <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  And oh, as you can see I moved away from the rather dark damask pattern and ended with a nifty wood-texture (no trees were harmed).</p>
<p>What are you waiting for? Go check out <a href="http://www.3rds.be/">3rds.be</a>!</p>
<p>(Tired yet satisfied) Bramus!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/04/20/my-master-plan-online/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Their adventure (Jeugdboekenweek 2007)</title>
		<link>http://www.bram.us/2007/02/14/their-adventure-jeugdboekenweek-2007/</link>
		<comments>http://www.bram.us/2007/02/14/their-adventure-jeugdboekenweek-2007/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 22:26:08 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Another Dailie]]></category>
		<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.bram.us/2007/02/14/their-adventure-jeugdboekenweek-2007/</guid>
		<description><![CDATA[About a month ago I was contacted by the non-profit organisation Stichting Lezen Vlaanderen (an organistation to promote reading (as in books) here in Belgium), asking if I were able to create 2 small games for them. One of the &#8230; <a href="http://www.bram.us/2007/02/14/their-adventure-jeugdboekenweek-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image384" src="http://www.bram.us/wordpress/wp-content/uploads/2007/02/jbw-logo.jpg" title="Jeugdboekenweek 2007 Logo" alt="Jeugdboekenweek 2007 Logo"  style="margin: 0px 10px 5px 0px; display: block; float: left"/>About a month ago I was contacted by the non-profit organisation <a href="http://www.stichtinglezen.be/">Stichting Lezen</a> Vlaanderen (an organistation to promote reading (as in books) here in Belgium), asking if I were able to create 2 small games for them.</p>
<p><span id="more-380"></span></p>
<p>One of the projects of Stichting Lezen is <a href="http://www.jeugdboekenweek.be/">Jeugdboekenweek</a>, a week to promote reading for children aged 6 to 12, and was first organized in 1972. Nowadays Jeugdboekenweek is organised nationally and nearly all schools, cultural centres, libraries, etc. participate. Since 2002 Jeugdboeken also has <a href="http://www.jeugdboekenweek.be/">a website</a> where they start their campaign one month before Jeugdboekenweek itself. On that website the children can find tips, a quiz, information and some games.</p>
<p style="text-align: center";><img id="image382" src="http://www.bram.us/wordpress/wp-content/uploads/2007/02/banner-jbw.jpg" alt="Jeugdboekenweek" title="Jeugdboekenweek" /></p>
<p>The theme of Jeugdboekenweek this year is Avontuur (Adventure) and the more awesome artwork was created by <a href="http://www.tomschamp.com/">Tom Schamp</a>, as clearly can be seen by the style found in this year&#8217;s poster</p>
<p style="text-align: center"><img id="image383" src="http://www.bram.us/wordpress/wp-content/uploads/2007/02/jbw-affiche2007.jpg" title="Jeugdboekenweek Poster 2007" alt="Jeugdboekenweek Poster 2007" /></p>
<p>Main element in the design of the poster is the crocodile. From thereon the team at Stichting Lezen came up with the idea of creating a pacman-like game. Also inspired by the poster, they wanted an e-card where one would be able to slide all body parts to form a composition. You must remember a toy you had when you were young that could to that: rotate some body parts and create a unique person with shoes that totally would not match the pants he was wearing (<em>how do you call such a toy?</em>). The e-card was dubbed &ldquo;avontuur-figuur&rdquo; and was given a send to a friend option (that&#8217;s what an e-card is all about, not?) and an export option.</p>
<p style="text-align: center;"><img id="image381" src="http://www.bram.us/wordpress/wp-content/uploads/2007/02/avontuur.jpg" title="Avontuur Figuur" alt="Avontuur Figuur" /></p>
<p>Both the pacman restyle and avontuur-figuur were finished somewhere last week and today I was given notice that the website was placed live <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, what are you waiting for? Go visit <a href="http://www.jeugdboekenweek.be/">www.jeugdboekenweek.be</a> and click through to the <a href="http://www.jeugdboekenweek.be/avontuur-figuur/">avontuur-figuur e-card</a> and <a href="http://www.jeugdboekenweek.be/krokoman/">krokoman game</a>!</p>
<p>B!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2007/02/14/their-adventure-jeugdboekenweek-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Our newest Wax Coating &#8211; Now with 80% more shiny!</title>
		<link>http://www.bram.us/2006/12/04/our-newest-wax-coating-now-with-80-more-shiny/</link>
		<comments>http://www.bram.us/2006/12/04/our-newest-wax-coating-now-with-80-more-shiny/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 21:09:41 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Another Dailie]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.bram.us/2006/12/04/our-newest-wax-coating-now-with-80-more-shiny/</guid>
		<description><![CDATA[At work the weeks have been hectic as they always are near the end of the year. We at Wax Interactive however still did find time to build a new company website! Wax Mini Site 2006 As some of you &#8230; <a href="http://www.bram.us/2006/12/04/our-newest-wax-coating-now-with-80-more-shiny/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image325" src="http://www.bram.us/wordpress/wp-content/uploads/2006/12/wax_logo.gif" alt="Wax Logo" title="Wax Logo"  style="margin: 0px 10px 5px 0px; display: block; float: left" />At <a href="http://www.wax.be/" title="Wax Interactive - Web Design &#038; Development - Gent">work</a> the weeks have been hectic as they always are near the end of the year. We at <a href="http://www.wax.be/" title="Wax Interactive - Web Design &#038; Development - Gent">Wax Interactive</a> however still did find time to build <a href="http://www.wax.be/" title="Wax Interactive - Web Design &#038; Development - Gent">a new company website</a>!</p>
<p style="clear: both;"><span id="more-322"></span></p>
<h3>Wax Mini Site 2006</h3>
<div class="BramusBlock">
<p>As some of you might know <a href="http://www.bram.us/2006/09/20/my-boss-his-new-coat-of-wax/" title="My (boss his) new coat of Wax - a post on Bram.us">we already pimped our site a bit back in September</a> when <a href="http://www.wax.be/" title="Wax Interactive - Web Design &#038; Development - Gent">Wax</a> became a part of the <a href="http://www.itelco.be/" title="Itelco">Itelco Group</a></p>
<p>The version back then was a onepage minisite as seen below and only contained the real essentials:</p>
<ul>
<li>About Wax Interactive</li>
<li>Tiny selection of portfolio</li>
<li>Contact Information</li>
<ul>
<p>The site was good to be built in a real short period of time (XHTML valid &#038; SEO Friendly), yet the javascript (Just love those <a href="http://script.aculo.us/" title="script.aculo.us">script.aculo.us</a> effects!) wasn&#8217;t <a href="http://en.wikipedia.org/wiki/Fault-tolerant_system" title="Graceful Degradation as explained on Wikipedia">degrading gracefully</a> at all making it quite useless when having javascript disabled.</p>
<p style="text-align: center;"><img id="image321" src="http://www.bram.us/wordpress/wp-content/uploads/2006/12/wax_minisite2006.jpg" title="Wax Mini Site 2006" alt="Wax Mini Site 2006" style="border 1px solid #666;" /></p>
</div>
<h3>Wax Full Site 2007</h3>
<div class="BramusBlock">
<p>As of 7PM this evening we, the wax team, present you the new and improved <a href="http://www.wax.be/" title="Wax Interactive - Web Design &#038; Development - Gent">Wax Interactive 2007 Company Website</a> featuring (no direct links, it&#8217;s up to you to <a href="http://www.wax.be/" title="Wax Interactive - Web Design &#038; Development - Gent">discover</a>):</p>
<ul>
<li>Clean, smooth, elegant, strict &amp; loose design</li>
<li>Rotating flash sneak previews/teasers of the portfolio projects (unobtrusive and degrading gracefully!)</li>
<li>News section with monthly listing (blog style)</li>
<li>Portfolio section with &#8211; unobtrusive &#8211; iPhoto alike image scaler (<em>not in IE though, buggy browser &#8211; long live conditional comments!</em>) and filtering possibility on &quot;type/service&quot; and &quot;used technology&quot;</li>
<li>(Unobtrusive and gracefully degrading) sliding contact section with a tiny amount of AJAX (and JSON on the return value)</li>
<li>Google Maps implementation</li>
<li>Team page with faked Bramus! in the photo</li>
<li>Open Job Positions</li>
<li>RSS feeds for the masses!</li>
<li>Search engine friendly URLs and titles</li>
<li>&#8230;</li>
<li><em>(and of course a nifty CMS for us to update the site)</em></li>
</ul>
<p>Summing it up: <strong>everything one could expect from an always evolving and growing web design and web development company</strong></p>
<p style="text-align: center;"><img id="image324" src="http://www.bram.us/wordpress/wp-content/uploads/2006/12/wax_fullsite2007.jpg" title="Wax Full Site 2007" title="Wax Full Site 2007" /></p>
<p>Enjoy our new site! I know I did whilst building it!</p>
<p>Bramus!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2006/12/04/our-newest-wax-coating-now-with-80-more-shiny/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Trancefusion 2006 (TF9)</title>
		<link>http://www.bram.us/2006/09/15/my-trancefusion-2006-tf9/</link>
		<comments>http://www.bram.us/2006/09/15/my-trancefusion-2006-tf9/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 22:45:43 +0000</pubDate>
		<dc:creator>Bramus!</dc:creator>
				<category><![CDATA[Another Dailie]]></category>
		<category><![CDATA[Bramus!]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">http://www.bram.us/2006/09/15/my-trancefusion-2006-tf9/</guid>
		<description><![CDATA[The latest personal project I&#8217;ve been working is the website for Trancefusion, our yearly event we organize with our scoutsgroup. What once (40 years ago!) started as a small party named &#8220;Scouts &#038; Gidsenbal&#8221; (SGB from now on) grew over &#8230; <a href="http://www.bram.us/2006/09/15/my-trancefusion-2006-tf9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img title="Trancefusion 2006" alt="Trancefusion 2006" id="image245" style="margin: 0px 10px 5px 0px; display: block; float: left" src="http://www.bram.us/wordpress/wp-content/uploads/2006/09/trancefusion.gif" />The latest personal project I&#8217;ve been working is the website for <a title="Trancefusion" href="http://www.trancefusion.be/">Trancefusion</a>, our yearly event we organize with our scoutsgroup.</p>
<p><span id="more-247"></span></p>
<p>What once (40 years ago!) started as a small party named &#8220;Scouts &#038; Gidsenbal&#8221; (<em>SGB from now on</em>) grew over the years. By 1997, after moving to various &#8211; read: bigger &#8211; locations to finally end up in the &#8220;Brielpoort&#8221; (one of Belgium&#8217;s biggest halls located in our hometown Deinze), SGB attracted more than 3000 people.</p>
<p style="clear: both">The concept had changed over the years, and in 1997 SGB got a facelift. The dance-aspect of the party (which already had it&#8217;s own room/hall) was named Trancefusion and that party was boosted as THE main event of the evening since house/trance/techno/&#8230; are very popular. The shift in course was an instant hit: by now, 9 years later, TF attracts 5000 people who all are there for one cause: music. Many of the visitors still come for SGB, many others come for the top-notch deejays.</p>
<div style="text-align: center"><img alt="Trancefusion 2006 - Flyer" id="image246" src="http://www.bram.us/wordpress/wp-content/uploads/2006/09/flyer2006.jpg" /></div>
<p>Enough history, on with the nerdy stuff. The <a title="Trancefusion" href="http://www.trancefusion.be/">Trancefusion 9 website</a> has been launched! Designed by Coy (who also created the poster &#038; flyer, as he usually does), &#8220;website-ified&#8221; by me (did I just invent a new word?).</p>
<p>It&#8217;s not my usual &#8220;XHTML/CSS/PHP/MySQL&#8221;-site, it&#8217;s full flash this time since such a party requires some interactive things which cannot be achieved with the general techniques I use. However, I still was able to get real nerdy and bounce in a Googlemaps-implementation for the <a title="Trancefusion9 roadmap" href="http://www.trancefusion.be/tf9_route/">roadmap</a>.</p>
<p>See you october 14!</p>
<p>B!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bram.us/2006/09/15/my-trancefusion-2006-tf9/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

