<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-820160698298723786</id><updated>2024-12-27T21:16:58.277+11:00</updated><category term="C#"/><category term=".NET"/><category term="ASP.NET"/><category term="TDD"/><category term="ASP.NET MVC"/><category term="Unit Testing"/><category term="Enterprise Library"/><category term="Linq to Entities"/><category term="Entity Framework"/><category term="Rhino Mocks"/><category term="Architecture"/><category term="Linq"/><category term="Logging"/><category term="MSBuild"/><category term="MVC"/><category term="MVP"/><category term="TFS"/><category term="Validation Application Block"/><category term="Visual Studio 2010"/><category term=".NET 4.0"/><category term="ASP.NET Membership"/><category term="Ajax"/><category term="Blogger"/><category term="CSS"/><category term="Cache"/><category term="Cache Application Block"/><category term="Deep Copy"/><category term="Encryption"/><category term="Exception"/><category term="Generics"/><category term="IIS 7.0"/><category term="Initial Impressions"/><category term="Javascript"/><category term="Learn Something New"/><category term="Logging Application Block"/><category term="Model View Presenter"/><category term="NUnit"/><category term="Navigation"/><category term="Roles Provider"/><category term="Serialization"/><category term="Web Forms"/><category term="Web Services"/><category term="XCode"/><category term="jquery"/><title type='text'>Dan&#39;s Developing Days</title><subtitle type='html'>Developing software is like developing a church.  First you build it, then you pray.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://oddiandeveloper.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default?max-results=3&amp;redirect=false'/><link rel='alternate' type='text/html' href='http://oddiandeveloper.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default?start-index=4&amp;max-results=3&amp;redirect=false'/><author><name>Odd</name><uri>http://www.blogger.com/profile/08305441026478320214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>83</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>3</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-820160698298723786.post-8940385032090598900</id><published>2012-06-21T13:33:00.000+10:00</published><updated>2012-06-21T13:33:29.714+10:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Initial Impressions"/><category scheme="http://www.blogger.com/atom/ns#" term="Learn Something New"/><category scheme="http://www.blogger.com/atom/ns#" term="XCode"/><title type='text'>Learn Something New - XCode Initial Impressions</title><content type='html'>I&#39;m going to take a leaf out of some of my favourite blogger&#39;s books and try and learn something new, something I haven&#39;t done for a while. &amp;nbsp;And considering that I haven&#39;t found a good reason to blog for a while I&#39;ll post about it here. &amp;nbsp;I bought my first Mac today, a proud moment for me, a long time dedicated windows user. &amp;nbsp;Now I find myself in a new environment where there&#39;s lots of stuff to learn, and new things to uncover, particularly in the development space. &amp;nbsp;There&#39;s XCode, application development, virtual machines so I can still do windows stuff and some new windows development I&#39;d like to learn like ASP.NET MVC 4 and Web API. &amp;nbsp;So this is the first in my blogs about the new stuff I&#39;m going to try and learn.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
XCode - Initial Impressions&lt;/h2&gt;
&lt;div&gt;
My first impression of XCode takes me back to the days of C++ and windows forms and MFC. &amp;nbsp;Probably just because of the C++ style interface. &amp;nbsp;Drag and drop controls feel pretty good but there&#39;s large chunks of code that aren&#39;t immediately obvious what they do for a beginner. &amp;nbsp;At the time of writing I&#39;ve only gone through the &lt;a href=&quot;http://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/xcode_quick_start/010-Tutorial_Using_Xcode_to_Write_Hello_World/hello_world_tutorial.html&quot; target=&quot;_blank&quot;&gt;hello wold tutorial&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;h4&gt;
API&lt;/h4&gt;
&lt;div&gt;
I think the API is the part the reminds me of MFC development so much. &amp;nbsp;Variables and interfaces are named in such a way that it&#39;s not clear what their use is at the get go. &amp;nbsp;The NS prefix seems prevalent and after the initial tutorial it seems like a redundant prefix. &amp;nbsp;I don&#39;t understand the square bracket syntax yet, but at a glance it looks remarkably complicated for a modern development tool.&lt;/div&gt;
&lt;h4&gt;
Interface&lt;/h4&gt;
&lt;div&gt;
The interface is good. &amp;nbsp;For a basic test application it&#39;s very straight forward, simple and easy to navigate. &amp;nbsp;On a macbook air it runs nice and quick. &amp;nbsp;Not much else to say at this point because I haven&#39;t learned how to use it enough.&lt;/div&gt;
&lt;h4&gt;
Debugging&lt;/h4&gt;
&lt;div&gt;
Pretty straight forward. &amp;nbsp;Breakpoints and stepping through code is easy and similar to the visual studio I&#39;m used to. &amp;nbsp;It&#39;s quick and pretty straight forward, and unusually has a very iTunes feel to it due to the interface, play button, feedback screen. &amp;nbsp;It&#39;s not really a negative but it makes you feel like you&#39;re developing in a sandpit with all your toys rather than as a serious developer.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Ok so it&#39;s not much of an initial review, but hey I&#39;ve only done the initial tutorial so far.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oddiandeveloper.blogspot.com/feeds/8940385032090598900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/820160698298723786/8940385032090598900' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default/8940385032090598900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default/8940385032090598900'/><link rel='alternate' type='text/html' href='http://oddiandeveloper.blogspot.com/2012/06/learn-something-new-xcode-initial.html' title='Learn Something New - XCode Initial Impressions'/><author><name>Odd</name><uri>http://www.blogger.com/profile/08305441026478320214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-820160698298723786.post-81216946094903957</id><published>2011-09-28T21:39:00.001+10:00</published><updated>2011-09-28T21:39:14.364+10:00</updated><title type='text'>Review of Blogsy</title><content type='html'>&lt;p&gt;I&#39;ve never used Blogsy before, but now that I have my iPad I thought I&#39;d give blogging through it a go.  What better way to see how useful it is than to write a review for my blog using nothing but the tool itself.&lt;/p&gt;&lt;h2&gt;The Keyboard&lt;/h2&gt;&lt;p&gt;So this review doesn&#39;t just cover Blogsy, but the process of using the iPad to blog online.  I have very large hands and often find it hard to type on small keyboards.  I&#39;m using the iPad on screen keyboard to write this blog, and although I&#39;m making lots of mistakes, its actually quite good.&lt;/p&gt;&lt;p&gt;The biggest drawback I think is going to be around the fact that you can&#39;t rest your fingers on the keyboard.  Over time this will definitely make my hands hurt, in fact I&#39;m only a small way through and my wrists can already feel a little bit of strain.  I do intend on getting a wireless keyboard for this thing at some point though if I do end up using it more, however iPad haters will probably have something to say about that.&lt;/p&gt;&lt;h2&gt;Made for the Tech Savvy&lt;/h2&gt;&lt;p&gt;This program, Blogsy, is clearly made for the tech savvy.  The blog is written in markup instead of some GUI based editor and it&#39;s a breeze to use, even without a mouse.  There are helpful buttons to enter in some basic markup commands, headings lists alignments, quotes etc.&lt;/p&gt;&lt;h2&gt;Additional Content&lt;/h2&gt;&lt;p&gt;It would be a pretty boring blog post if there wasn&#39;t some image or video content somewhere in there.  The right hand side of Blogsy includes links to popular applications.  These let you place media or links easily into your blog post from various locations.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: right;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj59-rN5MVptCv1eLsS3y0r0s2BdTn3W7C2EZcL9xhi5tvEUemBi0EktmNMqmj0dz-1Avycj-WFpkCSOotVDb1mKgaziZ7CasCa3buy3eGNvUTxLjj6mHkQ_K8IZP8hHbPGI7dbQHflizg/&quot; target=&quot;_blank&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj59-rN5MVptCv1eLsS3y0r0s2BdTn3W7C2EZcL9xhi5tvEUemBi0EktmNMqmj0dz-1Avycj-WFpkCSOotVDb1mKgaziZ7CasCa3buy3eGNvUTxLjj6mHkQ_K8IZP8hHbPGI7dbQHflizg/s356/P6300136.JPG&quot; id=&quot;blogsy-1317209785085.0222&quot; class=&quot;alignright&quot; alt=&quot;My Turtles&quot; width=&quot;356&quot; height=&quot;266&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;This photo is of my two Aussie Eastern Long Neck Turtles when I first got them.  Aren&#39;t they cute!?  Content from Picasa, Flickr, You Tube and more can be placed as well as copying data directly from Safari.  It&#39;s a great feature.  My favourite part of the feature is that you can upload content from your own local photo album to your content provider.  I really can&#39;t fault this feature.  It is simple and it works well.  Drop box support would be nice, but not necessary for me as I don&#39;t store media there.&lt;/p&gt;&lt;h2&gt;Code&lt;/h2&gt;&lt;p&gt;Sure I might not write much code any more, but I still imagine that posting code will be important to me.&lt;/p&gt;&lt;blockquote&gt;&lt;br&gt;int main (int args[])&lt;br&gt;{&lt;br&gt;    int i = 0;&lt;br&gt;}&lt;br&gt;&lt;/blockquote&gt;&lt;p&gt; Clearly from this it is not going to be practical to post about code using Blogsy.  Honestly even writing code on an iPad is just cumbersome, so I suppose even if it did have a code feature I wouldn&#39;t use it.&lt;/p&gt;&lt;h2&gt;Anything Else?&lt;/h2&gt;&lt;p&gt;Not really.  Features are small and simple but this app has pretty much everything you need to make simple blog posts on the go.  For only a few bucks I&#39;d highly recommend it.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://oddiandeveloper.blogspot.com/feeds/81216946094903957/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/820160698298723786/81216946094903957' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default/81216946094903957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default/81216946094903957'/><link rel='alternate' type='text/html' href='http://oddiandeveloper.blogspot.com/2011/09/review-of-blogsy.html' title='Review of Blogsy'/><author><name>Odd</name><uri>http://www.blogger.com/profile/08305441026478320214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj59-rN5MVptCv1eLsS3y0r0s2BdTn3W7C2EZcL9xhi5tvEUemBi0EktmNMqmj0dz-1Avycj-WFpkCSOotVDb1mKgaziZ7CasCa3buy3eGNvUTxLjj6mHkQ_K8IZP8hHbPGI7dbQHflizg/s72-c/P6300136.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-820160698298723786.post-1208423347693330260</id><published>2011-09-28T17:39:00.001+10:00</published><updated>2011-09-28T17:39:18.138+10:00</updated><title type='text'>An End</title><content type='html'>&lt;p&gt;I haven&#39;t posted to this blog in some time because my job has become much more managerial and a lot less technical. I intend to start posting again soon but I&#39;m not sure what the content is going to be like and whether or not I&#39;ll cover more technical content from my management position or management content or perhaps both.&lt;/p&gt;&lt;p&gt;I have a few projects outside work that are about to start also including a new hobby around home automation, I intend on using this blog to write some information about that, but I guess I&#39;ll have to wait and see.  I&#39;m also very interested in investing in setting up my own brand, starting with a relevant domain name and website containing this blog as well as any future blogs and work I&#39;ll be doing.  I expect my future posts to cover some of this also.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://oddiandeveloper.blogspot.com/feeds/1208423347693330260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/820160698298723786/1208423347693330260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default/1208423347693330260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/820160698298723786/posts/default/1208423347693330260'/><link rel='alternate' type='text/html' href='http://oddiandeveloper.blogspot.com/2011/09/end.html' title='An End'/><author><name>Odd</name><uri>http://www.blogger.com/profile/08305441026478320214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>