Archive for September, 2010

It is no breaking news that jQuery, along with its other JavaScript library counterparts, is making serious dents in the Flash web pie. While I prefer to sit on the fence and watch the hot “Flash is Irreplaceable / Flash should Die” web debate, I do think there are a large number of effects that [...]

  • Share/Bookmark

I am going to teach you to make a wordpress plugin in 5 easy steps
1.To make a wordpress plugin you first need to write some information under /**/ comment  like
/*
Plugin Name: Custom Upload
Plugin URI:
Description: Category-wise upload files
Version: 1.0
Author: Sandipan
Author URI: http://www.sandipan4uonly@gmail.com
*/
2. Now you need to write a function which fulfill your  requirement  like
Function demo(){
//your codes [...]

  • Share/Bookmark

Step-1: Select two images that you want to mix together. I have chosen -
a)Sky Image.
b)Parachute Image.

Step-2: Use the pen tool for selection. Select one parachute carefully.

Step-3: Select the whole parachute image and then press Ctl + Enter to select the outline area. Now take a copy (Ctl+C).

Step-4: Paste your copied image into this sky image.
Step-5: [...]

  • Share/Bookmark

While doing a project in X-Cart I was asked to integrate a gallery into the product list page of the website. The purpose was to display the shop product using that gallery, but the problem was the size of the product image, it was too big and we need to resize it dynamically so that [...]

  • Share/Bookmark

Step-1 Create a New File – 800×800px.
Step-2 Fill the Background Color with Black
Step-3 Create a New Layer and Fill the Color with Green (Code#234b44)

Step-4 With the green layer selected go to Layer>Group Layer. The layer will be inside a folder in the Layer Palette. Select this folder and go to Layer>Layer Mask>Hide All.

Step-5 Select the [...]

  • Share/Bookmark

SPOILERS ALERT: “This post is only for the peoples who work for CODEZ.”

At CODEZ we have our own project progress tracking system, using nothing but only google spread sheet. We have divided our project development progress into 6 different sections. The development sections are;
1.    Designing Task: This part consist of website template design.
2.    HTML Task: [...]

  • Share/Bookmark
Tags: