• Web Development - WAYWO - #8
    5,514 replies, posted
[url]http://www.nellman.hostoi.com/[/url] Added some more pages.
[QUOTE=thejjokerr;42175609]Looks good, though it would be better if the backgrounds stretch to the full screen. The way it cuts off and shows a part of the next background underneath is a bit ugly. The rest looks good though. Oh and that "send me an email" thing, might want to put that in a nice form somewhere at the bottom.[/QUOTE] Will try to make that better. Thanks!
[QUOTE=Lexic;42175577]I guess that explains why [] * 1 === 0[/QUOTE] Just tried this and it's actually true. I thought === was supposed to be the stricter version of equality in Javascript, so why does that counter-intuitive mess of a thing exist?
[QUOTE=sambooo;42179506]Just tried this and it's actually true. I thought === was supposed to be the stricter version of equality in Javascript, so why does that counter-intuitive mess of a thing exist?[/QUOTE] Because [] * 1 evaluates to 0, and 0 === 0.
[QUOTE=Darkwater124;42169795]How's [url=http://dev.novaember.com/]this[/url] for a small portfolio page? (It's responsive)[/QUOTE] If you're gonna use a 1920x1080 picture as a background at least do some compression, it doesn't fully load until a couple seconds later
[QUOTE=:awesome:;42182970]If you're gonna use a 1920x1080 picture as a background at least do some compression, it doesn't fully load until a couple seconds later[/QUOTE] Yeah I don't know how I'm going to optimize the header/footer background. I just took my desktop background to see how it looks.
[QUOTE=Darkwater124;42179598]Because [] * 1 evaluates to 0, and 0 === 0.[/QUOTE] why not NaN?
[QUOTE=jung3o;42184326]why not NaN?[/QUOTE] because javascript
[QUOTE=jung3o;42184326]why not NaN?[/QUOTE] Empty string to number is 0 otherwise it's NaN.
[QUOTE=jung3o;42184326]why not NaN?[/QUOTE] Would it help if you knew that [2]*2 === 4? :v:
[QUOTE=Lexic;42188220]Would it help if you knew that [2]*2 === 4? :v:[/QUOTE] [2] -> "2" -> 2 2 * 2 = 4 Here's the spec which I'd recommend anyone read: [URL]http://www.ecmascript.org/docs.php[/URL]
Implicit weird casting is one thing, but to do it [i]twice[/i]? Fucking hell Javascript
In order to maintain backward compatibility you have to sacrifice a lot.
[img]http://i.imgur.com/QL9ETzC.png[/img]
Back to doing the museum website in my free time. Been trying to make the display pages for each computer/machine look as clean and nice as possible, not entirely sure how successful that's going. Any help or critique is very welcome :> [url]http://www.computinghistory.org.uk/new/display.html[/url] is my display page [url]http://www.computinghistory.org.uk/det/182/Acorn-BBC-Micro-Model-B/[/url] is the current live one Is this information I'm missing important? Like all the links at the bottom which cross link between many different pages on the website. I'm told it's good for google and what not but I feel like it would be a waste of space if I had it all there. I'm sure no one would bother to even click through those links anyway.
[QUOTE=StinkyJoe;42190064][img]http://i.imgur.com/QL9ETzC.png[/img][/QUOTE] I hope the "your idea" is only on hover.
Commissioned an ~artiste~ for a picture I had in mind for a 404 page. [url]http://www.lifepunch.net/asfasdf[/url] I kinda want to add "Popular links" like our forums, premium page, support page, etc.. on the 404 but I'm not sure where to put it/how. Ideas?
Just started planning out my first plugin for Wordpress, going to be something simple since I'm not very familiar with PHP. It will work out doe'!
Have been making a single-account portal for all our services, and wrote up a pretty neat avatar uploader: [t]http://4st.me/DEQDD.png[/t] And after some magic [t]http://4st.me/2NtzS.png[/t]
[QUOTE=jung3o;42190579]I hope the "your idea" is only on hover.[/QUOTE] Why? There wouldn't be any point having it at all if it were on hover only. The point of it is letting you easily discern which ideas are yours when you're seeing them along with a bunch of other ideas. Having to hover every idea to check if that piece of information is there would be pointless. Sure, it could be toned down, but making it appear on hover defeats its purpose.
Endlessly scrolling through random imgur pictures is addictive. NSFW obviously. [url=http://jsfiddle.net/p5s88/][img]http://i.imgur.com/xtqxHxQl.png[/img] http://jsfiddle.net/p5s88/[/url]
[QUOTE=rieda1589;42206251]Endlessly scrolling through random imgur pictures is addictive. NSFW obviously. [url=http://jsfiddle.net/p5s88/][img]http://i.imgur.com/xtqxHxQl.png[/img] http://jsfiddle.net/p5s88/[/url][/QUOTE] Kind of related. I made an imgur subreddit scraper a while back -> [url]https://github.com/miceiken/imgurdl[/url]
[QUOTE=rieda1589;42206251]Endlessly scrolling through random imgur pictures is addictive. NSFW obviously. [url=http://jsfiddle.net/p5s88/][img]http://i.imgur.com/xtqxHxQl.png[/img] http://jsfiddle.net/p5s88/[/url][/QUOTE] Some of the images are so conveniently placed :v: [URL="http://puu.sh/4sHDc.png"]NSFW[/URL]
[QUOTE=Jeller;42211506]Some of the images are so conveniently placed :v: [URL="http://puu.sh/4sHDc.png"]NSFW[/URL][/QUOTE] [img]http://imgur.com/ecFew.jpg[/img]
A while back some of you guys were talking about a suite thats better than xaamp, what was it called?
[url=http://www.wampserver.com/en/]WampServer[/url]?
I'm redoing one of my websites (it was in dire need of it): [url]https://web-dot-volcanicpixels.appspot.com/[/url] [url]https://web-dot-volcanicpixels.appspot.com/terms-of-service[/url] You can see the code here: [url]https://github.com/volcanicpixels/volcanicpixels/[/url] Not much to see yet but if anyone has suggestions I'm all ears. It also has source maps enabled so if you use chrome canary the dev tools do some pretty rad things.
[QUOTE=daniel_c;42216076]I'm redoing one of my websites (it was in dire need of it): [url]https://web-dot-volcanicpixels.appspot.com/[/url] [url]https://web-dot-volcanicpixels.appspot.com/terms-of-service[/url] You can see the code here: [url]https://github.com/volcanicpixels/volcanicpixels/[/url] Not much to see yet but if anyone has suggestions I'm all ears. It also has source maps enabled so if you use chrome canary the dev tools do some pretty rad things.[/QUOTE] Why chrome always heff to do this?? [IMG]http://puu.sh/4t2bs.png[/IMG]
[QUOTE=Svenskunganka;42216338]Why chrome always heff to do this?? [IMG]http://puu.sh/4t2bs.png[/IMG][/QUOTE] Which bit in particular are you referring to?
[QUOTE=daniel_c;42216395]Which bit in particular are you referring to?[/QUOTE] The font of "Home" "Customers" and "Our products and services".
Sorry, you need to Log In to post a reply to this thread.