i think combining really bold elements with really fine elements looks out of place, too weighted in the middle?
[url]http://www.speedsums.com/[/url]
Still heavily a WIP but any thoughts on the idea etc would be great :)
[QUOTE=Alcapwne;43168527][url]http://confide.re/speedsums.com/[/url]
Still heavily a WIP but any thoughts on the idea etc would be great :)[/QUOTE]
Shouldn't show the first equation till they click in the box and start the counter when they click in the box. Also maybe a retry button.
[QUOTE=Alcapwne;43168527][url]http://confide.re/speedsums.com/[/url]
Still heavily a WIP but any thoughts on the idea etc would be great :)[/QUOTE]
I had a quick go at automating this :v:
[code]
setInterval(function() { if($('#answer').length != 0 && $('#answer'.length != 0)) {$('#answer').val(eval($('#question')[0].innerText.replace(" =","").replace('x',"*"))) }}, 10)
[/code]
Then just type crap into the box and watch it get solved for you
[QUOTE=Mechanical Mind;43168784]Shouldn't show the first equation till they click in the box and start the counter when they click in the box. Also maybe a retry button.[/QUOTE]
The first equation doesn't actually count - it's just so that the counter can start at a time where you can be certain that the user is ready to go. A retry button is a good idea, just realised it only appears if you choose to submit your score :v
[editline]13th December 2013[/editline]
[QUOTE=benjojo;43169740]I had a quick go at automating this :v:
[code]
setInterval(function() { if($('#answer').length != 0 && $('#answer'.length != 0)) {$('#answer').val(eval($('#question')[0].innerText.replace(" =","").replace('x',"*"))) }}, 10)
[/code]
Then just type crap into the box and watch it get solved for you[/QUOTE]
Haha I was aware that people could do this, but I think I've made it so that even if you do this and submit your score, the system will know you're a fraud and it won't put you into the database :)
I've been waiting for someone to make some kind of iOS app/compatible site for Facepunch but since Garry recently launched Labpunch I figured I'd give it a shot myself using jQuery Mobile and Laravel. I'm pretty happy with the outcome so far given I've only spent a day on this and never used jQuery Mobile or Laravel before. :v:
[t]http://i.imgur.com/CEVFBkW.png[/t][t]http://i.imgur.com/OnjbS9A.png[/t][t]http://i.imgur.com/9T9QlWq.png[/t][t]http://i.imgur.com/wOKm4wD.png[/t]
That's nice, Zazibar, good work!
Is it just me though who thinks that those transparent buttons at the bottom are annoying though? I doubt they'll be a problem and you'll get used to it, but we'll see.
[QUOTE=BeatAlex;43172935]That's nice, Zazibar, good work!
Is it just me though who thinks that those transparent buttons at the bottom are annoying though? I doubt they'll be a problem and you'll get used to it, but we'll see.[/QUOTE]
Those buttons are part of the browser (Mercury), not the site. No need to worry!
I'm making an online book to help people understand computers. Basically something that a person like my mom could read in order to dispel some of the mystery surrounding the topic.
[url]http://silverhammermba.github.io/superuser/[/url]
Source: [url]https://github.com/silverhammermba/superuser[/url]
Yep, it's hideous. I'm focusing on the content currently, and only expended a little effort on the CSS to make it (barely) readable. Also I'm terrible at web design.
If anyone wants to mess around with styles and send a pull request my way, I would be supremely grateful.
[QUOTE=Larikang;43173625]I'm making an online book to help people understand computers. Basically something that a person like my mom could read in order to dispel some of the mystery surrounding the topic.
[URL]http://silverhammermba.github.io/superuser/[/URL]
Source: [URL]https://github.com/silverhammermba/superuser[/URL]
Yep, it's hideous. I'm focusing on the content currently, and only expended a little effort on the CSS to make it (barely) readable. Also I'm terrible at web design.
If anyone wants to mess around with styles and send a pull request my way, I would be supremely grateful.[/QUOTE]
I recommend using Bootstrap.
[URL]http://getbootstrap.com/[/URL]
Just change the colours/theme about a bit and it's a godsend for anyone who is crap with web-design.
I recommend Foundation. But it doesn't really matter if you want to prototype something very fast.
What I don't know is how to make a website that is unique and looks decent. Where can I find a documentation/reference/tutorial for making decent designs?
I've been working on this for about two months....
[url]http://762games.com[/url]
-snip- Yay, you fixed it!
I started learning HTML,CSS,PHP like 1-2 week ago.
I almost finished a website but I didn't liked it so I decided to start a new one.
[b]NEW[/b]
[url=http://i.imgur.com/pgoXUoT.png][img]http://i.imgur.com/pgoXUoTl.png[/img][/url]
[b]OLD[/b]
[url=http://i.imgur.com/V5nX8bl.jpg][img]http://i.imgur.com/V5nX8bll.jpg[/img][/url]
Basically my problem is that I don't have imagination and my designs suck.
If any of you knows any websites where I can get inspiration and things like that. By that I don't mean website I could copy because I really don't want to do that.
[QUOTE=BoowmanTech;43195367]I started learning HTML,CSS,PHP like 1-2 week ago.
I almost finished a website but I didn't liked it so I decided to start a new one.
[b]NEW[/b]
[url=http://i.imgur.com/pgoXUoT.png][img]http://i.imgur.com/pgoXUoTl.png[/img][/url]
[b]OLD[/b]
[url=http://i.imgur.com/V5nX8bl.jpg][img]http://i.imgur.com/V5nX8bll.jpg[/img][/url]
Basically my problem is that I don't have imagination and my designs suck.
If any of you knows any websites where I can get inspiration and things like that. By that I don't mean website I could copy because I really don't want to do that.[/QUOTE]
[URL=http://dribbble.com/]Dribbble[/URL] and [URL=http://forrst.com/]Forrst[/URL].
Does it look better?
[url=http://i.imgur.com/xcjBvQ5.png][img]http://i.imgur.com/xcjBvQ5l.png[/img][/url]
Been working on my video sharing website for the past few days, managed to allow user to change their background's on their profile and videos along with the username / video title colour. Also managed to implement a search bar.
My profile:
[url]http://nlan.org/video/user/6[/url]
[QUOTE=BoowmanTech;43196345]Does it look better?
[url=http://i.imgur.com/xcjBvQ5.png][img]http://i.imgur.com/xcjBvQ5l.png[/img][/url][/QUOTE]
Looks much better.
By the way, got a link for those icons?
[QUOTE=Zazibar;43172884]I've been waiting for someone to make some kind of iOS app/compatible site for Facepunch but since Garry recently launched Labpunch I figured I'd give it a shot myself using jQuery Mobile and Laravel. I'm pretty happy with the outcome so far given I've only spent a day on this and never used jQuery Mobile or Laravel before. :v:
[t]http://i.imgur.com/CEVFBkW.png[/t][t]http://i.imgur.com/OnjbS9A.png[/t][t]http://i.imgur.com/9T9QlWq.png[/t][t]http://i.imgur.com/wOKm4wD.png[/t][/QUOTE]
Please let me know if you release this! I've been waiting ages or an iOS app for my iphone. Awesome work dude!
[QUOTE=Jelly;43195570][URL=http://dribbble.com/]Dribbble[/URL] and [URL=http://forrst.com/]Forrst[/URL].[/QUOTE]
Also [url=http://www.siteinspire.com/]SiteInspire[/url] and [url=http://fltdsgn.com/]Flat UI Design[/url].
[QUOTE=BoowmanTech;43196761]They're Gmod Icons, download link: [url]https://dl.dropboxusercontent.com/u/16648713/icon16.rar[/url][/QUOTE]
Which come from (at least partially) famfamfam.com 's silk icon pack.
[QUOTE=Zazibar;43172884]I've been waiting for someone to make some kind of iOS app/compatible site for Facepunch but since Garry recently launched Labpunch I figured I'd give it a shot myself using jQuery Mobile and Laravel. I'm pretty happy with the outcome so far given I've only spent a day on this and never used jQuery Mobile or Laravel before. :v:
[/QUOTE]
I was working on a native one (albeit very slowly), but then the official API was taken down. Keep at this though - the only part that slowed me down was parsing the HTML in the posts, but obviously with jQuery that isn't much of a problem
It's been a while since I post in this thread..
I finally got around understanding javascript and jquery and decided to give my site another go:
[thumb]http://andrescanelones.me/imageuploads/NTAFL.png[/thumb]
[url]http://andrescanelones.me[/url]
I have yet to finish the work section, as I'm thinking of a good way to display each project in large when you click the thumbnail. I was going to use lightbox but then I felt it'd be better to do a custom thing.
[editline]16th December 2013[/editline]
mobile view:
[thumb]http://andrescanelones.me/imageuploads/6vx3r.png[/thumb]
[QUOTE=barttool;43198586]It's been a while since I post in this thread..
I finally got around understanding javascript and jquery and decided to give my site another go:
[thumb]http://andrescanelones.me/imageuploads/NTAFL.png[/thumb]
-more sexy stuff-[/QUOTE]
Looks really great, also I think you nailed the colour yellow. I always have hard time finding the right colour unless its some generic blue or something.
[thumb]http://lw2.co.uk/s/1387186136.png[/thumb][thumb]http://lw2.co.uk/s/1387186183.png[/thumb]
Had a go at making a little portfolio page, seeing as I already had a server sitting around.
It's likely going to be one of those things that I add to as I feel like it, but for now it's pretty simple.
[img]http://i.imgur.com/8s2swvC.gif[/img]
How can anyone wake up in the morning and say to them self, " I love javascript "
[QUOTE=benjojo;43199868][img]http://i.imgur.com/8s2swvC.gif[/img]
How can anyone wake up in the morning and say to them self, " I love javascript "[/QUOTE]
assure yourself that no one does.
[QUOTE=Moofy;43198631]Looks really great, also I think you nailed the colour yellow. I always have hard time finding the right colour unless its some generic blue or something.[/QUOTE]
do you know about [URL="http://kuler.adobe.com"]kuler?[/URL] It can really save you some time finding great color schemes.
[sp]however I think this color scheme was unconsciously inspired by penguin books but shhh[/sp]
I like JavaScript :(
Sorry, you need to Log In to post a reply to this thread.