• Web Development - WAYWO - #8
    5,514 replies, posted
[QUOTE=Mega1mpact;40952317]That looks pretty. What window manager etc are you using?[/QUOTE] Thanks! I'm using XFCE, Numix theme (with matching Chrome theme), and Faenza-Cupertino icons.
Are you going to end up releasing it?
[QUOTE=StinkyJoe;40952373]Thanks! I'm using XFCE, Numix theme (with matching Chrome theme), and Faenza-Cupertino icons.[/QUOTE] What OS are you using? Xubuntu? Debian? Arch OS? (I know it's offtopic but that desktop looks fucking amazing)
I suck at design, but this has been an ongoing project [url]http://thisfile.me/Flash/[/url] The Facepunch thread for it is here [url]http://facepunch.com/showthread.php?t=1275246[/url] [img]http://ugleh.com/ss/1370740477-H.png[/img]
[QUOTE=Uglehs;40954478][img]http://ugleh.com/ss/1370740477-H.png[/img][/QUOTE] I swear that directory listing is part of some script I have already seen before. At least spend time converting it's color scheme into red. This way, I think it looks just weird.
[QUOTE=StinkyJoe;40952267]Some times I have the most fun messing around with the simplest stuff. PHP + Redis, simple service status board based on a check-in/ping system, with support for notifications through e-mail and text.[/QUOTE] Would be awesome if you released this at some point - looks amazing.
[QUOTE=Mega1mpact;40953346]What OS are you using? Xubuntu? Debian? Arch OS? (I know it's offtopic but that desktop looks fucking amazing)[/QUOTE] I actually have this same setup in three machines, two of them xubuntu, and one is arch; no major differences between them, although arch is noticeably faster and more responsive. [QUOTE=jetboy;40952387]Are you going to end up releasing it?[/QUOTE] Yes! I'll need to clean-up and yank out some stuff (the text notification feature is bound to some stuff from work), but I want to put this thing out there by the end of the week.
[QUOTE=StinkyJoe;40958116]Yes! I'll need to clean-up and yank out some stuff (the text notification feature is bound to some stuff from work), but I want to put this thing out there by the end of the week.[/QUOTE] Just curious - how do the servers report in? Cron jobs?
[QUOTE=khuba;40957265]I swear that directory listing is part of some script I have already seen before. At least spend time converting it's color scheme into red. This way, I think it looks just weird.[/QUOTE] I wanted the background and everything to be colored like 4chan, and I wanted the inside to be blue to clash with the colors. Makes the listing pop out more then the rest of the page.
[QUOTE=Knallex;40958242]Just curious - how do the servers report in? Cron jobs?[/QUOTE] In my current scenario, yes, just basic cronjobs; but the way this thing works it's easy to adapt it to various other platforms - it's just an HTTP request.
[QUOTE=StinkyJoe;40959579]In my current scenario, yes, just basic cronjobs; but the way this thing works it's easy to adapt it to various other platforms - it's just an HTTP request.[/QUOTE] Same way I currently do it, then. Neat.
I made an ad for the company I work at for the local newspaper. [t]http://i.imgur.com/NC7ozrL.png[/t] Already posted on [URL="http://forrst.com/posts/My_first_newspaper_ad-F8W"]forrst[/URL] but thought to share it here :) Feedback is welcome! :) Added the printed version [t]http://i.imgur.com/RRKHi0D.jpg[/t]
[QUOTE=j4NZKUE;40970817]I made an ad for the company I work at for the local newspaper. [t]http://i.imgur.com/NC7ozrL.png[/t] Already posted on [URL="http://forrst.com/posts/My_first_newspaper_ad-F8W"]forrst[/URL] but thought to share it here :) Feedback is welcome! :) Added the printed version [t]http://i.imgur.com/RRKHi0D.jpg[/t][/QUOTE] Looks good, but why is this in the Web Development section of the forum? Doesn't this go into the Photoshop or Creationism Corner?
[QUOTE=rieda1589;40948494]Made this for an assignment a couple of months ago, still chipping away at it every now and then to fix the bugs, improve it and add more features. It could probably do with being rewritten to be honest, it was my first canvas project and first time doing anything substantial in JS. [url]https://github.com/bbrks/html5-breakout[/url] [img]https://raw.github.com/bbrks/html5-breakout/master/screenshots/main_menu.png[/img] [img]https://raw.github.com/bbrks/html5-breakout/master/screenshots/game1.png[/img] [img]https://raw.github.com/bbrks/html5-breakout/master/screenshots/game2.png[/img][/QUOTE] It lags every time I break a block here, though this computer isn't exactly the best.
[QUOTE=hogofwar;40971735]It lags every time I break a block here, though this computer isn't exactly the best.[/QUOTE] The collision code is horribly inefficient, it does the same thing on my netbook too :( Need to fix.
So I've downloaded this really old php forum script that I'm remaking now. Adding in stuff (mostly css) such as added in bootstrap, bbcode parser, redesigned the whole fucking layout since it was horrible before. And some other not important stuff. [t]http://puu.sh/3cIhu.png[/t]
I don't think Bootstrap fits in with the topleft buttons. They just look really out of place.
This fucking codebase... [code] respond_to do |format| format.html do if (request.xhr?) render "home/index.js" end end end [/code] Yeah, let's do that instead of this: [code] respond_to do |format| format.html format.js end [/code] [editline]11th June 2013[/editline] THERE'S A SEMICOLON IN MY RUBY! PHP DEVS GET THE FUCK OUTTA PRODUCTION RAILS APPS UNTIL YOU KNOW YOUR SHIT [code] @home_path = '/'; [/code]
I have to admit I had a semicolon or two in my Ruby code... Please don't hurt me
Learning and implementing SASS into my portfolio, this shit is awesome!
[QUOTE=khuba;40957265]I swear that directory listing is part of some script I have already seen before. At least spend time converting it's color scheme into red. This way, I think it looks just weird.[/QUOTE] [QUOTE=Uglehs;40958539]I wanted the background and everything to be colored like 4chan, and I wanted the inside to be blue to clash with the colors. Makes the listing pop out more then the rest of the page.[/QUOTE] just a fyi - it is [url]http://www.evoluted.net/thinktank/web-development/php-directory-listing-script[/url]
[QUOTE=Loli;40998166]Learning and implementing SASS into my portfolio, this shit is awesome![/QUOTE] Been using LESS the last few weeks, pretty much the same concept and loving it. Also using the Node.js console to minify all my stuff as well.
Local music website [img]http://i.imgur.com/64LrJj8.png[/img]
Hey guys, if I were to develop a random speech generator in Javascript, and I would like to show it on FP, where would I do that? On Web Development, because it's Javascript? Or Programming, because there's no "web" involved?
Or both? ^^
[QUOTE=saming;41018437]Hey guys, if I were to develop a random speech generator in Javascript, and I would like to show it on FP, where would I do that? On Web Development, because it's Javascript? Or Programming, because there's no "web" involved?[/QUOTE] Programming IMO.
I have been working on a forum. [URL]http://forum.codingconcoctions.com/[/URL] [IMG]http://www.codingconcoctions.net/screencloud/shot_2013_06_13_21_42_02.png[/IMG] When users can sign up through things like Facebook, should I store a copy of their avatar on my server or just link to the provider's one?
[QUOTE=cyber_cam34;41018549]I have been working on a forum. [URL]http://forum.codingconcoctions.com/[/URL] [IMG]http://www.codingconcoctions.net/screencloud/shot_2013_06_13_21_42_02.png[/IMG] When users can sign up through things like Facebook, should I store a copy of their avatar on my server or just link to the provider's one?[/QUOTE] Normally you only use it as a login. Then the user chooses nickname & avatar on his own
[QUOTE=xmariusx;41018468]Or both? ^^[/QUOTE] Well, posted it over there, but why not - going to copy-paste the post: Working on a... "Random Marketing Bullshit Generator - E3 Edition" would be the best way to put it. [T]http://i.imgur.com/wGzZEb5.png[/T] You can see more generated text [URL="http://saming.free.fr/p/e3"]here[/URL], and the source [URL="https://gist.github.com/Saming/5756776"]here[/URL]. The way it works is really simple: there's vocabulary and templates. There's always a script that is followed which chooses random templates, which in turn replaces missing words with random vocabulary. If you've got free time on your hands, you can always fork/help to add more vocabulary and templates (or even improve it).
[QUOTE=Killervalon;41018861]Normally you only use it as a login. Then the user chooses nickname & avatar on his own[/QUOTE] I would have to disagree on that, a lot of sites do automatically set their avatar to their Twitter/Facebook one when you sign up through them.
Sorry, you need to Log In to post a reply to this thread.