0
votes
1answer
26 views
PHP/SQL Cycle items every x minutes.
Hi all!
I have a friend who runs an online auction website. He currently has a featured items section on the homepage that he wants to have cycle an item every X amount of minute. …
0
votes
1answer
12 views
How to cycle through xcode windows (or open ‘help’ within the bottom pane)?
Hi. I'm using a MBP...
In Xcode 3.2 the help/reference pops up in a new window when I ALT, CMD, DOUBLECLICK on a class name**. In previous versions it looks like it used to open u …
0
votes
2answers
39 views
Removing active class and adding it to a sibling
Currently, I have a jQuery Cycle plugin that allows the image to scroll.
With it's callback I am calling this function
function onAfterVideoScroll() {
$('.myRemote.active').rem …
0
votes
1answer
65 views
Jquery Cycle Plugin
I've been using the jquery cycle plugin (malsup.com/jquery/cycle) and it's doing exactly as I want except that it doesn't seem to recognise the first slide as slide one. I'm using …
0
votes
1answer
35 views
Jquery Cycle + Firefox Squishing Images
Hey guys, I'm running jQuery Cycle for an image gallery. View the link: Here
My problem is that the images are getting squished when viewed in firefox. The problem disappears when …
0
votes
3answers
156 views
JQuery Cycle Plugin doesn’t work in IE - Who can help?
Hi,
I am currently developing a site for a client which uses the JQuery cycle plugin to move through a number of divs which contain pictures and info about wedding dresses.
All w …
1
vote
3answers
80 views
Enumerating All Minimal Directed Cycles Of A Directed Graph
Hello!
I have a directed graph and my problem is to enumerate all the minimal (cycles that cannot be constructed as the union of other cycles) directed cycles of this graph. This …
0
votes
1answer
40 views
jQuery cycle page with links
I am using the cycle plugin with pager functionality like this :
$j('#homebox')
.cycle({
fx: 'fade',
speed: 'fast',
timeout: 9000,
pager: '# …
0
votes
1answer
10 views
Cycle Pager auto advance with Pause/Play
hi guys
i've managed to work out who to make a pager gallery using the cycle plugin WITH auto advance
$(function() {
$('#s4').before('<div id="nav" class="nav">').cycle({
…
0
votes
5answers
79 views
finding cycle of 3 nodes ( or triangles) in a graph
hi all,
i am working with complex networks. I want to find group of nodes which forms cycle of 3 nodes ( or triangles) in a given graph. As my graph contains about million edges, s …
0
votes
1answer
51 views
jQuery cycle plugin with transparency in IE
After much searching I managed to find these two Cycle plugin options to allow for transparency in Internet Explorer cleartype: true, cleartypeNoBg: true,
The problem I'm getting …
0
votes
4answers
117 views
Is IE supports JQuery [closed]
hi
i have a carousel code which is not working in all browsers not in IE (even IE+6). find the
code mycarouselcode
0
votes
1answer
124 views
jQuery cycle plugin customizing
I'm using the jQuery Cycle plugin to start a slidshow of images when hovering over the initial image. This works fine. What I want after that is to have the slideshow stop when hov …
0
votes
1answer
21 views
jQuery cycle plugin - Stopping
I have my page setup to start an automatic scroll of images (with the cycle plugin) when you hover over it's category link. That works fine. What I want now is to have the automati …
1
vote
2answers
36 views
PHP + MySQL Cycle Queue
I just accepted a similar question (http://stackoverflow.com/questions/1690748/php-mysql-queue), but I realized that it wasn't the correct question for my problem, but was the corr …
