Great news: i have pretty much completed my Admin Apli today. Just some minor things remaining. I am very happy with this as it is just in time to use as a framework for 2 big projects i will be starting on this weekend.
1 Final thing to do is finalize the multilingual support, to that [...]
My much anticipated free web-based administration system will be coming online in a beta run very soon!
The admin system is part of my free Apli collection and will serve to promote my skills as a web application concept/designer/developer and also as a free and MUCH BETTER alternative to the commercial products out there (often costing around 25 [...]
I decided to pull an old project out of the cupboard. It was something I was concepting a while ago but got distracted by other things (aplis). Its a class, no its actually a mini apli consisting of a builder GUI and a class.
The idea is to automate form creation, checking, processing and data loading. The [...]
Last week I spent some time remaking my CV. I think I made it quite original I just doubt that none-programmers will appreciate the joke…. I styled it like o.o.p. php, a php class if you will. I even used similar colour coding to that of my php programming software (only replacing the orange for comments with my lime and [...]
Very simple little php function that returns a black or white colour depending on the darkness of the given html colour.
function fontColour($colour){
$r = hexdec($colour[0].$colour[1]);
$g = hexdec($colour[2].$colour[3]);
$b = hexdec($colour[4].$colour[5]);
$sum = $r+$g+$b;
if($sum>390){ return '000000'; }else{ return 'FFFFFF'; }
}
as i said, simple
enter a 6 char html background colour and it returns 000000 or FFFFFF for your [...]
Was playing around with colours the last couple of days. made 2 scripts and a new Apli.
Script 1: colour array generator. Basically i ripped a list of html colour codes of a site but wanted to use only a few of them and also wanted to be able to order them nicely. So made a [...]
Dear diary, hehe, no but seriously its been a while since i blogged anything. Not that much people read it (only you i think) but still, its also good for google to keep the content dynamic and changing.
something i thought of: whats worse: life without purpose, or purpose without life?
Anyway, iv quit wow (again). it was getting [...]
A first beta version of WebBudget has gone live and can be found here: http://budget.thomassmart.com
Feel free to check it out and use it, suggestions are welcome!
The online solution that brings you the elusive answers to the troublesome question of "Where all your money really went".
Keep easy track of your income and spendings by entering them [...]
I have been working on the before mentioned budget planning apli and made quite some progress. I hope to be able to finish it next week, assuming my company deadlines allow me some time to program my personal projects ~_~
Almost finished the new site for our diving instructor, this will be coming online proberbly tomorrow [...]
Just had to post a link here to the new ilovesneakerz.nl site cuz its so damn beautiful (technically that is, design is much better too but im focusing on the tech)
check it out here
notice the full xhtml w3c strict validated ^_^
beautifull htmlrewriting code for all pages/categories/products etc. even a 404 page if you [...]
Comments