Pages
Home
About Us
Site Map
skip to main
|
skip to sidebar
Site Map
owntutorials.com site map
Home
Subscribe to:
Posts (Atom)
Popular Posts
What you need to get started with PHP
What you need to get started with PHP Before you can write and test your PHP scripts, there’s one thing you’ll need – a server! Fo...
Conditionals and Loops
We use the term flow of control to refer to the sequence of statements that are executed in a program. All of the programs that we hav...
Input and Output
Input and Output In this section we extend the set of simple abstractions (command-line input and standard output) that we have been u...
Arrays
Arrays In this section, we consider a fundamental construct known as the array . An array stores a sequence of values that are all of...
Built-in Types of Data
A data type is a set of values and a set of operations defined on them. For example, we are familiar with numbers and with operations de...
Top 10 PHP frameworks for 2014
PHP frameworks are super useful tools when it comes to clean and structured web development, as they speed up the creation and maintenance ...
The 5 Basic Concepts of any Programming Language
First off, I’d like to say that I’m writing these preliminary posts in a way that I’ll assume you have very little knowledge in programm...
A simple Backbone.Marionette tutorial
This tutorial will show you how to use Derick Bailey’s Backbone.Marionette to build a simple application. But beyond getting a simple wal...
CPlus Plus Programming Beginners
CPlus Plus Programming Beginners What is programming language, source code, object code, program portability, compiler and interpre...
MVC Applied To The Web
MVC Applied To The Web The web heavily relies on the HTTP protocol, which is stateless. This means that there is not a constantly open...
Blogger templates
Archives
Archives
Apr 03 (1)
Jan 13 (6)
Jan 10 (1)
Oct 30 (8)
Oct 29 (3)
Oct 27 (15)
Oct 26 (9)
Oct 25 (35)
Total Pageviews
Blogroll
Most Reading
Input and Output
Input and Output In this section we extend the set of simple abstractions (command-line input and standard output) that we have been u...
Conditionals and Loops
We use the term flow of control to refer to the sequence of statements that are executed in a program. All of the programs that we hav...
Arrays
Arrays In this section, we consider a fundamental construct known as the array . An array stores a sequence of values that are all of...
Copyright © .
Own Tutorials