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

We found 151 matches.


<< < > >>

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

1.

None

Topic: Good Webhost?

Posted: 03/08/08 05:49 PM

Forum: Programming

At 3/8/08 05:25 PM, citricsquid wrote:
At 3/8/08 05:25 PM, f0rt wrote: I use Dreamhost for Linux hosting and Godaddy for Windows hosting

I only use Godaddy because it's dirt cheap
Don't godaddy force adverts on the lowest priced packages?

Only if you sign up for it using credits, rather than money.


2.

None

Topic: Good Webhost?

Posted: 03/08/08 05:25 PM

Forum: Programming

I use Dreamhost for Linux hosting and Godaddy for Windows hosting

I only use Godaddy because it's dirt cheap

3.

None

Topic: Favorite Enegry Drink?

Posted: 03/08/08 05:10 PM

Forum: General

No Fear


4.

None

Topic: Do you like your name?

Posted: 03/07/08 03:16 PM

Forum: General

"Kyle"

I can take it or leave it.


5.

None

Topic: Pink Floyd was Emo

Posted: 03/07/08 03:15 PM

Forum: General

ITT: We feed trolls

sheesh

6.

None

Topic: [asp] Mssql Help

Posted: 03/04/08 05:59 PM

Forum: Programming

At 3/4/08 05:48 PM, elbekko wrote: Have you tried messing with the order bys? :P

I reversed the ASC and DESC and it worked as I wanted it to. Thank you very much for your help.


7.

None

Topic: [asp] Mssql Help

Posted: 03/04/08 05:26 PM

Forum: Programming

At 3/4/08 05:15 PM, elbekko wrote: I haven't done much ASP (read: a hello world thingy), but I've worked with Sybase a bit, which is like MSSQL.

Another thing you *could* do, is this:

I see what you were trying to do, but it turned out like it did originally

I honestly don't know how that happened

8.

None

Topic: [asp] Mssql Help

Posted: 03/04/08 05:07 PM

Forum: Programming

At 3/4/08 05:02 PM, elbekko wrote: Just loop through the resultset backwards? Should work in ASP.NET I believe.

Another thing you could do is store the result in a temporary table and then select what's in there in a reverse order.
Ugly, I know :P

Could you post an example? I only started playing with ASP a couple days ago :3

This is what I used for a PHP version of the same script:

