Archive for January, 2006
Windows XP, business etc… (feng shui)
Thursday, January 19th, 2006
Person should keep its computer and business maximally clean. Use only software which holds business soul in itself.
If you want to earn money, important thing is not to waste your time.
RSS feed webmail
Wednesday, January 18th, 2006I am currently working on a script …
Super session
Wednesday, January 18th, 2006This is a replacement for PHP’s session,
main difference is, that this sessions will work with 2 multidimesional arrays, like a[’$i’][’$j’]…
Usage is very simple:
require(”ses.php”);
$SES=ses_start();
And the variables are $SES[something] instead of $_SESSION
At the end, the ses_commit($SES); needs to be called.
Language class
Wednesday, January 18th, 2006In a project
http://www.aleksandar-hotel.co.yu I was building online calendar/booking system.
In order to enable multi-language support, I was reviewing several systems enabling that, and I choosed to
try building my own in a plug and play way as I write the code.
For a template engine I choosed “mini templator” (I can’t find it on web anymore). However, working […]
