Posts Tagged ‘html’

Winters coming, WrapUp!

Tags: , , , , , , ,
Posted in Code, CodeIgniter, PHP

I’ve been using this library, or iteration of, for about a year now and have finally had time to document it properly. WrapUp is a CodeIgniter Library to manage your sites <head> element.

Defining the doctype
Setting the page title
Adding meta data
Adding CSS
Addming Javascript files

This saves alot of time getting a site up and running. Its also extremly handy for large sites as you can define your default meta data, css & javascript in a __constructor so its is inhereted by all pages on the site.

A few examples of WrapUp can be found after the jump.

Read the rest of this entry »