-
jQuery, points count up
okay, but as you know am sure, people do see them as two different codes, even though one is make up from the other. All I asked is if there were a quick fix.. if you like in jQuery for my problem. Really hoping your not one of them, don't want to offend you or anyone else, but all i did is ask a question that's the whole point f a forum i would think... again if i got the wrong end of the stick then am sorry really i am. thanks again for the help
-
jQuery, points count up
Thats javascript not jQuery plus it's built manually not part of the core which is what I was after but thanks anyway
-
jQuery, points count up
hey me again ha! just wondering if there is any kind of function or anything that works like number_format in PHP converts 1000 into 1,000 when echoed out, i don't like to display numbers without a comma looks messi , not sure if there is such a function, unless it is build manually? and then i could just throw it on the end of your code then should be a good script am going to try to animate it a bit more like what i referenced before sort of have them like cubes with numbers on each side of that cube then it rolls over to the next number till it reaches the final value. Don't no how that will work out but hey should look good if i get it right (Y)
-
-
jQuery, points count up
Thanks again man good to see people like you helping others out, been looking for a good forum been on others and you can get some people who are great with code (pros even) but are up there own ass about it talk to you like a stupid t***, anyway enough with the ranting thanks again
-
-
jQuery, points count up
When i said i was looking for the randomize i meant the first one sorry about that i think it looks better that the randomize one don't ya think, the randomize one look like it does not know what its doing if you get me and no ill not be just doing it after a click something like.. a user does something then goes check in a database then does some magic and then echo out value then use the animation to display.
-
-
jQuery, points count up
Like to start off by saying thanks and very nice. And yes the randomize it what i wanted but would not mind having both for future reference and ye jquery would be great. p.s well done on understanding what i put, more so when you were tired thanks
-
-
jQuery, points count up
This could be hard to explain but I'll give it a shot. in games you have a score/points, when you earn some points it will update your points like you would expect but some games do like an animation of some sort, so let's say your on 100 points and you gain 250 then you final value you would be 350 (wow am great at maths) but instead of going something like 100 to 350 in a flash it will go maybe something like 100, 154, 548, 687, 981, 342, but always end up at 350 (points that it would add up too 100 + 250) in a animation ad like to know if this can be done in jquery that's if you know what i mean by now probably not but still? The link below is kind of what am trying to get across but not exactly what i mean but hopefully will give you a better idea on what the hell am on about click the "text displayer" and that is sort of what i mean but with numbers Like this BIG THANKS
-
Human Check (Captcha) quick & easy
Hey I just updated the demos sorry about that on the Auto Suggest Search Dropdown PHP/jQuery v1 I put ( / ) for the path for the cookie so it conflicted
-
Human Check (Captcha) quick & easy
You will have to make sure you cookies are clear, if you seen my other demo the cookie may be conflicted. Let me know thanks.
-
Human Check (Captcha) quick & easy
Quick & easy Very simple way of stopping robots using specific parts of your website when you don’t want them too. Feedback would be good, but it's pretty straight forward. Wait... before you try the demo please clear your cookies for codiacz.com.. or it will not work correctly Check it out
-
Auto Suggest Search Dropdown PHP/jQuery v1
Thanks man, I do try
-
-
-
Auto Suggest Search Dropdown PHP/jQuery v1
If a user searches a guess that is already in to database then it will get a update value of 35 then if the user searches the same guess it will only update with a value of +1 if the user then again searches that same guess it will not update untill x amount of time has passed, you can obviously change all these settings to your own preferences. Also if the search does not already exist in the database as a guess then in will insert it. And no it search all of what you type it but only after two characters, the reason your search looks the way it does it because there is nothing else it can find after the first two characters you type so it just leaves those results, you can click the "learn more" link or just search anything and on the search.php you will see more info. thanks
-
-
Auto Suggest Search Dropdown PHP/jQuery v1
Just thought I would share a little project I been working on, feedback would be great thanks everyone. Does basically what any big search engine does. Check it out
-
sql data generators
That would take time and I am looking for something that does the exact opposite. e.g saves me time. Also it will help other people who would want to do the same as me. Saves everyone time.
-
-
wamp function GETDATE()
Seem to be on the right lines now. mysql_query("DELETE FROM table WHERE date < DATE_ADD(CURDATE(), INTERVAL -1 DAY);"); works