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: 'TropicalPenquin'

We found 4,959 matches.


<< < > >>

Viewing 1-30 of 4,959 matches. 1 | 2 | 3 | 4 | 5 | 6 | 786166

1.

None

Topic: Facepalmer (NG troll) kills himself

Posted: 11/27/09 06:40 AM

Forum: General

Either yet another troll attempt or he's genuinely taking the pussy way out. Either way he's a massive homo.


2.

None

Topic: Problem With Basic Html

Posted: 11/17/09 05:56 PM

Forum: Programming

Try:

<a href="lastpage.htm" target="_blank" style="text-decoration:none;color: #000000;vlink:#000000;alink:#000000;link:#000000;">Last Page</a>

I'm not entirely sure you can use the commas in the way you are trying to.


3.

None

Topic: Silly html problem {urgent}

Posted: 11/17/09 05:39 PM

Forum: Programming

A quick fix is to change your layer 2 div to:

<div id="Layer2" style="position:absolute; width:459px; height:10px; z-index:2; left: 413px; top: 78px;">

top: 78px used to be something like 94pxs and it was creating a bigger gap above the div then needed.

I suggest you take a few html and css tutorials though as you arn't really meant to place divs like that, your better off using an absolute or relative position to place a div on a page.


4.

None

Topic: Am I aiming good?

Posted: 11/15/09 03:01 PM

Forum: Programming

Citric squid is right, reading books on languages is all well and good but if your not going to put it into practice at the same time it's pointless. Your better of setting a goal or a project you want to complete and going for it, obviously start small.

You will never know a language fully inside out, I'm willing to bet that for most of the people on here it's 80% solving the problem and 20% being on google looking up a function you need but don't know about yet.


5.

None

Topic: Php And Sql

Posted: 11/14/09 04:51 PM

Forum: Programming

It is retrieved like a 2 dimensional array and can be desplayed like:

$q="select * from users";
 
$result = mysql_query($q, $this->connection)

   while($row = mysql_fetch_array($result)){
   
    echo $row['user'];
    $i++;
  }

6.

None

Topic: Good programmer = Bad mathematician

Posted: 11/13/09 12:02 PM

Forum: Programming

I disagree, mainly because (hopefully) I'm pretty good at both. They are both very logical and not to dissimilar in my opinion.


7.

None

Topic: txt file script (php)

Posted: 11/10/09 04:54 PM

Forum: Programming

This should help you.


8.

None

Topic: Zombie Roleplay

Posted: 11/08/09 06:20 AM

Forum: General

Once there was a thread like that on the BBS which sucked more dick than a gay pride convention. You can probably predict all these cock suckers bawled out a good few tears when then admins deleted their 100+ page topic.


9.

None

Topic: Ultimate Test for my Goldfish.

Posted: 11/07/09 04:45 PM

Forum: General

You should test this theory with a more water resilient animal such as a gerbil or a hedgehog.


10.

None

Topic: Fake Antivirus

Posted: 11/04/09 05:07 AM

Forum: General

Only pussies use real anti virus anyway.


11.

None

Topic: How did they make internet cables?

Posted: 11/02/09 08:36 AM

Forum: Programming

I highly doubt it it one long cable, it would be to difficult to maintain not to mention the signal would probably degrade after only about 500km with fibre optic. They will most likely have a series of repeaters/amplifiers along the route which connects them to minimise data loss.


12.

None

Topic: How To Stop The Postal Strike:

Posted: 10/26/09 02:20 PM

Forum: General

If they can get elbow deep in the sorting machinery, they are young enough to work.


13.

None

Topic: Sorting Algorithm

Posted: 10/22/09 12:06 PM

Forum: Programming

Look here. Binary tree is usually the fastest, but only if you are using large amounts of data.


14.

None

Topic: Second Password for Windows

Posted: 10/17/09 07:03 PM

Forum: General

Right click>properties>display settings.

Kinda shits on your super secure method really.


15.

None

Topic: Php upload & showcase script?

Posted: 10/17/09 06:57 PM

Forum: Programming

Might not be the most efficient way of doing things, and it only works if your files arn't modified after being uploaded, but using the filemtime() function can determine when a file was last modified, and you'd then need to put the files though a loop to order them and pull the top 5.


16.

None

Topic: ???Website Developing???

Posted: 10/07/09 04:32 PM

Forum: Programming

http://www.000webhost.com/ did me justice as a free host. If you want to move on to more complex php and sql programming as well it's all included.


17.

None

Topic: Take a beating, or get raped.

Posted: 10/04/09 06:31 PM

Forum: General

I'd take the beating. If i was being raped i don't think i could just close my eyes and think of Christmas.


18.

None

