PHP PHP Argon2 Password Hashing Writer #1, 2024-08-18 Password Hashing Overview In the world of web development and password storage, an ongoing debate… Continue Reading
C# Script Storage Update Writer #1, 2019-10-17 This is an update to a previous post. In another post on this site, it… Continue Reading
Script Storage Writer #1, 2018-05-02 Update here: Script Storage Update Throughout my career, my scripts have been a vital piece… Continue Reading
PHP Regular Expressions – Remove Comments From SQL Text Writer #1, 2015-12-142024-08-31 This short block of PHP code takes a SQL script and removes the “dash-dash” and… Continue Reading
PHP Date Difference Writer #1, 2013-06-04 Finding a quick PHP function for date difference was painful. Now that I found it,… Continue Reading
PHP Date Difference Writer #1, 2013-06-042024-08-31 Finding a quick PHP function for date difference was painful. Now that I found it,… Continue Reading
PHP Regular Expressions – Remove Comments From SQL Text Writer #1, 2013-03-01 This short block of PHP code takes a SQL script and removes the “dash-dash” and… Continue Reading
Basic PHP Data Setup Writer #1, 2012-12-14 Ideally, when setting up a data-driven PHP site, you should have your configuration and database… Continue Reading
HTML Checkboxes Writer #1, 2011-05-16 Occasionally, you discover something that you have been doing wrong for a long time. Sometimes… Continue Reading
PHP and jQuery – Reduce Long String to Preview Length and Reveal Full Text OnClick Writer #1, 2011-05-142023-06-15 Goal: Reduce long string to specified length for end-user preview. Reveal entire string when clicked. … Continue Reading