Friday, January 2, 2015

My web projects

I had a couple of weeks off, so I decided to resurrect some of my old web projects.

YAWN - Yet Another Web Network
I had taken some time to develop a social networking app with JQuery Ajax / PHP. I really liked the small PHP-service based design for the app.

Here is the implementation: YAWN
Here is the source code: yawn.git

Chats
Chats is a web based chat project. The idea here is on each onKeyUp event in an HTML text area, update a table and show the contents in a HTML / span. You can use this to write messages to friends, or use as an instant HTML renderer.

Here is the implementation: Chats
Here is the source code: chats.git

The websites are hosted for free, so are the MySQL databases. Please don't enter any personal / identifiable information in those databases.

I'd love to hear some feedback / comments on the code from you guys!
Rate this post!