Wednesday, January 27, 2010

My venture into OOP Javascript pt1

So I’m trying to wrap my head around javascript programming.  Not so much jquery this or modify that, so much as full on client side functionality. 

I’m building a scheduling calendar using jquery.jqweek or something like that.  Basically looks like a google calendar.  But there is a great deal of functionality that I have to add in order for it to display correctly ( with the information I want displayed that is ) and for the adding and editing appointments.  A LOT of functionality.  So I’ve been struggling with the best way to organized my code and as it gets more organized I start seeing patterns that are familiar to my C# code, as well as patterns that are completely different.

No comments: