[QUOTE=PortalGod;44673238]Just got the bare bones of my portfolio uploaded, any suggestions?
[url]http://www.andrewault.me/[/url]
all of the dark gray squares besides the header, footer, and contact form are just placeholders for now
(also it's responsive, so fuck around with your window size and let me know if anything breaks)[/QUOTE]
[img]http://puu.sh/8su6N/18aa12a673.png[/img]
I am not a huge fan of the white line inside the box of the footer.
[QUOTE=Moofy;44674045]Get more air in there, it looks really clunky.[/QUOTE]
all the dark squares are just placeholders, once they're replaced with images it'll look less cluttered
[QUOTE=Kwaq;44674692]everything looks great except for the spacing here[/QUOTE]
that was the div for the entire right half, it had padding so that the img inside it would be properly spaced, but I just replaced it with links
[QUOTE=BoXHocK;44673740]Maybe you should get some space between the white line and the links in the footer.[/QUOTE]
[QUOTE=commander204;44677956]I am not a huge fan of the white line inside the box of the footer.[/QUOTE]
got rid of the line altogether and made the font size a little better
[url]http://www.andrewault.me[/url]
also ignore the right list of links to the right of contact, I have to put assignments on there until my teacher grades them and then I can take them off
Maybe add some vertical space between the different categories, seems a little too crowded.
Also when clicking around on the navbar I noticed that I scroll below the webdev header and see the programming header at the lower third. One could get lost if you keep the same boxy look for all the categories.
I'm not a huge fan of vertical scrolling spas this long if they are just a wall of pictures (I guess) or text without any eye candy to keep it from getting too old too quickly, but that's completely subjective.
[QUOTE=LennyPenny;44679060]Maybe add some vertical space between the different categories, seems a little too crowded.
Also when clicking around on the navbar I noticed that I scroll below the webdev header and see the programming header at the lower third. One could get lost if you keep the same boxy look for all the categories.
I'm not a huge fan of vertical scrolling spas this long if they are just a wall of pictures (I guess) or text without any eye candy to keep it from getting too old too quickly, but that's completely subjective.[/QUOTE]
I see what you mean, I'll add vertical space between categories and maybe a description under each header too
Started working on the front-end for my fp link shortener.
Angular makes this too easy.
[url]http://sandbox.itslenny.de/fcpnchit/[/url]
Now I just have to find a way to also make it link to posts in a thread.
Also add eye candy and some functionality for easy copying of the link.
[QUOTE=LennyPenny;44697527]Started working on the front-end for my fp link shortener.
Angular makes this too easy.
[URL]http://sandbox.itslenny.de/fcpnchit/[/URL]
Now I just have to find a way to also make it link to posts in a thread.
Also add eye candy and some functionality for easy copying of the link.[/QUOTE]
[IMG]http://i.imgur.com/23n5a75.png[/IMG]
Still valid input? I entered a super long thread number :v:
And I don't think there any easy way to copy the link to the clipboard automatically, I know there's something which uses Flash to do it, but that's not really great considering Flash is not being used much anymore
[QUOTE=LennyPenny;44697527]Started working on the front-end for my fp link shortener.
Angular makes this too easy.
[url]http://sandbox.itslenny.de/fcpnchit/[/url]
Now I just have to find a way to also make it link to posts in a thread.
Also add eye candy and some functionality for easy copying of the link.[/QUOTE]
[t]http://i.imgur.com/97Va5KU.png[/t]
try using this regex or something similar to extract url information:
[code]https?:\/\/([\w\d\.]+)?(facepunch\.com)\/([\w\d]+)\.php(\?[\w\d%=&]+)?[/code]
[url]http://regex101.com/r/bI4dG2[/url]
Just realized you can also just enter an equals then the thread number
--merge--
Ye I'll refactor the matching, I'm just checking for a number at the end of the string. I don't want it to be restrictive though, so you can enter only a thread id and stuff.
edit
[QUOTE=Mega1mpact;44697618][url]http://regex101.com/r/bI4dG2[/url][/QUOTE]
Thanks for that site! It's awesome
[QUOTE=LennyPenny;44697527]Started working on the front-end for my fp link shortener.
Angular makes this too easy.
[url]http://sandbox.itslenny.de/fcpnchit/[/url]
Now I just have to find a way to also make it link to posts in a thread.
Also add eye candy and some functionality for easy copying of the link.[/QUOTE]
I'm sorry but I wonder why you're making this? Facepunch links aren't that long... I could understand if you made one like tinyurl or similar that supports all domains, but one for just facepunch?
[QUOTE=LennyPenny;44697641]
Thanks for that site! It's awesome[/QUOTE]
Yeah I love it. It makes writing regexes a breeze
[QUOTE=Svenskunganka;44697672]I'm sorry but I wonder why you're making this? Facepunch links aren't that long... I could understand if you made one like tinyurl or similar that supports all domains, but one for just facepunch?[/QUOTE]
A link like
[code]http://facepunch.com/showthread.php?t=1249999&p=44697641#post44697641[/code]
easily takes up up to two lines a chat window, and that always bothered me. Even though the only relevant info is the thread is and the post id.
I'm not using bitly or something because then all the info is lost, the people looking at it won't know that it will link to facepunch and most people think twice before clicking random shortened links on forums or other public places.
Having one for facepunch solves those two problems in a nice and easy way.
On the other side, I couldn't understand one that's making one for all domains, since that market is pretty much saturated.
[QUOTE=LennyPenny;44697713]A link like
[code]http://facepunch.com/showthread.php?t=1249999&p=44697641#post44697641[/code]
easily takes up up to two lines a chat window, and that always bothered me. Even though the only relevant info is the thread is and the post id.
I'm not using bitly or something because then all the info is lost, the people looking at it won't know that it will link to facepunch and most people think twice before clicking random shortened links on forums or other public places.
Having one for facepunch solves those two problems in a nice and easy way.[/QUOTE]
So you're saying that instead of living with 2 lines of facepunch links, you copy the facepunch link, go to your site, paste the link, copy the new link, go back to the chat window and paste the new link?
I'm speaking from my perspective and I don't think I would have any use of this. I'm sure others will though!
Yes these three steps more are a big problem and I had them in mind from the start.
Some solutions include:
Copy the link to the clipboard as soon as it' entered and shortened.
If it's possible, paste the link as soon as you are visiting the site.
(you could of course turn both off)
If these two are successful it's just one step more.
To solve that I could always make a userscript (or a native extension) or power users could bookmark it or something.
[url=http://hypertext.ml/game/]I'm currently mining a near-complete list of GBA games, but the other consoles should only be missing a couple of games each, maximum.[/url]
Only US games, though.
Thank god I got it in the right thread this time.
Still doing my little webshop. :)
[t]http://img15.hostingpics.net/pics/137431DexShop.gif[/t]
Don't mind the style i'll make one once it'll be finished and I think i'll release the shop's source for free.
[QUOTE=PortalGod;44673238]Just got the bare bones of my portfolio uploaded, any suggestions?
[url]http://www.andrewault.me/[/url]
all of the dark gray squares besides the header, footer, and contact form are just placeholders for now
(also it's responsive, so fuck around with your window size and let me know if anything breaks)[/QUOTE]
the responsiveness isn't accounting for the scrollbar's width so it overlaps the content a tiny bit sometimes.
[img]http://lw2.co.uk/mamaam.gif[/img]
mmo
Simple wordpress theme for our site, had no experience with php when I started with this, still needs some fixing up though
And some scripts to check when people log-in to a client if he has access to the game or not, That was more difficult then I thought,
now that I know how on the other hand it's pretty damn simple :v:
[IMG]http://i.imgur.com/onjY5nJl.png[/IMG]
[QUOTE=igniuss;44731259]Simple wordpress theme for our site, had no experience with php when I started with this, still needs some fixing up though
And some scripts to check when people log-in to a client if he has access to the game or not, That was more difficult then I thought,
now that I know how on the other hand it's pretty damn simple :v:
[IMG][/QUOTE]
good color scheme :)
[QUOTE=dexon;44731551]good color scheme :)[/QUOTE]
Thanks man :D still working out some of the kinks, had a huge problem with the carousel, it used to shrink and just flip out randomly when scrolling; so glad I got that shit down
I like webdev [img]http://www.facepunch.com/fp/ratings/heart.png[/img]
[img]http://i.imgur.com/RlPnsCK.png[/img]
[editline]5th May 2014[/editline]
Anyways, I'm working on final project that my cs teacher hinted me to make.
[url]https://github.com/jung3o/OpenSketch[/url]
so far it's nothing cool. you can just move the "graph" around and make boxes (supposed to be selection)
[QUOTE=jung3o;44732384]I like webdev [img]http://www.facepunch.com/fp/ratings/heart.png[/img]
[img]http://i.imgur.com/RlPnsCK.png[/img]
[editline]5th May 2014[/editline]
Anyways, I'm working on final project that my cs teacher hinted me to make.
[url]https://github.com/jung3o/OpenSketch[/url]
so far it's nothing cool. you can just move the "graph" around and make boxes (supposed to be selection)[/QUOTE]
Nothing seems to work in Firefox, when I move around it just disappears
[QUOTE=jung3o;44732384]I like webdev [img]http://www.facepunch.com/fp/ratings/heart.png[/img]
[img]http://i.imgur.com/RlPnsCK.png[/img]
[editline]5th May 2014[/editline]
Anyways, I'm working on final project that my cs teacher hinted me to make.
[url]https://github.com/jung3o/OpenSketch[/url]
so far it's nothing cool. you can just move the "graph" around and make boxes (supposed to be selection)[/QUOTE]
I broke it.
[t]http://i.imgur.com/vBG9j0s.png[/t]
I went on the "Latest added" page, clicked "Multisearch" and entered "Cyberuben" before clicking Search.
Though, I am really fond of the design, looks really good, colors look the way you expect them to be and pages are structured nicely.
[QUOTE=Cyberuben;44735172]I broke it.
[t]http://i.imgur.com/vBG9j0s.png[/t]
I went on the "Latest added" page, clicked "Multisearch" and entered "Cyberuben" before clicking Search.
Though, I am really fond of the design, looks really good, colors look the way you expect them to be and pages are structured nicely.[/QUOTE]
Works for me, did you type your own name correctly? :v:
[t]http://i.imgur.com/c15mKWH.png[/t]
[QUOTE=Moofy;44735194]Works for me, did you type your own name correctly? :v:
[t]http://i.imgur.com/c15mKWH.png[/t][/QUOTE]
Yeah, I did, but maybe because I am now in the system it does work now.
[editline]6th May 2014[/editline]
Yep, broke it again.
[t]http://i.imgur.com/yGvGez1.png[/t]
[editline]6th May 2014[/editline]
Try my 3rd account, "Cyberuben2", should give the same error again.
[QUOTE=Cyberuben;44735592]Try my [B]3rd account[/B], "Cyberuben2", should give the same error again.[/QUOTE]
FILTHY HACKER!
And yea, doesn't work for me either now.
[QUOTE=Moofy;44735744]FILTHY HACKER!
And yea, doesn't work for me either now.[/QUOTE]
I could give you an explanation why I have more than one Steam account but why would it matter? I mean, it's CoD MW2 I'm banned on, big deal :v:
However, Jung3o should check why it gives an internal server error when someone wants to retrieve the status of an account that is not yet existing in the system, by their "custom ID".
yeah its been really buggy right now because how unstable steam apis have been. i need to put up a better warning system. :v:
[editline]6th May 2014[/editline]
and that ive never heard of the bug you just mentioned :v:
ill go and fix it soon
Sorry, you need to Log In to post a reply to this thread.