Home Page v1.1.0 – Start page web application released! PWA, search filtering, state, and more!

Version 1.1.0 of the start page web application “Home Page” has been released.

This release adds some new features, and many improvements.
Please check it out at the following link: https://theopenweb.info/apps/home-page

Documentation

Localized documentation has been added to the web app to provide information on all the new and existing features. Check out the documentation here: https://theopenweb.info/apps/home-page/doc/i18n/en/index.html

Localization & Filtering

Localization of websites and UI has been added.
※ Some areas are still lacking translations. They will be translated over time.

Filtering websites by locale, region, and keyword is now supported.

https://theopenweb.info/apps/home-page/doc/i18n/en/index.html#localization-and-filtering

State

Saving, loading, exporting are supported now, with many file formats being supported.
※ If there is a file format you think should be supported, please send a message.

https://theopenweb.info/apps/home-page/doc/i18n/en/index.html#state

Themes

Themes for styling the UI is now supported.
Themes can be added by file input.

https://theopenweb.info/apps/home-page/doc/i18n/en/index.html#themes

Changelog

## [1.1.0] – 2022-06-06

### Added

  • Filter by locale of website.
  • Filter by region.
  • Filter by keyword.
  • !bang aliases for searching.
  • File loading by file input or drag and drop: Chrome Search Engine Config, Firefox bookmarks with search parameters, Images, Open Search, Storable State, themes.
  • Change theme.
  • State handling: Export, reset, save, load.
  • Add search target from UI.
  • Many new websites.

### Changed

  • Improved UI.
  • Improved documentation.
  • Improved website logic.

## [1.1.1] – 2022-06-06

### Changed

  • Bug fixes

Further Information

Please provide any feedback or suggestions, and if you know of a website that should be added, please consider sharing it with us: https://theopenweb.jp#contact

https://theopenweb.info/apps/home-page

QR Code generator version: 1.0.0 Released

QR Code generator version 1.0.0 released.

Features:

  • QR Code generation.
  • Specify background and foreground square colours.
  • Share current QR Code control URL.
  • Share current QR Code URL.
  • Download QR Code as image.
  • Use in iframe.

https://theopenweb.info/app/qr-code-generator

QR Code Generation from URL

This web application offers QR Code generation from URL input, similar to many other QR Code services.
Simply add the QR Code and click the update button to generate the QR Code.
QR Code state is kept in the URL query parameters, so it is easy to share access to the current QR Code being created.

Styling

An important feature of this QR Code generator is the ability to change the colour of the QR Codes.
Both the black squares and white background can be changed to any colour of your choosing.
Sizing is currently not supported. Images are generated as PNG. These can be improved upon if enough requests are received.

Downloading

Download generated images by right-click, drag & drop, or any other browser image saving method.

Embedding

The main reason for the creation of this QR Code generator is the ability to link with other applications.
In addition to storing the state of the QR Code being created in the URL, it is also possible to output only the QR code and share this by URL.
This provides the ability to embed QR codes in other web pages using IFrames.

<iframe src="https://theopenweb.info/app/qr-code-generator?qrcode-only" style="width: 155px;"></iframe>

The service can be found at the URL below:
https://theopenweb.info/app/qr-code-generator

Please feel free to send your requests for improvements at https://theopenweb.jp#contact

Data converter version: 1.0.3-beta released

Data converter version 1.0.3-beta released: https://theopenweb.info/app/data-converter

Improvements

File upload bugs and additions have been made, including the ability to display common files such as images in outputs.

JSDoc conversions have been improved to work better on objects.

Multiple File & Zip Downloads

Downloading multiple files is now possible from the output node.
This includes downloading multiple individual files and downloading a single ZIP file with multiple files inside.

Added Conversions

Many new conversions have been added including URL and CSS encoding and decoding, EML/JSON E-mail, FormData and query strings, colour (HSL, RGB, HWB, VGA, etc.), Morse code and Roman numerals.

Added Inputters

Inputting data using JSON strings, Objects, and arrays is now possible.
The JSON string and Object inputters are especially useful due to using an embedded code editor.

Mime Type Auto Guessing

Mime types are now inferred from files, allowing for better auto-suggesting of conversions.

Changelog

  • Multiple file download
  • Zip file download
  • Mime Type auto guessing
  • URL and CSS encode/decode conversions
  • Email EML and JSON conversions
  • Improved JSDoc conversions
  • Object to HTML and Vue component conversions
  • FormData and Query String conversions
  • Colour conversions: HSL, RGB, HWB, VGA, HTML Colours.
  • Other functions: Morse Code, Roman numerals, …
  • Additional inputters: JSON and Object editors, Array.

https://theopenweb.info/app/data-converter

Tax-calculator version: 1.0.0-alpha Released

Tax Calculator alpha release

