Using the link provided by Joern in his iteration2 announcement, I reviewed MapYourBuddies iteration 2 and here is the summary.
Strengths
1. The seamless integration of Facebook authentication page with your site
2. The look & fell of the site is just great...very professional
3. The pages are very responsive and fast.
4. The availability of a demo account is very valuable and user-friendly
Weakness (items that can make up for iteration 3)
1. Exiting the demo account should probably close the browser window (window.close())instead of showing the index page again, because the demo account opens a new window every time. I used the demo account twice and ended up with 3 windows displaying index page. Not a big deal, but will be user friendly
2. In the index page, clicking on the MapYourBuddies header image (hotspot ?) gives a page not found error. Just a broken link I guess
3. I see that you are storing the session key in the javascript. Its easily visible to the user if you do a view source. You can store the key in the session variable instead, which is more secure and accessible only from the server side php code..just a suggestion.
Recent Comments