HighDots Forums  

How to do what Scott Schiller does

Javascript JavaScript language (comp.lang.javascript)


Discuss How to do what Scott Schiller does in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
screaminmartin@gmail.com
 
Posts: n/a

Default How to do what Scott Schiller does - 06-04-2006 , 09:03 PM






I am very new to javascript. Basically I could use some guidance on
how to replicate what Scott Schiller does with the animation on his
website (http://www.schillmania.com). I want my website to do the
sliding photo and photo-shade effect. I'd appreciate any help anyone
can give me. Thanks!


Reply With Quote
  #2  
Old   
Randy Webb
 
Posts: n/a

Default Re: How to do what Scott Schiller does - 06-04-2006 , 10:33 PM






screaminmartin (AT) gmail (DOT) com said the following on 6/4/2006 9:03 PM:
Quote:
I am very new to javascript. Basically I could use some guidance on
how to replicate what Scott Schiller does with the animation on his
website (http://www.schillmania.com). I want my website to do the
sliding photo and photo-shade effect. I'd appreciate any help anyone
can give me. Thanks!

Right click> View source.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/


Reply With Quote
  #3  
Old   
screaminmartin@gmail.com
 
Posts: n/a

Default Re: How to do what Scott Schiller does - 06-04-2006 , 11:02 PM



Maybe I should calrify: I'm new to JAVASCRIPT. I've been coding CSS
and HTML for years, however javascript has been mostly cut-and-paste
for me.

Thank you for your suggestion, however I have already been studying the
code for weeks. Any REAL help would be appreciated. Thank you.

-Tim

Randy Webb wrote:
Quote:
screaminmartin (AT) gmail (DOT) com said the following on 6/4/2006 9:03 PM:
I am very new to javascript. Basically I could use some guidance on
how to replicate what Scott Schiller does with the animation on his
website (http://www.schillmania.com). I want my website to do the
sliding photo and photo-shade effect. I'd appreciate any help anyone
can give me. Thanks!


Right click> View source.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/


Reply With Quote
  #4  
Old   
petermichaux@gmail.com
 
Posts: n/a

Default Re: How to do what Scott Schiller does - 06-04-2006 , 11:26 PM



screaminmartin (AT) gmail (DOT) com wrote:
Quote:
Maybe I should calrify: I'm new to JAVASCRIPT. I've been coding CSS
and HTML for years, however javascript has been mostly cut-and-paste
for me.

Thank you for your suggestion, however I have already been studying the
code for weeks. Any REAL help would be appreciated. Thank you.
I think Randy's comment was pointing out that there is no simple answer
and that is a lot to ask for here. If you have been programming valid
HTML and CSS for years you are in a good position to start learning
about JavaScript. Buy javascript: The Definitive Guide by David
Flanagan from O'Reilly and start learning the basics. Learning
JavaScript is a big task. It is a bit of strange language if you are
used to C++, Java or Ruby class-based inheritance.

Someone might suggest you use www.script.aculo.us to achieve your goal.
This library depends on Prototype.js which would be very confusing for
you to learn if you don't know Ruby. It is also considered a bad choice
here.

http://www.javascripttoolbox.com/bes....php#prototype

I'd recommend that _after_ reading the Flanagan book you check out the
Yahoo! UI animation library

http://developer.yahoo.com/yui/animation/

I haven't used it but other parts of the Yahoo! UI library are good.

Also for after reading the book, the best link I have found about
JavaScript is

http://kevlindev.com/tutorials/javas...ance/index.htm

Good luck,
Peter



Reply With Quote
  #5  
Old   
screaminmartin@gmail.com
 
Posts: n/a

Default Re: How to do what Scott Schiller does - 06-06-2006 , 04:18 PM



Thanks Peter,

All I want to do is replicate the motion of the initial photo (it
slides north on the page) and the animation of the shade (when the
toggle is clicked it slides down to reveal the entire photo. Certainly
someone can help me.

In the meantime I'll take a look at the Yahoo! UI and the tutorial.
Thanks a lot for the suggestions.

-Tim
petermichaux (AT) gmail (DOT) com wrote:
Quote:
screaminmartin (AT) gmail (DOT) com wrote:
Maybe I should calrify: I'm new to JAVASCRIPT. I've been coding CSS
and HTML for years, however javascript has been mostly cut-and-paste
for me.

Thank you for your suggestion, however I have already been studying the
code for weeks. Any REAL help would be appreciated. Thank you.

I think Randy's comment was pointing out that there is no simple answer
and that is a lot to ask for here. If you have been programming valid
HTML and CSS for years you are in a good position to start learning
about JavaScript. Buy javascript: The Definitive Guide by David
Flanagan from O'Reilly and start learning the basics. Learning
JavaScript is a big task. It is a bit of strange language if you are
used to C++, Java or Ruby class-based inheritance.

Someone might suggest you use www.script.aculo.us to achieve your goal.
This library depends on Prototype.js which would be very confusing for
you to learn if you don't know Ruby. It is also considered a bad choice
here.

http://www.javascripttoolbox.com/bes....php#prototype

I'd recommend that _after_ reading the Flanagan book you check out the
Yahoo! UI animation library

http://developer.yahoo.com/yui/animation/

I haven't used it but other parts of the Yahoo! UI library are good.

Also for after reading the book, the best link I have found about
JavaScript is

http://kevlindev.com/tutorials/javas...ance/index.htm

Good luck,
Peter


Reply With Quote
  #6  
Old   
petermichaux@gmail.com
 
Posts: n/a

Default Re: How to do what Scott Schiller does - 06-06-2006 , 05:15 PM



screaminmartin (AT) gmail (DOT) com wrote:
Quote:
All I want to do is replicate the motion of the initial photo (it
slides north on the page) and the animation of the shade (when the
toggle is clicked it slides down to reveal the entire photo. Certainly
someone can help me.
I doubt someone is going to write code for you. You'll have to try
first.

Quote:
In the meantime I'll take a look at the Yahoo! UI and the tutorial.
The Yahoo! UI libray will not make what you want happen in one line of
code. You'll have to dig in and learn some JavaScript. After you have
tried to code it yourself and then if you have questions about the
Yahoo! UI library the best place to ask is that mailing list

http://developer.yahoo.com/yui/#support

Good luck

Peter



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.