Owen Christian and myself have cooked up a nice little code igniter language file translator. This is a controller and series of views that you can drop in on your CI install and then use a nice front end to manage administration of the language files for your application. This is meant for people to […]
CSS
CSS Internal Error: incomplete URL list
So it took me a while to figure this one out, therefore thought it would be worth posting here… Facebook currently allows only one url type declaration per style block. So if you have multiple url declarations in your style, you get this error. The solution is to simply seperate the url declarations into separate […]
Internet Explorer Submit Button Horizontal Padding
As you already know Internet Explorer takes great care to interpret HTML and CSS in it’s own special way and only sometimes does this co-incide with the W3C‘s specification. The padding on Submit Buttons is one such nuisance. Simply, IE simply ingores any horizontal padding you specify with css. The solution, I discovered, it to […]