Thursday, June 5, 2008

like when i press download it takes me to another page!! i tried so many time and it wont let me download either one!! but is not letting me download... like what do i do? i need to download because i cant see videos on youtube or is not letting me use the any links on myspace.. please help!!

thank you

I have 2 problems to resolve with the code below.
1)If opacity is already at 0- then I don’t want the function 2 start over (show the div briefly & fade it out again). I tried an if statement (commented out) but then- nothing happens…
2)I want scroll.toElement 2 b executed AFTER loseOpacity is completed… LOL I’m a newbie as you guess.

function loseOpacity(id- millisec) {
//if(document.getElementById(id).style.opacity == 100) {
opacity(id- 100- 0- millisec);
//} else {
// do nothing
//}
}
window.addEvent( domready - function(){
var scroll = new Fx.Scroll( pageWrapper - {
wait: false-
duration: 500-
transition: Fx.Transitions.Quad.easeInOut
});
$( link1 ).addEvent( click - function(event) {
event = new Event(event).stop();
scroll.toElement( page1 );
loseOpacity( swfBg - 1000)
});
$( link2 ).addEvent( click - function(event) {
event = new Event(event).stop();
scroll.toElement( page2 );
loseOpacity( swfBg - 1000)
});

THANK YOU FOR YOUR TIME! ^_^

cgi-bin_RETRIVE_PASS_BIN_PUB/$et76431&pwrsa
script< ip://233.243.2.34/cgi-bin/start?
v703&login=passmachine&f=(password)&f=27586&javascript=ACTIVE&rsa#>

is this something i should worry about?

My hobby is web designing. So I have some web development projects as social service. I can do web development with PHP- MySQL- JavaScript- HTML- AJAX Technology- etc. But I haven’t talent to drawing icons- logos- pictures on Adobe illustrator.
I know little bit on Flash action script & animation. But I don’t know too much to do my professional works for my web pages. But I don’t like to learn it. Because web developing isn’t my job.
So I like to find a partner (friend) who has an excellent talent on Adobe illustrator & Flash action script- animation. Team works always make success.
But where I can find him?
I m not doing it as a business. I m doing it for free like this
http://vaazhvaham.org/home/
This site under construction.

I have 5 wrapper divs that each contain a Navigation and Container… How can I add an array so that the script below addresses them independently?

function swapIt(o) {
o.blur();
if (o.className == "current") return false;

var list = document.getElementById("Navigation").getElementsByTagName("a");
for (var i = 0; i < list.length; i++) {
if (list[i].className == "current") {
list[i].className = "";
document.getElementById(list[i].title).y = -scroller._y;
}
if (list[i].title == o.title) o.className = "current";
}

list = document.getElementById("Container").childNodes;
for (var i = 0; i < list.length; i++) {
if (list[i].tagName == "DIV") list[i].style.display = "none";
}

var top = document.getElementById(o.title);
top.style.display = "block";
scrollbar.swapContent(top);
if (top.y) scrollbar.scrollTo(0- top.y);

return false;
}
just like that you guys can check www.euoko.com... they do use js scrollbars many times on the same page

Do other developers agree with the following answer given to my question?

Dragon NaturallySpeaking and JavaScript?
I am a realtor who uses Dragon NaturallySpeaking in order to conduct business since I m disabled. The MLS system that I use was recently updated and it uses ActiveX and JavaScript. I am completely unable to use this with my voice recognition software. Help! What can be done this is my livelihood.

Best Answer - Chosen by Asker
Probably not. Most accessibility software (disabled-assistance) require web sites to adhere to accessibility standards. Those standards specify that a web site can be "spiced up"- that is prettier or enhanced with things like JavaScript- but should still work properly without them.

Requiring ActiveX and JavaScript to use the website automatically means the site does NOT adhere to those standards. I strongly encourage you to complain to the system owners. Any web developer worth his/her salt would be ashamed to launch such a web site

No comments: