Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


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

We found 151 matches.


<< < > >>

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

1.

None

Topic: Code tags agogo

Posted: 09/19/07 04:36 PM

Forum: Programming

At 9/19/07 04:32 PM, elbekko wrote:
At 9/19/07 04:29 PM, INeedABetterAlias wrote: Just a quick bug report: When looking search results, the code does not appear properly.
How'd you get it to search such recent posts? :/

Pardon the grammatical error in my last post. I went to look at liljim's other recent posts, which appear as results on a search page.


2.

None

Topic: Code tags agogo

Posted: 09/19/07 04:29 PM

Forum: Programming

Just a quick bug report: When looking search results, the code does not appear properly.


3.

None

Topic: Mysql Php Databases Help

Posted: 08/09/07 08:27 PM

Forum: Programming

At 8/9/07 06:19 PM, Snubby wrote: 2. How should I keep track of small stuff that wouldn't need a whole table? Like for example a hit counter.

You are best off creating a table where each hit is a row. Store stuff like the users' ip addresses and other fun stuff too.


4.

None

Topic: Javascript question

Posted: 08/09/07 12:26 PM

Forum: Programming

I'm pretty sure that javascript cannot detect if there is a scroll bar. Either way, the need for this could be eliminated if you wrote your css well.


5.

None

Topic: Mysql Php Databases Help

Posted: 08/09/07 10:33 AM

Forum: Programming

primary key controls the indexes...it should probably auto-increment

and gameId is set as your primary key


6.

None

Topic: Some Messy Mod_Rewrite

Posted: 08/09/07 10:13 AM

Forum: Programming

I've fixed just about everything, including the admin area, but the second level pages (i.e. site.com/news/newstitle) do not appear properly. Neither css nor the images work. Should I change the XHTML/PHP?

The .htaccess looks like this:
Options +FollowSymLinks

RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} ^www\.jsitepgh\.org [NC]
RewriteRule (.*) http://jsitepgh.org/$1 [R=301,L]

RewriteRule ^admin$ admin/$1
RewriteRule ^([0-9A-Za-z-]+)/([0-9A-Za-z-]+)$ index.php?type=$1&title=$2
RewriteRule ^([0-9A-Za-z-]+)$ index.php?type=$1


7.

None

Topic: Axis hosting's latest scandal

Posted: 08/09/07 10:00 AM

Forum: Programming

I'm not sure if this is your case or not, but domains can only be transferred once every 60 days. If it was transferred to your new host, you would need to wait out the grace period before it could be transferred to you.


8.

None

Topic: notepad!!

Posted: 08/09/07 08:38 AM

Forum: Programming

If you don't know how to code, use Dreamweaver. If you know how to code, but want things like syntax highlighting and code tidying, use Notepad++. Not only is it free, but it supports just about every language. In fact, if you are getting Dreamweaver, download Notepad++ anyways.


9.

None

Topic: Some Messy Mod_Rewrite

Posted: 08/09/07 08:23 AM

Forum: Programming

Thanks for the help, but there are still a few issues...

Going to site.com/admin/ or site.com/images/ gives a 500 error, while site.com/admin or site.com/images (no slash) try to go to site.com/index.php?type=admin or site.com/index.php?type=images

.htaccess currently looks like:
RewriteEngine on
RewriteRule ^([0-9A-Za-z-]+)/([0-9A-Za-z-]+)$ index.php?type=$1&title=$2
RewriteRule ^([0-9A-Za-z-]+)$ index.php?type=$1
RewriteRule ^admin/? admin/
RewriteRule ^images/? images/


10.

None

Topic: Some Messy Mod_Rewrite

Posted: 08/09/07 02:07 AM

Forum: Programming

That admin area doesn't work either....it probably has something to do with:
RewriteRule ^admin admin
RewriteRule ^images images


11.

None

Topic: Some Messy Mod_Rewrite

Posted: 08/09/07 02:04 AM

Forum: Programming

Thanks a lot. That got all of the pages to load, but the images still won't work...they all appear as broken. Also, the css file won't work on the pages with two parameters...very weird.


12.

None

Topic: Mysql Php Databases Help

Posted: 08/09/07 01:36 AM

Forum: Programming

That will only work the first time. Every time you run that script, it will try to create the table again, which will cause an error (every table must have a unique name)


13.

None

Topic: Some Messy Mod_Rewrite

Posted: 08/09/07 01:26 AM

Forum: Programming

I'm trying to create some friendly URLs for my site, but it is a real mess. If anyone could help me out, I'd be incredibly grateful.