Topic: Php login help

Posted: 10/01/09 08:05 AM

Forum: Programming

One thing i noticed, or missed is that you aren't cleaning the input with mysql_real_escape_string() before DB comparisons are made. It's probably worth adding in for extra security.


19.

None

Topic: On Monday I Will Donate Eggs

Posted: 09/29/09 11:05 AM

Forum: General

Eat them. Sounds even more rare than caviare.


20.

None

Topic: has anyone ever tried..

Posted: 09/28/09 05:24 PM

Forum: General


21.

None

Topic: Visual Basic Calculator issue

Posted: 09/28/09 05:15 PM

Forum: Programming

Your best bet is to check if there is anything inside the textbox on clicking your buttons. It's been like 4 years since I've done VB but i can imagine something like:

IF (textBox1.text = "") OR (textBox2.text = "") THEN

MessageBox.Show("Please enter values into all fields")

END IF

The syntax is probably horribly wrong but hopefully you get the jist.


22.

None

Topic: Women May be Enlisted on Subs

Posted: 09/28/09 04:59 PM

Forum: General

At 9/28/09 04:56 PM, Tykwa wrote: I read the article and had no idea of half of this, I thought women were already to be able to just about anything their male counterparts do. seems I was wrong.

Damn.

Well, they can very rarely get other women pregnant.


23.

None

Topic: We Can Make Fun Of Rig

Posted: 09/26/09 11:50 AM

Forum: General

That's a bit harsh don't you think? The retards wouldn't be to happy if they saw you pulling them down to rigs level.


24.

None

Topic: BLOODY NIPPLES

Posted: 09/26/09 08:14 AM

Forum: General

I'm never running without a nipple guard again.


25.

None

Topic: how can you load this from mysql

Posted: 09/25/09 03:16 PM

Forum: Programming

I suggest you read up on creating sql queries. It's better you have the basic knowledge of how to complete a task rather than asking someone to write it for you.

Oh and that code is vulnerable to sql injection attacks. Have a read here to find out how to prevent it.


26.

None

Topic: Sgu: Stargate Universe

Posted: 09/25/09 01:20 PM

Forum: General

I liked the other two series but 6 episodes in they are going to work in a suicide. I liked the show because they didn't flog the moral donkey so much, but when you start throwing suicides into an already depressing story line that's when it starts getting shitty.


27.

None

Topic: Women Are Now Obsolete (nsfw)

Posted: 09/25/09 01:16 PM

Forum: General

The fact that you plug it into a power source would scare the shit out of me. How could you relax knowing that your dick is literally millimetres away from a voltage high enough to power your computer.


28.

None

Topic: Javascript onclick IE

Posted: 09/24/09 09:34 AM

Forum: Programming

I'm not entirely what I did but now it works.

At 9/24/09 06:35 AM, kiwi-kiwi wrote:
At 9/23/09 02:02 PM, TropicalPenquin wrote:
For what I'm trying to do I need to retain the name of this button to correctly interact with the database later on.
Why do you need to use javascript for that, why do you think the buttons' name will change ?

I am generating several forms on one page using javascript to cycle through them with tabs. I need to post data without refreshing/redirecting the page to avoid losing any other data that's been entered in other forms if i post one. It was referring to it's own value but eventually it will refer to it's own ID so I can later determine which button was pressed and which form to process.

I've probably made it alot more complex than it needs to be but it will look cool when I'm done.


29.

None

Topic: Javascript onclick IE

Posted: 09/23/09 02:02 PM

Forum: Programming

<input type=\"submit\" name=\"$editID\" class=\"button\" id=\"submit_btn\" value=\"Save\" onclick=\"document.form.getElementById('hiddenObject').value=this.value\"/>

For what I'm trying to do I need to retain the name of this button to correctly interact with the database later on.

Opera + FF are fine with this line but IE shits it's self every time I try to execute it with the error:

object doesn't support this property or method

Probably a simple fix but google got me no where. Any ideas?


30.

None

Topic: Having issues with javascript code

Posted: 09/22/09 11:27 AM

Forum: Programming

Also a few of your comparisons are wrong:

if (accountType = "U")
{
finalBalance = (16.99 + lastMonthsBal - CurrentPayments)
}

Here you are making a declaration, you are actually setting the variable accountType to equal "U". It should read if (accountType == "U"), as == is used to make comparisons.

while (customerName ==! 'XXXX);
</script>
</body>
</html>

This should read !=, ==! is not a valid comparison.


All times are Eastern Standard Time (GMT -5) | Current Time: 12:16 AM

<< < > >>

Viewing 1-30 of 4,959 matches. 1 | 2 | 3 | 4 | 5 | 6 | 786166