Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 185
Search took 0.36 seconds.
Search: Posts Made By: SYP}{ER
Forum: HTML & CSS 07-20-2004, 03:27 AM
Replies: 14
Views: 1,829
Posted By SYP}{ER
Why no one has suggested this, I'll never know......

Why no one has suggested this, I'll never know... But: Try using a 200px-wide, 1px tall background image on your page.

body {
background-image: url(/images/background.gif);
background-repeat:...
Forum: HTML & CSS 07-20-2004, 03:22 AM
Replies: 9
Views: 1,772
Posted By SYP}{ER
Mozilla uses cursor: pointer (and so does IE6,...

Mozilla uses cursor: pointer (and so does IE6, but IE6 also accepts hand because that's what previous versions of it used... I think...)
Forum: HTML & CSS 07-19-2004, 07:53 PM
Replies: 3
Views: 1,331
Posted By SYP}{ER
You can select children: #something...

You can select children:

#something #somethingelse {}

That'll style #somethingelse but only if it's nested in #something.

IE limits you to child selection. Moz lets you do sibling and...
Forum: HTML & CSS 07-19-2004, 02:48 AM
Replies: 33
Views: 4,693
Posted By SYP}{ER
I think it'd be wise to read a few tutorials (...

I think it'd be wise to read a few tutorials ( www.w3schools.com ) before continuing... Many people here are willing to help you out, but if you want to learn Web standards without any formal...
Forum: HTML & CSS 07-19-2004, 02:33 AM
Replies: 4
Views: 1,404
Posted By SYP}{ER
Keep in mind that users can still access the...

Keep in mind that users can still access the textarea via the javascript: address-bar method, stuff it with whatever they want, and many maxlength scripts will simply let it go. You'd be wise to...
Forum: HTML & CSS 07-18-2004, 11:26 PM
Replies: 13
Views: 2,350
Posted By SYP}{ER
Pretty sure HTML 4.0 transitional requires that...

Pretty sure HTML 4.0 transitional requires that you close tags...

You open like 20 <p> tags in your filler text, but don't close them... That scares me.
Forum: HTML & CSS 07-18-2004, 11:23 PM
Replies: 2
Views: 1,414
Posted By SYP}{ER
Err, actually... My idea was a flop... Saw it...

Err, actually... My idea was a flop... Saw it coming before I started this, but here's what I was talking about:

http://offtone.com/button.php

Bleh. The alternative method I was talking about...
Forum: HTML & CSS 07-18-2004, 11:11 PM
Replies: 2
Views: 1,414
Posted By SYP}{ER
There is, but the table method allows for...

There is, but the table method allows for complete flexibility... The CSS method forces you to set boundaries (or rather, this CSS method does... The alternative is far messier than a table).

<div...
Forum: HTML & CSS 07-18-2004, 11:04 PM
Replies: 2
Views: 1,449
Posted By SYP}{ER
Firstly, it'd be much easier to read/debug your...

Firstly, it'd be much easier to read/debug your markup if you'd indent the tags properly.

Secondly, there isn't a problem in Mozilla, which makes me think it's an IE bug. Try using the XHTML...
Forum: PHP 07-18-2004, 03:41 PM
Replies: 8
Views: 2,040
Posted By SYP}{ER
Ah, that seems to work. What purpose does the...

Ah, that seems to work. What purpose does the question mark serve in the (.*?) part?

Does it stop "greediness" or something like that?
Forum: HTML & CSS 07-18-2004, 12:45 PM
Replies: 21
Views: 2,062
Posted By SYP}{ER
This thread died a while ago, but it came in a...

This thread died a while ago, but it came in a search of mine (for something completely unrelated, actually) and I decided to write my thoughts:

The idea of using inheritance to let your...
Forum: PHP 07-18-2004, 11:32 AM
Replies: 8
Views: 2,040
Posted By SYP}{ER
Alright, that taught me about /smi. ...

Alright, that taught me about /smi.

Definately need the s. m seems to make no difference. i is handy too.

So now I have this:

/<(?:pre|code)[^>]*>/smi

And that matches the opening tags...
Forum: PHP 07-18-2004, 02:46 AM
Replies: 8
Views: 2,040
Posted By SYP}{ER
Regular Expression to match <pre> and <code> blocks?

I truly despise these things, mostly for the terribly-written tutorials and documentation of them... But alas I need them.

How would I match <pre> and <code> tag blocks? Here's what I have, but...
Forum: General web building 07-07-2003, 02:21 AM
Replies: 9
Views: 1,093
Posted By SYP}{ER
Yeah, this'll work any way you slice it ;)

Yeah, this'll work any way you slice it ;)
Forum: PHP 06-06-2003, 02:48 AM
Replies: 1
Views: 1,117
Posted By SYP}{ER
Try: session_cache_expire(120); // 120 mins = 2...

Try: session_cache_expire(120); // 120 mins = 2 hours

http://www.php.net/session_cache_expire

The example shows these lines being executed BEFORE session_start(), which makes sense.
Forum: Computer/PC discussions 05-25-2003, 02:54 AM
Replies: 7
Views: 1,006
Posted By SYP}{ER
Tried running a repair on it? Go to Add/Remove...

Tried running a repair on it? Go to Add/Remove Programs and *try* to uninstall IE. It'll let you either revert to IE4 (windows stock) or repair the current installation.

If that doesn't work, try...
Forum: Graphics and Multimedia discussions 05-22-2003, 12:56 AM
Replies: 12
Views: 1,719
Posted By SYP}{ER
Thanks :)

Thanks :)
Forum: HTML & CSS 05-20-2003, 10:23 PM
Replies: 13
Views: 2,783
Posted By SYP}{ER
In PHP: ...

In PHP:

http://www.php.net/manual/en/function.filectime.php

Read that. It's just filectime("filename.ext"). Returns the unix timestamp which can then be formatted using date() (...
Forum: Graphics and Multimedia discussions 05-20-2003, 12:00 PM
Replies: 12
Views: 1,719
Posted By SYP}{ER
It's for a client's site. He has a logo, but I...

It's for a client's site. He has a logo, but I want to make it bigger and clearer (it's saved as .jpg :()

http://www.aaron-wright.com/logonws.jpg

That's the one. Both are the same font from...
Forum: Graphics and Multimedia discussions 05-20-2003, 01:03 AM
Replies: 11
Views: 3,308
Posted By SYP}{ER
I may give 3D Studio Max a shot. I know I can do...

I may give 3D Studio Max a shot. I know I can do smoke animation, but forming cumulous clouds may be trickier than that :P
Forum: Graphics and Multimedia discussions 05-20-2003, 12:55 AM
Replies: 11
Views: 3,308
Posted By SYP}{ER
I don't mean little puffy clouds floating around....

I don't mean little puffy clouds floating around. I mean like a speeded-up movie of the sky (clouds form quickly and move out of screen etc)

Worth a try though :)
Forum: Graphics and Multimedia discussions 05-19-2003, 10:49 PM
Replies: 11
Views: 3,308
Posted By SYP}{ER
Yeah, people may say I'm ripping off any one of...

Yeah, people may say I'm ripping off any one of the millions of sites that I've seen it on :p
Forum: Graphics and Multimedia discussions 05-19-2003, 10:48 PM
Replies: 12
Views: 1,719
Posted By SYP}{ER
lol, whether or not they can prove it is...

lol, whether or not they can prove it is irrelevant :p It's still unethical...

I suppose the only truely legal way of doing this would be to contact the logo designer and ask for the font as all...
Forum: HTML & CSS 05-19-2003, 04:36 PM
Replies: 7
Views: 1,029
Posted By SYP}{ER
Meh, it's not much of a usability feature. For...

Meh, it's not much of a usability feature. For text links it is, but not so much images... Meh. I'm going to answer your question anyway :)

add: onfocus="this.blur()" to the <a> tag. Might have...
Forum: Graphics and Multimedia discussions 05-19-2003, 04:34 PM
Replies: 11
Views: 3,308
Posted By SYP}{ER
Rushing Clouds Video Clip?

You know those videos that show clouds moving really quickly in the sky? Where would I find a .gif or .swf or SOMETHING that shows that? I'd like to try some layouts with it :)
Showing results 1 to 25 of 185

 
Forum Jump

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