Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 8
1
2
3
>
Last
»
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
div problem in moz
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
IE-only error with code
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
selectors for conditional formatting in css
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
Newcomer coding help needed
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
setting textarea limits
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
Navbar border won't show in CSS
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
CSS alternative to table image button
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
CSS alternative to table image button
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
DIV gets cut off at the bottom.
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
Regular Expression to match <pre> and <code> blocks?
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
Code/Markup Optimization (minimalism)
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
Regular Expression to match <pre> and <code> blocks?
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
Regular Expression to match <pre> and <code> blocks?
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
I'd like some pointers on how I could make this materialize!!!
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
Session not timeout
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
No Pictures?!
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
"Follies" Font
Views:
1,719
Posted By
SYP}{ER
Thanks :)
Thanks :)
Forum:
HTML & CSS
05-20-2003, 10:23 PM
Replies:
13
HyperLink to Word Document
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
"Follies" Font
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
Rushing Clouds Video Clip?
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
Rushing Clouds Video Clip?
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
Rushing Clouds Video Clip?
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
"Follies" Font
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
Images
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
Rushing Clouds Video Clip?
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
Page 1 of 8
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:03 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.