reset password
Author Message
yurimuradyan
Posts: 42
Posted 01:10 May 04, 2009 |

Dear Dr. Sun,

I had a few questions regarding the requirements of HW 4. Could you please clarify the following for me:

  1. Do we only display last 5 entries of the blog, or do we simply page them 5 per page?
  2. Are archives "clickable"/accessible?
  3. Since we are currently not worrying about file upload, how shall we handle the Banner Image for the blog?
  4. Do we not bother with Comments for now?

Thank you in advance!

Last edited by yurimuradyan at 02:57 May 04, 2009.
cysun
Posts: 2935
Posted 07:01 May 04, 2009 |
yurimuradyan wrote:
1. Do we only display last 5 entries of the blog, or do we simply page them 5 per page?

Only display the last 5 entries. There should not be any paging.

2. Are archives "clickable"/accessible?

No. For this assignment, just display the years and months in which there are blog entries. We'll make them "clickable" using Ajax in the next assignment.

3. Since we are currently not worrying about file upload, how shall we handle the Banner Image for the blog?

The user should be able to enter a URL for the banner image.

4. Do we not bother with Comments for now?

No. We'll deal with comments in the next assignment.

Last edited by cysun at 07:02 May 04, 2009.