Page created:
Jun 17, 2009 (? ago)
Last modified ? ago
To main page | Opera Unite HowTo's

Wish List


There's a number of things I think Opera might consider implementing (that we, Third-Party Developers, just can't implement), so I'll just leave a list:

CNAMEs

UPDATE: What I meant by CNAMEs

Although Opera might lose some advertising points, but I think a lot of people would rather put "Powered By OperaUnite" banner, rather than having to type "http://compute.your_opera_login.operaunite.com/application/" instead of "http://myapp.com/".

myapp.com be defined as CNAME for
application.compute.your_opera_login.operaunite.com. 
// to particular app on device
or
compute.your_opera_login.operaunite.com.  
// to device
Most Registrars handle CNAMEs on their DNS servers transparently to user. I.e. - just pay 10$ and tell us where to point it.



"User-friendly" URLs

"User-friendly" URLs would have been:
http://application.your_opera_login.operaunite.com/
(Note the "application" instead of "mydevice", I think the devices should resolve "same app" URL conflict themselves, like if both devices have same app - second one gets "application_1").

Or at least:
http://application.mydevice.your_opera_login.operaunite.com/
Then we won't have to use:
o.write('<img src="' + webserver.currentServicePath + 'imgs/a.jpg'..
instead we could just write:
o.write('<img src="/imgs/a.jpg" '..


Slava V. [about me]


main page



Last updated


  1. Markuper (HTML templates)
  2. .ua
  3. Opera Unite HowTo's
  4. .us (files)
  5. Distribute Your Application
  6. 24/7 sites (permanent applications - idea) [stub]
  7. Issues
  8. HTTP Connections (AJAX/REST)
  9. Cookies
  10. file_wrap.js - File Wrapper
  11. Basic HowTo: Simple app (tutorial)
  12. Static images, client-side scripts
  13. Application Examples
  14. How to Debug Opera Unite apps
  15. Persistence & databases
  16. Opera Unite benchmark
  17. From PHP to Opera Unite
  18. Uniteness (Framework)
  19. Config.xml
  20. Key-value storage
  21. Widget Object
  22. Notifications (Growl'esque)
  23. Reset (debug)
  24. Cron example
  25. What I meant by CNAMEs
  26. Wish List
  27. Device Unavailable
  28. StopLorem (Opera Unite blogging)
  29. uniteness-0.11
  30. GET/POST data
  31. CRUD And Static (example)
  32. Opera object
  33. URLs
  34. Headers & Redirects
  35. Error Console
  36. JSON State (storing data)
  37. Security
  38. /storage/ (in fileio)
  39. Yusef library
  40. unite_info (a-la php_info)
  41. Javascript Imports
  42. onunload / _close
  43. fileio: Sandboxed Filesystem
  44. Request Hierarchy (like php_info)
  45. Intro: Web Apps with Opera Unite