The problem is, the first person to win can then spread the url of the winning page around and you'll have no way of knowing the real winner from the copies.
Again, you do not want to get involved...
Type: Posts; User: Brillig; Keyword(s):
The problem is, the first person to win can then spread the url of the winning page around and you'll have no way of knowing the real winner from the copies.
Again, you do not want to get involved...
That definitely sounds like server side. Pick the random page in your server side and insert into the href.
If you are picking a "winner" you need to avoid javascript completely for this. Anyone...
Just curious, why would you want an APNG version?
You should be able to find plenty of sources willing to let you host their games. I googled on:
"games integrate your site"
and saw several on the first page.
I would suggest using the Jquery version. If someone on an older version of IE gets a little jump, that's what they should expect for using an old IE version. Along with square corners when other...
If you have the folder structure set up the same way, it should work.
Are you getting the red x where the image should be? One quick way to diagnose with Chrome (or Firefox with Firebug...
Yes, if you're trying to do what it seems like, use
position:fixed;
top:0px;
right:1px;
And set the top and right where you want them. You'll also probably need to set the height and width...
I'm not sure what you mean. Use an iframe where?
They 4shared.com site probably has a script that "breaks out of frames".
I have read it three times and still can't decipher what the question is.
Dino, maybe you could restate the issue you're having?
You can actually click on three different thumbnails and get all three different pictures on top of each other.
You mean you forgot to refresh your browser? Or you forgot to update this forum?
What exactly do you mean by making the menu opens in the white box?
I'm seeing latin show up when the menus click.
It is amazing, versions were so far between for so long. How long did it take just to get to 3? Suddenly, bam! bam! bam!. 4! 5! 6!
I've become a Chrome convert but I still keep FF around for...
Generally good practices is never to delete any records, except for certain specific circumstances.
Easiest thing to do is set up a VIEW that excludes anything older than a day based on timestamp...
Your column names are dynamic?
You sure about that?
Another thing to try is the good old fashioned font treatment and color choice. Pick an interesting, distinct font (bold versions often work well) and a distinctive color.
This is very achievable...
Your question isn't entirely clear, but it seems like you don't need the like and the %.
If the data from the field is
'36,37,38,39,40,41,42'
And you want to return all those sizes, it's...
If I understand your question correctly, you would set up a UNIQUE index on intUserId and intFollowId.