Thursday, August 16, 2012

First week of CS3216



First lecture:

The first lecture is really amazing as this well-known legendary module. We have chance to know all the classmates and many seniors who are really 'famous' in my mind. And it is the first time to have a class outside a classroom~ and making 'noise' outside another lecture. What an unforgettable lecture!

Although the lecture time is relaxed, the following work is quite heavy. Forming a group, having a meeting, learning programming and Facebook api...



My learning and working:

First thing is Facebook app can test on our local host. Canvas url should be 127.0.0.1  Then we can try some Facebook GraphAPI code or FQL on it.

Since I am not very familiar with javascript and jQuery, I am learning them refer to some examples online. jQuery is really nice~

Design the schema using MYSQLWorkbench. That software is quite easy to use.

Two common security problem: SQL injection and Cross site scripting.
Some easy way to fix them:
mysql_real_escape_string() can solve the SQL injection problem.
htmlentities() can solve the Cross site scripting problem.

1 comment:

  1. Great to see that you're on a rolling start. :D Your team needs to make sure though that you have a sensible plan to ensure that you can complete what you want to do on time.

    If you're like me, you might get caught up with the "coolness" of all the technology and forget to produce the product on time. >.<

    ReplyDelete