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: 'Drake-SI'

We found 609 matches.


<< < > >>

Viewing 1-30 of 609 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91521

1.

None

Topic: Problems displaying in IE

Posted: 04/28/08 05:00 PM

Forum: Programming

Well, I just had my friend check in IE... so I guess it's just the probably outdated browsers at school. If anyone else notices something though, I'd appreciate the bug report.


2.

None

Topic: Problems displaying in IE

Posted: 04/28/08 04:29 PM

Forum: Programming

My website is having problems with displaying in IE, but I can't figure them out. I am also on a mac, so I can't really check it out, I noticed it at school today... I was wondering if anyone could figure it out, in IE the navbar was all the way to the right past the entire page for some reason... and on one of the computers, but not the others (both IE, maybe different versions) the text was all the way at the bottom of the sidebar. The html is here http://www.team-smithy.com/index.php and the styles are http://www.team-smithy.com/emx_nav_right .css I used a template and modified it from Dreamweaver.


3.

None

Topic: What do you think?

Posted: 04/16/08 08:54 PM

Forum: Programming

I didn't use tables lol. But it will look scrambled cuz I'm doing the programming on my computer first, got the posting system and stuff down, but I haven't created buttons for the sidebar/thought up content, so I don't know what to make the main box's top margin... unless there's another way to do that, anyone know one? Other than a -Number px amount?


4.

Happy

Topic: What do you think?

Posted: 04/14/08 07:35 PM

Forum: Programming

Corner radii fixed, uploaded, hotlinking fixed.


5.

None

Topic: What do you think?

Posted: 04/14/08 07:01 PM

Forum: Programming

At 4/14/08 06:51 PM, smulse wrote: The colours could use a little work (subtle > in your face reds)

I agree, I just can't find any other colors to work how I want them to.

the spacing is a little off and the rounded corners are all different shapes/sizes. It's a good start though, just needs a few minor changes.

Yeah I was told that by someone else too, I just haven't gone through and changed all the corner radii (sp?) yet.


6.

None

Topic: What do you think?

Posted: 04/14/08 06:43 PM

Forum: Programming

At 4/14/08 06:38 PM, GuyWithHisComp wrote: I think you're whoring abit with your filtering. If you could tone that down a little I think it would make the design better.

Yeah, I made it originally very plain, but I was told by someone else to put in some kind of texture maybe, so I tried it out... the original is here http://www.team-smithy.com/redesign.png
I'll be be changing my control panel in a moment.

Also, how about adding some Lorem ipsum text for placeholders to more get the feeling of how the finished site will look?

Will do


7.

None

Topic: What do you think?

Posted: 04/14/08 06:36 PM

Forum: Programming

Huh, link works for me, http://www.team-smithy.com/redesignstrip ed.png is the direct url. May have to zoom in a bit, the actual content fits in a standard monitor, the bg will just be repeated on the x in the actual site.


8.

None

Topic: What do you think?

Posted: 04/14/08 06:33 PM

Forum: Programming

Hey there, I'm just working on a redesign for my website, it's just a personal website, going to start a webcomic "Questionless Nomads" but it's mostly just for fun and to showcase some of my and my friend's work. The design I have so far is found here. But I was looking for suggestions as to where to go design-wise.

I haven't ever really taken this seriously, but I've started coding it out, and I still need to put some stuff in the sidebar to know what to set margins to and such.

Also, ignore the top logo... It's a placeholder for now.


9.

None

Topic: C++ Calculator

Posted: 08/09/07 09:27 PM

Forum: Programming

At 8/9/07 09:19 PM, Ytangon wrote: Would this C++ calculator code that I'm making work?

if type == "subtraction";
cout << "Enter a number: ";
cin >> d;
cout << "Enter another number: ";
cin >> e;
f = d-e;
cout << "The answer is: " << f << "\n";
}

well, one change you could make is to just get rid of d, e, f.... there's no reason it couldn't just be

if type == "subtraction";
cout << "Enter a number: ";
cin >> a;
cout << "Enter another number: ";
cin >> b;
c = a-b;
cout << "The answer is: " << c << "\n";
}
system("Pause");
}

but also, i would suggest using symbols instead of making people type "addition" or "subtraction" too easy to accidentally mispell and get an error... so add in something that will happen if you don't type addition or subtraction, or else an error will occur.


10.

None

Topic: Dev C++ Help

Posted: 04/18/07 08:25 PM

Forum: Programming

it happens without anything even in the document though... and it works on my laptop, i just got it installed on there for now.


11.

None

Topic: Dev C++ Help

Posted: 04/17/07 09:26 PM

Forum: Programming

Does anyone at least know somewhere I could get the answer, i've tried google, but it doesn't seem like many people have gotten this error, nothing shows up.


12.

None

Topic: Dev C++ Help

Posted: 04/17/07 06:49 PM

Forum: Programming

Hey, I'm learning about the Allegro game library, and it's been a long time since I had dev c++ on my comp, but not when i try to go to project options for a linker... it gives me an error: The following error occured in version 4.9.9.2:
Access violation at address 0012F6A7. Write of address 0012F6A7 (at address 0x0012F6A7)
Also, I don't know if it is anything, but i think it seems to think I'm running windows NT, but i'm running windows XP. Thanks in advance.


13.

None

Topic: Firefox

Posted: 12/23/06 03:13 PM

Forum: Programming

