Sunday 3 March 2013

Javascript Arrays (For Beginners)

This tutorial focuses on clearing the basic concept of Array in Javascript. Arrays are really helpful to make complex programs work easily and also increase their functionality. An array can be imagined as box which we can store a lot of things. Here in javascript we can store any variable,object,string or also an array.

Javascript arrays

Thursday 21 February 2013

Declaring, Initializing and Accessing Pointer Variable in C

In, this tutorial you will learn how to declare, initialize and access pointer variables. The tutorial is divided into four parts.

Table of content:




Saturday 16 February 2013

Basic structure of Blogger Template

Before creating a Blogger template one show know its basic structure and also the code structure. Basically Blogger is made up of X-html, CSS and XML tags. You may be familiar to HTML and CSS. But,the whole Blogger template needs to be linked to the database of Google so that all our data(Blog posts,widgets,etc....)    can be stored in it. Ya, Blogger doesn't support PHP and other server side scripting languages. But, its best place to start your Blogging career. Ok, too much of introduction. Lets start understanding the Basics of Blogger template.