During the past week , i have been working on a ‘clone’ of facebook post to wall system using PHP and jQuery.So , i have prepared a simple tutorial so that you can replicate this facebook feature in your website.
{ 13 comments }
Continue ReadingDuring the past week , i have been working on a ‘clone’ of facebook post to wall system using PHP and jQuery.So , i have prepared a simple tutorial so that you can replicate this facebook feature in your website.
{ 13 comments }
Continue ReadingNowadays many website allow its readers to authenticate themselves with 3rd party such as Facebook connect , Y Connect ( Yahoo ), Twitter etc .This makes users more likely to interact with the website.This article explains how you can allow your visitors to use their Yahoo Account to authenticate themselves on your website.
{ 40 comments }
Continue ReadingThis article explains what is a private nameserver , why would someone want to have private nameservers for his website and finally how to set it up.
When you sign up at your web hosting provider ( hostgator, godaddy, namecheap etc ) , you are given the DNS Servers that you should use to point your domain. If you have an account at hostgator, their DNS servers are usually in the format nsxxx.websitewelcome.com ( where xxx = number ). If you do a who is look up for popular website like google.com ,you will see that their DNS looks like ns1.google.com , ns2.google.com etc .If you have ever wondered how can do it for your website (ns1.yourdomain.com and ns2.yourdomain.com) ,then this article is for you !
{ 4 comments }
Continue ReadingThe other day I had some hard disk space issues on my server, and I had to investigate what was taking much space. If you got Cpanel in the back end of your hosting account, you will notice that it displays the Database size in “MySql Database” section. However, this is a cached value.
{ 3 comments }
Continue ReadingcUrl is a utility that can be used to do network-related tasks. It stands for Client URL. Curl can be used with any programming language and work with a variety of protocols, including HTTP, HTTPS, FTP, FTPS, GOPHER, LDAP, DICT, TELNET and FILE. You can use it to access Websites, Upload files on FTP server,create proxy application, Content scrapers ,Link Checkers,search Engines ,and so on .PHP also supports libcurl, a cURL library that allows you to develop php application. Below are some examples where and how you can use php/Curl to solve common problems. These examples start with the most easiest one to the most complex one .
{ 9 comments }
Continue Reading