16Jan
Articles
Stories about projects and life, easy-to-learn tutorials.
- 2023Customizing theme to add image width and height automatically in WordPressHow to add the width and height attributes to all images in WordPress automatically
- 202310JanConfigure SMTP on WordPress without using a pluginHow to send email reliably from WordPress for free and without third-party plugins
- 202309JanPHP mail function testThis is a useful PHP script for testing your hosting to ensure that you can send emails from PHP-based sites that include a contact form or something similar.
- 202229DecRedirect old domain to new domain in WordPress via .htaccessHow to use .htaccess to redirect all traffic from the old and still valid domain to the new domain in the same WordPress directory.
- 202108AugUpgrade Debian 9 Stretch to Debian 10 BusterHow to safely upgrade Debian GNU/Linux from Stretch (9) to Buster (10) while ensuring that all packages continue to function.
- 202123JulCreating a bootable Manjaro USB memory stick on LinuxTips for creating a bootable USB flash drive in Linux. Etcher is now the simplest and best way to create a bootable USB drive.
- 202009AprRemove unnecessary PHP sessions files on DebianHow to locate hidden system files that continue to clog hard drives, and how to delete old and unnecessary PHP session files.
- 201712FebReplace a line in a text file automatically every week with Linux bash shell scriptMy goal was to read the number in the file, and if the number is smaller than three add one to it, and if bigger reset the number to one. Write new to the file.
- 201701JanCreate a simple contact form in HTML, PHP and SQLHTML Forms are one of the main points of interaction between a user and a web site. This tutorial teaches you how to make one.
- 201610NovEmbed Flickr photo albums on ProcessWireA guide to setting up Flickr photo galleries on ProcessWire. I modified Sergio's photo downloading script and made a Photobox effect for galleries.
- 201604OctOffsetting achor links with fixed header (CSS only)When using anchor links with a fixed header, the body text may be hidden beneath the header. CSS only, no need for JavaScript.
- 201612SepLeverage browser caching for images, CSS and JavaScript apache2Page load times can be significantly reduced by requesting that visitors' browsers save and reuse the files on your website.
- 201614MayUtilize rsync to backup or sync data on LinuxRsync is a powerful tool for transferring and synchronizing data between local and remote systems.
- 201624AprBackup your data automatically on LinuxOne of the most crucial aspects of running a server is backups, and these scripts assist in automatically backing up your critical data.
- 201621AprAnimated smooth scrolling effect for one-page websiteEvery one-page website needs an animated smooth scrolling effect, and this script will rock your site.
- 201602MarAdd or remove class with JQuery based on vertical scrollA tutorial on how to use JQuery and CSS to change the appearance of the website when scrolling down.
- 201601MarAdd images to Drupal Views Search PageDrupal 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 you, but PHP can.
- 201621FebThe 10 most common mistakes PHP developers makeAre you guilty of one of these common PHP mistakes? Refer to this list next time you're debugging PHP code.
- 201627JanA beginner's guide to DrushDrush 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.
- 201524OctUse PHP to parse Flickr's XML feedThis simple XML Flickr feed parser retrieves the most recent photos and displays them with links and thumbnails.
- 201520OctA beginner's guide to MySQL / MariaDBA basic tutorial on how to take control of a MySQL / MariaDB server, create a database and a user, and store data in a MySQL database.
- 201501OctParse an XML document with PHPA simple PHP script that can save an XML document to the server and use it for the website. Replaces files that are more than 24 hours old.
- 201529SepSet up TeamSpeak 3 serverComplete guide for installing TeamSpeak 3 as a service on a Linux server.
- 201518SepCreate SSH keys and login to servers without using passwordsSSH keys are used to authenticate yourself to an SSH server by utilizing public-key cryptography and challenge-response authentication.
- 201516SepHow to create a simple popupSimple PHP / JavaScript popup created for Drupal but can be used with any platform. Popup works only once and again after the cookie is cleared.