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: 'atomic-noodle'

We found 1,610 matches.


<< < > >>

Viewing 211-240 of 1,610 matches. 135 | 6 | 7 | 8 | 9 | 10 | 113254

211.

None

Topic: The Flash 'Reg' Lounge

Posted: 03/18/08 05:13 PM

Forum: Flash

At 3/18/08 04:59 PM, As-Soul wrote: www.internetisseriousbusiness.com
lolzorz

Sometimes i go there just to hear that amazing song. Makes me wet everytime.


212.

None

Topic: Programming Regs Lounge

Posted: 03/18/08 02:18 PM

Forum: Programming

Hey guys, wrote a little freelance article. Feedback?


213.

None

Topic: Programming Regs Lounge

Posted: 03/17/08 02:14 PM

Forum: Programming

At 3/17/08 01:40 PM, smulse wrote: I'm going to go cook myself some tea I think

Hey, I like to cook my tea too :D


214.

None

Topic: Calculator Programming

Posted: 03/14/08 09:11 PM

Forum: Programming

At 3/14/08 02:09 PM, blackvector wrote: Wow, 32,800 results but you ended up on a flash site?

You are such a douche. Wow.


215.

Crying

Topic: NG Users are females..

Posted: 03/11/08 11:52 PM

Forum: General

At 3/11/08 11:51 PM, 2008isatimeforCHANGE wrote: Also, how can this be?

:O wow.


216.

None

Topic: NG Users are females..

Posted: 03/11/08 11:38 PM

Forum: General

and we also play dragon fable according to this website.


217.

None

Topic: Blue Screen Of Death Is Killing Me!

Posted: 03/11/08 06:53 PM

Forum: Programming

lulz..didnt mean to start a flame war :/


218.

None

Topic: CSS naked day!

Posted: 03/11/08 06:51 PM

Forum: Programming

I'll be participating in this...I know my site looks fine without CSS too but it'll be cool.


219.

None

Topic: Blue Screen Of Death Is Killing Me!

Posted: 03/10/08 06:44 PM

Forum: Programming

this goes in general...


220.

None

Topic: Resizing .png [php question]

Posted: 03/08/08 05:08 PM

Forum: Programming

Oops, the problem is fixed. Thanks guys!


221.

None

Topic: Resizing .png [php question]

Posted: 03/08/08 05:07 PM

Forum: Programming

I changed the compression to 9 but it still shows it full size.


222.

None

Topic: Resizing .png [php question]

Posted: 03/08/08 03:21 PM

Forum: Programming

At 3/8/08 02:55 PM, elbekko wrote: So... what does not work for a PNG? Does it give an error, a mangled result, ...?

It doesn't resize it at all.


223.

None

Topic: Resizing .png [php question]

Posted: 03/08/08 02:33 PM

Forum: Programming

Sup Guyz :3

I usually like to avoid asking questions but I am working on a site and I am trying to resize images to use them as thumbnails. The script that I am using works great for .gif and .jpg but for some reason not for .png. Can anyone tell me why? or supply a script that will do it?

Google was no help.
<?php
$varwidth=$_GET['width'];
$varheight=$_GET['height'];
$filename = $_GET['file'];
$ext = substr($filename, -3);



$width = $varwidth;
$height = $varheight;


if($ext=="jpg") {
	header('Content-type: image/jpeg');
}

if($ext=="png") {
	header('Content-type: image/png');
}

if($ext=="gif") {
	header('Content-type: image/gif');
}


list($width_orig, $height_orig) = getimagesize($filename);

$ratio_orig = $width_orig/$height_orig;

if ($width/$height > $ratio_orig) {
   $width = $height*$ratio_orig;
} else {
   $height = $width/$ratio_orig;
}


$image_p = imagecreatetruecolor($width, $height);
if($ext=="jpg") {
	$image = imagecreatefromjpeg($filename);
}
if($ext=="png") {
	$image = imagecreatefrompng($filename);
}
if($ext=="gif") {
	$image = imagecreatefromgif($filename);
}
imagecopyresampled($image_p, $image, 0, 0, 0, 0, $width, $height, $width_orig, $height_orig);


if($ext=="jpg") {
	imagejpeg($image_p, null, 100);
} 
if($ext=="png") {
		imagepng($image_p, null, 100);
} 
if($ext=="gif") {
	imagegif($image_p, null, 100);
} 
?>

224.

None

Topic: The Flash 'Reg' Lounge

Posted: 03/05/08 12:09 AM

Forum: Flash

Just wanted everyone to know that the privacy issue on ngup are fixed.

"UPDATE: Because the privacy of your files is so important to us (and you guys keep PMing me) files are now viewed based on file name not file id. So now, no one can enter a random number and see a file that may have been private. You welcome.
Also, dont worry. The old links will still work."


225.

None

Topic: The Flash 'Reg' Lounge

Posted: 02/20/08 08:37 PM

Forum: Flash

At 2/20/08 08:09 PM, BoMToons wrote: Hey everyone, tired of paying for your ftp client to upload files to your site?

