Thursday, December 4, 2014

Theo Howard has joined as art director of Restaurant Notes

+Theo howard  has joined as art director and artist on Restaurant Notes, I am very happy to have him on board. Check out  his work at Artist Theo Howard

Also the app for AndroidMe is nearly done and is being released with features of Material Design.

And Restaurant Notes is soon to be released with the ability to add a picture to your meal. More exciting features to follow in the release after that.

Also learned how to do pinch-to-zoom for AndroidMe app. Will soon release code on what I did.

Monday, August 4, 2014

A shout out to Jay at Kickin Cotton for doing the logo at the top of this blog. Highly recommend!

Sunday, August 3, 2014

Also check out my new logo done by Kickin Cotton in Orlando. Thanks Jay!

Android Development Ongoing

I am currently working with +jeremy pougnet  on an app for Android.Me website. Learning lots about various features.  Also working on the side for an app for +Wynn Rostek  called Executive Desk. It  a fun app,.

Monday, February 3, 2014

Learning ASP.NET MVC

ASP,NET MVC is quite different form ASP.NET WebForms. The basic concept of the Model View Controller pattern is one that I had used in desktop apps, so I was not prepared for how different it was. The big difference for me was that I had to actually know HTML, which I had used to some extent and learn the more modern version of HTML 5. Also CSS is used much more. Which I have also had to learn more in detail.
   Also I made the leap form using the features of Visual Studio 2008 to Visual Studio 2013 and  C# 5.0, so it forced me to use LINQ and lambda functions, which while the concept is simple, the exact syntax can be tricky to learn.
  But I have completed my first assignment for the WebPortal software I am working on and am feeling more comfortable with MVC now and the technology it requires.