Archive for the ‘mobile’ Category

Writing web apps for the iPhone

Posted on October 27th, 2007 by aaron
Filed under asp.net, mac, mobile | 6 Comments

I’ve been working on a web app for the iPhone the last few days. It’s been a little while since I’ve done ASP.NET (I miss it!) so it’s fun to jump back in. I came across iUI – a very well done, lightweight and visually beautiful “mini-framework” for creating web sites that behave just like [...]

Windows Mobile 5.0

Posted on May 12th, 2005 by aaron
Filed under mobile | No Comments

(via smartphonethoughts.com)
MSDN has a nice synopsis of What’s New for Windows Mobile 5.0
Check it out.

.NET CF fluid FAQ

Posted on May 9th, 2005 by aaron
Filed under mobile | No Comments

The .NET CF team at MS has a FAQ to answer many questions. Good resource!
http://blogs.msdn.com/…/414820.aspx

I’ve got one word for you.

Posted on March 31st, 2005 by aaron
Filed under mobile, tools | No Comments

ORB.
It’s now free! (I learned this via Mike Hall)
I installed this last night, and have already spent the entire day today streaming my music library to my work PC to enjoy some tunes while I work. It’s pretty slick! I streamed videos, checked out some pictures, and oh yeah, did some work.
Check it [...]

.NETCF Blog

Posted on February 15th, 2005 by aaron
Filed under mobile | No Comments

Alex Feinman has a blog on the .NET Compact Framework. I think this might be well-visited by me.

.NET Compact Framework: Updating the UI from a background thread

Posted on December 17th, 2004 by aaron
Filed under mobile, programming | No Comments

Interesting and useful article from Jim Wilson on the right way to update your UI from process-intensive operations using the .NET Compact Framework.
Check it out on MSDN.