[QUOTE=TheBoff;25638035]Efex is a fag.[/QUOTE]
[img_thumb]http://ahb.me/Lo_[/img_thumb]
[QUOTE=TheBoff;25638035]Efex is a fag.[/QUOTE]
[img]http://localhostr.com/files/e1a571/esahate.png[/img]
Esa gonna hate? :v:
Oh god, suddenly every single WAYWO fad?
[editline]25th October 2010[/editline]
Well, there's no "my girlfriend", grids, hexagons, unifrog or textcraft yet...
Write a game, not an engine, you dickhead.
[QUOTE=esalaka;25638186]Oh god, suddenly every single WAYWO fad?
[editline]25th October 2010[/editline]
Well, there's no "my girlfriend", grids, hexagons, unifrog or textcraft yet...
[editline]25th October 2010[/editline]
Well, there's no "my girlfriend", grids, hexagons, unifrog or textcraft yet...[/QUOTE]
[QUOTE=esalaka;25638186]Oh god, suddenly every single WAYWO fad?
[editline]25th October 2010[/editline]
Well, there's no "my girlfriend", grids, hexagons, unifrog or textcraft yet...[/QUOTE]
Since when was textcraft a fad? :frown:
Lets save these passwords in files, without encryption of course.
Have something mrfap related then.
[img]http://www.filez.muffinz.eu/download/20407_client.png[/img]
[QUOTE=ddrl46;25638344]Lets save these passwords in files, without encryption of course.[/QUOTE]
That are completely open to anyone with a web browser
[b]WHO THE FUCK DO YOU THINK YOU ARE TO GIVE ADVICE TO ME[/b]
c
[QUOTE=ineedateam1;25638379]That are completely open to anyone with a web browser[/QUOTE]
And of course i don't have an index page so everyone can see whats in the directory. Including the users folder.
[QUOTE=ddrl46;25638409]And of course i don't have an index page so everyone can see whats in the directory. Including the users folder.[/QUOTE]
Wait, who was that fucking stupid?
[QUOTE=Dj-J3;25638313]Since when was textcraft a fad? :frown:[/QUOTE]
Oh, I dunno. Probably added that by accident.
-snipy- posted proper person below me
[QUOTE=eXeC64;25638449]Wait, who was that fucking stupid?[/QUOTE]
[url=http://www.facepunch.com/threads/1017177-Mouse-Around-the-World-A-unifrog-clone]I have no idea.[/url]
[QUOTE=ineedateam1;25638463]I think it was this guy.
I could be wrong - was very tired[/QUOTE]
What
[QUOTE=r4nk_;25638493]What[/QUOTE]
Nevermind im tired i'v been up all day
[QUOTE=ineedateam1;25638564]Nevermind im tired i'v been up all day[/QUOTE]
My post was an old old paraphrase of something NullSqaured said..
NullSqaured had a job once
[QUOTE=jaybuz;25638873]NullSqaured had a job once[/QUOTE]
He worked very hard for 4 days you know.
I'm currently working on the GUI of my public transport app. What do you guys think? Is it clear enough or does something require a change?
[media]http://www.youtube.com/watch?v=5ASsrfSL3kk[/media]
[i](Damn ninjas, this wasn't supposed to be page king)[/i]
[QUOTE=jaybuz;25638873]NullSqaured had a job once[/QUOTE]
Nullsquare had an account once
Would you fucking believe DialogBox is #defined in winuser.h to some other shit like DialogBoxA fucking macros
[QUOTE=r4nk_;25639060]Would you fucking believe DialogBox is #defined in winuser.h to some other shit like DialogBoxA fucking macros[/QUOTE]
The entire WinAPI is like that. It chooses DialogBoxA or DialogBoxW depending on unicode support.
[QUOTE=Overv;25638929]I'm currently working on the GUI of my public transport app. What do you guys think? Is it clear enough or does something require a change?
[media]http://www.youtube.com/watch?v=5ASsrfSL3kk[/media]
[i](Damn ninjas, this wasn't supposed to be page king)[/i][/QUOTE]
It looks really good already, but choosing the date looks too chaotic. I understand why you are using a list, but I think a date chooser would look a lot less confusing.
No one seems to be answering me in the web development section so hope you dont mind
Im having trouble with this script
[html]function hideWarning() {
document.GetElementById('noJavaWarning').style.display='none';
}
<body onload="hideWarning()">
<div id="noJavaWarning">You need javascript enabled to view this page properly.</div>[/html]
How ever the page doesnt hide the "You need javascript enabled..."
With the Google code inspector thing im getting
Uncaught TypeError: Object #<an HTMLDocument> has no method 'GetElementById'
Cant see anything wrong with it.
It's getElementById, not GetElementById.
[QUOTE=jA_cOp;25639843]It's getElementById, not GetElementById.[/QUOTE]
Fixed it, thanks
Does anyone have any old assignments on websites or ideas for programs/projects to make. I'm a little stuck on what to do.
What is it exacly you have to do?
[editline]25th October 2010[/editline]
Woops read it as if you needed help on an assignment about designing websites/programs
[editline]25th October 2010[/editline]
Woops read it as if you needed help on an assignment about designing websites/programs
[QUOTE=jA_cOp;25639074]The entire WinAPI is like that. It chooses DialogBoxA or DialogBoxW depending on unicode support.[/QUOTE]
Further pointless info: A stands for ASCII(ANSI?) and W stands for Wide. The type of unicode used by W functions is UTF-16, which is two bytes wide instead of one byte for ASCII. As such, strings used by W functions are [i]not[/i] arrays of characters; each char only represents half of an actual character.
Sorry, you need to Log In to post a reply to this thread.