You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'n00b-l0s3r'

We found 168 matches.


<< < > >>

Viewing 1-30 of 168 matches. 1 | 2 | 3 | 4 | 5 | 6

1.

None

Topic: The Greatest Day of the Year...

Posted: 08/14/09 03:28 PM

Forum: General

Here's hoping I won't be late and yet still produce something at least better than my previous crap (except 2006's which to me was great).


2.

None

Topic: This is it.

Posted: 03/17/09 08:46 AM

Forum: General

At 3/17/09 08:44 AM, 25272D wrote: I guess so, looking at it with the mindset it's fake, you can easily see how it can be fake, but then from the mindset it's real there are also things that point towards it being real, however I am starting to doubt anything has happened. Mind you, one thing pushing it for me is the fact that he would have been at school today, seems as though he took the day off for something... or not.

Well, nevertheless better to be safe... than really, really sorry. Kinda sad if it turns out to be a joke though, can't imagine people like him are doing it for the lulz.


3.

None

Topic: Newgrounds Official Twitter up!

Posted: 01/20/09 12:09 AM

Forum: General

Awesome! I've followed @Newgrounds_com (as BoltClock).


4.

None

Topic: Happy Clock Day 2008!

Posted: 08/15/08 09:41 AM

Forum: NG News

I need to rush a piece!


5.

None

Topic: Export to iPod format from Flash?

Posted: 05/11/08 03:21 AM

Forum: Flash

Alright, thanks guys. Shouldn't be too difficult for me.


6.

None

Topic: Export to iPod format from Flash?

Posted: 05/11/08 02:59 AM

Forum: Flash

Is there a way to export my Flash movie into an iPod-compatible format? Or do I have to use some other software to do that with my SWF?


7.

None

Topic: Weird Al Collection!

Posted: 06/08/07 05:24 AM

Forum: NG News

Joy!

It makes me even more badly want to make a Weird Al music video.

Thanks and congrats Tom.


8.

None

Topic: the clockcrew is rigging scores!!

Posted: 06/08/07 05:07 AM

Forum: General

2dx just hates Foamy and knows alot others hate Foamy so he decided to post.

What's wrong with that? gasfhdfsh

Besides, I think a shitload other people hate Foamy anyway.

i'm boltclock btw

9.

None

Topic: Losing a friend...

Posted: 03/26/07 10:35 AM

Forum: General

Wow, that sucks.

As it says and goes, good things don't last. My utmost condolences to you man. Oh and I hope they would be patient enough to wait a little longer before pulling the plug.

Sorry man.


10.

None

Topic: Photoshop King Leonidas

Posted: 03/26/07 10:17 AM

Forum: General

THIS...

IS...

LEEEEEEEEEGOOOOOOOOOOOO!!!

Photoshop King Leonidas


11.

None

Topic: Html - Table Formatting Help

Posted: 03/12/07 01:44 AM

Forum: Programming

You should never use tables to make a web layout.

Search the Internet for tutorials on CSS layouts.

CSS stands for Cascading Style Sheets and it's used to give style, color and feeling to a web page.


12.

None

Topic: CSS breaking lines

Posted: 03/11/07 10:58 PM

Forum: Programming

Any example page? I just can't visualize your problem.


13.

None

Topic: action script 5 help

Posted: 03/11/07 10:54 PM

Forum: Programming


14.

None

Topic: Ajax To Make Phpfile Refresh Itself

Posted: 03/10/07 11:22 AM

Forum: Programming

I'm testing everything on my own server because my stupid host doesn't support the imagettftext function.


15.

None

Topic: Ajax To Make Phpfile Refresh Itself

Posted: 03/10/07 10:15 AM

Forum: Programming

OK I just figured out that the page argument in the function should be the image file. That was stupid of me to not notice.

But it still isn't working.


16.

None

Topic: Ajax To Make Phpfile Refresh Itself

Posted: 03/10/07 10:06 AM

Forum: Programming

Nope, doesn't work.

&lt;a onclick="javascript:makeRequest('form.php', 'image');"&gt;link&lt;/a&gt;
&lt;img src="/images/image.php" id="image" /&gt;

Should I use href instead of onclick? Or add href="#"? Or am I doing it all wrong?


17.

None

Topic: Ajax To Make Phpfile Refresh Itself

Posted: 03/10/07 09:34 AM

Forum: Programming

Like some recent versions of Invision Power Board does. Just a hit of the CAPTCHA image and it refreshes independent of the entire page. I think it's AJAX telling the CAPTCHA file to refresh itself.

And yeah I'm totally new to AJAX. I just took a basic tutorial though, and have myself a function to set up an XMLHttpObject already.

So how'd I use AJAX to refresh a PHP file contained in an HTML image?


18.

None

Topic: What is better than kissing a woman

Posted: 02/25/07 07:57 AM

Forum: General

At 2/25/07 07:42 AM, Catoblepas wrote: ...
Sealing a club
...
And sitting down.

They win.


19.

None

Topic: Simple Question, lol

Posted: 02/24/07 06:19 AM

Forum: Programming

At 2/24/07 04:11 AM, Jordan wrote: IMO, you should use a fieldset:
<fieldset>
text
</fieldset>

And the cool thing with fieldsets is that you can add a title:
<fieldset>
<legend>title</legend>
text
</fieldset>

It's for forms.


20.

None

Topic: Dot-slash ./ directory in PHP

Posted: 02/23/07 06:27 AM

Forum: Programming

At 2/23/07 05:52 AM, elbekko wrote: ./ should refer to the current working directory, nothing else.

Ah well.

At 2/23/07 06:10 AM, different wrote: Multitude of dot-dot slashes, of course. Easiest way.

I hope your being sarcastic -_-


21.

None

Topic: Dot-slash ./ directory in PHP

Posted: 02/23/07 05:49 AM

Forum: Programming

At 2/23/07 05:32 AM, henke37 wrote: Or try the automatic constant __FILE__

I want a constant that returns only the root directory, much like / in HTML/CSS.


22.

None

Topic: Dot-slash ./ directory in PHP

Posted: 02/23/07 04:31 AM

Forum: Programming

At 2/23/07 04:29 AM, n00b-l0s3r wrote: $root = $_SERVER['DOCUMENT_ROOT'].'/';

Should've done define('ROOT', $_SERVER['DOCUMENT_ROOT'].'/'); instead so it's a constant and won't accidentally be changed.


23.

None

Topic: Dot-slash ./ directory in PHP

Posted: 02/23/07 04:29 AM

Forum: Programming

At 2/23/07 04:23 AM, Stealth-Emergence wrote: If it's more than one level then my understanding is that it won't work.

If only I could mimic HTML and CSS's /somedir/lol.htm path-from-root reference.

Should I try placing

$root = $_SERVER['DOCUMENT_ROOT'].'/';

at the top of all my pages and include it like include($root.'dir/dir/dir/file.php');?


24.

None

Topic: Dot-slash ./ directory in PHP

Posted: 02/23/07 04:16 AM

Forum: Programming

At 2/23/07 04:15 AM, Stealth-Emergence wrote: from my understanding of this, the scripts that get referred to will only work if they are in the same folder level as the pages that are calling from them.

Or they'll work if the scripts are one level higher that the pages that call them.

And I thought dot-slash referred to the top-level include directory set in php.ini...


25.

None

Topic: Dot-slash ./ directory in PHP

Posted: 02/23/07 04:07 AM

Forum: Programming

I've used the dot-slash ./ directory to include files but it seems to work only with files in the root folder. For example, in /script.php, include('./dir/inc.php'); will include /dir/inc.php, but in /anotherdir/script.php, the same include command is used but PHP gives a warning that there's No such file or directory in my root folder.

Any ideas what I should try before resorting to using a multitude of dot-dot-slashes ../../../ in include commands depending on the files?


26.

None

Topic: Redesign Another Person (rap)

Posted: 02/04/07 09:50 AM

Forum: Art

BoltClock
and
BoltClock as a caveman

The prehistoric rendition was for the first Clock Crew Academy meeting.


27.

None

Topic: The "emiticonisation" Collab

Posted: 09/20/06 06:27 AM

Forum: Flash

At 9/20/06 06:09 AM, stoners-lunchbox wrote: ... now that the file size is limited to 10 megabytes. It's a good thing, so that's settled. No more limited spots as of today.

No I didn't know the limit was pushed up to 10 megs yo.

Last, but not least, I decided to move the deadline forward by a few days. The collab deadline is now set to the 31st of October. Authors have time until then to submit their part. Remember that we're running by the Newgrounds clock for this deadline so you have time until the Newgrounds Midnight between October 31st and November 1st.

I've got exams between Sep 29 and Oct 19. That leaves me with less than two weeks to work on my part unless I can convince Mum to let me use Flash instead of revising.


28.

None

Topic: The "emiticonisation" Collab

Posted: 09/16/06 10:24 AM

Forum: Flash

Aight mate, I'm in this one.

That's the third Flash project on my Top Priority To-do List...


29.

None

Topic: Stolen!

Posted: 03/10/06 06:38 AM

Forum: Flash

Guys, can I just submit it with a *slightly* different title and link to various evidence that the animation belongs to me using the Author's Comments field, or should I wait until that stolen copy is justified before submitting the full movie?

I'd rather the latter. Patience is a virtue.

Do you agree?


30.

None

Topic: Stolen!

Posted: 03/10/06 04:37 AM

Forum: Flash

At 3/10/06 04:19 AM, SaiNT_SiLEiGHtY wrote: oh, and n00b_Loser (i think thats your name), remove the kevan.orh link in your sig. they have banned those recently. I think Jonas created a thread on this.

Done! I felt that gimmick started to suck anyway.

Back to the topic.

Thanks a million Denvish. Everyone loves you.


All times are Eastern Standard Time (GMT -5) | Current Time: 05:32 AM

<< < > >>

Viewing 1-30 of 168 matches. 1 | 2 | 3 | 4 | 5 | 6