Posts: 165
Location: Santa Monica, CA
|
I can tell you, those 250 pages were from a "Missing Manual" Javascript book, that is so miserably written it's not helping a lot.
I am simply trying to get a web gallery as it written on my web page.
Doesn't work.
The problem has to do with the relationship of Javascript code and the CSS file connected to the html document in which the javascript code is embedded.
Missing manual writer Farland didn't even mention how Javascript and CSS has to work together.
Therefore, my images also open on a separate page.
But that's usual when you start this kind of thing. First you just fix and fix and it still doesn't work.
So, I'm currently examining the relation between the variables mentioned in the Javascript and the same variables mentioned in the CSS.
Too good, that slightly clueless missing manual writer McFarland spent endless pages on regular expressions (a kind of analytical, structural description of different kinds of file names), but forgets to bind CSS and Javascript together. After all, these two are very much connected, and JQuery is Javascript that's very CSS oriented.
But that's often the case with bad books. Endless pages of blablabla, and the key moments are brushed over, because these key moments are difficult to describe.
So, you may feel alone, but you're not alone.
Last edited by World; 10-28-2009 at 07:36 AM..
|