Importance of Facebook Like Button in your Website
You are probably aware of the Open Graph Protocol introduced by Facebook. With the Open Graph Protocol, all the content in the web, both the websites and the web pages have turned into the graph objects (if the concerned websites have decided to embrace Open Graph Protocol). What that means is that every time you [...]
How to Install joomla in localhost
Just like drupal, joomla can also be used as a content management for web sites. You must have mysql,php and apache installed in your machine. Create a database in mysql for joomla Download joomla. Unzip theĀ file $ mkdir joomla $ mv Joomla-x.x.zip joomla $ cd joomla $ unzip Joomla-x.x.zip Find out the root directory [...]
How to Install drupal in localhost
Drupal is one of the best content management software for web site development. But you can install drupal in your local machines and test its working. To see how it works, follow the steps given below. You must have mysql,php and apache installed in your machine. Create a database for drupal usage in mysql Download [...]
Download a webpage using CURL in C
CURL is used for the data transfer to and from a data server. Curl can be used to download a webpage. Given below is the code that can be used to download any webpage of your choice to the location of your choice For this purpose, you must fill the following two constants WEBPAGE_URL : [...]
What is Curl?
How did you open this website? Either you entered JoysofProgramming.com in your browser address bar or you came here from some search engine. There are multiple ways by which you can open a website. Opening a website from the browser is one of the many ways. It is possible to open a website from the [...]