Tell me what you think

Pinkponyprincess
10 years ago

0

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

32replies
11voices
284views
1image
Cyan Wind [freewind1012]
10 years ago | edited 10 years ago

1

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

Pinkponyprincess
10 years ago

0

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 )


1

Yeah, the animation (the buttons get bigger / flipped) works fine in Firefox 24, IE 11 and Opera 12 but not in Chrome 27.


0

That’s pretty badass yo

tojik_bacha
10 years ago

0

Looks awesome!!

tojik_bacha
10 years ago

0

when it gives you a new link and when you click on it make it that so it’s automatically going to copy it without you clicking ctrl+shift.


0

That’d be cool but maybe notify the user that it’s automatically “Copied to Clipboard”. It’s a pretty original design thought.


0

is it me or is the design done by 000webhosts free layouts?


1

@tojik_bacha: Your suggestion (“Copied to clipboard” feature) is good but it will be a bit tough to deploy. :p

Max Lockhart [MaxLockhart]
10 years ago | edited 10 years ago

0

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

Pinkponyprincess
10 years ago

0

[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.

Pinkponyprincess
10 years ago

0

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 )


0

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.

Pinkponyprincess
10 years ago

0

I do try to work on it everyday, just have so little time for it . I like your site.


0

Thats sooooo coooooool……………….


0

@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?

Pinkponyprincess
10 years ago

0

Yea sure :) anything for the community

jayssj11
10 years ago

0

it’s good . looks awesome


0

The “Copy to Clipboard” feature is actually tough, well… But my knowledge may be outdated. Please let me know if I am wrong.


0

@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!

Reply has been removed
Pinkponyprincess
10 years ago

0

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.

TaaRt
10 years ago

2

Looks fine to me, but then again I’m one of those people that value performance over looks.

Voorm
10 years ago

0

Nice style,but becomes disordered while resising browser window.(ctrl+mouse wheel or resising window with left click)

Pinkponyprincess
10 years ago

0

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 , :)
Image

Zoino
10 years ago | edited 10 years ago

0

The whole page is like a sort of ‘scrap book’ style, the username and other text fields do not fit the overall theme of the site. Also the registering form would look nicer if it was bigger and in the center of the page i think.

Pinkponyprincess
10 years ago

0

Thanks Zoino , ill update it :) i always appreciate advice :)

Zoino
10 years ago

0

No problem :)

*********** [ADIGA]
10 years ago

0

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>

*********** [ADIGA]
10 years ago

0

lesten, make it safe and ill provide you with a hosting for it.

Pinkponyprincess
10 years ago | edited 10 years ago

0

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

*********** [ADIGA]
10 years ago

0

i was to sleepy to try other things :P.

PM Me when online.

Reply has been removed
Cyan Wind [freewind1012]
10 years ago | edited 10 years ago

0

@PhilippineVirus: Post something nice in forum.

You must be logged in to reply to this discussion. Login
1 of 33

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss