Search Results

Showing results 1 to 40 of 348
Search took 0.03 seconds.
Search: Posts Made By: Troy III
Forum: JavaScript / DHTML / AJAX 3 Days Ago
Replies: 7
Views: 275
Posted By Troy III
Firefox doesn't provide such coding ability.
Forum: JavaScript / DHTML / AJAX 3 Days Ago
Replies: 12
Views: 774
Posted By Troy III
should have named that anonymous onload function since the beginning...
if(!this.addEventListener){
attachEvent('onload', namedFunction)}
else {addEventListener('load', namedFunction, 0)}
...
Forum: HTML and CSS 4 Days Ago
Replies: 2
Views: 222
Posted By Troy III
Can you please explain what went wrong?
( Describe the issue or send a link if available )
Forum: HTML and CSS 5 Days Ago
Replies: 8
Views: 413
Posted By Troy III
The problem with 'your opinion" is that you don't have an opinion.
Forum: HTML and CSS 5 Days Ago
Replies: 8
Views: 413
Posted By Troy III
Like what do you know about HTML4.01 that you would love to use HTML5 instead.
What are the extras that HTML5 offering to us and that IE5 didn't already (like a century ago)?
Forum: HTML and CSS 7 Days Ago
Replies: 4
Views: 398
Posted By Troy III
its the other way around
Forum: JavaScript / DHTML / AJAX 7 Days Ago
Replies: 4
Views: 310
Posted By Troy III
Here, - catch this:

function disableRefresh(netscape){
var F5=(netscape||event).keyCode;
if(F5==116){
if(!netscape){event.keyCode=0}
return false;
}
}...
Forum: HTML and CSS 8 Days Ago
Replies: 8
Views: 413
Posted By Troy III
Well, of course not!
Forum: JavaScript / DHTML / AJAX 14 Days Ago
Replies: 11
Views: 47,140
Posted By Troy III
...............
sh. this thread is oldddd....
Forum: HTML and CSS 15 Days Ago
Replies: 51
Views: 2,446
Posted By Troy III
Doc-type has absolutely nothing to do with SEO!
You have to understand that DTD, - specified or omitted - can't affect SEs in any possible way; As web designers - we don't, and we cant optimize...
Forum: HTML and CSS 15 Days Ago
Replies: 10
Views: 602
Posted By Troy III
:') no not even then lady skunk, not even then. :'D
Forum: HTML and CSS 16 Days Ago
Replies: 10
Views: 602
Posted By Troy III
Sorry, but css: vertical-align has no effect on divs, -therefore ...
Forum: HTML and CSS 17 Days Ago
Replies: 3
Views: 423
Posted By Troy III
No -Explorer is acting as expected and as it normally should.
It doesn't have the "bleeding content" bug you are rellying on to get your layout idea into practice here.
The content should never...
Forum: HTML and CSS 17 Days Ago
Replies: 51
Views: 2,446
Posted By Troy III
Well sun, I don't mean to argue with you by stating that I code since summer 1996, but since you've asked, you do the math.

Let Search Engines go into text only-mode if you like, that's even...
Forum: HTML and CSS 17 Days Ago
Replies: 51
Views: 2,446
Posted By Troy III
Because you are wrong!
"make search engines go into "Quirks Mode" "
Search engines dont go into any kind of mode, and even if they do, who cares?!
And what's so notoriuosele bad about "quirks...
Forum: JavaScript / DHTML / AJAX 17 Days Ago
Replies: 14
Views: 40,030
Posted By Troy III
If you are targeting Explorer only
you can always use a super lightwieght DSO to access data
go to MSDN and search for "Data Source Object" you'll find all that you need.
Forum: HTML and CSS 17 Days Ago
Replies: 10
Views: 602
Posted By Troy III
he needs to vertically align in the middle,
as I already mentioned with his actual code structure and his existing styles it can be fixed by simply removing the DIV wrapping his Image in TD...
Forum: JavaScript / DHTML / AJAX 17 Days Ago
Replies: 1
Views: 288
Posted By Troy III
try alerting "i" at the end of the loop and tell us what's the value of it
if it is 110 as opposed to 62 items displayed your loop is skipping - pre counting during if(st=='') conditional.
Forum: JavaScript / DHTML / AJAX 17 Days Ago
Replies: 2
Views: 284
Posted By Troy III
This can make it 333

Test this code in your addresbar:
javascript: alert(333.33333.toFixed())
implement it if you like it.

