Jul 28, 2011

Magento: Forms prototype javascript validation

Custom Form Validation
Adding Javascript validation to your own forms is extremely simple. First, you need to create a Form (form.js) object to represent your form.




Acknowledge to the Original Poster.

Jul 26, 2011

Email: Sendmail puts exclamation marks(!) in a body/content of email.

I past day I encountering the error on email message. In some part on the email has added special character !.

Reason Causing the Case:
Ask check on the blog one blogger I found that the email have only limit of character every line, and this is only 1000. In every after 1000 character in one line this will happen, it added exclamation mark(!).

Fixed:
You must need to break the line before reached the 1000 character length.

As acknowledge to the Author.
exclamation-marks-at-end-of-lines-in-e-mail

Jul 11, 2011

Jul 7, 2011

Jul 6, 2011

Symfony: Create project


php symfony/data/bin/symfony generate:project PROJECT_NAME --orm=Propel

php symfony configure:database "mysql:host=localhost;dbname=DB_NAME" DB_USER DB_PASS

php symfony generate:app frontend

symfony propel:generate-module --with-show --non-verbose-templates frontend registration Registration