Tuesday, June 22, 2010
C# Image Proccessing Techniques: Part III
Tuesday, June 15, 2010
The jQuery Globalization Plugin From Microsoft
Each language, and the countries that speak that language, have different expectations when it comes to how numbers (including currency and percentages) and dates should appear.
Obviously, each language has different names for the days of the week and the months of the year. But they also have different expectations to the structure of dates, such what order the day, month and year are in. In number formatting, not only does the character used to deliniate number groupings and the decimal portion, but the placement of those characters differ.
A user using an application should be able to read and write dates and numbers in the format they are accustomed to. The jQuery Globalization plugin makes this possible, providing an API to convert user-entered numbers and dates in their own format into real numbers and dates, and conversely, to format numbers and dates into that format.
Requirements: jQuery Framework
Demo: http://weblogs.asp.net/scottgu/archive/2010/06/10/jquery-globalization…
License: License Free
Related Posts
Tuesday, June 8, 2010
Amazon S3 from C# developer point of view.
It shows how to access Amazon S3 service from C#, what operations can be used and how they can be programmed.
Amazon SDK for .Net is used for examples in the article. Amazon EC2 account
is required and an access and private keys are also necessary to start using the SDK.
See more details at http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3051
Amazon S3 is ca...