The specifications:
example.com?type=abc&title=def needs to become example.com/abc/def
example.com?type=abc needs to become example.com/abc
example.com/admin and example.com/images are regular directories and should therefore be excluded from these rules

I'd appreciate any instructions.


14.

None

Topic: Reading Text Files in Flash

Posted: 06/05/07 09:20 PM

Forum: Flash

Can someone give me a code snippet to read a text file called "text.txt." The contents of the text file (with line breaks preserved):

&title=Page Title
&content=This is the article's content

I have 2 dynamic text boxes looking for variables called 'title' and 'content'
Can anyone help?


15.

None

Topic: Mod_Rewrite Help

Posted: 03/05/07 07:15 AM

Forum: Programming

p is supposed to have multiple values, with the comma as a delimiter.


16.

None

Topic: restricted download

Posted: 03/05/07 12:16 AM

Forum: Programming

This is not a 1-click script kind of thing. This requires a knowledge of sessions or cookies as well as databases. You need to know some kind of server-side language as well. Prepare yourself for atleast a week of code writing. Sorry...no easy solutions.


17.

None

Topic: Mod_Rewrite Help

Posted: 03/04/07 11:56 PM

Forum: Programming

I want index.php?c=abc&a=def&p=ghi,jkl to become /abc/def/ghi/jkl

Does anyone know how to accomplish this?

Thanks alot


18.

None

Topic: Domain Help

Posted: 01/18/07 12:51 PM

Forum: Programming

so who is your host???


19.

None

Topic: Domain Help

Posted: 01/17/07 11:06 PM

Forum: Programming

ignore the last post....just who is your host?


20.

None

Topic: Domain Help

Posted: 01/17/07 11:05 PM

Forum: Programming

who did you register your domain with? each registrar has a different method to change nameservers. also, who is your host?


21.

None

Topic: IE6 emulator?

Posted: 01/17/07 07:24 PM

Forum: Programming

At 1/16/07 10:54 PM, Taylor wrote: Uninstall 7. When would you be using it anyways?

You can't uninstall IE. It is part of the OS. Without it, My Computer or any file browser wouldn't work. Also, IE7 became a forced download this week. If you have auto-updates set, it will auto-install.

I don't think it will be a big deal if you can't access IE6. Soon, everyone will be updated to 7 whether they want to or not.


22.

None

Topic: I need programs

Posted: 01/17/07 07:21 PM

Forum: Programming

Swish and Flash are the best ways to go. You can get free trials of each. Flash is made by the developer of the .swf format and Swish is made by a third party.


23.

None

Topic: The Official Happy New Year Thread

Posted: 01/01/07 12:06 AM

Forum: General

i feel like such a loser for logging on now and trying to be the 1st to deposit points this year...ng runs on ET right?


24.

None

Topic: Javascript

Posted: 12/28/06 09:41 PM

Forum: Where is / How to?

FYI, using html to open popups is not considered valid html. Using it would create errors if you ran it through a validator.


25.

None

Topic: Top entries from 11/19/2006!

Posted: 11/20/06 06:14 PM

Forum: P-bot's Postings

Since when am I a popular author?? I feel all tingly inside.


26.

None

Topic: Bbc Poll: Best Riffs Ever.

Posted: 10/26/06 07:50 PM

Forum: General

From that list, I'd have to go with Layla


27.

None

Topic: Download photoshop

Posted: 10/26/06 07:48 PM

Forum: General

You can download trials from Macrodobe's website: www.adobe.com

If you want to keep it badly enough, set your computer clock to the year 2050 when you begin the trial and then set it back afterwards. Your 30-day trial will begin in 2050.

I hope that one doesn't get me banned...he is not obtaining an illegal copy...he is just keeping the trial active for an extra long time


28.

None

Topic: Firefox 2.0

Posted: 10/26/06 07:45 PM

Forum: Programming

It appears many times in the general forum...it doesn't really apply to programming unless you were one of the people who helped make it


29.

None

Topic: .html vs .htm

Posted: 10/26/06 06:55 PM

Forum: Programming

.php is great because you can use html in it.


30.

None

Topic: silly html question

Posted: 10/26/06 06:00 PM

Forum: Programming

The version of CSS supported by even the new wave of browsers just released does not allow for bg stretching. It does exist, but no major browser supports it. The best way to go (for a bg like this) is to take a 1 px width gradient and do a repeat-x on it.


All times are Eastern Daylight Time (GMT -4) | Current Time: 03:09 AM

<< < > >>

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