Sunday, September 4, 2016

Javascript Text Replacing Tool

JS Replace is a simple tool for programmers to copy&paste multiple text lines and make automatically changes on all of them by editing the Javascript code box. Tired of building throw-away scripts or complex SQL queries or repetitive Spreadsheet formulas to make simple changes on many rows of data, I developed a simple but powerful javascript tool to assist in such tasks. Use it!

 


Sunday, July 24, 2016

Simple ToDo-List Javascript application for the smartphone

I wrote a simple ToDo-List application in Javascript to use it in the smartphone. To try it, you need to download the todo-list.html file and then open it with your web browser (Note: not every smartphone lets you open correctly the downloaded HTML files):


It is just a HTML document that "saves" the items as parameters in the web browser address. This approach gives me persistence, Undo and Redo operations for free, just having it opened in a tab of the web browser (Note: it will work only if your web browser is configured to remember your opened tabs). Enjoy it!