I might of missed something but what's spray? :v: Is it Bugspray, just without the Bug?
[QUOTE=ifaux;23143304]I might of missed something but what's spray? :v: Is it Bugspray, just without the Bug?[/QUOTE]
Yep :buddy:
[img]http://ahb.me/7O_[/img]
Being bored and messing around with some photoshop stuff
Blech. Make it original.
[QUOTE=compwhizii;23141972][img_thumb]http://grab.by/grabs/9aaa4f6410b47b6855fe942db3fd2392.png[/img_thumb][/QUOTE]
Why would you need VLC to listen to a stream? Pretty much any music player supports m3u.
[QUOTE=andersonmat;23143993]Blech. Make it original.[/QUOTE]
I agree.
[QUOTE=a2h;23143428]Yep :buddy:[/QUOTE]
What's bugspray then.
[editline]09:54AM[/editline]
I fucking love your design.
[QUOTE=Parakon;23139061]yeah but that's harder then holding down spacebar[/QUOTE]
Never make a site again ever.
[QUOTE=Parakon;23139061]yeah but that's harder then holding down spacebar[/QUOTE]
Are you trying to be funny or are you stupidly serious?
If #2 I suggest you leaving here for a long time because you ain't gonna get something half decent with that attitude.
[QUOTE=compwhizii;23141628]"Gezzy" in search bar[/QUOTE]
[url]http://www.urbandictionary.com/define.php?term=gezzy[/url]
:colbert:
Working on my Facepunch Mobile proxy:
[img]http://anyhub.net/file/1img_0326.png[/img]
Basically it's nginx setup to proxy all requests through to facepunch.com, except the stylesheet. It sends a stylesheet optimized for mobile devices, which is what I'm working on.
If you want to give it a crack, PM me. I'm not sharing it publicly yet because I don't want my server's IP getting banned.
[QUOTE=Elexar;23145973]What's bugspray then.
[editline]09:54AM[/editline]
I fucking love your design.[/QUOTE]
Huh? spray = bugspray with a different name.
Oh, and thanks :D
No, he didn't know what (bug)?spray is at all. I told him.
[QUOTE=turb_;23146917]Working on my Facepunch Mobile proxy:[/QUOTE]
Nice work dude, hopefully garry will appreciate it and embed it in any way.
Then again, I've got one of these creative phases again, just don't know what to do.
[QUOTE=Jeff Beck;23146005]Never make a site again ever.[/QUOTE]
well I only need this one, so i won't.
[QUOTE=Parakon;23150083]well I only need this one, so i won't.[/QUOTE]
Stop working on this abomination, even when I had limited knowledge of PHP/HTML I didn't do that kind of crap. (It's still limited but nvm that).
[QUOTE=Elexar;23150898]Stop working on this abomination, even when I had limited knowledge of PHP/HTML I didn't do that kind of crap. (It's still limited but nvm that).[/QUOTE]
it's an awesome site, you clearly don't know what you're talking about
Denial is a huge problem Parakon.
High five Parakon! "It's just harder than holding down spacebar", totally got me. :v:
And well, since I was bored I just did this: [url]http://torekk.bplaced.net/mIndFuCk/[/url] (link says all).
Edit: Wait, I'll just make the pixels a tad smaller, so you really mindfuck. :smug:
Edit2: Now wait, actually I was planning to start with my riddle. Hm.
[QUOTE=turb_;23146917]Working on my Facepunch Mobile proxy:
[img]http://hurrdurr.ahb.me/7Rv[/img]
[img]http://sup.ahb.me/7Rx[/img]
Basically it's nginx setup to proxy all requests through to facepunch.com, except the stylesheet. It sends a stylesheet optimized for mobile devices, which is what I'm working on.
If you want to give it a crack, PM me. I'm not sharing it publicly yet because I don't want my server's IP getting banned.[/QUOTE]
You can do that without a proxy, if you load the site via file:// you can bypass same-domain policies. The way you'd do this is just to have a simple app with a UIWebView, then just run a regex on every page you load to replace the hrefs to point to a Javascript function that loads the new page body via AJAX, run the regex on the body, display, rinse and repeat. Replace the stylesheet too, to get the mobile UI.
[QUOTE=arienh4;23144836]Why would you need VLC to listen to a stream? Pretty much any music player supports m3u.[/QUOTE]
Clients like iTunes seem to keep a far larger buffer, and so your stream gets behind everyone else's giving you a far worse chance on the giveaways.
text-shadow: 0px 0px 1px #fff;
Insta anti-aliasing on @font-face :D
@Hexxeh: your mobile thing looks great, i'd love to use it on my ipod touch when its completed.
[QUOTE=Enjoi 19;23156775]@Hexxeh: your mobile thing looks great, i'd love to use it on my ipod touch when its completed.[/QUOTE]
[url=http://www.facepunch.com/member.php?username=turb_]turb_[/url] made that, Hexxeh just quoted it
[img]http://dl.dropbox.com/u/3695360/design/howitfails.JPG[/img]
Anyone know why this is happening? (It's falling out of the main content area)
Here is the CSS code:
[code]
.image_info {
border-right: 1px dashed gray;
float: left;
width: 377px;
}
.image_links {
float: left;
width: 358px;
text-align: right;
}
[/code]
[QUOTE=AzzyMaster;23157270]
Anyone know why this is happening? (It's falling out of the main content area)[/QUOTE]
add a div after those divs with style="clear:both;"
Because you're not clearing your floats.
Why do people look up and start using floats before they actually read about [i]how[/i] they work and what the browser is actually doing when you use them?
[QUOTE=thelinx;23157360]add a div after those divs with style="clear:both;"[/QUOTE]
Thank you! Been searching everywhere how to fix that. Worked perfectly
[QUOTE=rieda1589;23156743]text-shadow: 0px 0px 1px #fff;
Insta anti-aliasing on @font-face :D[/QUOTE]
Hmmmmm, I wanna see this in action.
[QUOTE=AzzyMaster;23157409]Thank you! Been searching everywhere how to fix that. Worked perfectly[/QUOTE]
Actually, instead of doing that, put this in your css
[code]
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
[/code]
then go to the div CONTAINING THE FLOATS and give it class="clearfix".
Both solutions work, but this one is more reliable.
[editline]07:58PM[/editline]
[QUOTE=jaybuz;23157650]Hmmmmm, I wanna see this in action.[/QUOTE]
Moderate results, but it works.
[QUOTE=Sleighyuh;23146501][url]http://www.urbandictionary.com/define.php?term=gezzy[/url]
:colbert:[/QUOTE]
I was googling hezzy but I mistyped, why does it matter.
Sorry, you need to Log In to post a reply to this thread.