I simply wanted to know on which links the user clicks. So I devised a method to capture these link URLS using javascript and posted them to server storing them in a log file.If this is what or something similar you would like to to do then read on. This allowed me to see the Continue Reading …
Author: kay
WordPress dompdf installation in page template example
Using the pdf library dompdf in your WordPress page to convert some HTML you already have generated to a PDF file will be explained in this article. We will be doing that by creating a WordPress page template. The page template will include the dompdf library and convert an example HTML to a PDF file Continue Reading …
WordPress redirect page with countdown timer
If you want to redirect a specific page on your WordPress website, displaying a message along with a countdown timer something like a splash page, redirecting to a internal or external page when countdown reaches zero,then please read on. This article will describe in detail how to perform the redirect without a plugin. Step Continue Reading …
WordPress : Add header code for a specific page without plugin
There may be a requirement when you would like to place header code consisting of scripts or meta tags to appear on site header for a particular page only and not on all pages. Two Methods will be described in this article showing how to do that without a plugin, step by step. Method Continue Reading …
Php script to split large files to smaller files
This article will describe how you can split large php files line by line to smaller php files. If you have a large php file with content in each line of the file and you would like to convert it to smaller chunks then here you will find the php script code to do that Continue Reading …
Access windows filesystem in ubuntu virtualbox
This article will describe how to access a windows drive in ubuntu operating system installed in virtual box machine. Shut down the virtual machine. From the virtual Machine Menu,Go to Machine->settings->Shared Folders. Click on Machine Folders -> Blue Folder Icon with Plus Sign on the right (Add Folder Icon) Click on folder path -> Choose Continue Reading …
Large .thumbnails folder in DCIM folder in android.
Are you facing the problem of having a large .thumbnails folder in the the DCIM folder in the android.This is actually an error and android automatically creates the folder with files that show a very large size wheras actually they are not.This might create problems if you are backing up your files to the cloud Continue Reading …
WordPress : Using syntaxighlighter plugin with gutenberg editor causes error
Do you use Syntaxhighlighter Evolved Plugin to highlight code in gutenberg block editor and it creates error in the form of replacing the code with funny characters while publishing or updating the post ? If yes then this article will describe exactly how to fix this error from occurring and breaking the code. If you Continue Reading …