paulwhit

Stories kicked by paulwhit

Introduction to jQuery Article posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...

1 comment |category: |Views: 340

tags: another

Foundations of Programming Ebook(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 11 months ago

Covering the basics of good programming. read more...

3 comments |category: |Views: 353

tags: another

Wake up ASP.NET developers!(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years ago

You’re participating in the stagnation of the World Wide Web and you hold the human race hostage. read more...

6 comments |category: |Views: 29

tags: another

Exception Handling - Do's and Dont's(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 4 years ago

Exceptions provide a consistent mechanism for identifying and responding to error conditions. Effective exception handling will make code more robust and easier to debug. Exceptions are a tremendous debugging aid because they help answer... read more...

add a comment |category: |Views: 71

tags: another