Easy Way to Stop Flash of Unstyled Web Page Content A flash of unstyled content when a webpage loads is ugly and annoying, and easily fixed. As helpful as jQuery and other website plugins can be, a common issue is unstyled web page content coming up a moment before everything looks good. Luckily there's an easy five minute fix to keep unstyled content hidden until it's ready. Scot Ranney, February 13, 2016
Make a JSON Configuration file in Miva Script Use Miva Script to create a simple configuration file using JSON format. The Miva Scripting language has a fantastic JSON parser that makes it easy to use JSON files for configurations and other plain text settings. Scot Ranney, June 18, 2019
Make the "Select" Form Element Easy with Mivascript Create, populate, and select form options the easy way. Using shortcut functions makes your mivascript projects go faster. This function takes the hassle out of the select form element. Scot Ranney, November 21, 2019
How to Disable Double Click on Submit Button This solution to prevent double clicks uses straight up Javascript - no Jquery necessary. Prevent double clicks on form buttons. Scot Ranney, January 16, 2020
HTML/CSS Trick: How to Turn Off Auto-Complete Sometimes you need to turn off autocomplete in forms for a good user experience. If you have a web app with forms that come up on a regular basis, for example if you're entering blog posts, you don't want the inputs to have auto-complete turned on because it is annoying. Scot Ranney, February 18, 2016
Favorite Web Development Tools and Resources Web developers of all levels use online resources to help get the job done right. When you are coding for the web or anything else, tools that make the job easier and faster are key. These are Scot's Scripts favorite web design tools. Scot Ranney, January 06, 2021