Database
Cool app I am building
Friday, November 10th, 2006
Based totally on jquery
web2 app
will be on http://www.budgetzen.com
check it on
http://www.acosonic.com/work/budgetzen/dashboard.php
Elements used:
Ajax grid, ajax table, ajax graph, dynamical graph creation, frequency decoder calendar, javascript fade-in/out calendar, jquery tips, json, ajax loader
mysql configuration
Saturday, November 4th, 2006For everyone who does not know, like me, mysql (5 i am not sure for other versions) makes my.cnf file in one of several directories, mostly \windows dir why I don’t know…
And he is pulling conf from there.
I discovered this, wile trying to import large database, the packets were dying…
So if you ever […]
Super session
Sunday, June 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.