Tax Calculator has been released under the initial α(alpha) version.

https://theopenweb.info/app/tax-calculator

Introduction

This application aims to provide taxation and related calculation services in an efficient and fair way.
Similar applications have tended to focus on being protective and so difficult to import/export from/to and link with.
This has been an issue for The Open Web business due to the policy of open linking being at the centre of our business policies.
Similar applications being expensive compared to applications of different categories is to be expected due to the legal implications and expertise required for such services.
However, unchanging, user-contributed areas should tend to be free and open.
This is something this application aims to achieve.
Under the alpha version, released features have been limited, but this will be gradually expanded on.
Any feedback will be much appreciated, and will help improve this application.

Features

Constants

Mainly fixed values such as rates and prices.
Examples include tax rates, fixed tax amounts, etc.
These are generally easy to add. Please feel free to contact to contribute or request additional constants.

Pure Calculations

Calculations that include no state.
State (stored data) is under development, and is scheduled to be added once better tested.
These calculations generally take 1 or more inputs, but may take zero in certain cases.
Inputs may use any native HTML input or custom-made input types.
Currently, inputs are generally text and number types, with some text types expecting numbers only.
On calculation execution, the result will be shown. Sometimes errors will be shown.
Errors at this stage may be due to bugs. However, errors in general may happen where inputs or results are out of bounds, etc.
Improvements will be made gradually, prioritizing easy-to-fix and popular areas.

Alpha Release Notes

This initial version is currently under development and so may have bugs.
It is being released in alpha stage until major bugs have been fixed.
Due to being in relatively early development stages and using automation,
some information/calculations currently use programmatic and unclear terms.
These will be gradually improved over time. If there are any that you want to be prioritized, please feel free to get in contact.
Please feel free to contact about any improvements and feature additions wanted.

https://theopenweb.info/app/tax-calculator

 

Data converter version: 1.0.0-beta released

Data converter version 1.0.0-beta released: https://theopenweb.info/app/data-converter

Share conversions by URL

When conversions are made, the URL is automatically updated to represent the latest conversion.
URLs can then be copied and shared OR bookmarked for later use.
※ Values are currently not included in conversions, but may be added in the future.

Improved input formatters

The following input formatters have been added:

  • Photo: Take a photo from your web camera.
  • Microphone: Obtain audio from your microphone.
  • Mediastream: Obtains a stream using the best available method.
  • Camera: Obtain video from your web camera.
  • date: Date input in format YYYY-MM-DD.
  • textarea: Multi-line text input.
  • HTMLCanvasElement: Now with free drawing brush.
  • eval and variable: Currently being test-implemented. Changes may be made to these in the future.

Proper file conversions

File input conversions using File input formatter and types with mime types have been implemented.
For example, image/jpeg input can be used for inputting images.
More will be added in the future.
Outputting files can be done by setting the output node types field to File.

Better outputs

  • Conversions to Elements can now be displayed directly in output nodes.
  • The last display output is outputted in the output node at the top.
  • More accurate mime type and extensions for file outputs.
  • Last output is stored in variable for usage in variable and eval input formatters.

Multilingual support

  • Currently, English and Japanese support has been added.
  • Translations are currently for the UI only, not for actual conversion names, etc.
  • If you want to request or help with a translation, please contact us: https://theopenweb.jp#contact

Added conversions

Some examples of added conversions:

  • date ⇒ various date formats
  • HTMLCanvasElement ⇒ image
  • MediaStreamHTMLVideoElement
  • Fixes to measurement units to allow all permutations (lengths, areas, volumes, etc.)

Changelog

  • Querying in format ?q=[WORD1] [...] [WORDN] [FROM]>[TO]
  • GET parameters for sharing and reusing.
  • Improved UI
  • Error and bug fixes
  • Improved input formatters
  • Removed impossible inputs
  • Allowed for proper file input and output
  • Allowed for Element output display
  • Added conversions
  • Multilingual support (Japanese)

Home-page version: 1.0.3 Released

Home-page version: 1.0.3 Released

# Features

  • Additional websites
  • Name fixes
  • Go to active website homepage functionality

Home-page

# Changelog

## [1.0.3] – 2021-04-21
### Added
  • Additional websites (Additional important global websites)
  • ALT + Enter: Opens active website homepage.
  • ALT + click on website icon: Opens website homepage.
### Changed
  • Clicking active website icon changed from opening search page to opening homepage.
  • Website names improved.

Data converter version: 1.0.0-alpha released

Data Converter version 1.0.0-alpha Released

# Features

Data converter released in alpha version.
Features many conversions, input and output formats.
※ Due to alpha stage, bugs may be encountered.
Data Converter

# Changelog

## [1.0.0-alpha] – 2021-01-24

### Added

– Convert between different formats.
– Load text, file, other
– Output or download