Web Dev Matters and Me

Web Development Matters - HTML, XML, C#, .NET, AJAX/Javascript(jQuery), CSS, XML-XSLT

ME - LIFE,Philippines, Tokyo, ECE, PhilNITS/JITSE,情報処理, 日本語

things about Philippines, gaming, C# development and web development, how to make money in stock trading

Web Dev Matters and Me

Cheap webhosting for ASP pages

I was really amazed that winhost now offers these to subscribers, Microsoft WebMatrix and ASP.NET MVC 3 for small investment of 5USD. I really love web development and I enjoy studying new technologies which probably won't be allowed at work.

Anyway, to mention some specs for the cheap 5USD per month bill, I have 2GB disk space, nice monthly bandwidth , 200mb MSSQL (the new version, at the time of writing 2008 R2) and 200mb MySQL, which makes it 400mb. This is enough for me to develop some good apps or make a portfolio site.


Checking for iDevices

C#(asp.net)
Request.UserAgent.ToLower.Contains("iphone;")) 


Javascript

navigator.userAgent.match(/iPhone/i) 



I think this can be used with iPads/iTouch

CNEG Smallest-In-the-World USB Wireless Adapter

I noticed this tiny USB device while walking somewhere in mall. It is a small USB device that allows you to setup an access point. I'm not into making an internet sharing thing, but I think I'll use it to test my web applications using other devices like PSP, iPhone, etc. I'll simply setup an access point and have IIS enabled and serve request to all clients connecting to my notebook (yes, I cant carry my heavy things while I'm taking break at Starbucks).

Probably will try it and update some findings here in the coming days.

FB Connect