Archive for the 'HTML' Category

HTML5 Canvas Image Effects: Black & White

HTML5 Canvas Image E...

Tweet The new canvas tag in HTML5 is known for its illustration power. It’s basically an empty element on which you can write and sketch using Javascript. But there’s a hidden power: image manipulation.
How to easily create charts using jQuery and HTML5

How to easily create...

Step 1: Preparing files Here we go! The first thing to do is obviously to create a directory on your Mac (or PC, nobody’s perfect ). You should name it chart for example. Once done, download the required Javascript and CSS files and save it on your hard drive.
Coding a Stylish Blog Design Layout in HTML & CSS

Coding a Stylish Blo...

Last week we went through the process of designing a stylish blog layout in Photoshop. Now let’s take our visual concept and cut it into slices for use with neat HTML and CSS code. All our browser testing will be done on this coded concept before converting the design into a full...
40 High Quality CSS and XHTML Web Layout Templates

40 High Quality CSS ...

Whether you download and dissect pre-built CSS templates to learn new layout techniques or if you download them to be used as easy-to-edit ready made and standalone web sites, you shouldn’t be limited to using one of the many cloned, dated and often dull templates that are freely...
60+ Attractive PS3 Game Covers

60+ Attractive PS3 G...

Attractive, visually appealing cover is probably one of the foremost step for a PS3 game company to persuade gamer for another good sale. Thus, the company must be putting a lot of effort in working their designers to create the most attractive and promising cover for their product....
10 Reasons You Shouldn’t Be a Designer

10 Reasons You Shoul...

Did you know that becoming a designer is relatively easy? You go to school (some people even skip that part), you interview for a job or start your own freelancing business, and then you start getting paid in exchange for making stuff look cool. That’s about it.
50 Creative Custom Pc Case Designs

50 Creative Custom P...

Personal Computers have been the most important tool for work as well as play for centuries. But what exactly comes in your mind when you think about a PC
Which loads faster?

Which loads faster?...

The difference between ‘return false;’ and ‘e.preventDefault();’

The difference betwe...

Have you ever seen those two things (in the title) being used in jQuery? Here is a simple example: $(“a”).click(function() { $(“body”).append($(this).attr(“href”)); return false; } That code would append the href attribute as text to the body...
10 Tips for Designing HTML Emails

10 Tips for Designin...

Love ‘em or hate ‘em, HTML emails are a wildly popular marketing tool and you will almost definitely come across clients that want you to build them. If you don’t know anything about HTML emails, they’re annoying to develop and break all the rules you’ve...