Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 129
Search took 0.07 seconds.
Search: Posts Made By: mcrilly
Forum: Computer/PC discussions 08-28-2004, 04:16 PM
Replies: 2
Views: 712
Posted By mcrilly
The first is probabaly something to do with the...

The first is probabaly something to do with the icon assigned to the file types. You're going to need to set each one :O)

As for the second problem... that looks like some sort of rendering issue?...
Forum: Computer Programming 08-28-2004, 02:14 PM
Replies: 10
Views: 1,315
Posted By mcrilly
Basically, C++ is a superset of C.

Basically, C++ is a superset of C.
Forum: Graphics and Multimedia discussions 08-28-2004, 02:12 PM
Replies: 6
Views: 1,455
Posted By mcrilly
Bah! :O) Edited!!

Bah! :O)

Edited!!
Forum: Graphics and Multimedia discussions 08-28-2004, 09:16 AM
Replies: 6
Views: 1,455
Posted By mcrilly
I'll have a pop at it for you tonight. I'm NOT...

I'll have a pop at it for you tonight. I'm NOT the best GFX designer in the world so I won't charge you or anything silly like that.

Anyway, should this not be in the job offer's section?
Forum: Dynamic Drive scripts help 08-27-2004, 03:59 PM
Replies: 1
Views: 726
Posted By mcrilly
That doesn't surpirse me! All you have done...

That doesn't surpirse me!

All you have done is include aload of .JS files! You've not actually called any functions in any of them?

You nede to call what ever function creates the menus when...
Forum: HTML & CSS 08-27-2004, 03:08 PM
Replies: 7
Views: 1,383
Posted By mcrilly
Ugly and gray like me the morning after a night...

Ugly and gray like me the morning after a night out on the town!!
Forum: HTML & CSS 08-27-2004, 11:01 AM
Replies: 20
Views: 3,254
Posted By mcrilly
Or you can goto Layer->Style->Create...

Or you can goto

Layer->Style->Create Layer
Forum: HTML & CSS 08-26-2004, 07:14 PM
Replies: 20
Views: 3,254
Posted By mcrilly
Cheers mate, you've been great! That has a...

Cheers mate, you've been great!

That has a gap in between the the content and the header?

Yes, I always use "Save for web.."
Forum: HTML & CSS 08-26-2004, 06:25 PM
Replies: 20
Views: 3,254
Posted By mcrilly
I've created the effect I'm looking for in...

I've created the effect I'm looking for in Photoshop (I just used a white square that I gave a drop shadow too and sliced it up) It's actually coding the bloody thing that gets me!

I've created...
Forum: HTML & CSS 08-26-2004, 06:20 PM
Replies: 20
Views: 3,254
Posted By mcrilly
To be honest, placing the footer and right side...

To be honest, placing the footer and right side border isn't a problem... it's the corner GFX in the bottom right hand corner that egts me!
Forum: Computer/PC discussions 08-26-2004, 06:11 PM
Replies: 7
Views: 1,165
Posted By mcrilly
Win32ASM coding for xor'ing etc

Win32ASM coding for xor'ing etc
Forum: HTML & CSS 08-26-2004, 05:54 PM
Replies: 20
Views: 3,254
Posted By mcrilly
Some CSS examples would be GREAT! That's...

Some CSS examples would be GREAT!

That's really good work, thank you very much. In return I'm sure I can offer some services for your good work.

Anything you're in need of that I might be able...
Forum: HTML & CSS 08-26-2004, 05:22 PM
Replies: 9
Views: 1,351
Posted By mcrilly
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta...
Forum: General web building 08-26-2004, 05:05 PM
Replies: 20
Views: 2,590
Posted By mcrilly
No, Just learn PHP & MySQL (and SQL its...

No,

Just learn PHP & MySQL (and SQL its self) and you're on to a winner. ASP is limited to Microsoft hosting, which is usually more expensive than *nix based hosting.
Forum: HTML & CSS 08-26-2004, 05:03 PM
Replies: 13
Views: 4,464
Posted By mcrilly
LOL! :D If you turn the monitor upside...

LOL! :D

If you turn the monitor upside down, do a hand-stand, put washing up liquid in your right eye and sing "If you want to be my lover" by the Spice Girls really loud... the symbols start to...
Forum: HTML & CSS 08-26-2004, 04:45 PM
Replies: 13
Views: 4,464
Posted By mcrilly
With close inspection, it can be seen as a...

With close inspection, it can be seen as a capital M :thumbsup:
Forum: General web building 08-26-2004, 04:42 PM
Replies: 20
Views: 2,590
Posted By mcrilly
I'm not very sure, but it's probably Microsoft...

I'm not very sure, but it's probably Microsoft trying to get you to buy Pro so that you can develop and test your ASP scripts on your home PC.

It's their way of saying - "You're a home user, you...
Forum: General web building 08-26-2004, 04:27 PM
Replies: 20
Views: 2,590
Posted By mcrilly
Dear god!? Yes you require NT, 2000 or XP...

Dear god!?

Yes you require NT, 2000 or XP Pro (I think) to run IIS with ASP. I'd suggest using Apache with PHP and MySQL (Google for PHPTriad)

Much easier :O)
Forum: HTML & CSS 08-26-2004, 04:24 PM
Replies: 19
Views: 2,401
Posted By mcrilly
I don't think you can apply an ID and CLASS to an...

I don't think you can apply an ID and CLASS to an element like that can you?

All you have to do is alter the rules for the "td#axxxx" ID. For example:


<style type="text/css">
td {...
Forum: General web building 08-26-2004, 04:05 PM
Replies: 20
Views: 2,590
Posted By mcrilly
Well, To make things ALOT easier... head...

Well,

To make things ALOT easier... head over to http://www.w3schools.com/ and read their ASP tutorial. When the time comes for school to commence, you'll be top of your class :O>

Unless of...
Forum: General web building 08-26-2004, 03:42 PM
Replies: 20
Views: 2,590
Posted By mcrilly
Hi, It seems to me like you need to create a...

Hi,

It seems to me like you need to create a DB before using this script... look at this line of ASP code:


strSQL = "SELECT asplogin FROM invoices"


This is a SQL statement that is trying...
Forum: HTML & CSS 08-26-2004, 03:28 PM
Replies: 19
Views: 2,401
Posted By mcrilly
I was thinking of that, but it seems to me like...

I was thinking of that, but it seems to me like he doesn't have much CSS knowledge, never mind CSS-P!!

No disrepect meant, but this can be done simply by editnig the styles of each TD to look like...
Forum: General web building 08-26-2004, 03:24 PM
Replies: 20
Views: 2,590
Posted By mcrilly
I understand how you feel. OK, if the host...

I understand how you feel.

OK, if the host is running IIS, that ASP script should have no problems running. Can you tell me what errors you're getting? What is being displayed in your browser when...
Forum: General web building 08-26-2004, 03:16 PM
Replies: 20
Views: 2,590
Posted By mcrilly
That's an ASP script... what web server software...

That's an ASP script... what web server software is your host running? For ASP they need to be running IIS.

It's most likely your host is *nix based and so a PHP or PERL script would of better use...
Forum: HTML & CSS 08-26-2004, 03:00 PM
Replies: 19
Views: 2,401
Posted By mcrilly
td#aleft { text-align: left; [INSERT THE...

td#aleft {
text-align: left;

[INSERT THE REST OF YOUR CSS FORMATTING HERE]

}


It can't get any easier than that mate. I'm not spoon feeding you a complete solution. Other may do so, but...
Showing results 1 to 25 of 129

 
Forum Jump

All times are GMT +1. The time now is 09:00 PM.