<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Data.Driven() &#187; design</title>
	<atom:link href="http://datadriven.com.au/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://datadriven.com.au</link>
	<description>By reading this blog you&#039;ve signed an NDA.</description>
	<lastBuildDate>Thu, 09 Jun 2011 09:05:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>marcosscaceres@gmail.com ()</managingEditor>
		<webMaster>marcosscaceres@gmail.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Marcos Caceres#039; ramblings about stuff</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>marcosscaceres@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://datadriven.com.au/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://datadriven.com.au/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Data.Driven()</title>
			<link>http://datadriven.com.au</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Creative Industries Network Alert Widget</title>
		<link>http://datadriven.com.au/2007/05/creative-industries-network-alert-widget/</link>
		<comments>http://datadriven.com.au/2007/05/creative-industries-network-alert-widget/#comments</comments>
		<pubDate>Fri, 18 May 2007 12:24:43 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://datadriven.com.au/2007/05/18/creative-industries-network-alert-widget/</guid>
		<description><![CDATA[Finally finished the Creative Industries Network Alerts Widgets (CIAlerts.widget Yahoo! flat-file, ~250k). Its purpose is to allow system administrators at QUT, where I work, to send out network alerts to staff and students when things go wrong on any of the servers.
You are free to download it, but be warned that you probably wont see [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://datadriven.com.au/wp-content/uploads/2007/05/widget1.png" alt="CIF Network Alert Widget" align="left" />Finally finished the Creative Industries Network Alerts Widgets (<a href="/widgets/CIAlerts.widget" title="Creative Industries Alert Widget">CIAlerts.widget</a> Yahoo! flat-file, ~250k). Its purpose is to allow system administrators at QUT, where I work, to send out network alerts to staff and students when things go wrong on any of the servers.</p>
<p>You are free to download it, but be warned that you probably wont see very much (if anything) because it requires that someone send out an alert; and only Admins at QUT, where I work/study, can do that.  The <a href="view-source:http://alerts.ci.qut.edu.au/widgets/scripts/bootstrap_yahoo.cfm" title="Creative Industries Alert Widget Source">widget&#8217;s dynamically loaded source code</a> is also available.</p>
<p>The widget is accompanied by a website from which the alerts are sent. Network admin can send three kinds of alerts: &#8220;Please Note&#8221;, &#8220;Attention&#8221;, and &#8220;Very Important&#8221;; each kind of alert comes with its own color (as seen above and below).</p>
<p align="center"><a href="http://datadriven.com.au/wp-content/uploads/2007/05/widget_green.png" title="CIF Network Alert Widget in Please Note state"><img src="http://datadriven.com.au/wp-content/uploads/2007/05/widget_green.png" alt="CIF Network Alert Widget in Please Note state" /></a> <a href="http://datadriven.com.au/wp-content/uploads/2007/05/widget_red.png" title="CIF Network Alert Widget in Very Important state"><img src="http://datadriven.com.au/wp-content/uploads/2007/05/widget_red.png" alt="CIF Network Alert Widget in Very Important state" /></a></p>
<p>Using XMLHttpRequest, The widget works by periodically polling the server for new alerts. The alerts are sent as a JSON header string and processed in the widget. The widget features:</p>
<dl>
<dt><strong>Dynamic BootStrapper (<a href="view-source:http://datadriven.com.au/widgets/bootstrap.js">bootstrap.js</a>):</strong> </dt>
<dd>&#8230;details coming soon.</dd>
<dt><strong>Custom Animation Engine:</strong></dt>
<dd>&#8230;details coming soon.</dd>
<dt><strong>Custom event subscription model:</strong></dt>
<dd>&#8230;details coming soon.</dd>
<dt><strong>Alerts database:</strong></dt>
<dd>&#8230;details coming soon.</dd>
<dt><strong>Simple Dock manager: </strong></dt>
<dd>&#8230;details coming soon.</dd>
</dl>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdatadriven.com.au%2F2007%2F05%2Fcreative-industries-network-alert-widget%2F&amp;t=Creative%20Industries%20Network%20Alert%20Widget" id="facebook_share_link_49">Share on Facebook</a>
	<script type="text/javascript">
	var button = document.getElementById('facebook_share_link_49') || document.getElementById('facebook_share_icon_49') || document.getElementById('facebook_share_both_49') || document.getElementById('facebook_share_button_49');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_49') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://datadriven.com.au/2007/05/creative-industries-network-alert-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New look</title>
		<link>http://datadriven.com.au/2006/12/new-look/</link>
		<comments>http://datadriven.com.au/2006/12/new-look/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 14:12:24 +0000</pubDate>
		<dc:creator>Marcos</dc:creator>
				<category><![CDATA[Widgets]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.datadriven.com.au/2006/12/06/new-look/</guid>
		<description><![CDATA[I&#8217;m currently working on a new look for this web site&#8230; hopefully I will get some time to finish the new template. I&#8217;m trying to explore the widget design concept a bit further through this template.
Share on Facebook
	
	var button = document.getElementById('facebook_share_link_34') &#124;&#124; document.getElementById('facebook_share_icon_34') &#124;&#124; document.getElementById('facebook_share_both_34') &#124;&#124; document.getElementById('facebook_share_button_34');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, [...]]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" title="New look template. " href="http://www.datadriven.com.au/wp-content/uploads/2006/12/newlook.png"><img align="left" id="image33" alt="New look template. " src="http://www.datadriven.com.au/wp-content/uploads/2006/12/newlook.thumbnail.png" /></a>I&#8217;m currently working on a new look for this web site&#8230; hopefully I will get some time to finish the new template. I&#8217;m trying to explore the widget design concept a bit further through this template.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdatadriven.com.au%2F2006%2F12%2Fnew-look%2F&amp;t=New%20look" id="facebook_share_link_34">Share on Facebook</a>
	<script type="text/javascript">
	var button = document.getElementById('facebook_share_link_34') || document.getElementById('facebook_share_icon_34') || document.getElementById('facebook_share_both_34') || document.getElementById('facebook_share_button_34');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_34') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://datadriven.com.au/2006/12/new-look/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

