Search found 157 matches

by Not Radio
Sat Feb 12, 2005 8:42 am
Forum: Chit Chat
Topic: Miscellaneous Coding Question
Replies: 1
Views: 3015

Miscellaneous Coding Question

Is the source code header something that CVS does or is there some utility being used for this? What I'm referring to is the large comment block at the top of most source files I see nowadays. I'm not talking about the $Id: ...$ tags so don't get confused.
by Not Radio
Thu Dec 30, 2004 8:59 am
Forum: [3.0/Olympus] Styling
Topic: New look for launch?
Replies: 16
Views: 16355

Re: New look for launch?

Whatever happens shall.
by Not Radio
Thu Dec 30, 2004 8:57 am
Forum: [3.0/Olympus] Styling
Topic: Please, add subBlack-style!
Replies: 10
Views: 13578

Re: Please, add subBlack-style!

subBlack is just a re-colored subSilver. The only hard part in making such a theme would be the tedium of going through all the images to make them blend with the background.
by Not Radio
Thu Dec 30, 2004 8:54 am
Forum: [3.0/Olympus] Styling
Topic: Tableless!! Css!!
Replies: 26
Views: 29864

Re: Tableless!! Css!!

In my experience, I found tables to be much more dependable and resilient then cascading style sheets, although there is quite a lot of room for improvement in the form. I could cut the current HTML code in half, but I don’t know how it would impact the current template. Tables and CSS don't relate...
by Not Radio
Thu Dec 30, 2004 8:49 am
Forum: [3.0/Olympus] Styling
Topic: ok, please don't jump on me but...
Replies: 4
Views: 6361

Re: ok, please don't jump on me but...

They would be compatible but only in a technical sense. Functionally, they would be useless and a systematic conversion is pretty much impossible. New themes will need to be made from scratch or by modifying the old sources with a careful eye to insert all the necessary constructs and swap vars.
by Not Radio
Thu Dec 30, 2004 8:47 am
Forum: [3.0/Olympus] Styling
Topic: Creating forum logos in 2.2
Replies: 10
Views: 12796

Re: Creating forum logos in 2.2

All you need to know is how to:

- work with images in layers
- copy/paste an intact segment of the background gradient

Nothing too difficult for the average graphic designer.
by Not Radio
Thu Dec 30, 2004 8:43 am
Forum: [3.0/Olympus] Styling
Topic: Templating ... a simple guide
Replies: 164
Views: 419744

Re: Templating ... a simple guide

hmz, just a simple question, is the new templating easier or harder? ( i finally learned to work with .tpl a bit :) ) That's hard to say. It's easier in that you don't have to make code changes to control the manner in which output elements are displayed. It's harder in that you need to learn and u...
by Not Radio
Fri Dec 17, 2004 4:22 am
Forum: [3.0/Olympus] Styling
Topic: Templating ... a simple guide
Replies: 164
Views: 419744

Re: Templating ... a simple guide

Is it correct to assume that the expression support covers floating point numbers as well?
by Not Radio
Sun Jul 18, 2004 3:47 am
Forum: Chit Chat
Topic: .htaccess Scripts?
Replies: 4
Views: 6239

Re: .htaccess Scripts?

See the docs for mod_rewrite.
by Not Radio
Fri Jul 02, 2004 8:34 pm
Forum: [3.0/Olympus] New features discussion
Topic: Never understood <BR />
Replies: 51
Views: 34076

Re: Never understood <BR />

the_dan wrote:What if you just want 2 new lines? :P

Dan

Code: Select all

<br />
<br />
:P