Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Polishing the Visual Presentation of a Blogger with the Code Igniter PHP Framework
Jan 06, 2009 @ 17:52:32

DevShed has posted the fifth part of their series looking at CodeIgniter and its use to make a simple blogging application. The focus this time is on the output, working with the views to "pretty up" the resulting pages.

Although in its current state, the blogger works well, its visual presentation looks pretty primitive. Therefore, in this fifth part of the series I’ll be adding some CSS styles to the view files that comprise this blog application to improve its look and feel.

They start with a review of the code so far - a simple blogging app with the ability to let users comment on each entry. The HTML and CSS you'll need to add to the views to make the output look more like this.

tagged: visual presentation blog codeigniter tutorial framework

Link:


Trending Topics: