Blog postings filtered by webmaster
handy dandy tips and softwares for webmasters
-
Running Laravel 4.2 Project on PHP 7.4
Laravel 4.2 requires mcrypt extension, which has been removed in PHP 7.2... -
Laravel Session Not Saving
Laravel creating new session on each request! -
working with Laravel pagination links
Laravel provides a dead simple way to create a pagination links. It will automatically generate and rend -
Laravel Eloquent Querying
These are some fundamental Eloquent queries as well as some complex ones that I always tend to look ... -
Speed up your website using gZip compression
Modern browsers support gzip compression so you can speed up your website just by enabling this... -
PHP 5.6 and SSL Operation Failed error
When I enabled SSL on my website, it broke two vendor libraries that I'm using from composer... -
Select dropdown with first option empty using Laravel Eloquent Collection
Laravel provides amazingly simple way to render the form select dropdown list from an Eloquent... -
A simple JS safety-pin confirmation when a delete link is clicked
A quick and dirty way to add a confirmation prompt behind the delete button/link... -
Escape single quote when a Javascript function call is rendered from PHP
I have many instances where I need to call a JavaScript function from a PHP generated html code... -
manipulating CSS with JavaScript
Sometimes, I need to change the CSS of an element using a JavaScript, typically when certain event i...