So yeah. Lately I've been messing around with Google API's and decided that we should make our own shortener.
So if you know javascript, maybe you could help!
Offline
bump
Offline
There's already a bunch of URL shorteners. Like tinyurl.
EDIT: Lol, completely unnessecary bump.
Last edited by videogame9 (2011-08-19 18:49:06)
Offline
videogame9 wrote:
There's already a bunch of URL shorteners. Like tinyurl.
EDIT: Lol, completely unnessecary bump.
I know, but with this one, we could add extra functionality.
Offline
ProgrammingFreak wrote:
videogame9 wrote:
There's already a bunch of URL shorteners. Like tinyurl.
EDIT: Lol, completely unnessecary bump.I know, but with this one, we could add extra functionality.
Functionality? Like what? Please explain.
Offline
videogame9 wrote:
ProgrammingFreak wrote:
videogame9 wrote:
There's already a bunch of URL shorteners. Like tinyurl.
EDIT: Lol, completely unnessecary bump.I know, but with this one, we could add extra functionality.
Functionality? Like what? Please explain.
Stuff like:
custom name
decrypter (taking a short url and then posting the long url)
and others.
Offline
I've done this and have this code in php + database. You have two choices random url or increment url. Plus you will need a short domain name.
My site Offline
what-the wrote:
I've done this and have this code in php + database. You have two choices random url or increment url. Plus you will need a short domain name.
Yep, yep. Cool.
Gotta see if it works
Offline
ProgrammingFreak wrote:
videogame9 wrote:
ProgrammingFreak wrote:
I know, but with this one, we could add extra functionality.
Functionality? Like what? Please explain.
Stuff like:
custom name
decrypter (taking a short url and then posting the long url)
and others.
The decrypter sounds a little useful.
Don't really get the "custom name", though. What are you naming?
Last edited by videogame9 (2011-08-20 07:59:25)
Offline
videogame9 wrote:
ProgrammingFreak wrote:
videogame9 wrote:
Functionality? Like what? Please explain.Stuff like:
custom name
decrypter (taking a short url and then posting the long url)
and others.The decrypter sounds a little useful.
Don't really get the "custom name", though. What are you naming?
The url. Instead of 'name.com/k234n234k', it would be 'name.com/hello'
Offline
ProgrammingFreak wrote:
videogame9 wrote:
ProgrammingFreak wrote:
Stuff like:
custom name
decrypter (taking a short url and then posting the long url)
and others.The decrypter sounds a little useful.
Don't really get the "custom name", though. What are you naming?The url. Instead of 'name.com/k234n234k', it would be 'name.com/hello'
it sounds nice, but what if two people wanted to name theirs the same thing?
(also, this topic inspired me to learn HTML.)
Last edited by videogame9 (2011-08-20 08:20:07)
Offline
videogame9 wrote:
ProgrammingFreak wrote:
videogame9 wrote:
The decrypter sounds a little useful.
Don't really get the "custom name", though. What are you naming?The url. Instead of 'name.com/k234n234k', it would be 'name.com/hello'
it sounds nice, but what if two people wanted to name theirs the same thing?
(also, this topic inspired me to learn HTML.)
Wow,
But this would include PHP and Javascript. But HTML is a good start.
Offline
I'll help some. I would offer my website, but the url is too long (escratch.org)
Offline
gbear605 wrote:
I'll help some. I would offer my website, but the url is too long (escratch.org)
Okay, thanks!
I think we may use .tk for the free-ness. Cause I wouldn't want to have to pay for something no one checks out.
Offline
veggieman001 wrote:
I just use h77p.tk.
õ_δ RHY Made that didn't he? I can tell by the graphics.
Offline
ProgrammingFreak wrote:
veggieman001 wrote:
I just use h77p.tk.
õ_δ RHY Made that didn't he? I can tell by the graphics.
![]()
Yeah, he did.
Offline