| December 02, 2008
IE7 blocked downloads considered suspicious. For example in my page flash courses v2b to download the zip of course we can not do with Internet Explorer 7 ... unless you press CTRL while.
Another reason not to browse with Internet Explorer.
| November 19, 2008
To create a list we can use labels or ul ol, that we can sort data and display various types of CSS numbering list-style-type
But to convert this:
- One
- Two
- Three
In:
3. One
2. Two
1. Three
We have two options, one with CSS and Javascript.
CSS
We can reverse the order of the list horizontally, just floating free on the right:
...
| November 17, 2008
The easiest option is to put the user or e-mail login on the panel and send you an e-mail to retrieve it.
Another way is through phpMyAdmin, edit the user's password and choose MD5

Here you leave a step by step video demonstration of how:
...
| November 13, 2008
To match the height of the columns with the intention to use a different color background, regardless of its height, we can use the method of Matthew James Taylor. Just put the background color in that span are placed behind.

The advantage of this method is that it is compatible with all browsers or hacks or box-model, just as% CSS, float and relative position. The 3 columns are contained in 3 divs containers, instead of 1 that it would be usual, each of these is that divs positioned behind each column to give color.
...
| November 04, 2008
A small tip or trick to change the default gray area of work in Photoshop. It is a good way to see the results of your work on the actual substance to publish it:
- With an open file press "F" and changes to any mode except for the standard to see the work area
- Choose a color you want for your front work area
- Select the "paint pot"
- Hit "Shift (Shift) while you click on the area.

| November 01, 2008
In Cuatrotipos have an article with tips for migrating to FreHand Illustrator.
It is divided into:
- TERMS OF FREEHAND and their counterparts in ILLUSTRATOR
- SERVING FOR ...
- COMMANDOS
- THE EFFECTS AND FILTERS
- MASKS OF THE CLIP
- COLOR IN THE ILLUSTRATOR
- TEXT
And if you need more: a complete course in vídeotutorial Illustrator CS4
| October 28, 2008
Since Saturday we Jetlag change with time, your WordPress blog as well. If you want to see change Administration Panel> Options> General> Time zone and adds +1.

| October 25, 2008
In Innovative (and Experimental) CSS Examples and Techniques is a collection of techniques CSS unusual, because some are not compatible with all browsers or does not meet the standards. In any case are original and intriguing.

It is worth studying:
...
| October 22, 2008
Unlike other software from InDesign CS3 you can only save files compatible with that version or as much to with CS2 InDesign Interchange format (. INX)
What if I need to open a file with InDesign CS3 InDesign CS?
Well, I am afraid you have installed the CS2 version and follow these steps:
- From InDesign CS3: File> Export and choose type: "InDesign Interchange"

- Open the file. INX exported InDesign CS2
- Returning to File> Export and choose type: "InDesign Interchange"
- This second. INX you can open it with InDesign CS
Obviously all the functions that do not exist in previous versions can not be edited.
| October 19, 2008
If you want to add a text box where the user a textarea andalusia mouse over select all the text that includes, for example, the link to your site, simply add:
onMouseOver="this.focus()" onFocus="this.select()"
Via: text box with automatic selection of content