Hi all -
I've got to a basic/intermediate level of skill with PHP, Zend and vanilla JS/jQuery and I'm looking to invest some time in learning some new technologies (for career purposes and also for...
I've been studying MVC/OOP, trying to roll my own as an exercise. I've set up an FC of sorts - it takes parameters from the $_GET array and loads the appropriate sub-template into a master template...
thanks for your time Vic. It's no biggy, just an investigation. I could always use a library (or your own script - thanks) for this,but I just want to gain a better understanding of coding for...
Thank you for that Vic! Yet I was rather hoping someone could help me with the code I've pasted up - I could easily just implement a fade effect by pasting in someone else's technique, this is more...
Hi all,
I wonder if anyone can help me with this script:
As it stands, the image fades out on mouseover, and reappears on mouseout (with a delay to prevent flickering). However, the effect only...
Many thanks for the detailed response - I apologise for posting the same question across multiple boards, but I fear I would start self harming if I didn't figure out what was going on. I've just...
Can anyone help me understand what's wrong with my application of the setTimeout function? I'm guessing it's a scope issue from what little I've gleaned about working with this function. I'm new to...