Archive | Web Programing

06 March 2010 ~ 0 Comments

Elevation Fitness In Private Beta

Elevation Fitness In Private Beta

I can not express how excited I am about Elevation Fitness. A product designed for personal trainers to keep track of their clients. I have been working on this project with an amazing team of people for over 2 years, and I am happy to say we went into private beta this week.

Elevation attempts to do away with paper and pencil for personal trainers and move their client management to the Cloud (where we all know my favorite place to be is). If you are interested please signup for the private beta and let me know what you think.

Continue Reading

07 January 2010 ~ 0 Comments

My Top Technology List Of 2009

My Top Technology List Of 2009

Every geek blog I actively read posted a list of top technologies for 2009, so I thought I would be remissed if I did not do the same. These are technologies that really stepped it up or came to my attention in 2009 and became part of my everyday life both for work and personal used.

2009 was all about moving my life to the cloud. I determined early in 2009 it was stupid to ever store a file on my computer ever again. All my data should live in the cloud so I can have access to it everywhere I go, I can have access on any platform (think cell phone), I can easily share my data with people I want to share it with, and lastly I do not have to worry about backups (for the most part), and that is just what I have done.
Below is a list of my top 10 products that have changed my life in 2009. The first 6 are sort of consumer related and the last 4 are software developer related. So if you are not a software developer I am thinking you might only find the first 6 interesting.

Continue Reading

25 November 2009 ~ 0 Comments

No More Compiled Software For Me

No More Compiled Software For Me

As many of you know I am the founder and president of Cloudmanic Labs, LLC. At Cloudmanic Labs it is our goal to build web applications that traditionally were handled via compiled native software and stuff them in the Cloud. For a while now I have been not eating my own dog food (for a lack of a better term). I stilled was using a native mail client, still listening to my stored mp3s in iTunes, using word to type documents, still using some sort of compiled solution for a twitter client and so on. Then the recent preview release of Google’s Chrome OS came out and it gave me a wake up call.

Continue Reading

17 November 2009 ~ 0 Comments

I Am Totally Jazzed On Appcelerator

Doing some cool stuff at Cloudmanic Labs with Titanium.

Continue Reading

15 April 2009 ~ 0 Comments

My Love Of Jquery’s Form Plugin

The type of web programing I do often has a large database back-end with which requires user input and data return. In the olden days you just created an html form and then posted some input data to some cgi (say PHP script) and the script would speak with the database and return some html causing the browser to reload on post. Now that we are a super cool web 2.0 world we do not do this anymore we make javascript use Ajax to do the post for us. If you are anything like me you take one look at javascript and say “no thank you”. Most people hate the syntax of javascript, the confusion of the language, or the browser compatibility issues; when I say most people I am including me. This is where our friends at Jquery come to the rescue http://jquery.com (more on them in another post).

Continue Reading