MivaScript: Hello World Learn how to program web apps with MivaScript, starting at the beginning of all programming: Hello World MivaScript is a great programming language for fast implementation of dynamic web apps. MivaScript is also great for people who already know HTML because it is a mixture of familiar looking tags and standard functions that can be used to create any kind of web app. Scot Ranney, March 23, 2015
Mivascript 101: The miva_splitstring(..) Function With Examples miva_splitstring(..) is a relatively new Mivascript function and one of the most useful. Use miva_splitstring(..) to quickly take any delineated list and turn it into a Mivascript array. What used to take two or three lines of code now takes one line of code. Scot Ranney, February 13, 2025