Dreams, emotions, images, sounds, love, happiness, colors, music, nature, family, energy, awareness and gratitude to the whole universe.

Past and future are illusions of the mind. Wake up and look at what is real and true. We can live with joy this infinite everchanging eternal present.

Dino Olivieri

programming languages
How to solve HTML5 Canvas 100% Width and Height problem in Viewport

How to solve HTML5 Canvas 100% Width and Height problem in Viewport

If you manage a canvas viewport set up to 100% width and height you will encounter some problem on different html5 browser engines. Here how to solve this problem in 2 different approaches...
Best Web Tools and Frameworks CHART

Best Web Tools and Frameworks CHART

The Top Best Web Tools and Frameworks personal CHART for programmers, web designers and graphics...
Web Safe Colors and RGB HEX codes Palette

Web Safe Colors and RGB HEX codes Palette

All the list codes of the web safe colors in RGB HEX Codes in a beatiful, printable palette!
How to delete duplicated records in Sql Server T-SQL DB

How to delete duplicated records in Sql Server T-SQL DB

Suppose to have mytable with a key k1,k2,k3 and not unique key specified onto it. Apply the following code N times (until the records affected are 0) to the table to delete the duplicated records...
Multiple Filter XML, XMLLIst in Actionscript 3, Flex, AS3

Multiple Filter XML, XMLLIst in Actionscript 3, Flex, AS3

How to filter a XML starting from an Array of name, value pairs...
Best Pattern: Javascript regexp email validation

Best Pattern: Javascript regexp email validation

This is the best javascript email validation regexp i've found in years of development...
"Hello Dennis!"

“Hello Dennis!”

#include <stdio.h> int main() { printf("Hello Dennis\n"); return 0; }