Skip to main content

Posts

Showing posts from June 17, 2007

Customize Sofware Development

Customize software development requires dedicated attention for client. It requires depth understanding of what client is thinking and how he wants the product built in. I worked on lots of projects which is mostly built with customize software development . One of product is AJAX Shopping cart. When user adds products in shopping cart it displays shopping cart information as per client requirement. So once no of products are added in cart, user can easily update the cart without bothering the reload of page using AJAX technology . We are given textbox with filled quantity and checkbox for selection of products. We are also given remove and update buttons. Once user select any product and press remove button it will remove product from cart without refreshing whole page. Same as we did for updating of quantity. First time when I interact with this concept I don’t know how to solve this issue, but, later on, I aware with AJAX and find out the solution for above query. Offshor