<?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>CocoaHeads Belgium &#187; Conference</title>
	<atom:link href="http://cocoaheads.be/wordpress/tag/conference/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocoaheads.be/wordpress</link>
	<description>Home of the Belgian CocoaHeads Chapter</description>
	<lastBuildDate>Sun, 29 Apr 2012 07:16:13 +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>NSConference Day 3 &#8211; iPhone Conference</title>
		<link>http://cocoaheads.be/wordpress/2010/02/nsconference-day-3-iphone-conference/</link>
		<comments>http://cocoaheads.be/wordpress/2010/02/nsconference-day-3-iphone-conference/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:41:29 +0000</pubDate>
		<dc:creator>Stefaan Lesage</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Core Animation]]></category>
		<category><![CDATA[Drew McCormack]]></category>
		<category><![CDATA[GameKit]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Jeff LaMarche]]></category>
		<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[Marcus Zarra]]></category>
		<category><![CDATA[Mike Lee]]></category>
		<category><![CDATA[NSConference2010]]></category>
		<category><![CDATA[OpenGL ES]]></category>
		<category><![CDATA[ZSync]]></category>

		<guid isPermaLink="false">http://cocoaheads.be/wordpress/?p=300</guid>
		<description><![CDATA[Well, after a brief night it was time for the last day of NSConference which was targetted at iPhone development an developers.  I did notice quite a few new faces on this last day.]]></description>
			<content:encoded><![CDATA[<h3>Meet the User &#8211; Mike Lee</h3>
<p>Today started with an opening keynote by <a href="http://twitter.com/bmf">Mike Lee</a>.  This time his keynote was awesome.  There was plenty of advice in this Keynote.  One thing he showed us is that you should target your app at the average user.  In fact he said : &#8220;If you are targeting the expert user of your app, you are targeting the wrong user&#8221;.  You should actually design your app to do the most common tasks really well, and not a few complicated things which will only be used by 3 or 4 users anyway.  He really gave me one piece of advice which I&#8217;ll carry with me and that is &#8220;Know your target user&#8221;.  If you know who will be using your application, you will have a pretty good idea on the features they are looking for.</p>
<h3>Hard and Fast OpenGL ES &#8211; Jeff LaMarche</h3>
<p>This session concentrated around OpenGL and OpenGL ES.  OpenGL ES is apparently a great tool for 2d and 3d drawing, but probably not as easy as Core Animation and Core Graphics.  Both OpenGL and OpenGL ES define their own datatypes which are actually the same ones as the default ones but prefixed with GL.  For functions there is apparently some specific convention as well.  Functions are suffixed with a letter depending on the types of arguments passed to the function.</p>
<p>This was again one of those sessions which made me realize I still have a lot to learn.  Still OpenGL and OpenGL ES seems to be quite interesting for Game Development.</p>
<h3>Core Data Synchronization &#8211; Marcus Zarra</h3>
<p>Yesterday we had a presentation from <a href="http://www.bignerdranch.com/">The Big Nerd Ranch</a> in which he mentioned that Data Synchronization would become a very important issue.  Wouldn&#8217;t it in face be nice if your twitter client on your desktop would automatically mark tweets as read if you viewed them with the same twitter client on your iPhone ?</p>
<p>Well, that&#8217;s where <a href="http://www.zarrastudios.com/ZSync/ZSync.html">ZSync</a> comes to play.  ZSync can be used to sync data between your desktop and your mobile phone.   Apparently right now syncing from the iPhone to the desktop seems to be working and is 90% finished.  For now it has only WiFi syncing though.  The goal is to have cloud syncing over 3G or WiFi in the future as well as Mac to Mac syncing and a few other things.</p>
<h3>The Physics of Sumo: Developing Games with Core Animation &#8211; Drew McCormack</h3>
<p><a href="http://twitter.com/drewmccormack">Drew McCormack</a> was back with a session on Core Animation which he used for his Sumo Master game.  He did mention though that if you plan to do a game, you should probably take a look at OpenGL instead of Core Animation.  But he did show us that you could actually do quite a lot of things with Core Animation too.</p>
<p>To me, this was one of my favorite session.  It showed you the power of some of the iPhone API&#8217;s.  You can actually achieve some very good looking results with it, and still have code which isn&#8217;t looking all too complex.  Drew showed us several stages of the development phase and showed us some pieces of code which he used to solve some animation problems.</p>
<h3>Supporting Online Play and GameKit in your app &#8211; Jeff LaMarche</h3>
<p>This last session of NSConference was all about GameKit, which is a framework provided to you that can facilitate easy network play over Bluetoot.  It&#8217;s main focus is probably that it&#8217;s designed for networkable games on the iPhone (it can&#8217;t communicate with bluetooth on a desktop machine).  Quite interesting for those of us developing games with network play, but apparently you can actually transfer any kind of data with it.</p>
<h3>Closing Words</h3>
<p>Well, that concluded the NSConference, and if you ask me if it was worth it&#8217;s money, my answer would be &#8220;Absolutely&#8221;.  Not only were the sessions quite interesting, but there was a lot of opportunity to meet up and chat with presenters and fellow developers.  I think I probably learned as much from the discussions outside the session room than from those in the sessions.  So I would like to take the opportunity to thank <a h ref="http://twitter.com/macdevnet">Scotty</a>, <a h ref="http://twitter.com/timisted">Tim</a> and all others who made this conference possible.</p>
<p>The conference actually motivated me to start with my own iPhone application, and although I still have a lot to learn it&#8217;s going quite well.   I really hope we will have an European version of NSConference next year to, and if that is the case, I&#8217;ll surely be signing up for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://cocoaheads.be/wordpress/2010/02/nsconference-day-3-iphone-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSConference 2010 &#8211; Day 2</title>
		<link>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-day-2/</link>
		<comments>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-day-2/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 19:44:26 +0000</pubDate>
		<dc:creator>Stefaan Lesage</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Aaron Hillegass]]></category>
		<category><![CDATA[Andy Finnell]]></category>
		<category><![CDATA[BNRPersistence]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Code Signing]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Core Data]]></category>
		<category><![CDATA[Dave Dribbin]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Graham Lee]]></category>
		<category><![CDATA[Jeff LaMarche]]></category>
		<category><![CDATA[NSConference]]></category>
		<category><![CDATA[NSConference2010]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://cocoaheads.be/wordpress/?p=293</guid>
		<description><![CDATA[Well, the socializing at the bar lasted for a while, so some of us would have loved to stay in bed a little longer.  Most of us did get up in time for the start of the second day though.]]></description>
			<content:encoded><![CDATA[<h3>Cocoa Design Patterns that Leverage the Objective-C Runtime &#8211; Jeff LaMarche</h3>
<p><a href="http://twitter.com/JEFF_LAMARCHE">Jeff LaMarche</a> opened the second day, since Matt Gemmell was sick and had to return home.  Jeff talked about some main differences in Objective-C and the possibilities of the Runtime.  At some point he even mentioned to step away from Copy &#038; Paste, something I&#8217;ve been telling Delphi developers for a few years by now <img src='http://cocoaheads.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Additionally Jeff gave us some examples of things you can actually do with the runtime like determining the properties, instance methods, class methods and much more while your application is running.  If I have to compare it to the good old Delphi, I would think of it of the Delphi RTTI on steroids.  He did warn us though that using the Runtime you could get access to stuff Apple doesn&#8217;t want you to see or touch.  In case of iPhone programming this could lead to your application being rejected on the AppStore.</p>
<h3>Brushing Up on OpenCL &#8211; Andy Finnell</h3>
<p>I have to admit that the session by <a href="http://twitter.com/macgeek02">Andy Finnell</a> was way too technical and complex for me.  The talk was about modeling the process in watercolor spreading using OpenCL.  The whole concept of Context, Devices and Queues was a bit too much for me though.  I left the session with a strange feeling &#8230; I suddenly knew I still have a lot to learn &#8230; and I had the impression that all painters must be smarter than myself.</p>
<h3>Version Control Shoot Out &#8211; Dave Dribbin</h3>
<p>For some reason people in the room were expecting some kind of Mud fight when <a href="http://twitter.com/DDribin">Dave Dribin</a> started his sesison on Version Control Systems.  There were basically two big camps &#8230; on one side the Subversion users and on the other side the Git users &#8230;</p>
<p>Dave gave us a brief history of VCS and gave us some Pro and Cons on SVN, DVCS and Git.  I have always been using Subversion and never really tried Git, but I guess I should give it a shot some day.</p>
<h3>Code Signing &#8211; Graham Lee</h3>
<p>Next up was <a href="http://twitter.com/iamleeg">Graham Lee</a> with a brief session on Code Signing.  The goal is to actually sign your application so it is tied to a unique identification.  The great example he gave was if Malicious Monster would create a Malicious Library to attack Safari, they can sign as Malicious Monster or not, but can&#8217;t pretend to be anyone else.  Apparently that unique ID is also used by other things like Parental Controls.  Although this was a short session, I actually found it quite interesting.</p>
<h3>The Many Faces of Data Persistence &#8211; Aaron Hillegass</h3>
<p>Many Cocoa developers have heard about <a href="http://www.bignerdranch.com/">The Big Nerd Ranch</a>, and if you didn&#8217;t you have probably read the book Cocoa Programming for Mac OS X by <a href="http://twitter.com/AaronHillegass">Aaron Hillegass</a> (see our <a href="http://cocoaheads.be/wordpress/2009/11/cocoa-programming-for-mac-os-x-by-aaron-hillegass/">review of the book</a>), and if you didn&#8217;t I suggest you go read the book ASAP <img src='http://cocoaheads.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Aaron gave a talk about Data Persistence, and repeated that everything is moving to the cloud pretty fast.  The concept of Files is dead, Long Live the Cache ! In order for our data to live on the cloud, we will need some way to synchronize that data to our local machines.  The session wen through many aspects of storing your data and finally ended with Core Data.</p>
<p>Core Data seems to be a ver good solution, but in some cases it can be a little &#8216;slow&#8217;.  At first I had no idea what he was talking about.  I didn&#8217;t use Core Data yet and never heard it was SLOW ! But then he talked about the BNRPersistence which is available under the MIT license and can be downloaded from the <a href="http://github.com/hillegass/BNRPersistence">Git Repository</a>.  BNR Seems to be similar to Core Data, but apparently is a lot faster.  He showed us some numbers :</p>
<ul>
<li>Fetch 1M Songs        BNR 3.6s CoreData 3.1s</li>
<li>Insert 1M songs       BNR 12s  CoreData 56s 5x</li>
<li>Fetch 1K playlists    BNR 0.4s CoreData 5.6s 10x</li>
<li>Insert 1K playlists   BNR 1.2s CoreData 12.0s 10x</li>
</ul>
<p>Depending on the case BNRPersistence appeared to be between 5 and 10 times faster than Core Data.  What&#8217;s good is that BNRPersistence works on iPhone as well ! Great news, but I guess I&#8217;ll have to learn Core Data first !</p>
<h3>Cocoa Rumble = Conference Speakers and Guests</h3>
<p>I had no idea what to expect here, but the speakers were being teamed up with some people in the audience and got divided into 3 groups.  Each group was assigned it&#8217;s Framework (Core Audio, Core Text and Core Image).  The goal was to hold a Framework of the Year contets in which each time had a few minutes to create a presentation on why their framework should get chosen as Framework of the Year.</p>
<p>The presentations by all teams were great and fun to watch, but the best presentation was for Core Image and they won the Framework of the Year contest.</p>
<h3>More Socializing, More Food and More Cocoa Talks in the Bar</h3>
<p>Well, the day ended like the previous one.  Plenty of us ended up in the bar getting a few drinks and talking about our project.  This time I decided to get to bed a bit earlier and get some sleep.  At least, that&#8217;s what I intended to do !</p>
]]></content:encoded>
			<wfw:commentRss>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSConference 2010 &#8211; Day 1</title>
		<link>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-day-1/</link>
		<comments>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-day-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:05:38 +0000</pubDate>
		<dc:creator>Stefaan Lesage</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Core Animaiton]]></category>
		<category><![CDATA[Core Plot]]></category>
		<category><![CDATA[Dave Dribin]]></category>
		<category><![CDATA[Drew McCormack]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[Marcus Zarra]]></category>
		<category><![CDATA[Mike Lee]]></category>
		<category><![CDATA[NSConference]]></category>
		<category><![CDATA[NSConference2010]]></category>
		<category><![CDATA[Rentzsch]]></category>

		<guid isPermaLink="false">http://cocoaheads.be/wordpress/?p=281</guid>
		<description><![CDATA[After the workshop and some socializing in the bar, the conference really kicked off now.  Meanwhile the other members of the CocoaHeads Belgium community (<a href="http://twitter.com/spencerpieters">Spencer</a> and <a href="http://twitter.com/CodingMammoth">Jelle</a>) arrived as well.]]></description>
			<content:encoded><![CDATA[<h3>Engineering Life &#8211; Mike Lee</h3>
<p>The day started with the opening keynote by <a href="http://twitter.com/bmf">Mike Lee</a> which was called &#8220;Engineering Life&#8221;.  To me this Keynote was a bit strange.  It wasn&#8217;t really a technical speech and that felt a bit awkward to me.  Mike did gain my respect though when he contacted me through twitter and started a discussion after he noticed my feedback on his session.  His keynote did encourage me to make something of my life though, and to enjoy it.</p>
<h3>Spelunking OS X &#8211; Jonathan &#8220;Wolf&#8221; Rentzsch</h3>
<p>Well, I complained about the previous session not being to technical enough, but this time technical was an understatement <img src='http://cocoaheads.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>I met <a href="http://twitter.com/rentzsch">Jonathan</a> the day before in the dining room but I had no idea back then who I was talking to.  I was quite impressed with the plethora of debugging tools, het editors and ways to inject your own code at runtime he presented during his session.</p>
<p>In all honesty I didn&#8217;t understand all of it, but since I complained about the previous session not being technical I thought it was a good idea to go hide in a little dark corner right now <img src='http://cocoaheads.be/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<h3>Clean Code &#8211; Dave Dribin</h3>
<p>I&#8217;ve been a Delphi developer for about 10 years now and I&#8217;ve always been an advocate of writing clean, readable and maintainable code, so I was pretty anxious to hear how I should do it in XCode / Objective-C.  I listened very carefully to what <a href="http://twitter.com/DDribin">Dave Dribin</a>, a.k.a. the best Cocoa Devleoper ever (according to his mum), had to say.</p>
<p>Quite a few things he mentioned were things I&#8217;ve been using in my Delphi development too.  Choosing good names for Variables, Methods and Classes is one of my own personal rules, and so is writing clean, readable and especially short routines.  My goal as a software developer has always been to write great apps, but my second goal has always been to write clean code, code which could be read and understand by other people.</p>
<p>On one of his slides I noticed the following quite, which I quickly scribbled down :</p>
<blockquote><p>&#8220;programs must be written for people to read, and only incidentally for machines to execute&#8221;</p></blockquote>
<p>I forgot to write down where the quote came from, but I found it quite intresting.  The other thing he mentioned was that the Quality of the code can be measured in the number of WFT&#8217;s per minute.  That made me laugh, but I have to admit that it is actually true.</p>
<p>Dave did teach me a few things and mentioned some other things I didn&#8217;t think about yet.  At some point he mentioned it&#8217;s sometimes better to comment why you are doing something instead of commenting what you are actually doing.  This is something I&#8217;ll have to remember myself.</p>
<p>All in all, I found this a great session.  Would have loved seeing more practical examples and I surely hope I&#8217;ll be able to get hold of the actual slides or video of the session so I can have another look at it.</p>
<h3>Data Presentation in Mac Apps &#8211; Drew McCormack</h3>
<p>Next up was <a href="http://twitter.com/drewmccormack">Drew McCormack</a> who did a session on data presentation on the Mac.  He started off by showing us different ways of showing the same data.  This lead to the types of views you typically find in Mac applications.</p>
<p>What was quite interesting is the fact that most views used in a Mac application are actually single column type views.  He also mentioned a few ways to do multiple column views, and quickly compared Table Views with Collection Views and Tabular Views, giving us the Pro and Cons of each type of view.  </p>
<p>He ended with some advantages of using WebKit do display information (eg in iTunes) and gave a quick sneak peak at <a href="http://code.google.com/p/core-plot/">Core Plot</a> wich is actually a 2D visualization library for the Mac an iPhone.  The objectives of Core Plot is to get a complete plotting framework using the Cocoa API which runs both on the Mac and on iPhone.  There is currently no official release yet, but it is usable and already has quite a lot of features (Scatter and Line plots, Bar Plots, Histograms, Financial Plots, Pie Chards, &#8230;)</p>
<h3>Core Animation &#8211; Marcus Zarra</h3>
<p>The last session of today was a session by <a href="http://twitter.com/mzarra">Marcus Zarra</a> on Core Animation.  Core Animation can actually be use to do pretty much anything including state changes and transitions but also particle effects.<br />
Marcus showed us the basics of CABasicAnimation and CAKeyframeAnimation and showed us the core principles of both.</p>
<h3>Socializing at the Bar and Dinner</h3>
<p>The great thing about NSConference is that you have plenty of time in between sessions to meet the other attendees and have a chat with them.  That way you had the ability to meet people, share ideas and even code or even solve a problem using some help from others.  During those breaks I&#8217;ve seen quite a lot of people show their ideas, iPhone and Mac applications and even pieces of source code to each-other.</p>
<p>After our &#8216;session&#8217; at the bar we went to the other room where a nice Dinner was prepared for us.  Spencer and myself sat down at a table and were joined by <a href="http://twitter.com/rentzsch">Jonathan “Wolf” Rentzsch</a> and <a href="https://twitter.com/violasong">Victoria Wang</a> from the USA, <a href="http://twitter.com/sburlot">Stephan Burlot</a> from Switzerland, our new met fried <a href="http://twitter.com/jakobdamjensen">Jakob Dam Jensen</a> the &#8220;knae hoej kaerse&#8221; guy from Danmark and someone from Argentina (sadly forgot his name).  Dinner was fabulous and we had some very interesting discussions.  You would think all of those would be about geeky stuff, but we actually had some great discussions on politics and other things as well.</p>
<h3>Closing Words</h3>
<p>This was the first day of the actual conference and it was great.  There was a good mixture of quite technical sessions and some less technical ones, from which I learned quite a few things.  The great thing with NSConference though is that you don&#8217;t stop learning when the sessions are done, you just step outside of the room, have a drink at the bar, go get some food and keep learning from fellow attendees.</p>
]]></content:encoded>
			<wfw:commentRss>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-day-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>NSConference 2010 &#8211; Workshop &#8211; The World According to Gemmell</title>
		<link>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-workshop-the-world-according-to-gemmell/</link>
		<comments>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-workshop-the-world-according-to-gemmell/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 08:50:48 +0000</pubDate>
		<dc:creator>Stefaan Lesage</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[Matt Gemmell]]></category>
		<category><![CDATA[NSConference]]></category>
		<category><![CDATA[NSConference2010]]></category>

		<guid isPermaLink="false">http://cocoaheads.be/wordpress/?p=273</guid>
		<description><![CDATA[As a few of you already know, last week wan NSConference 2010 in Reading (UK).  I had booked it the moment bookings were made available since I didn't want to miss out on it.  I booked the whole thing including the workshop by Matt Gemmel and was really looking forward to it.]]></description>
			<content:encoded><![CDATA[<h3>The Venue</h3>
<p>I arrived in Reading on sunday, together with Cyril Godefroy.  It took us a while to get from London to Reading by train, and once we got there we still had a short cab trip before arriving at the Venue.  NSConference 2010 UK was held in <a href="http://www.devere.co.uk/our-locations/wokefield-park.html">Wokefield Park</a>.  It appeared as if the venue was located in the middle of nowhere, but apparently it was a huge golf course which surrounded the buildings.  The infrastructure at the venue was great, and thanks to Tim, Scotty and the organizing team we even had Wifi available (although connecting to it was quickly becoming a hassle).</p>
<h3>The Attendees</h3>
<p>The day before the actual workshop I met up with a few attendees in the dining room and the bar.  We had dinner and <a href="http://twitter.com/rentzsch">Jonathan “Wolf” Rentzsch</a> joined us together with <a href="https://twitter.com/violasong">Victoria Wang</a>.  In all honesty I have to say that I had no idea who they were though.  But we would get to know each-other during the course of NSConference and I would find out that they are part of the Chicago CocoaHeads chapter.  I knew that Cyril wasn&#8217;t the only person from the CocoaHeads Belgium community that would join us, but the others were arriving the next day.</p>
<h3>The Workshop</h3>
<p>I was really looking forward to the World According to Gemmell workshop but the one an only <a href="http://mattgemmell.com/">Matt &#8220;The Legend&#8221; Gemmell</a>.  Heard so many great things about him and even delved in the <a href="http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa">MGTwitterEngine code</a> just to see if I would understand it <img src='http://cocoaheads.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>A few days before NSConference <a href="http://twitter.com/mattgemmell">Matt</a> sent out an email to all attendees asking us if we had any questions or topics we wanted to see covered in his workshop.  And this is actually what made the workshop so great.  Quite a few attendees sent in many different topics like how to get a more Mac Like GUI in cross-platform applications, how your application should evolve in the future or even how to handle / present specific information to the user.</p>
<p>The great thing was that although Matt had a few slides with some key points on the subjects brought up by the attendees, he left the discussion open to everyone.  We all had the opportunity to give feedback on the topics which were being discussed.  An in my opinion that&#8217;s what made the workshop so fabulous.  Not only did we have the opportunity to lean from the master himself and hear his opinion, but we also had the opportunity to learn from each-other.</p>
<p>A question or problem presented by one user was immediately getting the necessary feedback and opinions from all attendees in the room (approx. 30 I think).  This brought a certain dynamic to the discussions and was a great source of information, even for those people who didn&#8217;t ask the specific question.</p>
<p>At some point we even covered opinions on the iPad.  The funny thing was that one attendee even had built a true size model of the iPad.  Everything was correct (except for the weight of the device), and we could all touch and hold it for a while.  This might sound quite geeky to most people, but it was the first time we could actually interact with something which was pretty close to the actual device.  Suddenly the black border around the display made a lot of sense to me.  I thought it was just a waste of space, but it is actually quite necessary.  How would you hold the device without interacting with the Touch display if there was no black border ?</p>
<h3>Closing Words</h3>
<p>This workshop was really well thought of.  Just as Matt himself said, you paid for 1 but you got the feedback from 30 of us.  During the workshop we were also divided into smaller groups of 4 &#8211; 6 people.  That was a great opportunity to make the first social contact with other attendees, something which we would do a lot more in the coming days (yes also in the bar).</p>
<p>NSConference 2010 is the first Mac / iPhone development related conference I attended, and this first day already made it clear to me that it would be quite different than all other development conferences I attended in the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://cocoaheads.be/wordpress/2010/02/nsconference-2010-workshop-the-world-according-to-gemmell/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[[[NSConference2010 alloc] init] setAttending:YES];</title>
		<link>http://cocoaheads.be/wordpress/2009/10/nsconference2010-alloc-init-setattendingyes/</link>
		<comments>http://cocoaheads.be/wordpress/2009/10/nsconference2010-alloc-init-setattendingyes/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 18:46:05 +0000</pubDate>
		<dc:creator>Stefaan Lesage</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[CocoaHeadsBE]]></category>
		<category><![CDATA[CocoaTouch]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[NSConference]]></category>
		<category><![CDATA[NSConference2010]]></category>

		<guid isPermaLink="false">http://cocoaheads.be/wordpress/?p=99</guid>
		<description><![CDATA[Due to the success of last years NSConference2009, <a href="http://www.nsconference.com/">NSConference 2010</a> will even be bigger and better.  This year the conference will take place from the 31st of January till the 3rd of February 2010 in Wokefield Park, Redding, Berkshire, UK.  The conference itself is intended to be a community event.  To ensure that everyone gets a chance to meet everyone else, it has intentionally be kept relatively small (although 200 places isn't that small IMHO).]]></description>
			<content:encoded><![CDATA[<p>Last year Steve Scott (Scotty from <a href="http://www.mac-developer-network.com/">The Mac Developer Network</a>) and Tim Isted hosted the NSConference 2009 on the 16th and 17th of April.  The conference was aimed at Mac Developers and allowed them to spend 2 days together networking and educating themselves together with some of the World&#8217;s top Mac Developers.</p>
<p>Due to the success of last years NSConference2009, <a href="http://www.nsconference.com/">NSConference 2010</a> will even be bigger and better.  This year the conference will take place from the 31st of January till the 3rd of February 2010 in Wokefield Park, Redding, Berkshire, UK.  The conference itself is intended to be a community event.  To ensure that everyone gets a chance to meet everyone else, it has intentionally be kept relatively small (although 200 places isn&#8217;t that small IMHO).</p>
<p>The conference starts of with a one day optional workshop.  Attendees have the choice between &#8216;The World According to Gemmell&#8217; by Matt Gemmell himself.  The other option is &#8216;Concurrent Programming on Snow Leopard&#8217; by Drew McCormack.  Matt will give us his views and opinions on the life cycle of Mac application development, while Drew will concentrate on technologies such as NSOperation, Grand Central Dispatch and OpenCL.  It was a hard choice for me, but I choose to go with The Wold According to Gemmel.</p>
<p>The second an third day of the conference will include about 10 sessions and presentations from some of the worlds top Mac developers.  Those sessions will primarily be aimed at intermediate to advanced Mac developers.  Personally I&#8217;m still a novice when Mac development is concerned, but I&#8217;m absolutely positive I will pick up quite a few interesting things there.</p>
<p>The list of confirmed speakers is already impressive and apparently they still need to add some names to the list.  Some of the names include : </p>
<ul>
<li>Aaron Hillegass : author of the <a href="http://www.bookdepository.co.uk/book/9780321503619/Cocoa-Programming-for-Mac-OS-X/?a_aid=devia">&#8220;Cocoa Programming for Mac OS X&#8221; book</a>, which I would recommend to everyone starting out with Cocoa / Objective-C</li>
<li>Matt Legend Gemmel ; yes the guys who gave is the <a href="http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa">MGTwitterEngine</a> and quite a few other goodies</li>
<li>Andy Finnel : specialized in Mac and iPhone development and a Core Image enthousiast</li>
<li>Drew McCormack : Board member and regular contributor on MacResearch.org </li>
<li>Marcus Zarra : co-author of <a href="http://www.cimgf.com/">&#8220;Cocoa is my Girlfriend&#8221;</a></li>
<li>Mike Lee : Cofounder of Tapulous, whose titles include Tap Tap Revenge and Twinkle</li>
<li>&#8230;</li>
</ul>
<p>And if 3 days isn&#8217;t enough, this year they have even added a fourth day, specially targeted at iPhone Developers.  If iPhone development is your thing, then you&#8217;ll surely find something interesting in one of the 5 sessions from some of the worlds top iPhone developers.</p>
<p>Well, that was more than enough to get me convinced (and I noticed someone else from the CocoaHeads Belgium community already booked his tickets as well).  If anyone from our community is interested in going as well, hurry up and book your tickets, and let us know here if you&#8217;re going.  It would be great if we could have a small meet-up there as well <img src='http://cocoaheads.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>More information of course can be found on the <a href="http://www.nsconference.com/">NSConference 2010</a> website.</p>
]]></content:encoded>
			<wfw:commentRss>http://cocoaheads.be/wordpress/2009/10/nsconference2010-alloc-init-setattendingyes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

