Naneau

Go dik-dik, go!

Category: PHP

Securing JsTable

After introducing JsTable there were concerns about it’s security. While the javascript itself of course can’t change your models, creating a matching controller that gives unlimited access to your database is probably a bad idea.
So I’m going to show you how to make it (more) secure. First, JsTable can be initialized like this:
123var mP = [...]

Introducing JsTable

I stumbled across Jester a little while ago. Jester is a Javascript library built on top of Prototype for working with Ruby on Rails (RoR) ActiveResource. And it made me think. I am not a RoR man, I may turn into one in the future, but for now I’m quite happy using PHP. Since [...]

Wordpress templates

I am a design nut, though I am not a skilled designer. I do want to have great control over how everything I produce looks. Or I want to be able to tell another person exactly what I want it to look like, and how to make it look like it. That means that I [...]