What will you learn from this e-book: What is Android–a GPhone? The android Code challenge Creating Android application The AndroidManifest.xml Resource and the magic R.java Hello World - The Android way Using Intents Important Layout and viewGroups Download  Android Programming

Free Download e-book Android Programming Basic - what will you learn from this e-book: Making and testing Android projects Basic program structure Java-based layout XML-based layout Eclipse ADT visual layout editor Hybrid layout Project structure summary This e-book is only for

If you are a web programmer, you must learn CSS 3, because many features in CSS 3. Here i want to share 3 ebook CSS 3 and you can download it for free.What you will learn from these e-books: the word-wrap property to contain overflowing text the border-radius property to create rounded corners HSLA

HTMl5 is a new generation of HTML, relatively young specification, and as result, bowser support is quite limited. Here are browser that supported HTML5: 1. Mozilla Firefox (version 3.5+) 2. Apple Safari (version 4.0+) 3. Opera (vesion 10.0+) 4. Google chrome (version 3.0+) HTML5 have great new

Laravel is a newest php framework. This is official website of laravel, laravel.com. Although new, many programmers are already using this framework. This framework has been using full php5. Good framework is a framework that is equipped with documentation and has a forum. Laravel already have both

Codeigniter is a the best framework php, i like use this framework because its simple and easy to learn. Here i want to share 6 ebook codeigniter tutorial guide, you can get it for free. In this ebook, you ca learn about introduction about codeigniter, Configuration, active record, create library,

Here i wan t to share about language variable variable. You can visit complate tutorial here. What does that mean $this->{$var}? This is example how to use $this->4{$var} $this->a = "hello"; $this->b = "hi"; $this->val = "howdy"; $val = "a"; echo $this->{$val}; // outputs "hello" $val

This is just my note in learning javascript, in this post, i want to share how to use onblur and onfocus event in login form. I have two different example to implement it

In this tutorial i want to share how to make and use template in codeigniter, this is just basic and very sample. Ok, this more steps to create it. 1. Setting your autoload.php file like this (this file located in folder application/config/autoload.php) $autoload['helper'] = array('url')

Paging is very important if we have more data in database that will display in web, because with paging will make website loading will be faster. Here i will sharing about how to make a paging style in codeigniter. below step by step to make it: 1. In your view, add div class pagination like this