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.

Sunday, December 1, 2013

News 12/01/2013

I am in  the process of switching my hosting service from EasyCGI to Arvixe. I am doing this because they support ASP.NET MVC which I am learning and SQL Server 2012.  My Coding Zebra site is now switched over though some links on it do not work, will fix them tomorrow.

New Computer!
  Tuesday I received my new computer a Velocity Micro computer Vector Z25 with the latest i5 chip.
It has some SSD storage and 1 terabyte of hard drive storage. Have finished backing up files from  my old computer and transferred the files I need to my new computer.

Have joined the DigiOz web portal opensource team.  They are converting form classic ASP.NET to ASP.NET MVC which I am learning. They are using jquery, BootStrap and Entities Framework 6.0.
 I have downloaded the files and will get my first assignment soon.

Saturday, November 23, 2013

Learning MVC

I am redoing my Coding Zebra web site in ASP.NET MVC it should be done soon.