Posts

Showing posts from April, 2022

Get the Unit Conversion Result On-the-Fly

Image
Previously, if you have read this blog: Angle Conversion Release , you will find that to get a converted angle value, you have to do at least 3 steps: Choose the source angle unit and target angle unit from two drop down menus. Type the source angle value. Click the blue submit button to get the result. Here we won't show the screenshot any more as you can find it from the previous log. But now things become more easy and convenient 😆 You only need following 2 steps: Choose the source angle unit and target angle unit from two drop down menus.  But one difference is that the drop down menu supports autocomplete feature and if you type something in the search bar, it will show all the possible candidate units of which user typing is the sub string. Here is the sample screenshot: Even if the drop down list is long, as long as you know the name of the unit, it is still easy for you to find it. ✌ Type the angle value of source unit. Now while you are typing, the angle value of target

Simple Text Editor V2.0 Release

Image
As you may know, previously the simple text editor of StringLand Tech has mainly two parts (can check this blog: https://stringlandtech.blogspot.com/2022/03/stringland-introduction.html ). One is the editor where users can convert the case or reverse given text. The other is to search words by words matching or regular expression, and users can even replaced the matched words with new words. Now we just combine these two functionalities into one and release our new Simple Text Editor 😁 Here is the link : https://stringland.github.io/web/#/text_operations/edit_txt And here is the screenshot: The overall UI workflow is that users put their text in the text area of Input Text tab, choose the operator they want (by default it is convert all the text into upper case), and then click the submit button. If everything goes well, the Result Text tab will be enabled, where the processed text and some statistics can be found. Conversion and Reverse This function includes following features: Con