JavaScript Tip: get a Random Number between two Integers

In JavaScript, we can get a Random number; however, this number is between 0 and 1 which is not very useful when we want to work with integers. For example, executing the random method of the Math Object we can get something like this:

Categories: Javascript, tutorial
5 Comments »

Checking Object Type and Validating the Argument Type in JavaScript

The “typeof” operator is very useful at the moment for checking what kind or type of object we are dealing with. It returns a string containing the datatype of the object. The values returned are “number”, “string”, “boolean”, “undefined”, “function”, and “object”. However, this operator has some flaws at the time of detecting an array [...]

Categories: Design, Javascript, tutorial
6 Comments »

Experiment: Realistic Ipod with CSS3

For today’s post, I got inspired by Ahmed El Gabri and his article CSS3 Gradients Coffee cup. I figured if you could make a coffee cup, you could make just about anything with CSS3! For example, today I created a realistic Ipod just with CSS3 and no images at all. First of all, I recommend [...]

Categories: CSS, Design, tutorial
27 Comments »

Creating a Bubble Coda Style with CSS3

As I have previously mentioned, CSS3 allows for web techniques such as: text shadows, rounded borders, animations, custom web fonts, and much more. CSS3 has a great future in web development and I have being reading and learning as much as I can about it! The downside currently to CSS3 is that some properties of [...]

Categories: CSS, Design, tutorial
28 Comments »

Creating a Matrix Wallpaper with Photoshop

Our objective here is to make a Matrix wallpaper. We will be using images of a set of warriors (or anyone for that matter) and will try to incorporate it into Matrix look wallpaper. The “green” effect will be what we shall try to obtain and also the falling numerical and stuff. So here goes. [...]

Categories: Design, tutorial
10 Comments »
Page 1 of 212