20Jan

Configuring WAMP

by felixt Comments (0)

Just few tricks and pitfalls.nDifferent Apache version and PHP version need to be work out. nPHP5 doesn’t support MYSQL extension straight away.nlibmysql.dll if found in c:\windows\system32 needs to be changed with the newer one supplied by PHP.nPHP.INI holds important config stuff. Important is the short hand notation

20Jan

Web Developing Job

by felixt Comments (0)

Hm, so finally I got a job in IT. It’s still not a proper job that I would like, but close enough. I am subcontracting for S3 Design group for a period of 2 months. The work is ok, developing website is fun (and at times stressful!!). nnPositive:n- Got to work with clever ppl! Their [...]

07Jan

PHP cheatsheet

by felixt Comments (0)

Handling form request using PHP: here

07Jan

CSS cheatsheet

by felixt Comments (0)

….nCSS:ntable#table_listnnKalo Id pake #nn
nCSS:ntable.table_listnnapa beda class dan id?nnThis is how I styled a table using CSS ID, this woks best if I only need general styling on the table:ntable#list_table td, th {n padding-left: 5;n padding-right: 5;n}ntable#list_table th{n background: #CCCCFF;n border-bottom: solid 2px black;n}nntable#list_table td{n background: #FFCCCC;n padding: 5 0 5 5;}

15Sep

Tools

by felixt Comments (0)

I do my web dev work on Mandrake Linux, using Qanta 3.2 as web editor and gftp to transfer files back and forth.. nnMy boss uses Frontpage, the cool thing about Frontpage is, it allows you to instant update on the actual site(file), so it sort of combines the editor and file transfer features.. He [...]