$counter = mysql_num_rows(mysql_query("SELECT * FROM posts
										 WHERE repto=".$row['timestamp'])) - 5; 
$replies = mysql_query("SELECT * FROM posts
						WHERE repto=".$row['timestamp']."
						ORDER BY timestamp
						LIMIT ".$counter.", 5") or die(mysql_error());

9.

None

Topic: [asp] Mssql Help

Posted: 03/04/08 05:01 PM

Forum: Programming

At 3/4/08 04:58 PM, polym wrote: try order it by descending order?

I've tried, it'll end up looking like:

Reply 1
Reply 2
Reply 3
Reply 4
Reply 5

I want the last 5 Replies, not the First.


10.

None

Topic: [asp] Mssql Help

Posted: 03/04/08 04:54 PM

Forum: Programming

My SQL SERVER has rows like so:

Reply 1
Reply 2
Reply 3
Reply 4
Reply 5
Reply 6
Reply 7

What I'm trying to do is show the last 5 replies so it would so it would show the replies like:

Reply 3
Reply 4
Reply 5
Reply 6
Reply 7

I'm currently using:

qryr = "SELECT TOP 5 * FROM " & sql_table & " WHERE Resto='" & show.Fields("PostNo") & "' ORDER BY PostNo ASC"

However, it shows the replies like:
What I'm trying to do is show the last 5 replies so it would so it would show the replies like:

Reply 7
Reply 6
Reply 5
Reply 4
Reply 3

Basically, I'm looking for something that is the opposite of SELECT TOP. I've Googled the hell out of this, and I got a few answers that didn't work.

Thank you.


11.

None

Topic: Do you know a second language?

Posted: 02/28/08 10:25 PM

Forum: General

Learning German.


12.

None

Topic: Perl Help

Posted: 02/28/08 10:12 PM

Forum: Programming

#!/usr/bin/perl

I may be wrong, but isn't that only for Linux?


13.

None

Topic: Holding doors open for girls

Posted: 02/27/08 06:06 PM

Forum: General

I hold doors open for everyone by habit.


14.

None

Topic: Php/mysql Help.

Posted: 02/23/08 07:36 PM

Forum: Programming

Then you don't have a `messages` column.


15.

None

Topic: Flash JavaScript!!!

Posted: 02/18/08 11:11 PM

Forum: Programming

.Fla's and Javascript have nothing to do with eachother.


16.

None

Topic: The Office

Posted: 02/16/08 08:14 PM

Forum: General

At 2/16/08 08:01 PM, Zero-Resurrected wrote:
At 2/16/08 07:56 PM, f0rt wrote: Brits have terrible accents and ugly teeth.
So thats why you feel the British version sucks?

It's hard to listen to.


17.

None

Topic: The Office

Posted: 02/16/08 07:56 PM

Forum: General

Brits have terrible accents and ugly teeth.


18.

None

Topic: New hosting...

Posted: 02/12/08 03:10 PM

Forum: Programming

At 2/12/08 02:56 PM, NeillS wrote:
At 2/12/08 02:52 PM, SweetSkater wrote:
At 2/12/08 07:29 AM, Jessii wrote: I like Dreamhost
I second Dreamhost.
Thirded.

Fourthed, space and b/w goes up each week.


19.

None

Topic: How do i make Platform or rpg game?

Posted: 02/11/08 12:19 PM

Forum: General

Learn to spell, douchebag.


20.

None

Topic: Goatse

Posted: 02/11/08 11:05 AM

Forum: General

http://goatsemarathon.com

NSFW, as you could guess.


21.

None

Topic: the IQ of your average programmer

Posted: 02/10/08 10:37 AM

Forum: Programming

I've done these before, and it varies from 120 to 140.


22.

None

Topic: Flash in CSS

Posted: 02/09/08 06:31 PM

Forum: Programming

Well, if you can edit the css, you may be able to add flash by doing this:

</style>
FLASH CODE HERE
<style type="text/css">

23.

None

Topic: Css :hover + IE

Posted: 02/03/08 01:29 PM

Forum: Programming

I'm afraid that :hover only works for <a>'s in IE. So just put an <a> around whatever you want, and give it a class that removes the link attributes.


24.

Thinking

Topic: Windows Xp Vs. Vista

Posted: 02/01/08 06:30 PM

Forum: General

Ubuntu 8)


25.

None

Topic: hi i need help

Posted: 01/31/08 07:44 PM

Forum: Programming

At 1/31/08 07:25 PM, darkmpulse1 wrote: you think i want or need and if your a member there is on the homepage

Proper English or GTFO.


26.

None

Topic: unlockable stuff

Posted: 01/28/08 10:21 PM

Forum: Programming

Flash stuff belongs in the flash forum, brah.


27.

None

Topic: t3h Party

Posted: 01/17/08 11:52 PM

Forum: General

At 1/17/08 11:50 PM, KemCab wrote:
At 1/17/08 11:46 PM, f0rt wrote: That is the ugliest looking website I have ever seen.
Sorry for not having the time nor the people to design the site more thoroughly.

I can design a a nice looking layout from scratch in Wordpad in about two hours by myself.


28.

None

Topic: t3h Party

Posted: 01/17/08 11:46 PM

Forum: General

That is the ugliest looking website I have ever seen.


29.

None

Topic: Futurama Commercials

Posted: 01/15/08 07:32 PM

Forum: General

Adult Swim's contract ran out.


30.

None

Topic: Zanarchy is a pedo on NG

Posted: 01/15/08 07:31 PM

Forum: General

At 1/15/08 12:06 AM, DrugMan3 wrote: I tried to tell Wade but he thinks I'm lieing some dude name Zanarchy on NG said he wants to make kids 12 year olds his fuck toys so Wade you retarded redneck listen to me I ask nicely but not again. Ban his PEDOPHILE ASS FROM NG he also has child porn on his account

Drugs are illegal, let's ban you instead.


All times are Eastern Standard Time (GMT -5) | Current Time: 11:07 AM

<< < > >>

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