[QUOTE=TheBinaryMouse;34966105][B]Here are the things we're using to make it:[/B]
We are using basic stuff like Notepad++, (TextWrangler for when were on macs), and dreamweaver.[/QUOTE]
FIFY
anyways, where does java come into this?
What does JAVA stand for?
EDIT:
And before you answer javascript go away.
[QUOTE=toaster468;34966405]What does JAVA stand for?
EDIT:
And before you answer javascript go away.[/QUOTE]
[quote]Java does not stand for anything. Java is a programming language created by James Gosling and now developed by Sun. The name was chosen at random, but it calls to mind the idea of programmers working late at night, trying to stay awake.[/quote]
[url]http://answers.ask.com/Computers/Programming/what_does_java_stand_for[/url]
[url]http://newrelic.com/[/url] is fuckin' awesome
[QUOTE=KmartSqrl;34966857][url]http://newrelic.com/[/url] is fuckin' awesome[/QUOTE]
i got a kickass daily wtf mug from them!
[QUOTE=TheBinaryMouse;34966105]Im working on a [B]very simple[/B] website with a small group of friends. Im designing it and doing most of the HTML, my friend is doing the achieving/organizing and some HTML, and my other friend is doing the PHP and JAVA, and he is also hosting the site on a dedicated linux computer. (sadly it broke so there are no links ATM....) [B]BUT! before you blow us off for noobs, we are doing all of the above from scratch.[/B] No <bs> website builders or any of that crap. Coded word for word. :D Its going to be a small social network site, kinda like a forum site, but more like facebook. just simpler and less crap.
Its pretty fun, and very educational... if anyone is bored and help us, just PM me! But you would have to be experienced in JAVA, PHP, and HTML.
---------
[B]And in case your a 12 year old who wants to know all the info on how we made it:[/B]
We are using basic stuff like Notepad++, (TextWrangler for when were on macs), and dreamweaver.[/QUOTE]
Hello Sir and\or madam,
I would like to thank you for writing in today on facepunch. Dreamweaver is the ultimate noob application, I would recommend a great alternative, I tend to use Microsoft Word.
[QUOTE=blong4life;34967411]Hello Sir and\or madam,
I would like to thank you for writing in today on facepunch. Dreamweaver is the ultimate noob application, I would recommend a great alternative, I tend to use Microsoft Word.[/QUOTE]
dude
notepad is the way to go
just. plain. notepad.
[sub][sub][sub][sub][sub][sub]in comic sans[/sub][/sub][/sub][/sub][/sub][/sub]
[QUOTE=Ac!dL3ak;34968068]dude
notepad is the way to go
just. plain. notepad.
[sub][sub][sub][sub][sub][sub]in comic sans[/sub][/sub][/sub][/sub][/sub][/sub][/QUOTE]
Hello Sir,
Thanks for writing in to facepunch today.
Currently working on a user permission system. Allows for basic user registration and login, but the real effort to this is the permissions. The ability to add and create permissions in the panel, in the code you can check for the permission simply by doing checkPermission(permission_id). You can assign permission defaults for not logged in users, for logged in user, and assign permissions to groups and users, the user level takes priority over groups which takes priority over the default.
Also going to make it so you can lock permissions directly in the database so that once it is in use, developers can lock it to avoid people breaking it all by deleting it. There will also be a default set of permissions.
Got as far as managing all the permissions in a user interface, I just have to write the function now.
Idea is to basically create a foundation for user based php apps to then be build on, to save time on future projects.
[QUOTE=Jelly;34965751][url=http://gcov.php.net/viewer.php?version=PHP_5_4]82 Test Failures? [b]SHIP IT![/b][/url][/QUOTE]
Well, at least we have $arr = [0, 1, 'stuff'] now..
[QUOTE=Crhem van der B;34974103]Well, at least we have $arr = [0, 1, 'stuff'] now..[/QUOTE]
[php]
$array = [
"foo" => "bar",
"bar" => "foo"
];[/php]
YAY
I'm kind of toying with the idea of applying the open source software philosophy to music production, and trying to figure out what kind of platform something like that would need to be built on for people to actually want to use it.
[QUOTE=KmartSqrl;34976141]I'm kind of toying with the idea of applying the open source software philosophy to music production, and trying to figure out what kind of platform something like that would need to be built on for people to actually want to use it.[/QUOTE]
Interesting. I can't imagine more than 2-3 people working on a song being possible though.
I was more thinking you'd have someone post up a track they made along with project files and stems for all the instruments/drums/whatever in the project, then other people would end up forking tracks and putting their own spin on them and what not.
[QUOTE=KmartSqrl;34977012]I was more thinking you'd have someone post up a track they made along with project files and stems for all the instruments/drums/whatever in the project, then other people would end up forking tracks and putting their own spin on them and what not.[/QUOTE]
So kind of a remix hub? That has been going on for quite some time already on sites like youtube, but I haven't seen one dedicated to it yet.
[QUOTE=commander204;34977047]So kind of a remix hub? That has been going on for quite some time already on sites like youtube, but I haven't seen one dedicated to it yet.[/QUOTE]
[url]http://www.indabamusic.com/[/url]
That's a pretty good idea. Call it Mit or something, like the git of music.
[t]http://i.imgur.com/O7fJg.png[/t]
Zetaboards forum theme. Done with everything except the footer (the one I have now is stolen from another theme until I can be arsed to code a new one) and a few images.
I think I will use websockets instead of using GET variables and saving them to a text file. Is this a good idea?
[QUOTE====;34979212][t]http://i.imgur.com/O7fJg.png[/t]
Zetaboards forum theme. Done with everything except the footer (the one I have now is stolen from another theme until I can be arsed to code a new one) and a few images.[/QUOTE]
Too much whitespace.
Or font is too small.
[QUOTE=Crhem van der B;34974103]Well, at least we have $arr = [0, 1, 'stuff'] now..[/QUOTE]
15 years after every other language...
I don't have a lot of content on my site currently. What ways can I reduce the amount of whitespace I have?
[QUOTE=snarglemuffin;34981366]I don't have a lot of content on my site currently. What ways can I reduce the amount of whitespace I have?[/QUOTE]
[url]www.twipsum.org[/url] for all your filler text needs
[QUOTE=Ortzinator;34980021]Too much whitespace.
Or font is too small.[/QUOTE]
It resizes based on the size of the browser window, and at smaller resolutions the text is pretty close, especially when there are long titles. The smallest font size is 11pt, which is pretty standard.
[QUOTE=swift and shift;34980496]15 years after every other language...[/QUOTE]
I like to think of language features as a good wine...?
I got nothing.
oops wrong forum
[QUOTE=toaster468;34979986]I think I will use websockets instead of using GET variables and saving them to a text file. Is this a good idea?[/QUOTE]
What is the project?
And yeah....GET variables...text file..wtf!? That sounds like an awful idea.
[editline]4th March 2012[/editline]
Sidenote: If you guys ever want to learn some advanced language features fast within real world applications there's nothing better than Stack Overflow. Just find an unanswered question relating to a topic you're interested in, and solve it for the person on your own. I've learned a shit ton by answering questions I originally knew nothing about but then spent a few hours learning about so I could provide a good answer.
[QUOTE=swift and shift;34980496]15 years after every other language...[/QUOTE]
And yet we got it so I couldn't care less.
[QUOTE=adamjon858;34986586]What is the project?
And yeah....GET variables...text file..wtf!? That sounds like an awful idea.
[editline]4th March 2012[/editline]
Sidenote: If you guys ever want to learn some advanced language features fast within real world applications there's nothing better than Stack Overflow. Just find an unanswered question relating to a topic you're interested in, and solve it for the person on your own. I've learned a shit ton by answering questions I originally knew nothing about but then spent a few hours learning about so I could provide a good answer.[/QUOTE]
I was asleep when I wrote that. Anyway it was for a chat project.
[QUOTE=KmartSqrl;34977012]I was more thinking you'd have someone post up a track they made along with project files and stems for all the instruments/drums/whatever in the project, then other people would end up forking tracks and putting their own spin on them and what not.[/QUOTE]
i might just put all my projects up on github and people can submit pull requests or something
shit, this (maybe) could happen
Sorry, you need to Log In to post a reply to this thread.