Creative Web Interface
  • About Us
  • Services
  • Web Design
  • web hosting
  • Contact us

33 Creative & Unique Business Cards

By admin On March 2, 2011 · 1 Comment · In PhotoShop

If you are looking for an unique way to brand your business card, then you’ve got to check this post. I’ve collected over 80 creative and unique business cards from different types of business. Some of them are visually appealling, some have fancy die cut, some are edible, and some are just crazy. The examples [...]

Continue Reading →

60 Free Handwritten & Script Fonts

By admin On March 2, 2011 · 2 Comments · In Web design & Development

People mostly use either serif or sans-serif fonts and often miss out the handwritten fonts. They are as important as the main font classifications. I particularly like to use handwritten fonts to highlight significant items in screen captures. They add the personal touch in my design and also provide great typographic contrast. However, not all [...]

Continue Reading →

Best of Design 2010

By admin On March 2, 2011 · 8 Comments · In Web design & Development

Best of Design 2010

As 2010 is wrapping up, it is about time do a sum up of the best sites that I’ve featured on Best Web Gallery. Again I’ve selected 50 sites from different categories: personal blog, commercial, agency, portfolio, and software. In 2010, CSS design is getting more interactive. People are using jQuery [...]

Continue Reading →

Basic SEO Tips

By admin On March 2, 2011 · 1 Comment · In Search Engine Optimazation (SEO)

Basic SEO

1. Insert keywords within the title tag so that search engine robots will know what your page is about. The title tag is located right at the top of your document within the head tags. Inserting a keyword or key phrase will greatly improve your chances of bringing targeted traffic to your site.

[...]

Continue Reading →

JS Lightbox

By admin On March 1, 2011 · Leave a Comment · In JavaScript

Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It’s a snap to setup and works on all modern browsers.

Note: An new version of this script is available: Lightbox JS v2.0

Benefits

Places images above your current page, not within. This frees you from the constraints of [...]

Continue Reading →

CSS Drop Caps

By admin On February 17, 2011 · 2 Comments · In CSS

This paragraph has the class “introduction”. If your browser supports the pseudo-class “first-letter”, the first letter will be a drop-cap.

p.introduction:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
}

Continue Reading →

Gradient text effect

By admin On February 17, 2011 · 2 Comments · In CSS

HTML

Gradient text effect

CSS
h1 {
font: bold 330%/100% “Lucida Grande”;
position: relative;
color: #470000;
}
h1 span {
background: url(gradient.png) repeat-x;
position: absolute;
display: block;
width: 100%;
height: 31px;
}

Continue Reading →

10 Wonderful Web Interface Design Photoshop Tutorials

By admin On January 24, 2011 · 2 Comments · In PhotoShop


Design a Web 2.0 tab with Photoshop

How To Create a Stunning Vista Inspired Menu

How to make a semi-transparent Vista-inspired menu using gradients, shadows, and blurring to produce a stunning modern effect.

Creating A Cool 3D Web Design Effect

Produce [...]

Continue Reading →

Absolute Center (Vertical & Horizontal) an Image

By admin On December 13, 2010 · Leave a Comment · In CSS

CSS background-image Technique:
html {
width:100%;
height:100%;
background:url(logo.png) center center no-repeat;
}

CSS + Inline Image Technique:
img {
position: absolute;
top: 50%;
left: 50%;
width: 500px;
height: 500px;
margin-top: -250px; /* Half the height */
margin-left: -250px; /* Half the width [...]

Continue Reading →

HTML5 Tutorial

By admin On December 3, 2010 · Leave a Comment · In Web design & Development

What is HTML5?
HTML5 will be the new standard for HTML, XHTML, and the HTML DOM.
The previous version of HTML came in 1999. The web has changed a lot since then.
HTML5 is still a work in progress. However, most modern browsers have some HTML5 support.
For more click [...]

Continue Reading →
← Previous Entries
  • Sponsors




  • Categories

    • CSS (6)
    • JavaScript (2)
    • PhotoShop (2)
    • Search Engine Optimazation (SEO) (2)
    • Web design & Development (4)
  • Archives

    • March 2011 (5)
    • February 2011 (2)
    • January 2011 (1)
    • December 2010 (2)
    • November 2010 (6)
  • Recent Posts

    • 33 Creative & Unique Business Cards
    • 60 Free Handwritten & Script Fonts
    • Best of Design 2010
    • Basic SEO Tips
  • Meta

    • Register
    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
  • OTHERS






Creative Web Interface

Pages

  • About Us
  • Services
  • Web Design
  • web hosting
  • Contact us

The Latest

  • 33 Creative & Unique Business Cards
    If you are looking for an unique way to brand your business […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.

Follow us

Tweet
Platform by PageLines