A simple service for creating disposable pages on the Internet.
"dinky" (eng.) - small, trifling.
Sometimes you need to publish something online, but access to your website / blog is not at hand (or the website / blog itself is not). This service solves this problem.
')
Another example - I want to share something interesting with friends, but 140 characters of Twitter are not enough for this. We create the page, we write interesting and we throw the link to it to twitter.
And it often happens that you want to try something in Javascript, but you are too lazy to create a new file, copy the correct doctype, write basic styles, etc. We create a new page through the dinky page and try everything there.
How does it work?Press the big blue button, we get a page with the address of the form
dinkypage.com/XXX . You can edit in visual mode (FCKeditor) or switch to HTML.
You can insert any scripts, pictures, videos from YouTube and just a flash (just have to host it all somewhere
else ).
You can edit always and everywhere, you just need to remember the initial address of the page with the editor (cookies, passwords and registration are not used).
What's next?- Create pages with selected addresses (for example, dinkypage.com/love-letter).
- Deleting pages.
- Use a subdomain instead of a subpage (YYY.dinkypage.com instead of dinkypage.com/YYY).
- API for creating and editing pages (JSON, .net).
- Human 404.
- Ability to close the page with a password.
- Getting a list of your pages by email (if it was specified, will allow using the service as a decentralized laptop.)
- Improve the display and work on mobile phones.
- Comments on the page (if the author deems it necessary).
- Add nice templates for your eyes.
- Add a simple statistics of page visits.
- Add page versioning.
- Add the ability to bind the domain to your page (allows you to make one-page sites).
How to make money?While this question is not worth it. The main thing is to make the necessary and convenient service. All the fun is yet to come.
PSIt is interesting to hear thoughts and feedback about the service (both about the idea and the implementation). You can follow the announcements of new features via
twitter.com/dinkypageIf someone knows reliable and free hosting of images with API - share your knowledge, please.
FAQWhen will the page I created be automatically deleted?Pages are deleted only if they violate the terms of service use. They will be available while the service itself is alive (we hope that the service will live for a very long time :).
I do not want to load the editor, I want textarea with HTML codeTwo options:
1. Add & mode = html to the address of the edit page.
2. Disable Javascript.
Thank.