Attractive Business Drupal Theme possesses exclusive multicolored design which is not typical for business websites and thus will make your web pages stand out against a background of other commercial websites for its extraordinary look. So if you want your Drupal business website to be the most competitive and bring you the desired profit this [...]
Read More >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>