If you have not read my previous post on creating a Facebook post to wall system then you should read it first. In this article, I will explain how I added code behind the “Share button” so that when clicked, it will post the content of the text area as wall post.
Continue Reading
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.
Continue Reading
by Hyder on June 15, 2011
in PHP
Nowadays 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.
Continue Reading
by Hyder on August 6, 2010
in PHP
cUrl 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 .
Continue Reading
This tutorial is about creating a simple contact form using XHTML CSS, PHP, and jQuery. The Aim of this article is to show some of the nice CSS 3 style properties such as adding Background Gradient, Corners and Borders to Form Elements.
Continue Reading