1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


amitsharma's Saves

avatar

amitsharma

Joined over 2 years ago.

clicked (0) — submitted (4) — commented (0) — saved (3)

JavaScript » Forms — over 2 years ago — reviewed, not listed
This tutorial focuses on the topic of processing forms. The journey will include client-side and server-side field validation, form loading, submission, field customization, and layout techniques that will make it a breeze to build great-looking and friendly forms.
PHP » Basics — over 2 years ago — reviewed, not listed
In the this article, a process model, which can be used for PHP projects is introduced. It helps in exploring how you can break up complex PHP projects into simple sub-parts that multiple team members can work on. It highlights the use of the MVC pattern for separating concerns in the application and agile principles to deliver a code that works.
PHP » Frameworks — about 2 years ago — reviewed, not listed
Magento has a wonderful architecture behind its system that relies on us knowing where the files should be placed and how to structure our templates and modules. In this tutorial, we will learn about this architecture and how it applies to development with Magento. We will learn: • Where everything is within Magento • What all the base directory files and folders do • The basics of how the template system works • How modules work within the system • How the Zend Framework