Dashr.org an old project revives

okay let me explain that title, Last winter I had a mayor computer crash and due to that I lost all the projects I was working on.Today I was cleaning a shelf near my desk and found an cd, like always I had nothing written on it, so I decided to check its data, surprisingly a part of the project was here (about 50-60%). With an big smile and a few beers I started to test the code, and had to re-build the whole database because I couldn’t find it on the cd. (some parts are still missing but it works).

Dashr.org, it is an ‘invitation-only’ public feed reader. HUH?  meaning that you can create an page with feeds accessible from everywhere, this type of website now already exist in tenfold. but I had the idea over 1 year ago so it was original , now I just want to finish what I have,and hope someone will be happy with it.

This week I’ll try to get more functions active and clean-up some coding.

Maybe I start inviting some friends from Chawlk.com, some testing is necessary because I have no idea what errors are present.

here is an example of what a page is going to look like : http://dashr.org/user/sebastiano .

Tags:

Passing form data with AJAX

Some time ago I’ve tried to pass form data with AJAX without using any framework. my jQuery or Mootools. They are great scripts but in most of my cases they over-do the job, so therefor I’ve tried to do it myself, at first I managed to send the post data BUT the format was wrong. anyway to make a long story short here is how I did it.

Read the rest of this article

Tags: , ,