Check this thing out, an open-source ftp client. I just found out about it and have tested it out and it works great so far!

http://filezilla-project.org/

haha thats pretty old but its cool that you found it though. If you like that you should try FireFTP. Its a firefox plugin.


226.

None

Topic: my website

Posted: 02/20/08 08:35 PM

Forum: Programming

At 2/20/08 08:22 PM, kumorifenikkusu wrote: Yeah i could have, but who would have gone to the other and read it?

Who would come here and actually care that you set up a crappy forum with a freewebs account? This doesnt even have anything to do with actual programming. You are just whoring your site.

</dick>

227.

None

Topic: my website

Posted: 02/20/08 08:20 PM

Forum: Programming

At 2/20/08 08:09 PM, kumorifenikkusu wrote: I'm the same person that posted "my first web design", but now i have a forum up. so if you could go to the website and post stuff and also tell me what other catagories or topics i need to add.

you couldnt post this in the other topic?


228.

None

Topic: The Flash 'Reg' Lounge

Posted: 02/11/08 11:52 PM

Forum: Flash

At 2/11/08 11:32 PM, Radioactive24 wrote: http://www.swfup.com

They have a section for private uploads.

So does ngup.


229.

None

Topic: Bamboo or Bamboo Fun?

Posted: 02/11/08 09:45 PM

Forum: Flash

Why not get a graphire?


230.

None

Topic: The Flash 'Reg' Lounge

Posted: 02/11/08 09:44 PM

Forum: Flash

At 2/11/08 06:24 PM, Kanadian-Keith wrote: TGSNT


It's gonna be one tough competition, with AloneInTheDark with Jinas and Jazza with The Composer, I don't know if I should even vote cause it's a really hard choice between the two.

The Composer ftw.


231.

Expressionless

Topic: Ed, Edd, n' Eddy effect

Posted: 02/11/08 09:43 PM

Forum: Flash

Meh..old effect. New to newbies i guess :P


232.

Kissing

Topic: Webhosting for NG'ers? :)

Posted: 02/11/08 09:40 PM

Forum: Programming

At 2/11/08 09:19 PM, Kicon wrote: However seeing as BOTH of those are still under development I can't believe you would use them.

LOL silly noobs


233.

Questioning

Topic: omg programmers look at this!!!

Posted: 02/11/08 09:13 PM

Forum: Programming

At 2/11/08 10:46 AM, authorblues wrote: as well as about a dozen other sites, all of which have done it better.

Wow, he's just trying to suggest a site. No need to be a meanie :3


234.

None

Topic: Program my Website

Posted: 02/11/08 08:11 PM

Forum: Programming

I'll do it for $175+ depending on exactly what you want.
atomicnoodle934 (aim)


235.

None

Topic: Programming Regs Lounge

Posted: 02/09/08 05:01 PM

Forum: Programming

At 2/9/08 03:10 PM, smulse wrote:
At 2/9/08 01:49 PM, atomic-noodle wrote: I might make a basic user system later. But for now its doing fine.
Something along the lines of photobucket?

Also, new lvl icon and 4k posts <3

Whore.


236.

None

Topic: NGup Returns.

Posted: 02/09/08 02:59 PM

Forum: Flash

At 2/9/08 02:39 PM, DannyIsOnFire wrote: Actually, one suggestion.
Maybe allow more file types. I don't see anything wrong with allowing pretty much anything that isn't a .exe or .zip/.rar.

Yeah, i was gunna add .zip/.rar later today. I've been busy though.


237.

None

Topic: NGup Returns.

Posted: 02/09/08 01:51 PM

Forum: Flash

At 2/9/08 01:28 PM, ImpendingRiot wrote: Him: "I'm not clicking that. It's spam."

XD Thanks man


238.

None

Topic: Programming Regs Lounge

Posted: 02/09/08 01:49 PM

Forum: Programming

At 2/9/08 12:59 PM, SpamBurger wrote: Uh, what was insecure about it? NGUP never got hacked with my user system...

I might make a basic user system later. But for now its doing fine.


239.

None

Topic: Ngup

Posted: 02/09/08 01:32 PM

Forum: Programming

I made a thread in the flash forum for this already. I also posted that it was up in the lounge. :P I guess this thread will be good for bugs though. I'm going to fix the search thing right now.

Mimetypes can be changed too. (according to DFox)

240.

None

Topic: NGup Returns.

Posted: 02/09/08 01:23 PM

Forum: Flash

At 2/9/08 11:47 AM, Jindo wrote:
At 2/9/08 11:01 AM, atomic-noodle wrote: Who's gunna need to upload a 15mb file?
You'd be surprised ;).

(I'm using NGUp now that it's back by the way.)

Cool :)


All times are Eastern Standard Time (GMT -5) | Current Time: 10:59 PM

<< < > >>

Viewing 211-240 of 1,610 matches. 135 | 6 | 7 | 8 | 9 | 10 | 113254