Forum: HTML / XHTML / CSS
Sep 3rd, 2006, 12:07 PM
|
|
Replies: 3
Views: 181
|
Forum: Coder's Corner Lounge
Aug 27th, 2006, 5:12 AM
|
|
Replies: 15
Views: 264
I used to use FlashFXP which is an excellent...
I used to use FlashFXP which is an excellent FXP/FTP app, but it's
not free [there is a free trial though.]
I use SmartFTP now though, which is available for free, and I really
like it. :)
|
Forum: HTML / XHTML / CSS
Aug 26th, 2006, 4:06 PM
|
|
Replies: 7
Views: 226
|
Forum: HTML / XHTML / CSS
Aug 26th, 2006, 12:27 PM
|
|
Replies: 7
Views: 226
Just apply text-align to the <h3>
<hr />
<h3...
Just apply text-align to the <h3>
<hr />
<h3 style="text-align:center;">
<span style="float:left;"><< Previous</span>
<span style="float:right;">Next >></span>
This should be in the middle.
<div...
|
Forum: HTML / XHTML / CSS
Aug 26th, 2006, 5:55 AM
|
|
Replies: 7
Views: 226
|
Forum: HTML / XHTML / CSS
Aug 16th, 2006, 2:58 PM
|
|
Replies: 5
Views: 268
|
Forum: JavaScript and Client-Side Browser Scripting
Jul 16th, 2006, 11:38 AM
|
|
Replies: 2
Views: 171
|
Forum: JavaScript and Client-Side Browser Scripting
Jul 14th, 2006, 12:03 PM
|
|
Replies: 20
Views: 660
|
Forum: HTML / XHTML / CSS
Jul 13th, 2006, 12:14 PM
|
|
Replies: 3
Views: 196
|
Forum: HTML / XHTML / CSS
Jul 13th, 2006, 10:07 AM
|
|
Replies: 3
Views: 196
|
Forum: HTML / XHTML / CSS
Jul 11th, 2006, 7:40 AM
|
|
Replies: 14
Views: 417
|
Forum: HTML / XHTML / CSS
Jul 10th, 2006, 12:32 PM
|
|
Replies: 3
Views: 167
|
Forum: HTML / XHTML / CSS
Jul 10th, 2006, 9:41 AM
|
|
Replies: 14
Views: 417
No, that's done so that the XML parser ignores...
No, that's done so that the XML parser ignores your JS and/or
CSS code.
Technically, you should not be putting your JS and CSS in the
<head>, it should be linked to in external files where the...
|
Forum: HTML / XHTML / CSS
Jul 10th, 2006, 6:31 AM
|
|
Replies: 14
Views: 417
Have a look at this...
Have a look at this thread:
http://www.programmingforums.org/forum/thread9024.html
You have made some very similar mistakes.
As for your 'tutorial':
Your comments are wrong. What you need...
|
Forum: HTML / XHTML / CSS
Jul 8th, 2006, 10:01 AM
|
|
Replies: 18
Views: 330
|
Forum: HTML / XHTML / CSS
Jul 7th, 2006, 3:38 PM
|
|
Replies: 18
Views: 330
|
Forum: HTML / XHTML / CSS
Jul 4th, 2006, 10:01 PM
|
|
Replies: 6
Views: 249
|
Forum: HTML / XHTML / CSS
Jul 4th, 2006, 1:51 PM
|
|
Replies: 4
Views: 219
|
Forum: HTML / XHTML / CSS
Jul 4th, 2006, 11:43 AM
|
|
Replies: 6
Views: 249
<p>s are funny things, they are indeed block...
<p>s are funny things, they are indeed block level elements
but unlike others such as <div>, the may not contain block
level children - only inline ones - so you can't put an <ul>
inside a...
|
Forum: HTML / XHTML / CSS
Jun 3rd, 2006, 5:21 AM
|
|
Replies: 5
Views: 305
|
Forum: HTML / XHTML / CSS
Jun 3rd, 2006, 5:20 AM
|
|
Replies: 11
Views: 421
|
Forum: HTML / XHTML / CSS
Jun 2nd, 2006, 2:12 PM
|
|
Replies: 11
Views: 421
|
Forum: JavaScript and Client-Side Browser Scripting
May 22nd, 2006, 9:39 AM
|
|
Replies: 7
Views: 311
|
Forum: JavaScript and Client-Side Browser Scripting
May 22nd, 2006, 5:05 AM
|
|
Replies: 7
Views: 311
You can use...
You can use this:if(document.frmPoste.elements['contact[]'].options[0].selected == true)
|
Forum: JavaScript and Client-Side Browser Scripting
May 15th, 2006, 8:03 PM
|
|
Replies: 15
Views: 380
I just can't agree with that. Scripts from...
I just can't agree with that. Scripts from DynamicDrive are almost
always unnecessarily bloated and complex; so implementation and
maintenance are very hard for an amateur.
Anyway, this is a JS...
|
Forum: JavaScript and Client-Side Browser Scripting
May 1st, 2006, 11:12 AM
|
|
Replies: 3
Views: 227
|
Forum: HTML / XHTML / CSS
Apr 28th, 2006, 7:32 AM
|
|
Replies: 44
Views: 1,176
|
Forum: HTML / XHTML / CSS
Apr 27th, 2006, 3:44 AM
|
|
Replies: 44
Views: 1,176
'Break-word...
'Break-word (http://www.brunildo.org/test/IEbreak-word.html)' is IE only.
Use something on the server to format the text correctly. PHP's
wordwrap (http://uk2.php.net/wordwrap), for example.
|
Forum: JavaScript and Client-Side Browser Scripting
Apr 24th, 2006, 4:55 PM
|
|
Replies: 3
Views: 301
|
Forum: HTML / XHTML / CSS
Apr 4th, 2006, 12:07 PM
|
|
Replies: 9
Views: 366
Have a look at...
Have a look at this.
http://www.positioniseverything.net/threecolbglong.html
|
Forum: JavaScript and Client-Side Browser Scripting
Apr 4th, 2006, 5:36 AM
|
|
Replies: 32
Views: 962
|
Forum: HTML / XHTML / CSS
Apr 3rd, 2006, 1:16 PM
|
|
Replies: 25
Views: 633
|
Forum: JavaScript and Client-Side Browser Scripting
Mar 31st, 2006, 4:03 PM
|
|
Replies: 32
Views: 962
While that may be true, it does not mean it is...
While that may be true, it does not mean it is right.
Last stats I saw placed the number of internet users browsing
without JavaScript at around 10%.
Writlaus, can you post a link to your site so...
|
Forum: JavaScript and Client-Side Browser Scripting
Mar 30th, 2006, 10:36 AM
|
|
Replies: 3
Views: 329
|
Forum: JavaScript and Client-Side Browser Scripting
Mar 30th, 2006, 10:34 AM
|
|
Replies: 2
Views: 267
|
Forum: HTML / XHTML / CSS
Mar 30th, 2006, 10:31 AM
|
|
Replies: 10
Views: 507
|
Forum: HTML / XHTML / CSS
Mar 27th, 2006, 4:07 PM
|
|
Replies: 12
Views: 394
Just an aside, the 'name' attribute of <a> has...
Just an aside, the 'name' attribute of <a> has been deprecated in
favour of ID. On top of that, it is not only <a> elements with names
you can link to, it is any element with an ID. For example, this...
|
Forum: JavaScript and Client-Side Browser Scripting
Mar 25th, 2006, 1:40 PM
|
|
Replies: 6
Views: 355
|
Forum: HTML / XHTML / CSS
Mar 25th, 2006, 9:00 AM
|
|
Replies: 14
Views: 739
You can whinge all you want, but to be honest,...
You can whinge all you want, but to be honest, the 'tutorial' is
basically crap. If you are gonna teach people the 'basics', you
have to at least teach them properly, and that does not mean
telling...
|
Forum: JavaScript and Client-Side Browser Scripting
Mar 24th, 2006, 6:36 PM
|
|
Replies: 2
Views: 209
|