Sharing session of ASP.NET MVC and jQuery - tips and tricks in Tech Insights 2010

 

I just did a sharing about ASP.NET MVC and jQuery tips and tricks about 2 weeks ago at Tech Insights 2010 event http://www.techinsights.my/ . I am little bit disappointed with my performance over there. In fact, I felt dizzy and nervous during the sharing when looking down to all the audience down from the stage. Oh my god, seems I am still not well trained with this kind of event. Anyway, I have some plans in my mind to train myself be better and cope well with this kind of event. 

I created a simple shopping cart for the sharing and it is called eStore. If you are familiar with shopping cart then you will know some of the features is mandatory to be included such as product details, product browsing, product searching and so on. I don't manage to include Administration functions and shipping module.. Anyway, like what I said the intention to create this shopping cart is to show how jQuery can be integrated with ASP.NET MVC and enhance the User Experience (UX) and so on. I hosted the project to Codeplex.com. The URL for the project is http://estore.codeplex.com. I included the project template to start off the jQuery integration process as well so you don't need to build it from scratch. Some of the jQuery plugin are used in the eStore such as jQuery UI, jQuery Watermark, jQuery Lightbox, jQuery Coda Slider and so on. I planned to use jQPlot for the charting in the administration page and it is in my todo list. Please don't hesitate to let me know if you have any suggestion or question.