You can also do things like:
3215.3248566432.toFixed() //gives...
Forum: HTML and CSS 18 Days Ago
Replies: 51
Views: 2,446
Posted By Troy III
Do you mind if I ask you:
Why do you Insist on him that he should use them anyway???
Forum: HTML and CSS 18 Days Ago
Replies: 10
Views: 602
Posted By Troy III
Sorry for asking but
Are you sure you understand his question?
Forum: HTML and CSS 18 Days Ago
Replies: 2
Views: 611
Posted By Troy III
Hello unthankfull.
- Why don't you mark the thread "solved"?
p.s.:
(by the way: Its something that we all can see, right from your site!)
Forum: HTML and CSS 20 Days Ago
Replies: 5
Views: 300
Posted By Troy III
you should mark "this thread solved" than.
Forum: JavaScript / DHTML / AJAX 20 Days Ago
Replies: 6
Solved: Link with Focus
Views: 506
Posted By Troy III
No..., its exactly like that.
Inline scripts are, 'a bad coding practice' everybody agrees upon. Me to.
The onfocus event gets fired when element receives focus. That's all you need to know. And...
Forum: HTML and CSS 20 Days Ago
Replies: 51
Views: 2,446
Posted By Troy III
The HTML online validator can't tell where the arror ocurred exactly. Tries to narrow the posibility by selecting the first element the error triggered and the last one suffering it. In this case,...
Forum: HTML and CSS 20 Days Ago
Replies: 8
Views: 293
Posted By Troy III
Since years now, html element is a part of the document layout. You are seing the gap padding of the html now

you dont need the * selctor of course, its tricky and will cause much trouble as you...
Forum: HTML and CSS 20 Days Ago
Replies: 5
Views: 300
Posted By Troy III
The document flow must always follow the visual flow therefore the obvious is to order the alements according to that flow...


Therefore (for it to Function) you should make (the hilighted)...
Forum: JavaScript / DHTML / AJAX 20 Days Ago
Replies: 6
Solved: Link with Focus
Views: 506
Posted By Troy III
someLink.onfocus=doYourThing

Where "doYourThing" is the function you want to invoke when that paricular link has recieved focus.
Forum: HTML and CSS 20 Days Ago
Replies: 5
Views: 300
Posted By Troy III
float the image to the left
css:
.logo {float:left}
Forum: JavaScript / DHTML / AJAX 20 Days Ago
Replies: 2
Views: 332
Posted By Troy III
so what?
Forum: HTML and CSS 21 Days Ago
Replies: 2
Views: 202
Posted By Troy III
You'll need a server side solution for this,
try this link for a start
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=189
Forum: HTML and CSS 21 Days Ago
Replies: 2
Views: 611
Posted By Troy III
don't worry they want!
you've coded for firefox and firefox it gave.

there are two ways of fixing this, you either give your images enough space (width) to fit in that container, or you force...
Forum: HTML and CSS 21 Days Ago
Replies: 10
Views: 602
Posted By Troy III
The "valign" property does not propagate from the parent to its children children!

Try testing that scenario of yours with static HTML first.
This way you can see where lies the problem.

But...
Forum: JavaScript / DHTML / AJAX 22 Days Ago
Replies: 6
Views: 573
Posted By Troy III
could it be the other way around, because if it really happens to be an IE "bug" you should post back at Microsoft -'cause we cant fix browsers.

Why don't you check you code instead of 'repoting...
Forum: JavaScript / DHTML / AJAX 22 Days Ago
Replies: 4
Views: 296
Posted By Troy III
of course, thats because your border doesn't have a color for you to see it, you sould set the bordercolor also. Or assign a previously defined class instead. it keeps things cleaner.
Forum: JavaScript / DHTML / AJAX 22 Days Ago
Replies: 7
Views: 1,123
Posted By Troy III
You are kidding, right?!
No matter what broswer you test this on, will not work at all.
Although invisible to novice attention. What 'explorer'?! It contains errors, javascript errors, therefore...
Forum: HTML and CSS Oct 16th, 2009
Replies: 9
Views: 670
Posted By Troy III
Expired or Illegal copy perhaps?!
"Sorry, the Windows 7 RC is no longer available for download. The general release version of Windows 7 will be available on October 22, 2009."
Forum: JavaScript / DHTML / AJAX Oct 15th, 2009
Replies: 8
Views: 20,879
Posted By Troy III
Hey there!
You sholuld use:
location.replace("http://yourRedirPage.ext");
instead - and congrats! :')
- you're done!
Forum: JavaScript / DHTML / AJAX Oct 14th, 2009
Replies: 8
Views: 1,543
Posted By Troy III
Yes, you simply delete it!


Just change the play button code from:
<INPUT TYPE="BUTTON" VALUE="Play" OnClick="Player.controls.play()">
into:
<INPUT TYPE="BUTTON"...
Forum: JavaScript / DHTML / AJAX Oct 13th, 2009
Replies: 8
Views: 1,543
Posted By Troy III
This is interesting ....[?!?] still haven't found anything working for you on internet?!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html>...
Showing results 1 to 40 of 348

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC