Tutorials
How to use rsync to synchronize local files to remote server
Rsync is a powerful tool that facilitates the transfer and synchronization of data between both local and remote systems.
Drupal Commerce: Apply taxes to subtotal minus discount
Drupal Commerce is an open source eCommerce framework. This tutorial fixes the VAT + Sale Prices problem for Checkout and Commerce Email.
How to backup all your important data automatically on Linux
Backups are one of the most important things when running a server and these scripts help backup your important data automatically.
Animated smooth scrolling effect for one-page website
Every one-page website needs animated smooth scrolling effect, and this script will rock your site.
Add or remove class with JQuery based on vertical scroll
A tutorial to show how use JavaScript and CSS to change appearance of <header> when scrolling down on the website.
Add images to Drupal Views Search Page for certain results
Drupal Views is a powerful tool for all kind of mixed results but how to add images to Views' Page when url have "?". Blocks can't help, but PHP can.
The 10 most common mistakes that PHP developers make
Are you guilty of one of these common PHP mistakes? Refer to this list next time you’re debugging PHP code.
A basic Drush tutorial
Drush is a command-line shell and scripting interface for Drupal. This tutorial help you understand how Drush works and how it makes your life easier.
How to make XML Flickr Feed Parser
This simple XML Flickr feed parser fetch newest photos and show them with links and thumbnails.
A Basic MySQL Tutorial
A basic tutorial how to take control of MySQL server, how to make a database and a user, and how to store information in the MySQL database.
How to parse an XML document with PHP
A simple PHP script which can store an XML document as a file to the server and use it for the website. Replaces file older than 24 hours.
How to set up TeamSpeak 3 server
Tutorial how to set up and run a TeamSpeak 3 server as service on Linux.
Generating SSH keys - Log in to servers without passwords
SSH keys serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication.
A simple popup with PHP
Simple PHP / JavaScript popup created for Drupal but can be used with any platform. Popup works only once and again after the cookie is cleared.