PDA

View Full Version : Simple Twitter



Fellixombc
March 6th, 2011, 05:37
Project Home: Only the registered members can see the link.

Preview: Only the registered members can see the link.
Download: Only the registered members can see the link.

Purpose: A simple web page to display your tweets - the goal is simplicity.

Basically its a light-weight tweet retriever. The source code is completely open, and so far the design is meant to be kept simple (which is why the one function is located in the header of the document). The layout of the program might be adjusted, but as of right now it will keep the same. The software is under GNU General Public License. So please do not remove the copyright.

Anyways, I would like to hear some suggestions, as of right now it only features the status's themselves.

Also: this is meant to be a "learning" project, as in I want to get familiar with GitHub in general and proper version control.

Emerica
March 6th, 2011, 05:42
This could make a cool iPod app.

Smudge
March 6th, 2011, 05:45
Downloaded it few seconds ago, Clean, Simple, Effective. Good job Felix <3 - Maybe do something to what Faab did and have a PHP Dynamic Image to show the last 2 tweets for example. :)

Fellixombc
March 6th, 2011, 06:13
This could make a cool iPod app.

Objective-C is complete shit. Good idea though.


Downloaded it few seconds ago, Clean, Simple, Effective. Good job Felix <3 - Maybe do something to what Faab did and have a PHP Dynamic Image to show the last 2 tweets for example. :)

Most likely. I'm going to develop a better system once I get the time again.

tedhead2
March 6th, 2011, 06:17
do i smell epicness?

kaos
March 6th, 2011, 09:34
Make the links links and maybe timestamp the tweets if possible? Overall it's pretty good :D

Faab234
March 6th, 2011, 13:18
Nice job felix.

Fly
March 6th, 2011, 15:17
Looks good, good job.

Joe
March 6th, 2011, 15:21
i like this idea maybe add the avatar and time and date of tweet and name of tweeter :)

Fellixombc
March 6th, 2011, 16:49
i like this idea maybe add the avatar and time and date of tweet and name of tweeter :)

I'll defiantly implement time/date and name of the the tweeter. As for the avatar, the goal of this is to have this be as fast as possible (so a 64ker should be able to download the page in seconds).

Fellixombc
March 6th, 2011, 19:05
update: I've been developing the mvc framework for this for the past hour or two. Should be done by the end of the day. So far so good, wrote the bootstrap, along with the "base" controller along with model. This should turn out nicely.

Fellixombc
March 6th, 2011, 20:29
Just committed the framework along with updates to Git.. Only the registered members can see the link.
Please tell me on what you think?

The bootstrap.php is sort of a joke I suppose, config.php kinda took its place.