Just been contracted to a small company as an external WordPress developer :D
A random sentence generator which runs off user input, later on people will be able to suggest new tags such as -place to expand on the detail and variation of sentences produced.
[IMG]http://i16.photobucket.com/albums/b13/borisjake/whatimworkingok.png[/IMG]
Hopefully I'll get this running well soon. Although that image is of a working thing and it already has hundreds of words and sentences its far from done.
Oh, and one more bonus one:
[IMG]http://i16.photobucket.com/albums/b13/borisjake/bonus.png[/IMG]
and
"So Burger + undead Double decker bus = manky Door frame ? Does that mean this old Balloon will sodomise me then?"
"Do you ever just sit there and smear over the thought of 10 whole Soft and squishy Mothers smashing all over the walls?"
I have to admit some of these are making me laugh, can't wait to see how crazy some could get.
Still working on my personal website, shit's gonna be WIP forever. ([url]http://beta.graphical.me/ver5/[/url])
[QUOTE=ShinyChrome;35173709]Still working on my personal website, shit's gonna be WIP forever. ([url]http://beta.graphical.me/ver5/[/url])[/QUOTE]
I do like it, but hovering over the image makes the grey line come all the way from the left to right. Looks a little bit strange :D
[editline]edit[/editline]
only half way from the left.. and it is insane annoying, because you can "unlock" the information before it is all the way to the right.
[QUOTE=xmariusx;35173848]I do like it, but hovering over the image makes the grey line come all the way from the left to right. Looks a little bit strange :D
[editline]edit[/editline]
only half way from the left.. and it is insane annoying, because you can "unlock" the information before it is all the way to the right.[/QUOTE]
I haven't tested the script on Chrome yet, perhaps I should have. Thanks for pointing it out
EDIT:
Should be fixed now. Still a visual difference (the box kinda morph for a short time when expanding), but it's far better than before. :v:
[QUOTE=ShinyChrome;35173883]I haven't tested the script on Chrome yet, perhaps I should have. Thanks for pointing it out
EDIT:
Should be fixed now. Still a visual difference (the box kinda morph for a short time when expanding), but it's far better than before. :v:[/QUOTE]
Works fine now :D
Anyone remember where Garry put the code for the flags on facepunch. I remember him releasing the code somewhere.
[QUOTE=ShinyChrome;35173709]Still working on my personal website, shit's gonna be WIP forever. ([url]http://beta.graphical.me/ver5/[/url])[/QUOTE]
the transition takes too long shorten it up
[QUOTE=Ac!dL3ak;35178441]the transition takes too long shorten it up[/QUOTE]
I adjusted the timers on some of the transitions. Better now?
[QUOTE=ShinyChrome;35178537]I adjusted the timers on some of the transitions. Better now?[/QUOTE]
the second transition (when it comes fully out) still takes too long for my liking.
[QUOTE=Ac!dL3ak;35179227]the second transition (when it comes fully out) still takes too long for my liking.[/QUOTE]
Okay, more adjustments made. You're right, I think it works better this way now. Not sure if I want to make it faster than this though.
Well, im currently working on a new german community site (could also be international any day since its actually written in english) for day of defeat source, because the current german site is crap (old modified webspell version, dodszene.net - its of course NOT mine).
[URL="http://dl.dropbox.com/u/64148239/screenshots/dodnews.de/dodnews.de%20-%20matches.png"]large image, so i'll just link it[/URL]
currently working on the appearance and on the forum functionality, trying to get everything working and finished until 1st april (actually my first release date was the 1st january, haha)
Dunno if it ever gets released now, since my intention was to get deeper into [URL="http://www.yiiframework.com/"]Yii[/URL].
[QUOTE=Chuushajou;34361761][URL="http://www.anonyupload.com/"]Anonyupload[/URL]. The infamous Anonymous' file-sharing service. What a hideous design.[/QUOTE]
[url=http://historianofthefuture.com]I win.[/url]
[QUOTE=/dev/sda1;35186657][url=http://historianofthefuture.com]I win.[/url][/QUOTE]
quite contrary, i've seen worse.
[QUOTE=Ac!dL3ak;35186672]quite contrary, i've seen worse.[/QUOTE]
[url=http://www.yvettesbridalformal.com] I WIN. [/url]
Finished most of my permissions back end, now I can really start producting the bulk of the site.
[IMG]http://img849.imageshack.us/img849/7070/20120318091201.png[/IMG]
I know, bootstrap, I don't like it and won't keep it, I just have no skill at design so am using it until I can find someone who can help me make it look good without using bootstrap.
[editline]18th March 2012[/editline]
I also haven't made the top navigation yet it's just a placeholder so the Index is set to active even when it's not.
[QUOTE=loony383;35187565]Finished most of my permissions back end, now I can really start producting the bulk of the site.
[IMG]http://img849.imageshack.us/img849/7070/20120318091201.png[/IMG]
I know, bootstrap, I don't like it and won't keep it, I just have no skill at design so am using it until I can find someone who can help me make it look good without using bootstrap.
[editline]18th March 2012[/editline]
I also haven't made the top navigation yet it's just a placeholder so the Index is set to active even when it's not.[/QUOTE]
my maths teacher has the clock in your avatar up in one of the classrooms
[QUOTE=Alcapwne;35187732]my maths teacher has the clock in your avatar up in one of the classrooms[/QUOTE]
Yeah, found it like a year or 2 ago and it kinda stuck
[QUOTE=ShinyChrome;35173709]Still working on my personal website, shit's gonna be WIP forever. ([url]http://beta.graphical.me/ver5/[/url])[/QUOTE]
It's nice, but takes hell of a long time to load.
I'll be honest - setting up Ruby + ROR + Nginx + Phussion is a fucking pain. I've been doing the whole day yesterday and I'm yet to set it up to work.
Shitload of errors, shitload of googling and I'm yet to make it work..
Pretty obvious to me now why PHP is so much more popular.. Even setting it up is way easier.
ur doing it wrong
[editline]18th March 2012[/editline]
It usually takes me just under 30 mins from new server to running rails app with nginx passenger and mysql
[editline]18th March 2012[/editline]
it's easy as shit too
Just install a system wide rvm, grab 1.9.3, gem install passenger, passenger-install-nginx-module, tweak your nginx config to your liking, gem install bundler, 'bundle install' in the app's root
done.
[QUOTE=swift and shift;35188455]ur doing it wrong
[editline]18th March 2012[/editline]
It usually takes me just under 30 mins from new server to running rails app with nginx + passenger and mysql
[editline]18th March 2012[/editline]
it's easy as shit too
Just install a system wide rvm, grab 1.9.3, gem install passenger, passenger-install-nginx-module, tweak your nginx config to your liking, gem install bundle, 'bundle install' in the app's root
done.[/QUOTE]
Presume that's what you're doing with your new SSD VPS?
[QUOTE=Hexxeh;35188491]Presume that's what you're doing with your new SSD VPS?[/QUOTE]
haven't gotten around to that yet, but yeah that's what I'm going to do
[QUOTE=swift and shift;35188455]ur doing it wrong
[editline]18th March 2012[/editline]
It usually takes me just under 30 mins from new server to running rails app with nginx passenger and mysql
[editline]18th March 2012[/editline]
it's easy as shit too
Just install a system wide rvm, grab 1.9.3, gem install passenger, passenger-install-nginx-module, tweak your nginx config to your liking, gem install bundler, 'bundle install' in the app's root
done.[/QUOTE]
That's basically what I did on my "new SSD VPS".. I guess I screwed it up somewhere.
I think I did something wrong with the "system wide rvm" part, because I basically got everything set up, but when I enter my app it says:
[code]Cannot spawn application '/opt/nginx/html/blog': Could not read from the spawn server: Connection reset by peer (104)[/code]
And in the nginx error log it says:
[code]
Could not start the spawn server: /usr/local/rvm/rubies/ruby-1.9.3-p125: Permission denied (13)[/code]
Even though permission are 775.. Tried googling, but couldn't find anything useful. Any ideas?
Got bored and decided to give myself a project of making a sort of 'failblog'/'9gag' type site. Took some full page screenshots. (Excuse the tinypic links. I'd normally just use imgur but it auto-compresses to JPG.)
Front page: [url]http://i42.tinypic.com/2z6awsl.png[/url]
Image Page: [url]http://i42.tinypic.com/2eaniwi.png[/url]
Upload Page: [url]http://i.imgur.com/FqwEj.png[/url]
[B]Things implemented:[/B]
- Homepage and Earlier/Later buttons to browse pages.
- View Page
- Login System with Forgot Password Feature.
- Upload System
[QUOTE=Crhem van der B;35188542]That's basically what I did on my "new SSD VPS".. I guess I screwed it up somewhere.
I think I did something wrong with the "system wide rvm" part, because I basically got everything set up, but when I enter my app it says:
[code]Cannot spawn application '/opt/nginx/html/blog': Could not read from the spawn server: Connection reset by peer (104)[/code]
And in the nginx error log it says:
[code]
Could not start the spawn server: /usr/local/rvm/rubies/ruby-1.9.3-p125: Permission denied (13)[/code]
Even though permission are 775.. Tried googling, but couldn't find anything useful. Any ideas?[/QUOTe]
what distro?
[editline]18th March 2012[/editline]
also ruby -v please
[QUOTE=swift and shift;35188581]what distro?
[editline]18th March 2012[/editline]
also ruby -v please[/QUOTE]
Debian 6.
It's possible that Crhem managed to botch his system wide RVM, which is easy to do if you're inexperienced.
I reckon you should trash the current install and just compile ruby 1.9.3 from source manually, OR install Arch and pacman -S ruby
[code]
ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]
[/code]
I actually removed the 1.8.7 one with comes with apt-get install ruby.
I guess that was a mistake?
you most definitely do not want 1.8.7
Sorry, you need to Log In to post a reply to this thread.