AVCajipe's Blog
On javascript, asp.net, xml, architecture and other topics in the development space
Sign in
|
Join
|
Help
Home
Contact
About
RSS for Posts
Atom
RSS for Comments
Great Resources
Tags
.net
ActiveX
ajax
asp.net
breakpoints
Business
c#
Cache
character
client-side events
CSV
DBauer
debugging
Declarative Programming
dynamic queries
email validation
enum
events
exporting
Grid
javascript
linq to xml
strings
text
xml
Archives
January 2010 (1)
December 2009 (3)
September 2009 (2)
August 2009 (3)
July 2009 (13)
June 2009 (3)
May 2009 (3)
April 2009 (6)
Resume & Microsoft Transcript
Transcript can be viewed here
Transcript ID:
795329
Access Code:
avc791643
Stuff I read
Official ASP.NET MVC Site
On Certification these days
Web Developer Cheat Sheets
Podcasts for .net developers
Comparing Web Forms And ASP.NET MVC
Explore Rich Client Scripting With jQuery, Part 1
East-Oriented Design
Healthy Developer
Loading...
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:
javascript
,
c#
,
timezone info
0
Comments
Why engineers and sales don't mix
by
avcajipe
dilbert.com
Filed under:
humor
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:
javascript
,
c#
,
asp.net
,
Grid
,
events