Category Archive
The following is a list of all entries from the General category.
SQL & Yii
Filed in General, 21/06/2011, 19:35At school, I have a course ORACLE SQL which learned me some new tricks and options, I’ve also been testing them in MySQL and so the idea grew to see how Yii framework would interact with those tricks. I must say I didn’t expect them to work but they do so probably within the next [...]
Yii framework: RBAC
Filed in General, 16/02/2011, 19:44Rbac in the Yiiframework isn’t hard at all but how do you keep your db clean and readable code readable and logic! After you have successfully configured the RBAC in /protected/config/main.php you need to insert the sql into your database and introduce your rules and accesses into to table, mine looks like this: And my [...]
Happy New Year
Filed in General, 01/01/2011, 00:00Another year came and went, welcome 2011, happy new year ! Share on Facebook
I’ve been looking into html5 and especi…
Filed in General, 19/10/2010, 14:38I’ve been looking into html5 and especially videos in html5. The usual questions came up and I think I found some nifthy things: subtitles: http://blog.gingertech.net/2008/12/12/attaching-subtitles-to-html5-video/ video “plugin”: http://www.projekktor.com/ Share on Facebook
Profiling a php application
Filed in General,myself and me,Projects, 04/09/2010, 15:00Today I’ve been talking with a friend of mine, Pieter. We share a server together for our websites,programming adventures etc. I’ve been talking about a project I’m writing and reminded me to go profile my application so the load of the application keeps low. So I’ve been searching the web for some easy profiling system, [...]
Windows ate my thumbdrive
Filed in General, 02/04/2010, 09:00Yesterday was disappointing and frustrating. Visual studio freaked out which resulted in my project becoming inaccessible from my thumb drive and not long after that the partition table was destroyed, resulting in my thumb drive being of the RAW format. I searched and found some recovery software but nothing that wanted to recover my partition [...]
Yii themes
Filed in General, 25/02/2010, 18:57This was actually fun, a first, i have to admit. Normally when i do convert a template to a theme, i is time consuming, in Yii after some rudamentry settings (2 actually), you’re on your way. Share on Facebook