I've seen this topic placed all over at stackoverflow.com so I guess that people just want to send mail with attachments via PHP ð You may found (incomplete) fragments of answer here and there but very few seem to be…
PHP OpenSSL AES encryption
Background It has been a while since I played with cryptography. I am working on a project where I have to encrypt/decrypt large files (possible many GiB of data) both fast and cheap. The encryption must be strong and thus…
YAYUI, yet another YUI compressor
While working on a web project (mainly PHP, JavaScript and CSS in this order) that I started few weeks ago I stumbled with re-factoring the source code such that it runs faster while becomes easier to maintain. OK, the code…
Upload file to Google Drive programmatically
Nowadays I am writing a WordPress plugin that involves accessing and upload file to google drive programmatically. This process implies the following steps: request an authorization code from the Google Authorization Server get the authorization code and then use it…
Dropbox OAuth authentication
In the last three days I worked to create a WordPress plugin that simply creates a multi-volume compressed backup for a specified directory (eg. entire website) and then uploads it on my Dropbox repository. Maybe I will write an article…
Inject JavaScript code WordPress
In my previous article I have proved the concept of injecting PHP code in a WordPress post/page. WordPress is a very well written CMS driven by a plug-in architecture. If you want to insert some JavaScript code into a WP…
Inject PHP code WordPress
In this article I proved the concept of injecting JavaScript code in a WordPress post/page, so don't miss it. WordPress is a very well written CMS driven by a plug-in architecture. If you want to insert some PHP code into…
How to link keywords to Wikipedia automatically
Just to help my blog being user-friendly I have created a simple plugin for WordPress that basically analyzes your web page content and links some words (those it decides that are important) to their respective Wikipedia page. This is the…
Check Google page rank of entire website
There are hundred websites that provides a tool to check your website rank. What the heck? What are my chances to get the first position, will you ask? Then I will ask this: for what keyword? Because, you see, if…