I'm curious to know the differences between the bind and live functions.
To me they seem to be almost identical.
I read this, but it didn't tell me about the differences...
Thanks!
...
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 to use Microsoft accounts as openID?
...
Hi,
In order to choose categories, I want to use dropdown lists. Each list contains one level of categories. So it's: top level, sub, subsub, subsubsub etc. Every level is dynamically retrieved thru a script 'getcat.php'. It shows a object.
The retrieval so far works with the code underneath. However, Since it's form, i want to get th...
A client has a live video stream and a Silverlight player, we would like to add closed captions to the player. However, due to lag we need a way of synchronising the video and the captions.
TimelineMarkers (http://msdn.microsoft.com/en-us/library/system.windows.media.timelinemarker(VS.95).aspx) seems like the way to archive this, how...
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', function (e) {
if ( e.which == 9 )
alert( 'Tab pressed' );
});
This seems to be catching 0 as the keypress when I go through the debugger in fireb...
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 dummy credit cards, with which we can test the same on live site?
...
I really like the MSN notification popup. Basically the popup you see when you receive a new email etc. I'd like to put timers and set times so I, for instance, get a popup at 2PM saying "Don't forget..." I know I could make my own notification bubble but I'd prefer the WLM one.
Thanks
...
Does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. I am moving a project from Web Forms to a MVC solution and do not want to rebuild the database so ASP.NET Membership mentioned in windows-live-id-in-asp-net-mvc is not a valid solution.
And just to avoide this question the customer not...
This is not exactly very programming- but we are hosting a code hacking section every week. Now we have a guy left our origin and working oversea, but he still would like to join our event :) So the question is how can we do a live screencast from our Mac to him? The constraints are as follows:
It has to be live- not pre recorded. An o...
Hi,
I have build a quite complex widget which contains "some kind of
form". It has a form tag, but I'm loading a lot of stuff in there via
Ajax etc. Cannot explain it in detail, and the code is too long to
paste in here.
Now, in a "live('click', function()" I use for one of the form fields,
I'm writing a couple of values into hidden fi...
Hi, how can i get the content on enviroment agency website to load up on my site.
i want the current flood warnings so the users of the site can see them
The warnings are at
http://www.environment-agency.gov.uk/homeandleisure/floods/31618.aspx
Nothing i do seems to work, can get them there but not change on page refresh as they chang o...
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 directory. Are there any more actions?
Or is there maybe a module available which checks the site for "world readiness"
...
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 amounts of data?
Code:
HTML:
<form method="get" autocomplete="off" action="">
<input type="text" value="" name="q" id="q"><br><br>
</form>
<ul id="posts">
<li>...
Hello guys, I'm new with Red5. I would like to know how can I take a stream from a port (something like this rr.tt.yy.uu:1234) and publish it using Red5. I was looking the oflaDema and the Simple Broadcaster, but this only takes the camera and I need to take the stream. Can you help me please?, may be with an example or a guideline.
Th...
I work on front end development and am looking to find a solution for working with javaScript between (non compressed and multiple files) development environment and (compressed and combined files) live environment.
I have found a solution with CSS which means that I only need to include one global CSS file with imports, then we combine...
I am having an issue applying css dynamically to a loaded div using the load() function. The html being loaded is found, and it is inserted, and I can use a close command. However the css I am trying to apply is not being registered. Everything seems to work fine minus the dynamic css. I think I may have something wrong or an incorrect f...
Is there a script somewhere (doesn't matter what language although it would be best if it can run on linux) that can fetch for simple things from the hotmail/live mail web page? Of course the main motivation for this is that hotmail does not allow for IMAP access and their pop access is limited to 15 minute check and YET still does not p...
Im using windows media encoder 9,windows media services 2009,windows media server 2003 for live streaming audio........how can i configure for pull method in windows media services
what are all the steps should i follow for live streaming......Please give me some links to configure the windows media services....
pls help im waiting for ...
When I add something of the class "myClass" I want to call a function on this element.
It would be something in the lines of:
jQuery(".error_message").live("load",function(){
alert("test"+this);
});
... except this doesn't exist.
What's the best way of doing this?
...
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 hoping someone will be able to help me with.
When you trigger an event, you can pass additional array of data too, like this:
$(this).trigger('custom', ['f...