Posts tagged as:

Facebook

Each time Facebook or Google Plus rolls out new features,they got a unique way of introducing it to the users by ‘blurring’ (ok to be more technical,by adding an overlay ) the whole user interface and turn it into a sort of demo mode.This article is just about how you can turn your site into a sort of demo mode to make your visitors aware that you got new features on your website.

After Post

{ 12 comments }

Continue Reading

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.

After Post

{ 67 comments }

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.

After Post

{ 16 comments }

Continue Reading

As your website grows, it is no longer practical to display all the data at once on the same page. Moreover, the end user will probably be interested with only part of the content. Also, loading all the content at once might increase the server load or simply a waste of bandwidth. This is where pagination comes into play.

After Post

{ 50 comments }

Continue Reading