HuongLe's blog

admin
2011-06-16 16:38
| 0 Comments

If you want to display the top-level terms of a given vocabulary, create a "term" view ("View type: Term") with these basic settings: a field for "Taxonomy:Term", an argument for "Taxonomy: Vocabulary ID"

Drupal
admin
2011-05-28 14:52
| 0 Comments

There are many reasons to integrate your Drupal site with Google map (GMap). You can create a business directory with company contacts and locations, or a list of local restaurants with directions. Good news is that it can be achieved using Gmap and Location Drupal modules. And we will show you how to use Gmap and Location modules in Drupal in this article.

Drupal
admin
2011-05-05 14:23
| 0 Comments

The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order.

In Internet Explorer, this doesn’t work like it should. Internet Explorer resets the stack when the positioned elements are separated from each other.

CSS tips and tricks
admin
2011-04-25 22:10
| 0 Comments

Using Cascading Style Sheets (CSS) in fourth-generation browsers gives similar capabilities. Of course you will still be restricted, for the moment, by the availability of fonts on the user's system. CSS can't magically produce Frutiger Extra Bold, Bold, Roman, and Light fonts out of nowhere. Yes, there are a few font-embedding technologies available now, but they are not reliable enough for general use just yet. Cufón is a font-replacement technique that uses javascript and vector graphics to write fonts from a font file to your browser. It's easier/safer to use than sIFR and lighter on size than image replacement.

CSS tips and tricks