[QUOTE=toaster468;34915701][img]http://puu.sh/iMSZ[/img]
Project for my computer science class.
[url]http://games.toaster468.com/game.php?g=6[/url]
I have to finish some stuff add a homepage, etc.[/QUOTE]
I wish they'd make us do that stuff. The most interesting thing they asked us to make was a terrible jQuery photo gallery
[QUOTE=TerabyteS_;34916198]I wish they'd make us do that stuff. The most interesting thing they asked us to make was a terrible jQuery photo gallery[/QUOTE]
pfft. My teacher told us to get a free template from some random site and make a "website" out of that. I don't remember learning anything new or making interesting stuff.
[editline]28th February 2012[/editline]
oh ya, btw this [img]http://jung3o.com/i/img_164745.png[/img]
[QUOTE=zzlawlzz;34916227]pfft. My teacher told us to get a free template from some random site and make a "website" out of that. I don't remember learning anything new or making interesting stuff.
[editline]28th February 2012[/editline]
oh ya, btw this [img]http://jung3o.com/i/img_164745.png[/img][/QUOTE]
Browser and resolution? I cannot really fix this afaik because that is flash not my website.
[editline]28th February 2012[/editline]
[QUOTE=TerabyteS_;34916198]I wish they'd make us do that stuff. The most interesting thing they asked us to make was a terrible jQuery photo gallery[/QUOTE]
[img]http://desmond.imageshack.us/Himg831/scaled.php?server=831&filename=websitejp.png&res=medium[/img]
This is what we are supposed to be doing. ^
[QUOTE=toaster468;34916276]Browser and resolution? I cannot really fix this afaik because that is flash not my website.
[editline]28th February 2012[/editline]
[img]http://desmond.imageshack.us/Himg831/scaled.php?server=831&filename=websitejp.png&res=medium[/img]
This is what we are supposed to be doing. ^[/QUOTE]
firefox and 1366 x 768
[QUOTE=zzlawlzz;34916339]firefox and 1366 x 768[/QUOTE]
Did you change the page size or did it always show up like that?
EDIT:
Try now it should look better.
[QUOTE=toaster468;34916472]Did you change the page size or did it always show up like that?
EDIT:
Try now it should look better.[/QUOTE]
i didn't change anything I even pressed ctrl+0 for you. nothing changed.
[QUOTE=zzlawlzz;34916955]i didn't change anything I even pressed ctrl+0 for you. nothing changed.[/QUOTE]
That's ok, I was just wondering if you scaled it down or something, not like it matters. Does it look good though? It looks find on my android tablet.
[QUOTE=hacksore;34904520]I have to say GIT is the shit. Now I can test locally, if successful push to the master and then run a git pull on the live web server. I take it most of the professional web devs have a similar method.
I'd love to hear how you test and push code.[/QUOTE]
GIT automatically extracts from master into the specified path using the post-recieve hook in the .git folder. It gets triggered when I push to the repo.
post-recieve contents:
[code]
GIT_WORK_TREE=~/domains/domain.com/public_html git checkout -f
[/code]
[QUOTE=toaster468;34916982]That's ok, I was just wondering if you scaled it down or something, not like it matters. Does it look good though? It looks find on my android tablet.[/QUOTE]
actually it matters.
I pressed ctrl+= and i got
[t]http://jung3o.com/i/_174753.png[/t]
i pressed ctrl+- 2 times and got
[t]http://jung3o.com/i/_174821.png[/t]
[QUOTE=jaybuz;34917249]GIT automatically extracts from master into the specified path using the post-recieve hook in the .git folder. It gets triggered when I push to the repo.
post-recieve contents:
[code]
GIT_WORK_TREE=~/domains/domain.com/public_html git checkout -f
[/code][/QUOTE]
post-receive is triggered by git-receive-pack after someone runs git-push :eng101:
that, and pre-receive and update
[QUOTE=zzlawlzz;34901988][img]http://jung3o.com/i/img_192312.png[/img]
I made this so it works on MyBB! :v:
now time to make user log... like fp in the left bottom side. (if possible)
Download [url]http://dl.dropbox.com/u/6380033/manynewposts.zip[/url][/QUOTE]
Made something similar a couple years ago but never released it anywhere. Meh.
[img]http://i.imgur.com/YwqyN.png[/img]
[QUOTE=_Undefined;34918152]Made something similar a couple years ago but never released it anywhere. Meh.
[img]http://i.imgur.com/YwqyN.png[/img][/QUOTE]
to say the truth, it wasn't hard at all to make it. oh and the download link i posted is wrong. do not download that.
I only made it because someone wanted it.
[QUOTE=Ac!dL3ak;34917791]post-receive is triggered by git-receive-pack after someone runs git-push :eng101:
that, and pre-receive and update[/QUOTE]
Everything should have hooks!
[url]http://g.toaster468.com/[/url]
Done for tonight. Finally after about 5 hours of straight programming (can't say I didn't enjoy it though). Tomorrow I need to add mobile css support (part of the project not my idea) and add some stuff to the index. I think it is coming together nicely for ~7 hours of work in total.
Can't really post a screenie of this....But I'm proud nonetheless.
On a "git push" for my current django project here's what happens:
- finds all LESS files and compiles them into a single minified CSS file
- creates a sprite sheet from all images in my images/sprites/ and spits the appropriate background positions into my CSS
- runs my unit testing and then cucumber tests
- checks to make sure there's no syntax errors
- pushes to dev server
- rebuilds static cache on dev server and reboots WSGI instance
It's hawt. Now to build the dev --> live deployment.
[QUOTE=adamjon858;34922308]Can't really post a screenie of this....But I'm proud nonetheless.
On a "git push" for my current django project here's what happens:
- finds all LESS files and compiles them into a single minified CSS file
- creates a sprite sheet from all images in my images/sprites/ and spits the appropriate background positions into my CSS
- runs my unit testing and then cucumber tests
- checks to make sure there's no syntax errors
- pushes to dev server
- rebuilds static cache on dev server and reboots WSGI instance
It's hawt. Now to build the dev --> live deployment.[/QUOTE]
Did you build it by hand?
I haven't taken the (minimal) time to set up a git system yet, but with the purchasing of a new VPS I should probably do that this weekend.
[QUOTE=TerabyteS_;34926495]Did you build it by hand?[/QUOTE]
Blood. Sweat. Bash.
That's how we do it.
[QUOTE=adamjon858;34932490]Blood. Sweat. Bash.
That's how we do it.[/QUOTE]
I'm really enjoying roco for those sort of tasks (stupid example I just made up):
[IMG]http://i.imgur.com/hfGGL.png[/IMG]
Then you just go all:
[img]http://i.imgur.com/ceKlk.png[/img]
So the last new developer I was supposed to have working under me ended up having to be let go the first day because his energy just was not at all right for the team (CEO understands how important culture is at a small startup thank god). Another new guy started today, but I was home sick so I'm having him familiarize himself with the stack we're using a little bit. Seems like a really bright guy though so I'm excited to be working with him now.
Oh and he's 7 years older than me :3
[QUOTE=KmartSqrl;34933755]Oh and he's 7 years older than me :3[/QUOTE]
But what will your family think about you dating an older man, Kmart?
My mommy and daddy respect my decisions ok stinkyjoe ur not my dad
[QUOTE=StinkyJoe;34933817]But what will your family think about you dating an older man, Kmart?[/QUOTE]
Jeez, why such high standards? It's not like he's Walmart.
And here comes the footer:
[IMG]http://i.imgur.com/MtqoA.png[/IMG]
Do you do logo design and stuff too adam?
Just put up a project page for my game, including video and downloads (with stats): [url]http://www.novaember.com/projects/br2/[/url]
What you think (about the page itself)? Especially the text, that's not something I'm good with.
(Still webkit-only, I'm gonna make other stylesheets later)
[QUOTE=Darkwater124;34942916]Just put up a project page for my game, including video and downloads (with stats): [url]http://www.novaember.com/projects/br2/[/url]
What you think (about the page itself)? Especially the text, that's not something I'm good with.
(Still webkit-only, I'm gonna make other stylesheets later)[/QUOTE]
My gosh get rid of that right-click menu already
[QUOTE=Darkwater124;34942916]Just put up a project page for my game, including video and downloads (with stats): [url]http://www.novaember.com/projects/br2/[/url]
What you think (about the page itself)? Especially the text, that's not something I'm good with.
(Still webkit-only, I'm gonna make other stylesheets later)[/QUOTE]
You should really remove that right click thing, it's completely pointless and just throws people off. Your scrollbar on the content box is kind of wonky too.
Sorry, you need to Log In to post a reply to this thread.