GMail Mailbox Size, Algorithm and Projection

I am here in Helsinki (Finland) now and just thought of checking the Detroit time by changing the windows date time control’s Time Zone. I was having the gmail login page in the background with size information - “Over 5090.355697 megabytes (and counting) of free storage so you’ll never need to delete another message”.

I thought of playing a bit on the calender control and noticed that the gmail mailbox counter is varying based on the system date. After checking the java script source, I realized that gmail script is dependent on the local system date. Hence thought of projecting the mailbox size for next 35 years. Unfortunately the script failed after 2038, it shows the size less than 5 MB. Hope google will correct the script by that time. Here is the projection of mailbox size.

gmailbox.png

If you are interested in the Read more »

Microsoft Silverlight and Windows Media Player?

Do you think Silverlight media features are built on top of Windows Media Player?

The Silverlight browser plug-in is a separate component, independent of Windows Media Player. Silverlight is designed for delivery of cross-platform, cross-browser media experiences and rich interactive applications (RIAs) inside a Web browser combining audio, video, animation, overlays, and more. Windows Media Player delivers a breadth of local playback and user focused experiences. You don’t require Windows Media Player to be installed on PC to run Silverlight applications. Silverlight is completely independent and when installed is less than 2 MB in size.

Silverlight supports Windows Media Audio and Video (WMA, WMV7–9) and VC-1, as well as MP3 audio. Additional formats may be available over time.

Google Android Developer Challenge - Google Phone (GPhone) Foundation

Google has launched the Android Developer Challenge, which will provide $10 million in awards for great mobile apps built on the Android platform.

The award money will be distributed equally between two Android Developer Challenges:

  • Android Developer Challenge I: Google will accept submissions from January 2 through March 3, 2008
  • Android Developer Challenge II: This part will launch after the first handsets built on the platform become available in the second half of 2008

In the Android Developer Challenge I, the 50 most promising entries received by March 3 will each receive a $25,000 award to fund further development. Those selected will then be eligible for even greater recognition via ten $275,000 awards and ten $100,000 awards.

What is Android ?

Android is a software stack for mobile devices that includes an operating system, middleware and key applications. This early look at the Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.

Features

  • Application framework enabling reuse and replacement of components
  • Dalvik virtual machine optimized for mobile devices
  • Integrated browser based on the open source WebKit engine
  • Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the OpenGL ES 1.0 specification (hardware acceleration optional)
  • SQLite for structured data storage
  • Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)
  • GSM Telephony (hardware dependent)
  • Bluetooth, EDGE, 3G, and WiFi (hardware dependent)
  • Camera, GPS, compass, and accelerometer (hardware dependent)
  • Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE

Android will ship with a set of core applications including an email client, SMS program, calendar, maps, browser, contacts, and others. All applications are written using the Java programming language. Read more »

Nokmote for Nokia N95

Nokmote allow you to control your N95 by detecting the movement of the phone through motion sensing, like the Wiimote. Read more »

Unable to start debugging on the webserver. Debugging failed because integrated Windows authentication is not enabled

If you are trying to debug the ASP.NET application with Visual Studio 2005 (VS 2005) and Windows XP, and getting the following message,

Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see the help for assistance.

Then do the following settings under IIS.

  • Open control panel–>Administrative tools–>Internet Information Services
  • In IIS, select the website in left tab, right click ‘Default Website’ under it and click on properties.
  • Under the ‘Directory Security’ tab, click on Edit under ‘anonymous access and authentication control’
  • Check on ‘Enable Integrated Windows Authentication’.

Prior to this ensure, ASP.NET and IIS is mapped. If not, goto VS.NET command prompt and type the following command

aspnet_regiis –i

Happy debugging