Most influenced people in programming world

(more…)
Tim Berners – Lee | Anil Labs

Tim Berners | Anil Labs

Tim Berners – Lee

  • DOB : June 8th,1955
  • 1989 : Inventor of HTML and www
  • Director of World Wide Web Consortium (W3C)
  • Founder of the World Wide Web Foundation
Matt Mullenweg | Anil Labs
Matt Mullenweg
Matt Mullenweg

DOB : Jan 11th, 1984

Founder of wordpress (2005).

2005 : Founded Automatic

WordPress receives 90 millions visits monthly.

Turned down 200 million dollars to sell his company.

Larry Page | Anil Labs

Larry Page | Anil Labs

DOB : March 26th, 1973

Larry Page

Co-Founded Google, along with Sergey Brin

Developed the Pagerank Algorithim

24th Richest person in the world. Personal wealth 17.5 billion.

Ranked 5th most powerful person in world by Forbes

Linus Torvalds | Anil Labs

Linus Torvalds | Anil Labs

Linus Torvalds

DOB: Dec 28th

Creator of Linux OS(1991)

Linux Kernal – heart of Linux OS and is Open Source.

Linux is primarily a server platform but desktop and office use is on the rise.

Numerous versions of OS’s have been realeased based on the Linux kernel source code

Net Worth : App. 20 Million

Dennies Ritchie | Anil Labs

Dennies Ritchie | Anil Labs

Dennies Ritchie

DOB: September 9th, 1941

Creator of C programming language and key developer of UNIX OS (1969).

UNIX and C language was the tipping point for users to switch from large computers to mini desktops.

Was the Head of Lucent technology and retired in 2007.

Work with SVN

Hi friends,

Now a days maintaining backup files very difficult with small changes in the file. Example If we taken file and backup it and done few changes in that file. After few days if we look into that file,it is difficult us to identify at which part we changed in the new file when compare to old backup file.

So, to avoid such types of difficulties we can implement SVN(Subversion).

(more…)

Useful Information about PHP

Hi friends, Below things are very useful when we develop websites using php code. We most know about these things. 1) To check pear package is installed in your server or not. 1234<?php require_once ‘System.php’; var_dump(class_exists(’System’)); ?> Note : It will give information about pear package in our server.  

How to share each posts facebook and twitter in wordpress

Hi friends, This post explains how to share each posts to social sharing sites like twitter and facebook , with a simple scripts. To share post with facebook : <a name=”fb_share” type=”button_count” href=”http://www.facebook.com/sharer.php”>Share</a> <script src=”http://static.ak.fbcdn.net/connect.php/js/FB.Share” type=”text/javascript”> </script> Share with Twitter: <b> <a href=”http://twitter.com/home?status=<?php the_title(); echo “:”; the_permalink(); ?>” title=”Click to Read more…