August 2009 - Posts

0
Comments

Practical C#8 - Displaying Timezones by avcajipe

Writing a truly global application would at times require the developer in displaying the different time zones in plain text format. My previous implementation was to capture the offset in the client and pass this value to a server-side hidden field control...
Filed under: , ,
0
Comments

Why engineers and sales don't mix by avcajipe

dilbert.com
Filed under:
0
Comments

Practical Javascript 8: Extending Checkboxes by avcajipe

Input checkboxes can be used for all sorts of selection and deselection activities. They can also become extremely useful when used within a grid for multiple item selection. In this example, checked items (or rather rows) are coloured differently when...
Filed under: , , , ,