How to edit/change contact page form in magento

Posted by Damodar Bashyal on August 13, 2009

 

Wow after few searches i found the solution so, i didn't get that much headache at this time. This is how i changed my contacts page form in magento.

Step 1:

Change the contact form located at:

More»

Using jQuery with Magento Including Protype, Scriptaculous etc...

Posted by Damodar Bashyal on May 03, 2009

 

How to use jQuery with Magento?

Download jQuery from jQuery site

Add this line to the bottom of jQuery.js

jQuery.noConflict();

Copy the file to the js/jquery folder|directory

In page.xml, add it to the list of js files as:

<action method="addJs"><script>jquery/jquery-1.2.6.noConflict.min.js</script></action>

or,

<action method="addItem"><type>js</type><name>jquery.js</name><params/></action>
How to use jQuery with magento now?

The below procedure is one way.

More»

List of important web resources

Posted by Damodar Bashyal on April 28, 2009

 

PHP Frameworks

codeigniter:

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks

zend:

Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend Framework is focused on building more secure, reliable, and modern Web 2.0 applications & web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as well as API providers and cataloguers like StrikeIron and ProgrammableWeb.

CakePHP:

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.

More»