Please wait...
  
CART

Login

The most promising web development company in the Philippines celebrate its first birthday this 4th of September 2009.
Imashups Web Technology Solutions, founded by Jhondie Abenaza and Mary Ann Payacag, both young “technology entrepreneur”. This young and innovative company is proving that it is possible to buck the trend and prosper in the current economic climate. [...]

i-mashups logo is now transforming to a new look. Simple, neat, easy to recognize, readable, large text, not more than 3 colors and that’s web 2.0 logo must be. The new logo is more flexible to any background because it can easily modify the color and the edges is not too detailed compare to the [...]

In Firefox this is one of the defaults style, having a dotted lines around the links to be able to remove this you just set the link outline to none in your css.
You can specify what state of the link will border not occur.

a, a:visited, a:focus, a:active, a:focus{
outline: none
}

1. Create a new image (ctr + n) with a 600×90 pixel and set a rectangular guide using the ruler. Just drag the ruler guide in the top and left portion of the canvas.

 
2. Then we will create a rounded rectangular with a gradient color. Using the ‘Rectangular Select Tool’ (R) with a 12px of [...]

In my previous blog post I discussed about how to slice a template, now we will import your sliced image to html as a webpage. If you’re thinking to a <img src=""> html tag, it’s a big NO, we will be use the CSS but we have to create your html first.

<!DOCTYPE html PUBLIC "-//W3C//DTD [...]

mark angelo
Dec
09

Template Slicing with Gimp

by mark angelo

Choosing the right layout
Many web template you can choose but in this tutorial i would prefer the usual and common web layout and this must have a header, navigation area, content area and a footer that you’ll find with all web layouts. With CSS design, you have to remember that you can be as creative [...]

This is a tip for the newbie on wordpress theming. If you install free themes and your having a hard time controlling your image alignment to left, right or center. This is because your using an older theme, you may not have these styles in your style sheet.
Here are the styles – you can [...]