Yeah! Cheers from the hackfest, we already registered! Check all our stuff:
Martin: http://shared-stuff.github.com/#/invitation/xmartin@5apps.com
Niklas: http://shared-stuff.github.com/#/invitation/nil@heahdk.net
Pavlik: http://shared-stuff.github.com/#/invitation/elf-pavlik@5apps.com
Luis: http://shared-stuff.github.com/#/invitation/reisewitz@5apps.com
Felix: http://shared-stuff.github.com/#/invitation/mrflix@5apps.com
Garret: http://shared-stuff.github.com/#/invitation/galfert@5apps.com
Jacob: http://shared-stuff.github.com/#/invitation/jacobpersson@5apps.com
Hello,I'm currently working on an app called "Shared Stuff": an unhosted app made for sharing of real world stuff with your friends.Imagine you need an electric drill but don't want to buy one for the 2 holes you drill in one year. With Shared Stuff you can easily see who of your friends you can ask. You can also find inspirations for good books in your friend's list or discover an old unused sega game console for a fun retro gaming party ...It's missing a lot of features and contains probably a lots of bugs, but nevertheless please have a look at the first alpha-version of my app:To start with me and my shared stuff in your friends list, go to this URL:
Nice idea
Any reason for the # in the URL?
Am Dienstag, 29. Mai 2012 10:03:39 UTC+2 schrieb melvincarvalho:
Nice idea
thanks!Any reason for the # in the URL?I'ts a pure client side javaScript application. It's basically one index.html file that is (nearly) never reloaded.The "#" is used for pure client side bookmarks and history.
Cheers,
Michiel
On 29 May 2012 12:32, Michiel de Jong <mic...@unhosted.org> wrote:
SharedStuff is great!
In response to Melvin's remark about the use of hashes in addresses,
What you say would work while you're clicking through the site, but
On Tue, May 29, 2012 at 10:31 AM, Melvin Carvalho
<melvinc...@gmail.com> wrote:
> You might want to consider something like the html5 history API
not if you're sharing a link out-of-band.
Remember these are not links to content, but to application states.
For instance,
displays data whose canonical URL is:
https://owncube.com/apps/remoteStorage/WebDAV.php/michiel/remoteStorage/public/sharedstuff-public
you can share that content URL but it looks a bit ugly because it's
only available in JSON format, not human-readable. That's because the
data is separate from the application in our architecture.
So in general you are right, but not in this case IMO.
Actually html5 history was also designed to cover this use case. Using # in the wrong place in URLs, is generally considered an anti pattern, in terms of interoperating with the rest of the web.