Category Archives: Technology
HTML Checkboxes
Occasionally, you discover something that you have been doing wrong for a long time. Sometimes it wasn’t something outright wrong but was just stupid. That is what happened to me. When using an HTML checkbox, it “POSTS” to the form submit page with the value of “on”. I have always converted that on the page… Read More »
PHP and jQuery – Reduce Long String to Preview Length and Reveal Full Text OnClick
Goal: Reduce long string to specified length for end-user preview. Reveal entire string when clicked. Go back to preview when clicked again. Check out the php and jQuery code: https://gitea.rnsworth.com/ben/PublicPosts/src/commit/b4f180878df7edc1b7ab71918d566736d619c87b/PHP%20and%20jQuery%20-%20Reduce%20Long%20String%20to%20Preview%20Length%20and%20Reveal%20Full%20Text%20OnClick.md YHTSZWNS7R6V
Kombucha Clothing
30 Days With Google Docs
Complete list of all 30 days
JSON Returning NULL When Special Characters Exist in Result Set
Nearly 24 hours of my life lost and I just figured this out. Maybe I can save someone else some precious time. Overview of JSON (skip this if you know what JSON is) When sending information from JavaScript via AJAX to a PHP server, certain things don’t transfer because you are dealing with different programming… Read More »
Speeding Up Windows XP
I’m running a computer that I purchased around 2002. It has Windows XP with only 1 gig of RAM. It has been running slow, particularly when switching windows or recovering from a long period of “rest”. After deciding to play with the settings, I’m blown away with the improvement simply by making a few changes.… Read More »
Generate Your Own Binaural Beats With Audacity
If you like binaural beats as a way to meditate or drown out background noise, you may have come across the ones that you can buy. Did you know you can make them for free? If you’re a do-it-yourselfer like I am then you probably would want to play around with making your own. Here’s… Read More »
File Storage and Sharing on Google!
Google docs, as if it weren’t cool and convenient enough, now allows you to upload any file format and store it on your Google account. This means mp3’s, movie files, text files, pictures, etc. You can sort files by directory, drag and drop them to different directories, and even share them. What’s great about the… Read More »