One of my very old presentations' on my favorite Twitter-Bootstrap JS Library which is used to build responsive websites easily. This presentation was done in 2012 when I was working…
Here, I'm attempting to explain how to install PostgreSQL & phpPgAdmin briefly and an attempt to perform database dump and restore; which should be a basic functionality but is not…
Here are the steps to change or reset or set your MySQL password on a Ubuntu 11.10 or Linux machines. 1. Stop the mysql server using the following command:sudo /etc/init.d/mysql…
Here is a brief description of installing the top most Web-Application developments tools for LAMP Technologies (Linux, Apache, MySQL, PHP).Here, I'm presuming that you already have a Linux machine with Ubuntu(likely…
To get the IP address on a ubuntu machine we use the command:$ ifconfigTo get the gateway details, we use the command:$ route -nTo change the gatway, we use the…
Let us assume that we are trying to find out the ApplicationID of the fan page of "Virat Kohli" (https://www.facebook.com/ViratK5).The only thing to do is to change “www” for “graph”,…
One of my very old presentations' on my favorite Twitter-Bootstrap JS Library which is used to build responsive websites easily. This presentation was done in 2012 when I was working…
Here, I'm attempting to explain how to install PostgreSQL & phpPgAdmin briefly and an attempt to perform database dump and restore; which should be a basic functionality but is not…
Here are the steps to change or reset or set your MySQL password on a Ubuntu 11.10 or Linux machines. 1. Stop the mysql server using the following command:sudo /etc/init.d/mysql…
Here is a brief description of installing the top most Web-Application developments tools for LAMP Technologies (Linux, Apache, MySQL, PHP).Here, I'm presuming that you already have a Linux machine with Ubuntu(likely…
To get the IP address on a ubuntu machine we use the command:$ ifconfigTo get the gateway details, we use the command:$ route -nTo change the gatway, we use the…
Let us assume that we are trying to find out the ApplicationID of the fan page of "Virat Kohli" (https://www.facebook.com/ViratK5).The only thing to do is to change “www” for “graph”,…
The basic script code, through which we submit a form using an Ajax call without refreshing the page using jQuery is as follows:<script type="text/javascript">var baseurl = $("#baseURL").val();var customURL = baseurl…
To create or to open a file for editing[root@comp1 ~]# vi Example:-[root@comp1 ~]# vi fullreportTo go to insert modei - inserts the text at current cursor positionr - replace a…
Hey, here is the PHP Ninja Extension for Google Chrome.https://chrome.google.com/webstore/detail/clbhjjdhmgeibgdccjfoliooccomjcab Add this to you Google Chrome Browser and experience the programming much faster. ;)