Friday, October 31, 2014

Learning PHP (1)

We'll learn how to make a php webpage hosted on our xampp server. I hope you have already installed xampp, if not then you can follow this article to install xampp.

All the websites which you want to host on xampp are stored in htdocs folder in xampp, you can change the ports and folder in http.conf

Friday, October 3, 2014

Basics of C

Hello!

TOday I thought about sharing some very basic but useful information regarding c lanuguage. Hope you will find it usefull :)


Introduction:
 
C is a general purpose high level language which can be used to write programs of any sort.rograms of any sort. In C one can write programs like that of high level languages as in COBOL, BASIC, FORTRAN etc., at the same time it permits very close interaction with the inner workings of the computer because of which it is also called "system programming language". It includes support for various data types. The programming style followed by C is based on fundamental control flow constructions for structured programming.

Learning html and css (part 1)

HTML is a very usefull language when it comes to making webpages, with the addition of html5 it will soon become even more powerfull because of the diversity it carries. It includes various libraries of javascript and some built in css, which reduces the amount of work to be done to make a cool web page.

We will be starting with html 4 today, but we'll try to keep as short as possible so we can move on to html5 asap :)

CSS is the styling language actually, It is used to style any html webpage. We'll discuss it in detail in upcoming languages.

Setting up ffmpeg 2.4.0 for eclipse in ubuntu 12.04

First of all make sure your OS has no previous installation content of ffmpeg installed in ubuntu.
In case you have a previous installation of ffmpeg, then delete those folders and type
sudo apt-get remove ffmpeg x264
sudo apt-get autoremove
in terminal to remove any previous ffmpeg installation content.
Then start from here
sudo apt-get update
sudo apt-get upgrade