inWebson.com - Archives (mars 2012)

Web Design and Blogging Tips

Le: 31 03 2012 à 15:38 Auteur: Kenny

Hi there! Today we’re going to talk about CSS3 Media Queries for different devices like desktops, mobiles phones, notebooks, tablets and etc. As CSS3 extends CSS2.1 ‘Media Type’ property, we can use new CSS3 Media Queries to build websites which able to display well or look different on different devices. DEMO DOWNLOAD How it works? CSS3 Media Queries able to check for certain conditions and apply different stylesheets on it. For example, you could have [...]

Le: 24 03 2012 à 16:43 Auteur: Kenny

The truth is, we can still creating those fancy headings, cool fonts and text effects without using Photoshop, but just with CSS. In this article, I have listed some useful CSS tricks and techniques which can be used to style your headings, fonts and text as well as content. Perhaps, these CSS tricks might inspire you on what can be done by using CSS rather than rely on Photoshop every time. Demo The best thing [...]

Le: 21 03 2012 à 03:59 Auteur: Kenny

jqFloat.js is a jQuery plugin that able to make any HTML objects appear to be “floating” on your web page. It helps create simple floating animation and make your websites come alive with these little “floating” object. Have fun with Floating ~ DEMO DOWNLOAD You can have several “floating” objects with different attributes within your web page. Also, you might make these floated objects “landing” through plugin’s method, and vice versa of course. See below [...]

Le: 13 03 2012 à 18:28 Auteur: Kenny

Feel bored? Have nothing to do now? Why not Get me the water!? XD Get me the water! is an IQ game created using jQuery framework by me. Of course, you can distribute it to others as well if you wish so. The most important thing is let’s have FUN with it!!! So, what is the objective of Get me the water!? Well, you are giving two different capacities of containers at the same time. [...]

Le: 10 03 2012 à 17:57 Auteur: Kenny

HTML5 video element, one of the most popular features in HTML5. It is now already supported by most modern browsers, and even so for IE9. However, each browser provides native browser video controls. In order to have a consistent HTML5 video controls across all browsers, we have to integrate own custom HTML5 video controls rather than using default controls. Actually, it is not hard to have custom HTML5 video controls. In this post I’m going [...]