Archives by date

You are browsing the site archives by date.

Chart Control for ASP.Net

For my current project I need to create charts and graphs, I know how to use Graphics class in ASP.Net and know few techniques to Create graphs as well. But, still as usual I look for free codes available for the same. I search and very quickly find my problems solution… http://carlosag.net/Tools/WebChart/Default.aspx A Free control [...]

Shopping Carts: X-Cart and its template engine

Hi, As I start working on my X-Cart modification project, I learn few things. One of the most important thing among other is How a bad planning change the Good design patterns. X-Cart uses Smarty for Template handling. Smarty as you might know is a Template engine by PHP itself (http://smarty.php.net). It is based on [...]