-
2020.08.07.
- Advanced Mode is now the default generator mode.
- Removed contact form to reduce spam.
- Miscennaleous tweaks and some code cleanup.
-
2019.07.21.
- Generated HTML codes are now color coded and indented on the site.
-
2019.07.16.
- The Generator selector tabs were rewritten in JavaScript.
- Results are now displayed on their dedicated pages.
- CSS refactoring is finished. Added various UX improvements across the site and a better look-and-feel on handheld devices.
- About page content was moved to the Homepage.
-
2019.07.15.
- CSS refactoring, continued.
- Added Contribute page. If you like what we do, check it out!
- Merged How it Works content with About page.
-
2019.07.14.
- Started refactoring the whole CSS framework of the page.
- Added the option to change indentation in Advanced mode.
- Final tweaks before launching. Oh yeah, we launched today!
- Added How it Works page.
-
2019.07.13.
- Advanced mode was made live.
- Copy to clipboard button now generates indented code.
-
2019.07.11.
- Lots of progress was made towards Advanced mode.
-
2019.07.10.
- Redesigned the generator interface to accommodate the two text generation modes.
- Continued adding features to the Advanced mode algorythm.
- Backend code has been segregated for better maintainability.
-
2019.07.09.
- Server-side contact form validation added.
- Started coding the generation algorythm for Advanced mode.
-
2019.07.08.
- Contact page has been added to the website.
-
2019.07.03.
- New favicon set has been added.
- Changed Render HTML functionality to toggle between Visual and HTML mode.
-
2019.07.02.
- The generator can now render full-blown tables with a preset size.
- Add list renamed to Add lists, now generates ordered and unordered lists.
- Add heading renamed to Add headings, now generates H1 through H6 tags, one of each.
- Text generation functions improved, they can now take parameters.
-
2019.06.30.
- The generator can now render unordered lists and H1 main headings.
- Converted Add <p> tags functionality to render all supported HTML tags.
- Copy to Clipboard button now properly copies line breaks.
-
2019.06.29.
- Started expanding the dictionary by hand-curating proper nouns and sentences.
-
2019.06.28.
- Introduced weighted randomized punctuation marks at the end of sentences.
- Added Copy text button after form generation.
-
2019.06.27.
- We realized that the JSON file didn't contain all possible words so we had to regenerate it from scratch.
- The generator now remembers how many paragraphs you selected and whether you needed <p> tags.
- Juggling with character encoding from TXT to JSON.
-
2019.06.26.
- LOTRem Ipsum was made live.
- Added server-side exception handling for a specific function. 🥚
- Tweaked the number of words in a sentence, and number of sectence in a paragraph.
- The generator now includes at least 1 proper noun per sentence.
-
2019.06.25.
- We added the generate button, the paragraph count and include <p> tags functions.
- The generator now combines multiple sentences into paragraphs.
- Introduced random number of words per sentence and sentences per paragraph.
- Prevented
word word duplication in a sentence.
- Results are now displayed on the index.php page.
-
2019.06.24.
- Development of a LOTR-themed random text generator started.
- We broke the subtitles of all 6 movies into words and fed it into a JSON file to serve as the database.
- MVP created: The site generated 1 sentence of a length of 10 words fixed on page refresh.