Be a Supporter!
Idea for dressup Posted August 22nd, 2007 in Game Development

I don't know how to make flash nor draw or anything, but I think it would be cool if somone made, "Pimp My Pimp!" That's about it.

Idea for dressup Posted August 21st, 2007 in General

I don't know how to make flash nor draw or anything, but I think it would be cool if somone made, "Pimp My Pimp!" That's about it.

Response to: Redesign Launched! Posted July 20th, 2007 in NG News

At 7/19/07 11:05 PM, labor wrote: After viewing this new layout i have one question: How do you get cum off a laptop?

Remove the keys and soak them in warm soapy water. Use a damp kitchen towel to clean between the key stubs. Wipe the screen with eyeglass lens wipes. Use a shop vac on the speaker holes. Remove the battery before cleaning the power socket.

Response to: Php for forum? Posted August 9th, 2004 in Programming

http://www.phpbb.com/

If you don't already know what you're doing, don't make an entire forum from scratch. You could at least get some ideas from phpbb if you really want to do this.

Response to: Image mapping! Posted August 2nd, 2004 in Programming

Woops, looks like the bbs used my anchor tags. Here it is again, just change curly braces into greater than/less than:

{A HREF="crap.map"}{IMG SRC="crap.gif" HEIGHT="100" WIDTH="100" ISMAP USEMAP="#crappy"}{/A}

{MAP NAME="crappy"}{AREA SHAPE=RECT COORDS="0,0 100,100" HREF="http://www.crap.com" ALT="Stupid Crap"}{/MAP}

Response to: Image mapping! Posted August 2nd, 2004 in Programming

It sounds like you just want to make the whole image a link (without the stupid box around it). You know you can chop it up so that different parts of the picture go to different places, right? Anyway, here's how to do what you asked:

<IMG SRC="crap.gif" HEIGHT="100" WIDTH="100" ISMAP USEMAP="#crappy">

<MAP NAME="crappy"><AREA SHAPE=RECT COORDS="0,0 100,100" HREF="http://www.crap.com" ALT="Stupid Crap"></MAP>

Response to: need help with music Posted August 2nd, 2004 in Programming

I'm not sure exactly what you mean, but I assume you want to make an mp3 or something based on a song that you recorded onto a cd from a tape. The problem is that there is no separation between the tracks. If this is correct, here's how to do it:

Get a wav editor, turn your audio into a wav, and cut out all the sound around the song you want. Then encode the resulting wav into an mp3. Use nonags.com if you need utilities for this.