By JE Admin
In the previous code release, each journal page has the following URL
jonisium.com/{(long integer) PageId}
This is what you normally see on every tweet.
jonisium.com/{(long integer) PageId}-{Page Title}
This is the link you will get when you click the url
The PageId is now updated using Base36 to make the URL little bit more Twitter friendly because the PageId will be shorter. Jonisium domain name is actually huge compared to URL shortener sites but its not meant to be a shortener site anyway. A shorter URL is added to support its own twitter posting without using a shortener site. This is our way of keeping jonisium brand in every posting.
The new format is modified with extra forward slash
jonisium.com/{(base36) PageId}
This is what you normally see on every tweet.
jonisium.com/{(base36) PageId}/{Page Title}
Links provided in previous tweets should continue to work.
Latest experiment update
Jonisium Web Instance menu pages are currently not being displayed due to added logic in the ApplicationController and changes in the URL format. The FORM Controller is also being updated using Model Classes in C# but keeping the other controllers using VB.NET. When this is completed using your Twitter account, you can login and create your web instance pages using
http://jonisium.com/{screen_name}
Visit the site again for future updates.
If you have any ideas or feedback, contact us at info@jonisim.com or direct a message to http://twitter.com/jonisium.