Category / Development

Let’s see how to convert a date from yyyy-mm-dd hh:mm:ss to yyyymmddhhmmss. This can be useful when you’ll use sort functions for example (such as asort()). Elegant: Obvious: Insane:

Read More

Have a look at the code below: Also, you can use this tip in: The double pipe is great, don’t you? However, you have to be careful, because this tip can be dangerous. See some example below:

Read More

Well, today I have recovered my old block notes. When I was a bit young, I saved all my code (for Commodore 64) on that block, with a simple pen. So, I can try the new FC64 Commodore 64 emulator. Unfortunately, some keyboard character doesn’t work properly. So, I couldn’t try some my code. If […]

Read More

As you know, you can insert some content in any HTML page. You can insert content by using document.write() or by using the property innerHTML in a DOM object. Also, you can use an existing TAG in order to add/remove elements from its. For example, you can add a Javascript with: Of course, you can […]

Read More

Hey, guys! Open your FireFox 1.5.0.5 and try some awesome CSS 2.0 features As you can see, this amazing features provides an awesome method to selecting an element by attributes. Moreover, we can: You like last-child, don’t you? Then you will love first-child and first-letter.

Read More

CSS