Developer Handbook
Tutorials, Code and Developers at blog.luisfreitas.pt
-
How to create an SVG data visualisation with PHP
A great article by Brian Suda in NETMAGAZINE, that i liked so much so i transcribed here the most interesting stuff: Using code to create beautiful visualizations saves time, effort and allows you to focus on the idea rather than implementation details. Brian Suda explains how he wrote a PHP script to build an SVG [...]
-
How to use sitecopy to mirror an old html website
Well tonigh i has a small job to recover an old website. So, i didn’t need a fancy tech like rsync (wich i would use if it was a critical work). So, tonight i’ll use my (very) old friend, sitecopy. Here it is how to use site copy to recover an old html website: sitecopy [...]
-
How to create a Google Plus RSS +1
If you want to track someones G+1 clicks via RSS feed, you’ll find no RSS button to subscribe. There is always possibility to make your own parser to extract wanted information from cumbersome html but idea isn’t quite appealing and there should be a better way to solve such simple task. For these familiar with [...]
-
High performance Innodb Mysql server configuration
This week i had a urgent job about recovering a huge Innodb Mysql database with 2.4 million records and 2GB in size and with 160GB on 107 418 Jpeg files with IPTC and EXIF info associated with. I had to prepare and configure a new server with this hardware: 4 GB RAM 64 Bit system [...]
-
How to install KDE4 applications on Windows
KDE (K Desktop Environment) is one of the most common desktop environments used under Linux and Unix systems. Apparently it has reached version 4. KDE4 is based on Qt4 which is also released under the GPL for Windows and Mac OS X. Therefore KDE 4 applications can be compiled and run natively on these operating [...]
