Pagination is roughed in

Sunday, March 16, 2014

Basic pagination is now up and running. It has some rough edges but I have a basic form going such that I can navigate one post at a time. Will need to apply some changes though so that it goes backwards instead of forwards.

Despite the bugs, progress is progress

Tags:  Development   Testing  

Retrieval is working

Sunday, March 16, 2014

Posts are now being retrieved from the database. On to Pagination!

Tags:  Development  

Working on Blog

Sunday, March 16, 2014

I am starting to slowly build up the blog portion of this website. Currently I am working on retrieving blog posts from the database back end and displaying them.

Hopefully I will soon have it retrieving properly, this will be followed by dealing with pagination, then on to the rest of the site. I will return to finish off the Archives section at a later point, since I am thinking about removing it temporarily in any case.

So far Bootstrap has not been overly difficult to deal with. Now that being said I have been heavily leaning on the templates provided on the Bootstrap website. I have a feeling that once I move out of the templates I will begin to encounter difficulties.

Tags:  Development