|
#11
|
|||
|
|||
|
Hmm
Clicking works for me (FF 1.5.0.6 and IE 6.0) but the mouseover thingy is tricky. How do I implement a feature that scrolls while the mouse is over the component (div element) without having to move the mouse? I tried the mousemove event but this is only fired when moving as you have noticed
|
|
#13
|
||||
|
||||
|
that is cool!
__________________
i should say more clever stuff |
|
#14
|
||||
|
||||
|
Yea! Cool site too. It is interesting to see the pre-tweaked photos. Great tutorials about the making of certain images. Thanks!
Any idea on when you are going to share that code?
__________________
folkphotography |
|
#15
|
|||
|
|||
|
Glad you like my site and the addon, I'm currently very, very, very (and so on) busy, I'm hoping to release the addon in january...
Sorry for that, but I think quality is more important than speed
|
|
#16
|
|||
|
|||
|
Man am I close... it's working perfectly on my local web server (baring some minor IE vs FF formatting issues) but the one thing I'm trying to figure out is how to load/determine the number of images in the database to use it in my Javascript to create the control.
Otherwise, you can just keep scrolling to the right through space (not showing any images). If I set the number of entries, it'll stop at the last picture. I have an custom addon that builds the LI code from the tables... and I have the image count in that PHP code... but I can't figure out how I'm going to get that back into my code. I have some embedded JS code that creates the control but can't use typical addon functionality ($tpl = ereg_replace code) to pass this value into the JS... it doesn't get replaced. Any ideas? I'm new to the whole PHP JS HTML CSS thing... so I'm probably missing something obvious to try.
__________________
My Gallery |
|
#17
|
||||
|
||||
|
There's already a variable in the index.php file that contains the total number of posted images. The variable is $pixelpost_photonumb. You should be able to access this variable from within your addon.
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#18
|
|||
|
|||
|
The problem is that I need this number in my embedded javascript.
Adding those PP constants don't seem to work... either does adding the addon tags.
__________________
My Gallery |
|
#19
|
||||
|
||||
|
Why don't you generate the script dynamically within the addon, then insert it into the page using a new tag?
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#20
|
|||
|
|||
|
Dude, never thought of that!!
Or is there a way using AJAX techniques to somehow just call into some PHP to return the results into the JS? I don't know, I'm a web programming dummy
__________________
My Gallery |
| Post Reply |
| Thread Tools | |
|
|