Simple Black & White HTML and CSS Navigation Menu with Design Explanation

This is a simple HTML and CSS navigation menu with Black and White Theme. This is not much designed or styled, just a simple and basic design and structure of navigation menu you can use in your website.

Read More >>

What is an RSS feed of a Blog ?

You might have seen many websites, blogs or forums which provide a link of RSS. RSS is an abbreviation for Really Simple Syndication. But what does RSS means, how it works and why ? Let’s know what is RSS and how it works.

 

Read More >>

Using variables in PHP – Different Methods

Using variables in PHP is as easy as making a short form of any sentence. But there are many methods through which a string or a function is assigned to a variable. There are many variations for using variables in PHP. I am going to explain them all.

Read More >>

Writing Simple PHP Programs: Part #2

This is part two of the Writing Simple PHP Programs explanation parts. Part #1 is here.

In the previous part, I explained very basic php and exploration of some details. Now I am going to explain those four points on How PHP Code Works.

Read More >>

Writing Simple PHP Programs: Part #1

In this tutorial, I am going to explain very basic php and information about it’s basic concepts.

I have partitioned this tutorial in some parts as this tutorial is going to explain about writing simple php programs.

Read More >>

An Introduction to PHP

PHP is widely used for website development and according to me it is the best programming language for doing any sort of work for a website and making dynamic and interactive website. PHP is a Server-side Scripting language. PHP stands for Hypertext Processor.

Read More >>