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 2
1
2
>
Showing results 1 to 25 of 28
Search took
0.08
seconds.
Search:
Posts Made By:
Kevlar
Forum:
JavaScript programming
07-25-2002, 06:16 PM
Replies:
1
Can I reload the page with a Javascript
Views:
949
Posted By
Kevlar
<select name="select"...
<select name="select" onChange="location.reload()">
<option value="admin" selected>Administrador</option>
<option value="profe">Profesor</option>
<option value="alumno">Alumno</option> ...
Forum:
HTML & CSS
07-24-2002, 10:17 PM
Replies:
4
Hidden Fields
Views:
1,211
Posted By
Kevlar
<input type="hidden">
<input type="hidden">
Forum:
HTML & CSS
07-24-2002, 09:34 PM
Replies:
4
Color/shape udjusting
Views:
1,157
Posted By
Kevlar
Color/shape udjusting
How do you change the color (and shape, if possible) of the scroll bar and the title bar? And how do I insert a favicon and title text by ONLY editing the CSS file?
Forum:
Other server side languages/ issues
07-24-2002, 07:27 PM
Replies:
1
Looking for a descent provider
Views:
1,780
Posted By
Kevlar
Looking for a descent provider
I need a free provider which allows at least 10 megs of space, upload by FTP, NO ads at all (no frames, popups or banners). And if possible, Server-Side support wouldn't be bad. So, do you know of...
Forum:
HTML & CSS
07-24-2002, 07:24 PM
Replies:
12
CSS tag overlapping
Views:
1,769
Posted By
Kevlar
So SRC attributes in script tags and image tags...
So SRC attributes in script tags and image tags are a no no?
Forum:
HTML & CSS
07-24-2002, 06:44 AM
Replies:
4
Including area of style sheet
Views:
1,018
Posted By
Kevlar
<form name="form11"> <input type="radio"...
<form name="form11">
<input type="radio" name="n0" value="Something you DONT want to clear" checked> <p>
<input type="radio" name="n1" value="Something you DONT want to clear" checked><p>
<input...
Forum:
HTML & CSS
07-24-2002, 06:43 AM
Replies:
5
can you clear a section of a form?
Views:
1,322
Posted By
Kevlar
<form name="form11"> <input type="radio"...
<form name="form11">
<input type="radio" name="n0" value="Something you DONT want to clear" checked> <p>
<input type="radio" name="n1" value="Something you DONT want to clear" checked><p>
<input...
Forum:
HTML & CSS
07-24-2002, 01:21 AM
Replies:
4
Including area of style sheet
Views:
1,018
Posted By
Kevlar
Including area of style sheet
I want to include a number of script srcs on every single page. I have a fairly large number of pages and don't want to add the <script src> every time I add a new script. How do I edit a stylesheet...
Forum:
HTML & CSS
07-24-2002, 01:18 AM
Replies:
12
CSS tag overlapping
Views:
1,769
Posted By
Kevlar
Yes. Also, I've been having some problems with...
Yes. Also, I've been having some problems with the SRC attribute. Never seems to work...
Forum:
JavaScript programming
07-23-2002, 09:09 PM
Replies:
1
mouseover question
Views:
762
Posted By
Kevlar
<a...
<a onMouseover="document.Images.someimage.src='swap.gif'" onMouseout="document.Images.someimage.src='unswap.gif'>sometext</a>
<img src="unswap.gif" name="someimage">
Forum:
JavaScript programming
07-23-2002, 08:25 PM
Replies:
3
Sending data about "this"
Views:
1,014
Posted By
Kevlar
But how do you define "this.href" as...
But how do you define "this.href" as "url"?
Forum:
JavaScript programming
07-23-2002, 08:19 PM
Replies:
3
Sending data about "this"
Views:
1,014
Posted By
Kevlar
Sending data about "this"
I need a link to execute a JS command (cmd()). How do I send the "this.href" of the "a" tag to the command and then execute according to that info?
Forum:
HTML & CSS
07-23-2002, 08:14 PM
Replies:
1
Working with Images
Views:
1,053
Posted By
Kevlar
Working with Images
How do you manipulate images using IMG tag attributes? I know this isn't openGL, but I also remember a tutorial (can't find it at the moment) that explained how to turn change alpha colors, etc...
Forum:
HTML & CSS
07-23-2002, 04:51 PM
Replies:
2
Inserting multiple tags
Views:
958
Posted By
Kevlar
Also, I've had some problems with CSS. When I use...
Also, I've had some problems with CSS. When I use the embed tag or the script tag, the src attribute doesn't seem to work on other page. But attributes like width and height work.
Forum:
HTML & CSS
07-23-2002, 12:48 AM
Replies:
5
can you clear a section of a form?
Views:
1,322
Posted By
Kevlar
Try this: <form name="form11"> <input...
Try this:
<form name="form11">
<input type="text" name="n0" value="Something you DONT want to clear"> <p>
<input type="text" name="n1" value="Something you DONT want to clear"><p>
<input...
Forum:
HTML & CSS
07-22-2002, 08:34 PM
Replies:
2
Inserting multiple tags
Views:
958
Posted By
Kevlar
Inserting multiple tags
How do I insert the following:
<STYLE>
<!--
A.ssmItems:link {color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}...
Forum:
General web building
07-22-2002, 08:14 PM
Replies:
1
DHTML Tutorial
Views:
1,540
Posted By
Kevlar
DHTML Tutorial
I need a DHTML tutorial which centers on creating navigation systems.
Forum:
HTML & CSS
07-22-2002, 07:10 PM
Replies:
12
CSS tag overlapping
Views:
1,769
Posted By
Kevlar
body {background-color: #000000} p.newsText...
body {background-color: #000000}
p.newsText {color: #c0c0c0; text-align: center; font-family: Tahoma; font-size: 15}
p.newsDate {color: #ffffff; text-align: center; font-family: Tahoma; font-size:...
Forum:
HTML & CSS
07-22-2002, 06:53 PM
Replies:
12
CSS tag overlapping
Views:
1,769
Posted By
Kevlar
Also, I want to make my link change style...
Also, I want to make my link change style onmouseover. How do I do this? onMouseover: color: red?
What about working with images? Also, how do I make the "title" thing appear with a custom bg and...
Forum:
HTML & CSS
07-22-2002, 04:37 AM
Replies:
12
CSS tag overlapping
Views:
1,769
Posted By
Kevlar
Well, right now I am using CSS to define simple...
Well, right now I am using CSS to define simple attributes for p and a tags. Is there anything special I need to know about CSS? Also, I am making a website on a free server. Are there any other...
Forum:
HTML & CSS
07-22-2002, 04:12 AM
Replies:
12
CSS tag overlapping
Views:
1,769
Posted By
Kevlar
CSS tag overlapping
Let's say I make a p.a1 tag and give it a red text color attribute. Then, I make a p.a2 tag and give it a bold style attribute. What will happen if I use both of those tags on a single line of text?...
Forum:
General web building
07-21-2002, 09:42 PM
Replies:
6
Templates
Views:
1,461
Posted By
Kevlar
What program do you use to make a header image...
What program do you use to make a header image and an image on the left side of the page? Like planetquake.com has.
Forum:
General web building
07-21-2002, 07:46 PM
Replies:
6
Templates
Views:
1,461
Posted By
Kevlar
Err....how do I create a template.
Err....how do I create a template.
Forum:
General web building
07-21-2002, 07:21 PM
Replies:
6
Templates
Views:
1,461
Posted By
Kevlar
Templates
How do I create a template for my website? Can templates be defined in CSS files?
Forum:
JavaScript programming
07-10-2002, 08:09 PM
Replies:
1
IE Commands
Views:
908
Posted By
Kevlar
IE Commands
You know the commands such as "view-source:" (views source)? Well, what is the command for save target as?
Showing results 1 to 25 of 28
Page 1 of 2
1
2
>
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
09:52 AM
.
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.