Posts Tagged ‘twitter’

Free Twitter Clone Script Based on PHP

September 6th, 2010   by  aditia rahman

In this post I want to share a Twitter Clone script built on PHP, maybe this useful for you who want to start your own microblog or just to study the file structure to build from scratch.

Status.net

- StatusNet is the open source microblogging platform that helps you share and connect in real-time within your own domain. With StatusNet you can encourage collaboration, build and engage your community, and be in command of your brand. -

Status.net

Posted in CMS PHP ToolsNo Comments

Get Latest Tweet Using ExtJS DataView and PHP

July 27th, 2010   by  aditia rahman

Recently I love twitter, even though I didn’t tweet too often, cause I found many great link from the people that I follow. In this post, I want to create a little twitter client to getting the latest tweets by specific username using ExtJS DataView, cause the app are just getting the tweets the it doesn’t have to authenticate the users, let get straight to the code:

Posted in Extjs PHP4 Comments
Tags:

Twitter Like Login Screen

June 7th, 2010   by  aditia rahman

I like twitter, almost everyday I connected to twitter, in this post I created the Twitter Like Login Screen, not really the same but at least as similar as Twitter (without server side processing). Let’s start, first we have to prepare the folder, you can see the image on the right, that how my folder look like and as usual I’m using Netbeans so not to worry about the nbproject folder, the html, javascript and css code will be posted here, and you don’t worry about the image because I include it in downloadable source code and then create the html code first

Posted in DesignNo Comments