<?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>Jupiter Digital blog &#187; Events</title>
	<atom:link href="http://www.jupiterdigital.co.uk/blog/category/events/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jupiterdigital.co.uk/blog</link>
	<description>The Jupiter Digital WordPress weblog</description>
	<lastBuildDate>Mon, 14 Jun 2010 10:04:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP UK Conference</title>
		<link>http://www.jupiterdigital.co.uk/blog/2010/03/php-uk-conference/</link>
		<comments>http://www.jupiterdigital.co.uk/blog/2010/03/php-uk-conference/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:05:11 +0000</pubDate>
		<dc:creator>Aouse</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.jupiterdigital.co.uk/blog/?p=322</guid>
		<description><![CDATA[<p class="MsoNormal"><img src="http://www.jupiterdigital.co.uk/blog/wp-content/uploads/2010/03/php_london_2010_logo.jpg" alt="London PHP logo" width="690" height="293" /></p>
<p class="MsoNormal">I went to this year&#8217;s <a title="PHP UK conference" href="http://www.]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><img src="http://www.jupiterdigital.co.uk/blog/wp-content/uploads/2010/03/php_london_2010_logo.jpg" alt="London PHP logo" width="690" height="293" /></p>
<p class="MsoNormal">I went to this year&#8217;s <a title="PHP UK conference" href="http://www.phpconference.co.uk/" target="_blank">PHP conference</a> in London at the <a title="Business Design Centre" href="http://www.businessdesigncentre.co.uk/" target="_blank">Business Design Centre</a>. <span> </span>Approximately 450 people attended from various backgrounds &#8211; Developers, consultants and team managers. The conference was sponsored by <a title="Microsoft WebsiteSpark" href="http://www.microsoft.com/WEB/websitespark/default.aspx" target="_blank">Microsoft WebsiteSpark</a>, <a title="PayPal X developer network" href="https://www.x.com/index.jspa" target="_blank">PayPal X developer network</a> and <a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a>. Other companies that attended included ibuildings, TEK systems, O&#8217;Reilly&#8217;s amongst others.</p>
<p class="MsoNormal"><span id="more-322"></span></p>
<p class="MsoNormal">All together there were 16 talks. The speakers list included <a title="Johannes Schluter's website" href="http://schlueters.de/" target="_blank">Johannes Schluter</a> release manager for the PHP 5.3 series, <a title="Josh Holmes's blog" href="http://www.joshholmes.com/blog/" target="_blank">Josh Holmes</a> of Microsoft and <a title="Stephan Koopmanschap's blog" href="http://www.leftontheweb.com/" target="_blank">Stephan Koopmanschap</a> who&#8217;s worked on <a title="PHPBB" href="http://www.phpbb.com/" target="_blank">PHPBB</a> and the <a title="Zend framework" href="http://framework.zend.com/" target="_blank">Zend Framework</a>.</p>
<p class="MsoNormal">Below is a brief summary of three talks. I won&#8217;t go into any detail but just highlight some concepts leaving you to delve deeper should you wish.</p>
<p class="MsoNormal">The list below is literally a few points that I took from the each of the talks that I thought were interesting. All the ideas are related to the title of each lecture.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong>Keynote talk</strong><br />
Josh Holmes<br />
The lost art of simplicity<br />
Recommended book: <a title="The inmates are running the asylum" href="http://www.cooper.com/insights/books/#inmates" target="_blank">The inmates are running the asylum</a>.</p>
<ul>
<li>Don&#8217;t be a victim of &#8220;The truck factor&#8221;. Truck factor: <span> </span>if the writer of the code gets hit by a truck you&#8217;ve lost the solution!</li>
<li> Find technologies that &#8220;solve the problem for you&#8221;. Don&#8217;t do everything yourself.</li>
<li>Don&#8217;t use the latest, greatest, shiniest tool just because everybody else does, it has to fit your project&#8217;s needs. Do you have the right tools for the job?</li>
<li>Understand the rules, the fundamentals, know what&#8217;s happening &#8220;under the hood&#8221;. Study the essentials of programming regardless of the technology you&#8217;re using.</li>
<li>A good way to test simplicity is to explain your solution to a non technical person, do they understand it easily?</li>
<li>Let your users dictate what your next feature should be rather than predicting the future, keep &#8216;might be&#8217; in the back of your head. Get the fundamentals done and launch.</li>
<li>How many users do you see, talk to or even sit next to you during development? How well do you know a group of your users, what&#8217;s natural to you may not be natural to them.</li>
<li>Don&#8217;t make technical decisions based on political or religious issues, i.e. &#8216;I want to do something to spite so and so&#8217; or &#8216;I&#8217;m a believer in X so we should use it no matter what&#8217;.</li>
</ul>
<div>
<p class="MsoNormal">Finally, a quote from Albert Einstein presented by Josh Holmes amongst his many slides (<a title="Josh Holmes - The art of simplicity" href="http://www.slideshare.net/joshholmes/the-lost-art-of-simplicity" target="_blank">http://www.slideshare.net/joshholmes/the-lost-art-of-simplicity</a>):</p>
<p class="MsoNormal">&#8220;Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius &#8211; and a lot of courage to move in the opposite direction.&#8221;</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong>Anti PHP patterns</strong><br />
<a title="Stephan Priebsch's website" href="http://priebsch.de/en/" target="_blank"> Stephan Priebsch</a></p>
<p class="MsoNormal">
<ul>
<li>Don&#8217;t copy and paste chunks of code and have the same code repeated everywhere.</li>
<li>Try to reduce the amount of constants, values of constants have to be memorised and it creates dependencies which are difficult to track.</li>
<li>Use <a title="Dependency injection definition" href="http://en.wikipedia.org/wiki/Dependency_injection" target="_blank">dependency injection</a> or better yet class variables instead of global variables.</li>
<li>Don&#8217;t have &#8216;God classes&#8217;( classes that do everything), make dumb objects that do their job and nothing else, break the code up so it&#8217;s more manageable.</li>
</ul>
<p class="MsoNormal">
<p class="MsoNormal"><strong>PHP Code audits &#8211; security</strong><br />
<a title="Damien Seguy" href="http://www.directionphp.biz/a_la_une.php" target="_blank">Damien Seguy</a></p>
<p class="MsoNormal">
<ul>
<li>Interview the developer &#8211; to find out what the application does, what the business does, what information they need securing.</li>
<li>Usually the view of a system between a programmer and non programmer is different. So get to the bottom of the key areas of security.</li>
<li>Biggest fears are usually data loss, destruction or exploration.</li>
<li>Security rules should be enforced by everyone, not one or two developers.</li>
<li>Keep all non application folders outside of the webroot.</li>
<li>When analysing your code focus on the entry points into code i.e. where user input is taken.</li>
<li>Two areas of security breaches to bear in mind are: <a title="Code injection definiation" href="http://en.wikipedia.org/wiki/Code_injection" target="_blank">Code injections</a> and <a title="XSS scripts definition" href="http://en.wikipedia.org/wiki/Cross-site_scripting" target="_blank">XSS scripts</a>.</li>
</ul>
<p><img src="http://www.jupiterdigital.co.uk/blog/wp-content/uploads/2010/03/php_london_touch_screen.jpg" alt="Touch screen device" width="690" height="372" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jupiterdigital.co.uk/blog/2010/03/php-uk-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decode at the V&amp;A</title>
		<link>http://www.jupiterdigital.co.uk/blog/2010/03/decode-at-the-va/</link>
		<comments>http://www.jupiterdigital.co.uk/blog/2010/03/decode-at-the-va/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 11:33:48 +0000</pubDate>
		<dc:creator>Jam</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.jupiterdigital.co.uk/blog/?p=321</guid>
		<description><![CDATA[<p><img src="http://www.jupiterdigital.co.uk/blog/wp-content/uploads/2010/02/decode_image.jpg" alt="Decode" /></p>
<p>Last week I visited “<a href="http://www.vam.ac.uk/microsites/decode//">Decode – Digital design sensations</a>”, at the <a href="http://www.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jupiterdigital.co.uk/blog/wp-content/uploads/2010/02/decode_image.jpg" alt="Decode" /></p>
<p>Last week I visited “<a href="http://www.vam.ac.uk/microsites/decode//">Decode – Digital design sensations</a>”, at the <a href="http://www.vam.ac.uk/">V&amp;A</a> in London. Decode showcases the latest developments in digital interactive design, and focused on three themes. Coding, which explored how computer code can be used to create great pieces of conceptual design; interactivity, that looked at work that responded to physical presence, and Network charts or reworks that visualizes stats from its surroundings.</p>
<p><span id="more-321"></span></p>
<p>The exhibits were all very conceptual in their approach and they all tried to interact with their surroundings or people in different ways, and this is why I think it was such a great show and why everyone there was enjoying it. Families were creating 3 second video spots for the video grid by <a href="http://www.onedotzero.com/programme.php?id=458&amp;event=31225">Ross Philips</a>, Children were throwing their arms and legs about in front of a canvas to create their own art on <a href="http://vimeo.com/memotv">Mehmet Aktens</a> Body paint. There were even some of the more senior visitors looking slightly nervous about the amount of data traces that can be pulled from the real world.</p>
<p>There were a couple of pieces of work that really stood out for me. <a href="http://www.smoothware.com/danny/">Daniel Rozin’s</a> Weave Mirror. Since seeing this I’ve had a quick look at other work by Rozin and there’s a couple of other great pieces, the mirror’s mirror and the snow mirror are worth a look if you haven’t already seen them, both are his <a href="http://www.smoothware.com/danny/">website</a>.</p>
<p>Another piece of work that I was really impressed with was <a href="http://www.simonheijdens.com/">Simon Heijdens</a> “Tree&#8221; just because of how simple but great the idea was, plus it had the benefit of looking brilliant. The digital tree reacted to the weather conditions outside, so would blow in the wind. The tree would also shed its leaves which were projected onto the floor and then the users could kick through.</p>
<p>The show was great, I enjoyed reading about all the different projects at the exhibition and seeing how  digital design is slowly but strongly expanding from screens and into the physical world. It was also refreshing to see that this wasn’t another geeky digital exhibition, its audience was wide spread the world was being enjoyed by everyone. If you get chance I would recommend you get yourself there, but be quick it&#8217;s only on till the 11th of April.</p>
<p>Here are the rest of the photos from my trip to Decode, on our <a href="http://www.flickr.com/photos/30098916@N05/sets/72157623499709336/">Flickr account</a>.</p>
<p><code><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="690" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=d3d1f73433&amp;photo_id=4420325310&amp;flickr_show_info_box=true" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=71377" /><embed type="application/x-shockwave-flash" width="690" height="480" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" allowfullscreen="true" bgcolor="#000000" flashvars="intl_lang=en-us&amp;photo_secret=d3d1f73433&amp;photo_id=4420325310&amp;flickr_show_info_box=true"></embed></object></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jupiterdigital.co.uk/blog/2010/03/decode-at-the-va/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decode: Digital Design Sensations</title>
		<link>http://www.jupiterdigital.co.uk/blog/2010/02/decode-digital-design-sensations/</link>
		<comments>http://www.jupiterdigital.co.uk/blog/2010/02/decode-digital-design-sensations/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:04:30 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.jupiterdigital.co.uk/blog/?p=319</guid>
		<description><![CDATA[<p>The <a title="Decode exhibtion at the V&#38;A" href="http://www.vam.ac.uk/exhibitions/future_exhibs/Decode/" target="_blank">Decode</a> event at the V&#38;A in London has been running since early December, and we&#8217;ve heard lot&#8217;s of good things about it.]]></description>
			<content:encoded><![CDATA[<p>The <a title="Decode exhibtion at the V&amp;A" href="http://www.vam.ac.uk/exhibitions/future_exhibs/Decode/" target="_blank">Decode</a> event at the V&amp;A in London has been running since early December, and we&#8217;ve heard lot&#8217;s of good things about it. Next week <a title="Follow Jam on Twitter" href="http://twitter.com/Jambahrene" target="_blank">Jam</a> is on his way to London-town to take a peek at the exhibition. Decode covers old favourites such as <a title="Visit Daniel Brown's site" href="http://www.danielbrowns.com/" target="_blank">Daniel Brown&#8217;s</a> organic work, as well as emerging designers including <a title="Visit Troika's site" href="http://troika.uk.com/" target="_blank">Troika</a> and <a title="Visit Simon Heijden's site" href="http://www.simonheijdens.com/" target="_blank">Simon Heijdens</a>.</p>
<p>. . . . .</p>
<p>Check out pictures from Jam&#8217;s recent visit at <a title="View the pictures Jam took at Decode" href="http://www.flickr.com/photos/30098916@N05/sets/72157623499709336/" target="_blank">Flickr</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/LYZySL8zXbM&amp;hl=en_US&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/LYZySL8zXbM&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jupiterdigital.co.uk/blog/2010/02/decode-digital-design-sensations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beard Off is back</title>
		<link>http://www.jupiterdigital.co.uk/blog/2009/02/beard-off-is-back/</link>
		<comments>http://www.jupiterdigital.co.uk/blog/2009/02/beard-off-is-back/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 14:39:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.jupiterdigital.co.uk/blog/?p=212</guid>
		<description><![CDATA[<p><img src="http://www.jupiterdigital.co.uk/blog/wp-content/uploads/2009/09/beard_off_patrick.jpg" alt="Patrick winning the Beard Off competition" width="423" height="297" /></p>
<p>It&#8217;s that time of the year again, when the men of Jupiter down their razors in the name of charity.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jupiterdigital.co.uk/blog/wp-content/uploads/2009/09/beard_off_patrick.jpg" alt="Patrick winning the Beard Off competition" width="423" height="297" /></p>
<p>It&#8217;s that time of the year again, when the men of Jupiter down their razors in the name of charity. Yes folks, Beard Off is back for 2009.</p>
<p><span id="more-212"></span>Jupiter’s reigning Beard Off champion and senior designer <a title="Patrick wins Beard Off 2008" href="http://www.jupitercreative.co.uk/blog/2008/03/11/the-jupiter-beard-off-2008-the-results-are-in/">Paddy Leverton</a> has chosen the <a title="Alzheimers research trust website" href="http://www.alzheimers-research.org.uk/">Alzheimer’s Research Trust</a> as this year’s worthy cause. And in a change from last year, beards will be grown for three weeks rather than two, starting from Friday 20th February. Then, after three weeks are up, our surviving contestants will be asked to sculpt their beards into award-winning styles on Friday 13th March.</p>
<p>Our very own expert panel of judges – Kelli, India and Becky – will therefore not only be considering quantity, but also finesse. They’ll select a final three contestants, who’ll then face the Jupiter company vote for the crown of Beard Off champion 2009. This means even the less hairy Jupiterites among us have a chance of winning the coveted prize if they manage to create something beautiful, resulting in the most open Beard Off since records began.</p>
<p>Stay tuned for regular updates on this year’s titanic battle for glory right here. We’ll be hoping for as many donations as possible for our chosen charity, so please dig deep and show your support for our champs as they battle against the odds to go unshaven for three weeks. It’s going to be tashtastic…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jupiterdigital.co.uk/blog/2009/02/beard-off-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORBS in the news</title>
		<link>http://www.jupiterdigital.co.uk/blog/2008/10/orbs-in-the-news/</link>
		<comments>http://www.jupiterdigital.co.uk/blog/2008/10/orbs-in-the-news/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 10:47:10 +0000</pubDate>
		<dc:creator>Jam</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.jupiterdigital.co.uk/blog/?p=146</guid>
		<description><![CDATA[<p></p>
<p><a href="http://www.itvlocal.com/central/">ITV Central News</a> have been really supportive of the exhibition and <a href="http://www.jupitercreative.co.uk/blog/2008/10/22/show-stopping-success/">calendar launch</a> for <a href="http://www.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/E258TSkL29I&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/E258TSkL29I&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.itvlocal.com/central/">ITV Central News</a> have been really supportive of the exhibition and <a href="http://www.jupitercreative.co.uk/blog/2008/10/22/show-stopping-success/">calendar launch</a> for <a href="http://www.orbswalk.com/">ORBS</a> (oncoplastic reconstructive breast surgery).</p>
<p><span id="more-146"></span></p>
<p>They came to two of the photo shoots and did some behind the scenes filming and then joined us at the official launch to capture the countdown and the official launch itself.</p>
<p>The women featured in the calendar were nervous and excited about seeing their shots for the very first time and handled the world of live TV like pros!</p>
<p>A big thank you to Chrissie and the crew who were genuinely interested in what we were doing and made the filming experience a breeze.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jupiterdigital.co.uk/blog/2008/10/orbs-in-the-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
