ChrisNTR

Just another web developer weblog

  • Mix10 Open Call for Sessions

    Not too long ago, Microsoft released details on the Mix10 event coming up in Las Vegas during the middle of March. Already a few non-Microsoft sessions have been announced such as Miguel de Icaza's session on the Mono Project and Paul Dawson's session on Total Experience Design. The fun doesn't stop there - if you've ever fancied doing your own session at Mix10 then this is your chance - you can submit your own session here but hurry, you'll have to get it in before Thursday 31st December 2009. I just submitted two proposals for sessions (one on Monotouch) so hopefully one or two of you will vote for it when the voting starts on 5th January.

  • Great Fridays Xmas Monotouch App on the Appstore

    For our work Christmas Card this year, we decided to create a Xmas video for all to see (viewable here). To go along with the video we decided to create a iPhone app. This was a great way to play around with Monotouch and get a nice example of a Monotouch app up on the app store as well as to learn and understand the iPhone SDK and APIs. After a painless 10 day wait, the app was approved by Apple and is available to download on the App Store.

  • Custom loading screen on Monotouch

    I had a request from my previous post about the DoneDone app to give a little insight on how the loading screens were created. I finally got round to creating an example project which shows one way of creating this sort of effect. The way I created the effect was to create a few controls (image view, activity indicator and message) on top of the view that's being displayed and mark them all as hidden by default. When the loading screen is to be shown - it will simply enable these controls to be viewed and when the action has finished - it will hide the controls again. This was something I quickly threw together on the DoneDone app and ideally - you'd use a separate "loading" view and add and remove it as a subview when the time is needed but this at least gives a starting point.

  • Creating a FlipView with Monotouch

    It seems that the default project templates that Monotouch provides doesn't include a FlipView template. This template normally provides a way of flipping a view to another view which displays different information. I created a demo project (which includes Jon Skeet's picture - aren't you lucky?) to demonstrate one way of creating this functionality. Craig over at ConceptDev posted a way of creating this functionality (see here: http://conceptdev.blogspot.com/2009/10/monotouch-flip-flop-with-uiview.html) however I quite like my implementation.

  • Monotouch for Free?

    You may have noticed that Novell released a way of creating native iPhone applications with C# and potentially any other .Net language with Monotouch, only to find out that it's $399 for a single developer license. Fear not, last night Novell released a "trial" version of Monotouch which will enable you to develop these apps without the need to pay for a license. Using this trial means that you will not be able to run your application on the device (which is important for testing if you're looking to sell an application), this is similar to the way NimbleKit handle the way users can develop using their framework.

  • On the way back from Mix 09

     AT&T have kindly opened up their internet for the weekend (at Philly airport) which gives me a good opportunity to update my blog a little bit.

    This week I popped over to Las Vegas for the Microsoft Mix 09 conference. A conference which puts together developers and designers and brings them to one. I won't go into details on the Keynotes or Sessions at this point cause I do eventually have a plane to catch but I'll follow up with a longer blog post about the sessions I saw and what I thought of them. It was really good to meet a few guys there and most of which is down to the style of the conference which is very open and free.

    I managed to get a little bit of spare time (there was plenty of after conference events to attend with Mix attendees) to head to downtown Las Vegas "The Old Vegas". It was quite a big difference to the main strip - not too busy. A little weirder to the main strip (yeah, it's possible) and seems much more locals in the casion than tourists. I took a few photos so I'll have to put them up when I get back. I know Phil has a good few photos so I'll have to grab them from him when I get the chance too.

    I'm already looking forward to Mix 10 on 15th - 17th March at Mandalay Bay in Vegas!

    ChrisNTR