Articles

Show Attributes on checkout page in Magento

Just go to the Admin section, select products->Attributes->Manage Attributes.

Then just click on “Add New Attribute” on the top right hand side.

Once you have added it, clear the magento cache, and edit a product.

You will see the attribute in the General tab being available for editing.

Draw shapes using css

One of best cool features of CSS3 is that it reduces the use of images in web designs and allows you to create different shapes in CSS.

AngularJS

AngularJS is a very powerful JavaScript library. It is used in Single Page Application (SPA) projects. It extends HTML DOM with additional attributes and makes it more responsive to user actions. AngularJS is open source, completely free, and used by thousands of developers around the world. It is licensed under the Apache license version 2.0.

Create image with dynamic text using php

In this post functions such as watermark_text() and watermark_image() to generate text and images watermarks on images. Integrate this to your web project upload image system dynamic text and produce flyer image.

Server Side Form Validation

Server Side Form Validation using Regular Expressions .The preg_match() function searches a string for pattern, returning true if the pattern exists, and false otherwise.

Countdown timer with buzzing sound

This tutorial will help you, how to create Countdown Timer using Javascript and HTML and play sound after times up.My primary caution for you is to understand JavaScript handled on the client side and has a dependency on the user’s computer speed. However, countdown timers are still effective for encourgaging your users to quickly perform a particular task.

Creating a Date Range Array with PHP

I recently needed to come up with an array of dates between two given dates. I typically work in the MySQL-compatible ‘YYYY-MM-DD’ date format, so I wanted it to use dates like that. So I came up with the following function: