Live data from Hacker News

Show HN: Saved.io

saved.io

1–7 of 7 posts

Re: Show HN: Saved.io

#2
I built this tool because I was sick of having bookmarks stored my an individual browser or having to install a plugin. This is the fastest and easiest way to save bookmarks I could come up with.

Re: Show HN: Saved.io

#3
post #2

I built this tool because I was sick of having bookmarks stored my an individual browser or having to install a plugin. This is the fastest and easiest way to save bookmarks I could come up with.

You need a bookmarklet.

Re: Show HN: Saved.io

#4
http://saved.io/not_a_real_domain returns an ugly PHP error

     Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /nfs/c02/h05/mnt/41076/domains/saved.io/html/index.php on line 75

     Warning: file_get_contents(http://not_a_real_domain) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /nfs/c02/h05/mnt/41076/domains/saved.io/html/index.php on line 75

     Warning: Cannot modify header information - headers already sent by (output started at /nfs/c02/h05/mnt/41076/domains/saved.io/html/index.php:75) in /nfs/c02/h05/mnt/41076/domains/saved.io/html/index.php on line 85

     Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /nfs/c02/h05/mnt/41076/domains/saved.io/html/index.php on line 147
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY bk_date DESC LIMIT 0, 20' at line 1

Re: Show HN: Saved.io

#5
post #4

http://saved.io/not_a_real_domain returns an ugly PHP error Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /nfs/c02/h05/mnt/41076/domains/saved.io/html/index.php on line 75 Warning: file_get_contents(http://not_a_real_domain) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or…

thanks I'll fix it.

Re: Show HN: Saved.io

#6
post #2

I built this tool because I was sick of having bookmarks stored my an individual browser or having to install a plugin. This is the fastest and easiest way to save bookmarks I could come up with.

Why not get a shorter URL as well? :) (hint: svd.io is available)

Re: Show HN: Saved.io

#7
post #3
post #2

I built this tool because I was sick of having bookmarks stored my an individual browser or having to install a plugin. This is the fastest and easiest way to save bookmarks I could come up with.

You need a bookmarklet.

I'm not sure how other browsers handle this, but this will work in Chrome, create a bookmark with the URL: javascript:document.location.replace("http://saved.io/"+document.location.href);