Toggen Blog
Tech tips
Articles
Latest
The web.archive.org Wayback Machine – A trip down memory lane
If you wonder what content your site had or how it looked months and even years ago http://web.archive.org may be the place to visit. I just had a look at my site http://web.archive.org/web/*/https://toggen.com.au/ and there are pages from as far back as 2003. I...
Accessing Kohana PHP Frameworks Local Userguide
open application/bootstrap.php and make sure your base_url is correct in my case Kohana maps to /~jm/ on my local server Uncomment the 'userguide' => MODPATH.'userguide' module. http://localhost/~jm/index.php/guide
Exporting Dia Diagrams to PNG from the Command Line
A post from the Dia mailing list: I was asked to deliver some diagrams Dia diagrams I did, in PNG format. I just would imagine the nightmare it would have been to do this under "other" diagramming tools. for D in *.dia; do dia -t png -s 1024x $D; done I just checked...
Reducing the size of a massive PDF so you can email it
Just joined a heap of PDF files with pdftk output*.pdf cat output nov2010.pdf and got a 19.5MB PDF file. From here found a working solution to reduce the size of the PDF. gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH...
I heart Justin Bieber – Embedding Youtube Videos in Your Website
Now all I need to do is sit back and watch my blog traffic increase exponentially Changing the size of your embedded Youtube Video And incidentally if you want to change the size of your embedded metube video you just edit the width and height parms from the default...
A Good Multi-Language Admin Scripting Resource
Currently Looking at Kix Scripting and Found this site which has a heap of good downloadable examples. http://www.robvanderwoude.com/
