Domain: akbkhome.com
Stories and comments across the archive that link to akbkhome.com.
Comments · 8
-
Installation instructions ... Re:Version control
I've been using this for over a year - saved my ass so many times..
Subverison and DavFS
restore yesterdays file:
svn cat -r {yesterday} http:/..../myfile.doc > myfile.doc
I really need to look at fixing davfs for 2.6 though. -
FPDF + Sodipodi SVG templates = sexy reports
I wrote quite a bit of code to do Sodipodi SVG files as templates into PDF using FPDF.. Theres quite a long description on my blog with Code and example usage and the svg files
The current code had chinese language support and some support for vector graphics (lines and boxes work perfectly ok)
-
FPDF + Sodipodi SVG templates = sexy reports
I wrote quite a bit of code to do Sodipodi SVG files as templates into PDF using FPDF.. Theres quite a long description on my blog with Code and example usage and the svg files
The current code had chinese language support and some support for vector graphics (lines and boxes work perfectly ok)
-
FPDF + Sodipodi SVG templates = sexy reports
I wrote quite a bit of code to do Sodipodi SVG files as templates into PDF using FPDF.. Theres quite a long description on my blog with Code and example usage and the svg files
The current code had chinese language support and some support for vector graphics (lines and boxes work perfectly ok)
-
FPDF + Sodipodi SVG templates = sexy reports
I wrote quite a bit of code to do Sodipodi SVG files as templates into PDF using FPDF.. Theres quite a long description on my blog with Code and example usage and the svg files
The current code had chinese language support and some support for vector graphics (lines and boxes work perfectly ok)
-
Whats new? - subversion - done 9 months ago
So what is new about this, I've been doing it with Subversion and slightly modified davfs for 9 months now, saved me numerous times. It's far simpler than NFS and alot more useful..
Subversion, Apache2 all installs perfectly via apt-get, I just run apache 2 on another port..
All my core development is done this way now. I was in germany last week writing to a mounted file system in Hong Kong, and although it was a bit slower, Perfectly usable.
-
PHP does compile to Bytecode
This site describes how you can complie PHP to byte code for a proposed PHP# implementation.
-
Re:PEAR DB abstraction
Have a look at the screenshots for the pear installer - CPAN doesnt even come close...