Tuesday, March 18, 2014
Now have pagination going the way that I want. I have decided to remove the Archives option, since I do not have any old posts to archive right now, and my time is limited as far as implementation goes. I think that it is something I will revisit at a later date, hopefully before the end of the term but likely after.
Tags: Development
Tuesday, March 18, 2014
It finally clicked that I can handle roll-over by just returning to the first page. This satisfies the case that the user selects older posts while on the last post page, or newer posts while on the first page.
I think the only thing left for handling pagination will be to indicate on the model if older or newer posts are available. That way I can remove the "Newer Posts" or "Older Posts" button if it cannot be used. Another option would be to replace the "Older Posts" button with a "Back to front page" button. The rollover option will still need to remain in case as a last ditch method of error handling.
Tags: Development
Tuesday, March 18, 2014
Just adding another post to provide more testing material for pagination
Tags: Development Testing
Tuesday, March 18, 2014
I have tweaked the Resume section to have dividers and have updated the footer to prevent overlaps. I have also filled in the About page and updated the Contact page. I am still messing around with pagination, right now I have it set up to roll over to older posts if there are none newer. Will see what I can do with it.
The final remaining section of the site is the Hobbies section. Hopefully I will be able to get through that fairly quickly. Then I can move on and do some tweaking to the CSS to get the nav bar looking the way I would like.
Tags: Development