Modeling the Mercedes Benz 540k 1.936

January 17th, 2010

This is the first part of a personal project, I love modeling and habits in order not to lose, and trying new things and move forward and improve that already use, usually propose new challenges to me. The attraction I feel for the old cars is that they can see as the beginning of an [...]

Read More >>

Author: admin Categories: 3D Tags:


Unique 3D Text – Xara 3D + Photoshop Tutorial

January 17th, 2010

So hello again! It’s time for my first tutorial Ī’ve ever been made.  I actually hope You will enjoy this one, and that will encourage me to do some more. We will use Xara 3D to get 3D text effect, then export text to Photoshop and add some style there.  If You haven’t got [...]

Read More >>

Author: admin Categories: 3D Tags:


Making of Fatjon’s Performance

January 17th, 2010

Hi, I am Qu Yu Cheng, my net ID used to be TJ75, or Sofaman. Here I would like to share my foundation of CG work, Fatjon’s performance, with all my friends.
First of all, I have to say I love Fatjon’s music, full of magic. When he was on the performance stage, you [...]

Read More >>

Author: admin Categories: 3D Tags:


3D Typography in Photoshop

January 17th, 2010

Introduction
In this tutorial we are going to go over various techniques you may have seen before, as well as a bulk of techniques that may be new to you. After you have completed this intense walk though, I assure you will be able to explore even more new ways of creating typefaces as well as [...]

Read More >>

Author: admin Categories: 3D Tags: ,


A confetti menu

December 30th, 2009

The colorful menu you see below is simply a DIV element with a few P elements inside. The visual effect is due to the fact that each P element is positioned individually and has its own font and color. It works best with short texts, because the visual effect is based on overlap, but if [...]

Read More >>

Author: admin Categories: CSS Tags:


Alternative style sheets

December 30th, 2009

A document doesn’t need to have a single style sheet. You can give it a default style and any number of alternatives for the reader to choose from. This page, for example, has as alternatives all the W3C Core Styles, plus two style sheets found elsewhere on the Web (author: David Baron).
How the reader can [...]

Read More >>

Author: admin Categories: CSS Tags:


Indented paragraphs

December 30th, 2009

Scale model of the Eiffel tower in Parc Mini-France
Here is something simple: indenting the first line of each paragraph. Many people find that easier to read than empty lines between the paragraphs, especially for long texts, and it also allows to reserve empty lines for more important breaks.
The trick here is to only indent paragraphs [...]

Read More >>

Author: admin Categories: CSS Tags:


A pinned-down menu

December 30th, 2009

The menu you see in the top right corner of this page is simply a DIV with some A elements inside. All the work to make it stay fixed in its place is done by rules in the style sheet. Here is the mark-up, it is taken straight from the source of this page:
<div>
<p>
<a href=”http://www.w3.org/”><img [...]

Read More >>

Author: admin Categories: CSS Tags:


Figures & captions

December 30th, 2009

Scale model of the Eiffel tower in Parc Mini-France
HTML doesn’t have an element that allows to insert a figure with a caption. It was once proposed (see HTML3), but never made it into HTML4. Here is one way to simulate such a figure element:
<div>
<p><img src=”eiffel.jpg” width=”136″
height=”200″ alt=”Eiffel tower”>
[...]

Read More >>

Author: admin Categories: CSS Tags: ,


Introduction to PHP – Part8

December 6th, 2009

Function:
A function is a subprogram that performs a specific task when called by the main program. It is always a good practice to divide a huge program into a number of subprograms until elementary functions are reached. More clearly, a huge program should be divided into number of functions, and a function precisely should do [...]

Read More >>

Author: admin Categories: PHP Tags: