• What are you working on? v7
    7,420 replies, posted
[QUOTE=saming;38766449]The second one is much better! (EDIT: I wonder if garry could add a 'Design King' rating?) EDIT2: Also something I just thought of: maybe add a "Return to top" link at the bottom once you've reached the end of the submissions ? Thanks again for adding non-Facebook registration BTW. It's very nice of you.[/QUOTE] Thank you. We'll consider the back to top link.
Also, other artwork (rendered from canvas - just modified the current prototype for that) [t]http://i.imgur.com/QWlqk.png[/t]
A little help needed, guys. Any good tutorial in php for confirmation of payment via paypal, like receiving a token back to the site indicating if the payment was successful or not.
You're looking for Paypal IPN.
[url]http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/[/url]
[QUOTE=Ac!dL3ak;38766148]who made the design for cosmo.is?[/QUOTE] [URL=http://facepunch.com/member.php?u=120829]BrettJay[/url]
[QUOTE=Jelly;38771488][URL=http://facepunch.com/member.php?u=120829]BrettJay[/url][/QUOTE] Last Activity: 28th June 2012
[QUOTE=Ac!dL3ak;38771629]Last Activity: 28th June 2012[/QUOTE] Yeah, he dropped off the map a while ago. Probably got caught up in school.
[QUOTE=Jelly;38771658]Yeah, he dropped off the map a while ago. Probably got caught up in school.[/QUOTE] I think he's got a job now too
[QUOTE=SataniX;38768969][url]http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/[/url][/QUOTE] That tutorial is terrible, [URL="http://www.micahcarrick.com/paypal-ipn-with-php.html"]this[/URL] one looks alright.
[img]http://i.imgur.com/3V52m.png[/img] um
The problem with IPN is that it's asynchronous. The way I see is the paypal express checkout and everything tutorial is so outdated that scrounging through paypal doc is a nightmare.
[QUOTE=Amiga OS;38769854]3D transforms are fun! [img]http://i.imgur.com/cERho.png[/img][/QUOTE] Sheesh, the Windows 8 Consumer Preview looks so much nicer than the GA.
Made this for fun today, it's a super simple sinatra app that pulls from sensationalist headlines and sorts them by highest number of readers. I read the headlines a lot so I might actually use it [url]http://sensationalistheadlines.herokuapp.com/[/url] [editline]x[/editline] [img]http://i.imgur.com/O8Kda.png[/img]
[QUOTE=atl101;38773585]Made this for fun today, it's a super simple sinatra app that pulls from sensationalist headlines and sorts them by highest number of readers.[/QUOTE] I like it but you have big problems with scaling
[img]http://i.imgur.com/sdbjO.png[/img] [editline]10th December 2012[/editline] [img]http://i.imgur.com/pRp4y.png[/img] [editline]10th December 2012[/editline] bonus: post history in unified diff format [code] --- version/14 2012-12-10 04:02:04 +0000 +++ current 2012-12-10 04:02:04 +0000 @@ -8,21 +8,21 @@ int main(int argc, char* argv[]) { printf("hello %s", argv[1]); - return test(argv[2]); } int test(char* arg) { - if (strncmp("zero", arg)) { + if (strncmp("zero", arg, 3)) { return 0; - } else if (strncmp("one", arg)) { + } else if (strncmp("one", arg, 3)) { return 1; - } else if (strncmp("two", arg)) { + } else if (strncmp("two", arg, 3)) { return 2; } else { return 3; } } + ``` [/code]
[QUOTE=wizard`;38773736]I like it but you have big problems with scaling[/QUOTE] what
if you wanna try it: [url]https://generic-forums.herokuapp.com/[/url] let me know if something bad happens :C
[QUOTE=Ac!dL3ak;38774075]if you wanna try it: [url]https://generic-forums.herokuapp.com/[/url] let me know if something bad happens :C[/QUOTE] I reckon you need to make your fonts a bit larger.
[QUOTE=Ac!dL3ak;38774075]if you wanna try it: [url]https://generic-forums.herokuapp.com/[/url] let me know if something bad happens :C[/QUOTE] Chrome: [img]http://puu.sh/1zk2x[/img]
[QUOTE=Darkwater124;38774724]Chrome: [img]http://puu.sh/1zk2x[/img][/QUOTE] um i'm pretty sure you can fix that, but i'll fix it myself later
[QUOTE=Ac!dL3ak;38775208]um i'm pretty sure you can fix that, but i'll fix it myself later[/QUOTE] It's because you linked to "https://generic-forums.herokuapp.com/" instead of "http://generic-forums.herokuapp.com/" Change your links that load content from "http://" to just be "//", should fix your issue. [editline]10th December 2012[/editline] Looks like this for me since the font isn't loading [img]http://f.cl.ly/items/222b2c2p1l3x3A1M3a0b/Screen%20Shot%202012-12-10%20at%203.12.27%20AM.png[/img]
[QUOTE=douche beat;38771957]I think he's got a job now too[/QUOTE] I'm working at the same company as him, we're making this: [img]http://f.cl.ly/items/43082z0q3z2x3y3o1Q02/Screen%20Shot%202012-12-10%20at%208.25.23%20PM.png[/img]
Looks nice kudos to both of you!
yeah man it's a great (albeit stressful) project. Brett is destroying the design and I've written ~3k of coffeescript for bits and pieces.
Looks cool. What's it written in?
[QUOTE=jaybuz;38775725]Looks cool. What's it written in?[/QUOTE] The backend is a highly modified version of Xenforo.
[QUOTE=H4Z3Y;38775636]I'm working at the same company as him, we're making this: [img]http://f.cl.ly/items/43082z0q3z2x3y3o1Q02/Screen%20Shot%202012-12-10%20at%208.25.23%20PM.png[/img][/QUOTE] Oh now Jacob, you're lucky our company doesn't deal with anything as boring as NDAs [img]http://i.imgur.com/rOl7L.png[/img]
[QUOTE=BrettJay;38775932]Oh now Jacob, you're lucky our company doesn't deal with anything as boring as NDAs [img]http://i.imgur.com/rOl7L.png[/img][/QUOTE] That screenshot is only a week old and it's now it's totally out of date!
[code] Error 'Bad Request' at SendStream.error in node_modules\connect\node_modules\send\lib\send.js line 142 141 var msg = http.STATUS_CODES[status]; 142 err = err || new Error(msg); ^ 143 err.status = status; 144 if (this.listeners('error').length) return this.emit('error', err); 145 res.statusCode = err.status; at SendStream.pipe in node_modules\connect\node_modules\send\lib\send.js line 295 at static in node_modules\connect\lib\middleware\static.js line 83 at next in node_modules\express\node_modules\connect\lib\proto.js line 190 at favicon in node_modules\connect\lib\middleware\favicon.js line 78 at next in node_modules\express\node_modules\connect\lib\proto.js line 190 at Compiler.middleware in system\middleware\compiler.coffee line 183 at exports.middleware in system\middleware\compiler.coffee line 250 at next in node_modules\express\node_modules\connect\lib\proto.js line 190 at app.use.compiler.middleware.src in system\server.coffee line 233 [/code] Better v8 stack traces.
Sorry, you need to Log In to post a reply to this thread.