• Web Development - WAYWO - #8
    5,514 replies, posted
[QUOTE=josm;44632468][url="http://www.fontsquirrel.com/"]Fontsquirrel[/url] is nice too.[/QUOTE] I used that website, but I need fonts that I can use on a website. I used their font-face generator (glyphs basically), and the fonts take +- 1/2 seconds to show up after the page loads. I don't know if this is due to my host, but I doubt it since I only run this website on a webserver with a 1 gbit connection. RAM and CPU usage are low too so I doubt it's my server. I like the Google Webfonts best, but I see that Typespiration uses mainly Google Fonts, so that's a big plus.
[QUOTE=Cyberuben;44633523]I used that website, but I need fonts that I can use on a website. I used their font-face generator (glyphs basically), and the fonts take +- 1/2 seconds to show up after the page loads. I don't know if this is due to my host, but I doubt it since I only run this website on a webserver with a 1 gbit connection. RAM and CPU usage are low too so I doubt it's my server. I like the Google Webfonts best, but I see that Typespiration uses mainly Google Fonts, so that's a big plus.[/QUOTE] I don't know, the fonts I've used seem to work completely fine on my site and they load perfectly quickly enough. Maybe it is your host.
[QUOTE=josm;44633934]I don't know, the fonts I've used seem to work completely fine on my site and they load perfectly quickly enough. Maybe it is your host.[/QUOTE] It's my own VPS at DigitalOcean. Runs faster than any shared hosting I ever had.
[QUOTE=Cyberuben;44633965]It's my own VPS at DigitalOcean. Runs faster than any shared hosting I ever had.[/QUOTE] If it was doing it every page load you might have something set wrong on the webserver that was preventing them from caching properly. You also might have been including a much larger character set or font weights that you didn't need.
[QUOTE=KmartSqrl;44633985]You also might have been including a much larger character set or font weights that you didn't need.[/QUOTE] Think it's that then. Plus, I was doing it when caching etc by cloudflare was disabled.
[t]http://i.gyazo.com/25bb5fd3ecd612b2a262943f41fffa5b.png[/t] Client work is fun! Also I like this footer. [t]http://i.gyazo.com/6daccc3b5930532d5e39b8d7d9eb0ffd.png[/t]
Have you tried having more contrast in the greys? I think it'd look better. The rest looks really neat, except for some of the readability/contrast in the backgrounds.
[QUOTE=Haskell;44640458][t]http://i.gyazo.com/25bb5fd3ecd612b2a262943f41fffa5b.png[/t] Client work is fun! Also I like this footer. [t]http://i.gyazo.com/6daccc3b5930532d5e39b8d7d9eb0ffd.png[/t][/QUOTE] That footer is pretty unreadable. Definitely need to make the text white.
[QUOTE=Haskell;44640458] Client work is fun! Also I like this footer. [/QUOTE] You're not copying from TF2 trading sites again are you?
[QUOTE=KmartSqrl;44641761]That footer is pretty unreadable. Definitely need to make the text white.[/QUOTE] [t]http://i.gyazo.com/21208733db16a123f4597f79b176a583.png[/t] Any better?
The bars make me think they're overlapping the footer and hiding some links I would miss out.
[QUOTE=Haskell;44642482][t]http://i.gyazo.com/21208733db16a123f4597f79b176a583.png[/t] Any better?[/QUOTE] Just a question.. If this is for a client, isn't it a bit unprofessional having the "Created by Haskell"? Also we're in 2014 :v:
[QUOTE=Moofy;44642795]Just a question.. If this is for a client, isn't it a bit unprofessional having the "Created by Haskell"? Also we're in 2014 :v:[/QUOTE] [t]http://i.gyazo.com/9b63a483442bf5db9d3ab990f03588db.png[/t] Changed, this any better now? [t]http://i.gyazo.com/f47060813784180a9fa80c28b3bd3777.png[/t] [t]http://i.gyazo.com/32664fef12ff95b63f6caa9dfd534544.png[/t] Also, made this! :) [B]Edit: [/B] [url]http://31.185.185.87/live/[/url] live here for a short time.
[QUOTE=Haskell;44644210][t]http://i.gyazo.com/9b63a483442bf5db9d3ab990f03588db.png[/t] Changed, this any better now? [t]http://i.gyazo.com/f47060813784180a9fa80c28b3bd3777.png[/t] [t]http://i.gyazo.com/32664fef12ff95b63f6caa9dfd534544.png[/t] Also, made this! :) [B]Edit: [/B] [url]http://31.185.185.87/live/[/url] live here for a short time.[/QUOTE] I certainly do like the idea, but I don't think the outcome is "perfect". If it's "reasons to love us", I expect something with colors, something... eh, "eyecandy"-ish.
[QUOTE=Haskell;44644210][t]http://i.gyazo.com/9b63a483442bf5db9d3ab990f03588db.png[/t][/QUOTE] Might want to lighten the text up just a tiny bit more. [QUOTE=Haskell;44644210] [t]http://i.gyazo.com/f47060813784180a9fa80c28b3bd3777.png[/t] [/QUOTE] This text needs a lot more line-height. It feels [B]really[/B] cramped [QUOTE=Haskell;44644210] [t]http://i.gyazo.com/32664fef12ff95b63f6caa9dfd534544.png[/t] [/QUOTE] This feels really cramped as well. Everything is so squished together vertically. It will look 10x better if you space stuff out a little more and give things room to breath.
js: [code]<button id="aaaaaaa" onclick="location.href = "http://www.aaaaaaa.com";">AAAAAAA</button>[/code] why doesn't it redirect? I also tried window.location.href and window.location='page_name.php'; didn't work
because you're closing the attribute, you need to escape the quotation marks that are used to wrap the link
how do i go about that I don't know how to deal with mutliple levels of quotation marks [editline]today[/editline] silly me; I just use ' instead of ". Thanks!
Sometimes there are situations when you need quotation marks in quotation marks in another set of quotation marks, for the most inner set you have to do either \' or \"
[QUOTE=djjkxbox360;44648433]Sometimes there are situations when you need quotation marks in quotation marks in another set of quotation marks, for the most inner set you have to do either \' or \"[/QUOTE] Exactly. To further clarify, this is called escaping. You do the same thing for a new line character (\n)
[QUOTE=Haskell;44644210][t]http://i.gyazo.com/9b63a483442bf5db9d3ab990f03588db.png[/t] Changed, this any better now? [t]http://i.gyazo.com/f47060813784180a9fa80c28b3bd3777.png[/t] [t]http://i.gyazo.com/32664fef12ff95b63f6caa9dfd534544.png[/t] Also, made this! :) [B]Edit: [/B] [url]http://31.185.185.87/live/[/url] live here for a short time.[/QUOTE] Images aren't really retina optimized, you should take a look at that.
So a new security flaw was found in IE 6 - 11 and MS won't patch 6, 7 and 8. I hope more people will upgrade now.
[QUOTE=Miljaker;44656462]So a new security flaw was found in IE 6 - 11 and MS won't patch 6, 7 and 8. I hope more people will upgrade now.[/QUOTE] Obviously they won't patch it, the versions of Windows that have those IE versions as the latest installable version of IE don't even get patched
[t]http://lw2.co.uk/yyy.gif[/t] some of the animations are funky but its getting there
Yay, just got back from Wordcamp Minneapolis, learned a bunch and had a ton of free beer Even if you don't do wordpress stuff, i'd still go if you do web dev or web business at all. Also, free beer
Updated my "login" system. When user is not found in database (SteamID 64), user sees this page: [t]http://i.imgur.com/YyQR3wA.png[/t] Error handling: [t]http://i.imgur.com/dU5pdMM.png[/t] [t]http://i.imgur.com/twGh3dj.png[/t] Once user successfully signs up: [t]http://i.imgur.com/IyOfyfe.png[/t]
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=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] Maybe you should get some space between the white line and the links in the footer.
[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] Get more air in there, it looks really clunky.
[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://i.imgur.com/GOtDGUT.png[/img] everything looks great except for the spacing here
Sorry, you need to Log In to post a reply to this thread.