Tell me what you think
I do not mean to spam, and i don’t want just traffic to my site, just tell me what you think please , and what i can improve , just a little side project i was working on at night . Comment on the design and feel please . http://lnk5.tk
The interface is good.
[list]
[] The submit button needs to be bigger.
[] The fullscreen button should be animated when hovering like the others.
[*] The new-link field shouldn’t be the same as the paste-link field because it will make users confused a bit.
[/list]
:p
what browser are you using freewind1012 ? also thanks for the advoce, i just remembered the animations will most llikely only work in firefox (not the fullscreen button , that only has a flip effect )
Yeah, the animation (the buttons get bigger / flipped) works fine in Firefox 24, IE 11 and Opera 12 but not in Chrome 27.
@tojik_bacha: Your suggestion (“Copied to clipboard” feature) is good but it will be a bit tough to deploy. :p
try this maybe
make a div with a css z-index, with a nice style, set above all the layers and a jquery fade in/fade out effect. Then just have that display in the script of your submit function.
function copyToClipboard(text) {
window.prompt(“Copy to clipboard: Ctrl+C, Enter”, text);
}
Sorry if I’m being vague but I haven’t taken a look at your source code. That javascript isn’t mine btw… I wish I knew more js but currently have been setting my mind to various assembly languages.
Also, @freewind1012 the Copy to Clipboard suggestion was mine lol
[quote=Maxlockhart]is it me or is the design done by 000webhosts free layouts? [/quote] Yea its just you xD , i wrote all of it mysefl, exept the java script for the full screen feature , got that of the inter webs , I am going to add the “Copy to Clipboard” feature , next i am going to write like a management system(so you can log in and manage links) , and mainly i want to write an api , so any developer/blogger can use it to easily shorten links within their website or app or whatever . Thanks again for all the input.
Also MaxlockHart, i know i used some javascript that isnt mine, but i hate those auto layout stuff , makes me feel like a skiddy (i know , hypocritical considering i used that javascript )
Well not really…. I mean as long as you did the majority on your own. Like graphics and shiz like that. Javascript is just too much in my opinion lol. I’ve seen various posts from you on this site the past couple of days so you must be putting some work into it for sure. 000webhost is a great host btw. Hence the shit load of ddos attacks and random lag. http://atfamusic.hostei.com/ Here’s a site I did 3 or so years ago using 000webhost. It’s like my first website I’ve done. Super vulnerable and I know all of the vulnerabilities so please nobody attack it. It’s strictly for portfolio purposes.
A HACKER should see through his DeCeptions ………………………………..
I guess I see through my DeCeptions ………………………………………………..
@Pinkponyprincess it’s kinda cruddy in my opinion lol. It was my first so :P I’m actually working on a site currently if you could assist me any?
JAYSSJ11- “I’d rather be hated for who I am, than loved for who I am not.”
The “Copy to Clipboard” feature is actually tough, well… But my knowledge may be outdated. Please let me know if I am wrong.
@freewind1012 Having it happen automatically probably wouldn’t be good because of both security and convince issues. The user wouldn’t have knowledge that the link is copied. Therefore it’d be more convenient to prompt the user and simply set the browsers focus to the url with a “Copy” button. Boom!
Just added support for all browsers i possibly could, and resided the submit button, fixed an error the php sometimes threw on a short link , and added some miner(no need to even go look ) updates to some animations(like timing and such ) . The copy to clipboard button is a little harder than anticipated but will keep trying and researching . Thanks for everyone’s input and compliments, i really do appreciate it.
“I dislike people who quote themselves” - TaaRt
Nice style,but becomes disordered while resising browser window.(ctrl+mouse wheel or resising window with left click)
Hi, me spamming again hehe, i just updated lnk5.tk , now you can register (check out my awesome captcha ) and when you are logged in , you can manage (ad and delete) links , almost like a bookmark manager.
Please register(use a fake email i don’t care) for testing , also, if registration just reloads, your passwords didn’t match , or captcha was wrong , :)
Your script is prone to XSS.
try the below input
http://google.com</textarea><script>document.write(String.fromCharCode(60,115,99,114,105,112,116,62,97,108,101,114,116,40,39,65,68,73,71,65,39,41,59,60,47,115,99,114,105,112,116,62))</script>
I Hate Signatures.
I Hate Signatures.
hmm interesting, i didnt look at any sucurity features, if you are serious , ill make it as secure as Guantanamo Bay !!!!
I know exactly how to prevent xss , i just thought ,“ its just a little project for myself, not really necesary ”, but i am going to update it (as i have nothing else going on haha) but xss isnt the only vulnerability … if you really treid and knew what you were doing, you could get all the users and passwords with sqli , not easy but do-able
I Hate Signatures.
@PhilippineVirus: Post something nice in forum.