Results for: "case"

Contents (415)

Creating a Notepad app with indexedDB
Creating a Notepad app with indexedDB

indexedDB, which is new in HTML5, allows developers to persist data within the web browser. As a result your app…

read more
Css3: animation
Css3: animation

Enables to animate an element. Every animation consists of the animation properties, e.g. delay and duration, and the related keyframes, which define…

read more
10 Common Link Building Problems
10 Common Link Building Problems

For a long time many publishers viewed link building as a practice that stood on its own. The purpose was to get…

read more
Learning Loops in Php: FOR
Learning Loops in Php: FOR

Loops come in several different flavors in PHP: for, while, do-while, and foreach. We will introduce you to each of them in 3 lessons…

read more
PHP JSON: An Example Javascript JSON Client With PHP Server
PHP JSON: An Example Javascript JSON Client With PHP Server

While JSON has many uses, probably the most common use is to pass data structures to Javascript. JSON is simply…

read more