8
votes
5answers
311 views
How to test on Live paypal site with dummy credit cards
Right now I am able to test credit card functionality on development server using test/dummy credit cards. But not able to test the same functionality on live server. Are there any …
5
votes
4answers
1k views
How to make live custom events in jQuery
jQuery has a really handy event binder called live() which will add events to DOM elements on the fly (even for the elements that will be added later to the DOM). The problem is th …
4
votes
4answers
74 views
Why the expression for live needs to be evaluated in jQuery
The following question is inspired by this blog entry at ajaxian.com and this comment by paul irish.
Here is a way to declare live event.
$("li a").live(...)
As per this blog …
4
votes
6answers
100 views
Any good tools for ensuring sites are live?
I'm looking for some recommendations for website tools to ensure that deployed sites are always live and available. Ideally, I'd like to have a decent reporting / messaging mechani …
4
votes
7answers
511 views
using Live HTTP Headers
On a website, I enter some parameters in a form, click on search and then get a page with a message "retrieving your results". After the search is complete, I get another page with …
3
votes
3answers
99 views
hardening drupal for a live deployment
Are there any special security measures to take when deploying a Drupal site to a production server?
For instance: I can imaging that we need to remove install.php from the root …
2
votes
0answers
81 views
How to stop programming and begin to live? [closed]
How to stop programming and begin to live?
2
votes
4answers
89 views
Does jQuery live use setInterval?
Is the jQuery live method using setInterval to update the events?
Does this affect performance?
2
votes
1answer
77 views
Can I get usable data in a jQuery live handler for a custom event?
jQuery now allows you to use live to handle custom events, something I've used in my latest project and found very handy. I have come up against a limitation/bug, however, that I'm …
2
votes
1answer
244 views
jquery livesearch?
I am looking for a nice quick live search/filter.
Anybody use this? http://rikrikrik.com/jquery/quicksearch/#usage
Also how do you combine it with pagination or ajax for large amo …
2
votes
2answers
460 views
jQuery: how to capture keypress key using live()
I need to capture a tab keypress event on some dynamic inputs, but the normal syntax using the keypress event doesn't seem to be catching the key code.
$('input').live('keypress', …
2
votes
2answers
138 views
How to use Microsoft Account in an openID site?
I am planning to build a site with openID authentication , most of my target users will register in the site using Microsoft accounts (hotmail/live/windowslive).
Is there anyway t …
2
votes
3answers
81 views
import data from web stream in c++
hi
i was wondering if is possible to import data from a live stream from a web site and perform computation on the data in real time? if this is possible what is the most efficie …
2
votes
2answers
385 views
Hotmail Alerts using Live API
Iam looking to write a C# application to alert the user when he gets an email on his hotmail account.
I have already gone through
http://www.codeproject.com/KB/IP/httpmail.aspx
…
2
votes
3answers
1k views
How to fix the “421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit” problem?
We run a large online community in the Netherlands. Because of that we send a lot of mail to the hotmail email addresses of our members.
Recently we have noticed that not all mail …
