Search Results

0
votes
2answers
68 views

possible to see where visitors are moving their mouse on website using javascript?

i know that there are websites which can detect where the mouse is moving on the screen on a website, and then display a movie of that visit. like robotreplay or clicktale. how do they do t …
0
votes
1answer
437 views

Get current URL from IFRAME

Is there a simple way to get the current URL from an iframe? The viewer would going through multiple sites. I'm guessing I would be using something in javascript. …
1
vote
4answers
381 views

How to get javascript to load another html file?

I am trying to create a bookmarklet, so that when you click on it, it will load example.com/yourdata.php in a div box. How can I make it get the data from example.com? IFRAME? or i …
0
votes
5answers
846 views

How to get screen resolution of visitor in javascript and/or php?

I would like to know the screen resolution of a visitor visiting my page so I can properly make a jquery thickbox cover about 75% of their screen. Solutions to the question or helping me so …
0
votes
1answer
373 views

Jquery - How to run a function onclick only if link is not dragged?

I am running thickbox and jquery ui draggable both on the same page, and they are conflicting. Jquery UI Draggable allows me to drag and drop things from one place to another with this code …
0
votes
6answers
643 views

What is Jquery’s alternative to Mootools MochaUI?

MochaUI is very intuitive and the modal iframes almost perfectly replicate Windows. Unfortunately, I have scripts written in Jquery that I use, …
0
votes
1answer
157 views

How to use YQL to retrieve web results?

Hi, I am having difficulty setting up a simple html file using javascript to display the results of YQL Query. I understand how to setup the select statement (example: select title, …
0
votes
4answers
283 views

Basic JSON question: How to parse JSON?

I am new to JSON and trying to recover some text from a JSON variable. The JSON variable is sent from a …
0
votes
3answers
149 views

How to get subset of string using Javascript/JQuery/JSON?

Hi, I want to get a subset of a string in Javascript. Currently, I only know how to store the entire string: I have this as a JSON variable with a callback to foo: foo({"res …
1
vote
4answers
125 views

Good Javascript plugin to display tooltip briefly on page load

Hi, I need a plugin which highlights/points to a div box on the page on page load. The tooltip should then be able to be closed and/or will disappear after a few seconds. I am having diffic …
2
votes
4answers
213 views

How does the “let me google that for you” site make an animated mouse?

How can I make an animated mouse move across the screen and click a button? It would be good for demonstration purposes! Ideally, it would be in javascript and/or jQuery. ED …
1
vote
3answers
105 views

Amazon S3 for Social Networks?

http://www.s3fm.com/ is really useful for uploading/viewing files for personal viewing. I was wondering if there was something good for so …
5
votes
7answers
219 views

What is the correct/safest way to escape input in a forum?

I am creating a forum software using php and mysql backend, and want to know what is the most secure way to escape user input for forum posts. I know about htmlentities() and strip_tags() a …
0
votes
1answer
74 views

How to display email inbox for Gmail, Yahoo, Hotmail, AOL using Javascript?

I would like to at least display items from the email inbox. (Similar to the new Yahoo homepage) Is this possible without server-side? How does Yahoo do it? Any client-side solution …
0
votes
2answers
144 views

Basic jQuery question: How to change iframe src by clicking a link?

I have an iframe that looks like this: <iframe src="http://www.google.com" height=1000 width="500" id="myiframe"></iframe> I want to create a link so that …

1 2 next
15 30 50 per page