Articles cleanup
As it seemed that the articles on my website weren’t ordered, I have taken the time to put them in new categories. And since I was at it, I changed…
As it seemed that the articles on my website weren’t ordered, I have taken the time to put them in new categories. And since I was at it, I changed…
Adding Twitter Bootstrap repository to your own project can be done by using Git Shell.
On a clasical Linux Ubuntu Server LAMP (Linux, Apache, Mysql, PHP) with Webmin and Virtualmin installed, when creating subdomains, sometimes files and folders ownership issues appear. In WordPress, this is…
The following two lines have been lifesavers for the situation where a picture is properly inserted into the PostgreSQL, but cannot be taken out and displayed, even if the headers…
The following is a PHP programmer’s Linux beginner guide to setting up a development environment.
PHP Javascript Proxy acts like a PHP proxy, especially for avoiding JavaScript cross domain issues.
The script checks if a droplet is alive by opening a specified port. If the connection is successful, then it tries to retrieve a php file which locally checks the…
When using percent to define the width of an element, together with padding or borders, the actual size of that element is bigger than expected.
The code in this article added at the begining of the .htaccess file, will redirect non-www urls to corespondent www, as expected.
verysimplecaching is a yet not-very-friendly standalone php one-file caching system. This file was created for usage with WordPress, in order to bypass the heavy MySQL queries on rather “static” websites.…
Below we have the code for a jQuery based background slider. No additional CSS or HTML modifications are required. The following slider creates DIV elements automatically and also resizes them…
The following is a modification of jQuery Swapsie Plugin. The mods applied allow the vertical swap between divs with different heights. Enhancements are required to allow horizontal swapping.