Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > How to do what Scott Schiller does

Reply
Thread Tools

How to do what Scott Schiller does

 
 
screaminmartin@gmail.com
Guest
Posts: n/a
 
      06-05-2006
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
 
 
 
 
Randy Webb
Guest
Posts: n/a
 
      06-05-2006
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
 
 
 
 
screaminmartin@gmail.com
Guest
Posts: n/a
 
      06-05-2006
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:
> 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
 
petermichaux@gmail.com
Guest
Posts: n/a
 
      06-05-2006
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
 
screaminmartin@gmail.com
Guest
Posts: n/a
 
      06-06-2006
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
wrote:
> 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
 
petermichaux@gmail.com
Guest
Posts: n/a
 
      06-06-2006
wrote:
>
> 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.

> 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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Question on article by Scott about "Shadow copy of an assembly" =?Utf-8?B?RGlmZmlkZW50?= ASP .Net 2 02-02-2006 11:11 PM
Scott Woodlands m1k30rz Case Modding 11 08-13-2005 04:15 AM
The name 'Scott' Scott Computer Support 17 01-01-2004 03:24 AM
The PShop book for digital photographers - Scott Kelby - Any good? Fishb8 Digital Photography 3 09-04-2003 05:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57