Been working on a hack job of a Facepunch lurking site for use at my college. Some threads are desynced or mess up on the post date, but it works, somewhat. Also all icons, avatars and FP images (such as ratings) are cached on it, so it doesn't require external imaging either. It works really well when FP is blocked on the network.
[url]http://nlan.org/fp[/url]
Just made a quick and dirty imgur randomizer
[url]http://textdump.net/infinigur/[/url]
[img]http://puu.sh/2KuFB.jpg[/img]
[editline]1st May 2013[/editline]
Most of the randomizer code is "borrowed" because I'm drunk and lazy
[QUOTE=Mega1mpact;40485436]Most of the randomizer code is "borrowed" because I'm drunk and lazy[/QUOTE]
Great, there's two guys having sex on the first page.
[QUOTE=Fizzadar;40487465][t]http://i.imgur.com/1wSPEGC.png[/t]
[url]http://pkrusset.com[/url] & [url]https://github.com/Fizzadar/PK-Russet[/url][/QUOTE]
what's up with the moon walking? (when you change direction)
[QUOTE=Killervalon;40487783]what's up with the moon walking? (when you change direction)[/QUOTE]
I can't get it to do it, it used to lots until I moved the animation timer to a separate value than the actual move timer. What browser are you using?
[editline]1st May 2013[/editline]
[QUOTE=Amiga OS;40487812][t]http://i.imgur.com/uXQUMkJ.png[/t]
Woo, the IM is behaving![/QUOTE]
Nice! What's it powered by?
[QUOTE=Fizzadar;40487465][t]http://i.imgur.com/1wSPEGC.png[/t]
[url]http://pkrusset.com[/url] & [url]https://github.com/Fizzadar/PK-Russet[/url][/QUOTE]
Neat! You're starting this again
[QUOTE=Fizzadar;40487465][t]http://i.imgur.com/1wSPEGC.png[/t]
[url]http://pkrusset.com[/url] & [url]https://github.com/Fizzadar/PK-Russet[/url][/QUOTE]
IMO the walking would look better without any easing
[QUOTE=Fizzadar;40487866]I can't get it to do it, it used to lots until I moved the animation timer to a separate value than the actual move timer. What browser are you using?[/QUOTE]
Duh, chrome. Happens on Windows & Mac. But the lag is a bit smaller on my desktop. Might be because of internet delay? (This is online isn't it? =D - I just saw some guy walk around)
[QUOTE=Amiga OS;40488126]jQuery polling the server every 500ms for new messages.
Currently its a tad heavy on the database so I will implement some kind of persistent buffering server-side.
[editline]1st May 2013[/editline]
I could have used node.js for some kind of socket based setup but I couldn't be arsed.[/QUOTE]
I hope you're not using MyISAM as an engine else you're write locks are going to fill up very quickly.
[QUOTE=Killervalon;40490530]Duh, chrome. Happens on Windows & Mac. But the lag is a bit smaller on my desktop. Might be because of internet delay? (This is online isn't it? =D - I just saw some guy walk around)[/QUOTE]
Hm I'm on Chrome with no issue; it could be the delay, what's your ping time to pkrusset.com? And yes the map/chat (return) is online :) And anyone will be able to host a server in Node (no central account system). And PvP too!
Currently in a process of making a forum engine in Java :v:
It is in very-early stages of development:
[img]http://puu.sh/2LfOx.png[/img]
Using Play! framework.
And yes, I suck at web design.
haha java oh wow
It actually took me a while to understand a tiny bit of how webdev in java is done.
Is the facepunch design slowly changing, or is it just me? :v:
I am trying to adapt my design to scale better, my navbar is a div ontop of the max-widthed content table, it overflows to the left and right a bit. Now when I reduce the window size, it cuts of the left overflow flawlessy, aligning the left window border with the table's border. But on the right side it keeps the window those few pixels away, adding a scrollbar to scroll out of all min-widths :(
Anyone got any ideas how to fix this?. I basically just want it to ignore the overflow for scrollbar adding purposes, but overflow doesn't provide an option for this :(
can't garry make changes on an offline server first? what is this.
[QUOTE=SEKCobra;40502593]my navbar is a div ontop of the max-widthed content table([/QUOTE]
You have a div inside a table? And that's the way you scale your design? o_O
[QUOTE=asantos3;40502926]You have a div inside a table? And that's the way you scale your design? o_O[/QUOTE]
It's not a table element.
[editline]2nd May 2013[/editline]
[IMG]http://img.sekcobra.net/2013-05-02_18-47-46.png[/IMG]
[QUOTE=asantos3;40502963]Code? [url=http://jsfiddle.net/]http://jsfiddle.net/[/url][/QUOTE]
no
[QUOTE=SEKCobra;40503015]no[/QUOTE]
is there a reason why? At least post the part or something html & css?
so you've tried overflow-x:hidden and it doesn't work?
[QUOTE=jung3o;40503124]is there a reason why? At least post the part or something html & css?
so you've tried overflow-x:hidden and it doesn't work?[/QUOTE]
I tried that, but it gets rid of the horizontal scrollbar permanently, so it's not really a solution either :/
if the maxed width element has padding, it will stretch extra few pixels from the padding.
do you have padding?
[QUOTE=jung3o;40503267]if the maxed width element has padding, it will stretch extra few pixels from the padding.
do you have padding?[/QUOTE]
Nope, if I remove/reduce the bar that's going outside the border the problem disappears. So I will probably end up changing it if I can't find a solution for this.
[editline]2nd May 2013[/editline]
Look, I changed the margin to -100 to signify it:
[IMG]http://img.sekcobra.net/2013-05-02_19-17-19.png[/IMG]
[thumb]http://i.imgur.com/YVXyvtD.png[/thumb]
[i]"HEY GURL WANNA SEE [url=http://www.guinnessworldrecords.com/world-records/7000/longest-duration-balancing-a-pool-cue-on-one-finger]MAH GUINNESS RECORD?[/url]"[/i]
Right now I'm looking for good multi-variate testing frameworks for rails, but not finding anything that does everything I want that has been updated recently enough. I think I might have to write my own.
[QUOTE=KmartSqrl;40503762]Right now I'm looking for good multi-variate testing frameworks for rails, but not finding anything that does everything I want that has been updated recently enough. I think I might have to write my own.[/QUOTE]
[url]https://github.com/brentd/xray-rails[/url]
Might not be what you wanted but still something cool for rails. :)
[QUOTE=P1raten;40504731][url]https://github.com/brentd/xray-rails[/url]
Might not be what you wanted but still something cool for rails. :)[/QUOTE]
That is neat, but not what I'm looking for :P
When I say multivariate testing I am talking about the conversion optimization kind of testing. I.E: Here are three different headlines we can use on the home page, which one makes someone more likely to register?
I've used [url]https://github.com/bmuller/bandit[/url] before (on spoonfedstyle.com), but it doesn't do everything I want.
Sorry, you need to Log In to post a reply to this thread.