Hey, I've been using firefox for a while now, but all of a sudden, sometimes when i click on a link to a php file, it asks me which application to open it with, so i can't view it in my browser. I've tried using firefox as the application, but that didn't work. Hopefully, someone can help me with this, I've tried googling it too ;P, but it's a bit of a specific problem. Thanks in advance.


14.

None

Topic: Frooty Loops Studio Question

Posted: 11/25/06 10:18 PM

Forum: Programming

Audio forum would be the best place to ask.


15.

None

Topic: What do you think?

Posted: 10/28/06 08:47 AM

Forum: Programming

At 10/28/06 03:44 AM, Mag-got wrote: The buttons that come down on the left and right side are sucky, you can see that they are only blocks.

Good point... and JesusCyborg, do that many people have adblocks anyways? I'll get to fixing the left and right, and I might have them all on the same horizontal plane, I just thought it made it more interesting ;D.


16.

None

Topic: What do you think?

Posted: 10/27/06 09:17 PM

Forum: Programming

What do you guys think about my site so far? Here, the audio section is mostly hand-selected from NG's own Audio Portal =D. Anyways, I was wondering what everyone thought about the layout so far, it's not finished yet, but I was wondering what people thought about colors, and just overall layout.


17.

None

Topic: css div tag

Posted: 10/21/06 02:55 PM

Forum: Programming

it'd probably work also to use #divname {vertical-align:bottom; text-align:center;}


18.

None

Topic: Logging in troubles

Posted: 10/21/06 02:08 PM

Forum: Where is / How to?

Thanks, clearing the cookies worked, can't believe i didn't think of that ;P. thanks again


19.

None

Topic: Logging in troubles

Posted: 10/21/06 01:52 PM

Forum: Where is / How to?

I don't seem to be able to log in as "Drake-SI" only as "Drake_SI" so I can't access pms and change stuff in my profile. I put Drake-SI in and hit Jack In, but it signs me under my "old" name Drake_SI. Please help, thanks in advance =D


20.

None

Topic: Using music.

Posted: 10/21/06 09:41 AM

Forum: Audio

At 10/21/06 09:35 AM, Love-Hate-War wrote: It would be wise to ask the authors of the music first

Well, I was planning on that. Hmm... I don't know what to do. Maybe I'll make my own audio portal for now, and ask people if they would like to submit to it, if i find some interesting music by them. I'm still open to suggestions, I don't know much about the audio here at newgrounds =( I mostly hang around the programming forum and look at flash, but I thought it would be fun to give independent people a chance to show their music off.


21.

None

Topic: Using music.

Posted: 10/21/06 09:21 AM

Forum: Audio

Hey, I run http://www.team-smithy.com/ and I was wondering if it would be legal and all that good stuff to put music from the newgrounds audio portal on my site's audio section, since you can use it on any flash games, the authors will be credited. Also, if you would like to voulunteer your music, preferably techno or trance, feel free. Thanks in advance.


22.

None

Topic: Traffic

Posted: 10/13/06 07:36 PM

Forum: Programming

what about keeping the header in flash... and having only the text version, with a flash header and maybe a few things thrown in there? do you think that would look good? because i have been considering doing that for a while now.


23.

None

Topic: Traffic

Posted: 10/13/06 06:25 PM

Forum: Programming

Hey guys, it's been a while... well a really long time. Anyways, I was wondering if anyone had some good tips for increasing traffic for my site... http://www.team-smithy.com/ check it out, if you want to know what it's about and such. Thanks in advance =D.


24.

None

Topic: Newgrounds Acquires I-Mockery

Posted: 04/01/06 07:41 AM

Forum: NG News

nice one, lol except that you can actually tell who is really an admin because they are bolded =P


25.

None

Topic: partitioning?

Posted: 03/15/06 08:56 PM

Forum: Programming

yeah, I got norton PartitionMagic, because I like Symantec =P. I'm reading up about linux distros so yeah, I should be fine, thanks guys.


26.

Questioning

Topic: partitioning?

Posted: 03/14/06 06:32 PM

Forum: Programming

How exactly would I go about partitioning my hard drive? I have been thinking about running a linux flavor.


27.

None

Topic: Php Game/web Hosting...

Posted: 03/14/06 07:04 AM

Forum: Programming

You are going to need a paid host, if you plan on having more than like maybe 50 people play a month, because online games require enormous amounts of bandwidth usually, especially if this is going to be in real time.


28.

None

Topic: test this real quick please

Posted: 03/08/06 09:04 PM

Forum: Flash

At 3/8/06 09:00 PM, PCpr0gramer wrote: tween it better, its kind of choppy

yeah, I just noticed that for some reason, Ima make it go farther down and up, it does look bad when it bounces, particularly, but thanks for the advice working on it.


29.

None

Topic: test this real quick please

Posted: 03/08/06 08:57 PM

Forum: Flash

Well, I wanted to make sure that this works, but my friend doesn't have flash 8 and is too lazy to install or some excuse lol. So, here http://tests.team-smithy.com/
Please tell me if you see anything that doesn't look right, and tell me if you can see the text inside the box with a scrollbar.
Thanks all.


30.

None

Topic: Scaling a .swf depending on res.

Posted: 03/02/06 06:52 AM

Forum: Programming

you could have like three different pages and have the person click on their resolution because as far as I know, you can't detect that.


All times are Eastern Standard Time (GMT -5) | Current Time: 08:27 AM

<< < > >>

Viewing 1-30 of 609 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91521