Category: Tutorials
-
JQuery Mobile for Absolute Beginners – Part 3
Hi guys! Welcome to the part 3 of jQuery Mobile for Absolute Beginners. In this lesson, we will discuss on the form elements that used in jQuery Mobile.
-
Creating Interactive Fictional UI With CSS3
In today’s article we will create an interactive fiction user interface (UI) coded with CSS transforms and transition properties.
-
Handling Long Page Title of Mobile Web With Little-Known CSS Tricks
Here is a solution to handle long page title of mobile web with little-known CSS tricks.
Latest updates: New tricks! -
JQuery Mobile for Absolute Beginners – Part 2
In this lesson, we will discuss on how the HTML5 data-* attributes that jQuery Mobile relies on to support various UI elements, transitions, and page structure.
-
JQuery Mobile for Absolute Beginners – Part 1
The jQuery Mobile is a framework that built on top of the jQuery and jQuery UI foundation. The framework allow us to develop a single mobile web applications that work across smartphones, platforms and tablets.
-
A Complete Guide Of Using HTML5 Data Attributes (Data Set)
Thanks to HTML5, we now can store, define custom data attributes on any HTML element using the data- prefix.
-
Create Banner Using CSS Animation & Keyframe
In this lesson, we will talk about how to create an animated web banner using CSS3 Animation & Keyframe.
-
A Complete Guide To Create An Animated SVG Chart
Today lesson is to explains how to create an animated SVG Chart that works across browsers using Google Chart API.
-
How To Add Touch Event To Your JQuery UI?
Currently, there is a hack called “jQuery UI Touch Punch” that enables the use of touch events on mobile web project using jQuery UI Library.
-
How To Create A Beautiful Slide Out Navigation Within A Minute!
Today lesson is to demonstrate to you on how to create a beautiful slide out navigation with CSS and JQuery.
-
Create Stunning Animation Using CSS3 Animation & Keyframe
Usually, web designer will create animation using language like JavaScript, but now, web designer can create smooth, maintainable animation more easily using CSS3 Animation & Keyframe. The syntax of CSS3 Animation & Keyframe is extremely easy to understand, and don’t requires any programming knowledge. In this tutorial, we will cover the syntax of CSS3 Animation & Keyframe; and we will create a simple spinning newspaper using the syntax that we have learned. Please check out the demo, before we start the tutorial.
-
PHP: Object Oriented Programming for Absolute Beginners
Object Oriented Programming (OOP) techniques, is extremely useful when developing your project. It allow you to group all similar task into classes and provide you greater flexibility, easier maintenance, easier to extend and share your code with your team-mates.
-
PHP: Control Structures for Absolute Beginners
PHP has support various conditional statement that allow developer to manipulate data easily, such as If, Else, Else If, For, Foreach, While, Do-While, Switch, Break, Return, Include, Include_Once, Require and Require_Once.
-
Create Impressive Web Animated Presentation Slides Within 10 Minutes
How are you going to create an impressive animated presentation slides without spending a single cent on animation authoring software? The answer is JavaScript! With the help of – “Impress.js” – an open source library that allow you to create impressive animated slides using purely CSS3’s transition and transform property.
-
HTML5 Game Development: Adding Sound Effects
Welcome to the 4th tutorial of ‘HTML5 Canvas Game Development’! We will learn to add sound effects to your game using HTML5.