live

iPhone - is there any way to look at the core data store for a live app?

I've got a live app on the app store that's producing some strange results when the user upgrades versions that I can't reproduce in my dev environment. Does anyone know of a way to inspect the core data store of a live iPhone app? ...

Why won't .live() work with my custom event, but .bind() will?

I'm thinking it's a bug, but as of 1.4.2, .live() is supposed to support custom events. Here's a quick little demo: http://jsbin.com/erofi/edit Is it a bug, or am I doing something wrong with my triggers? ...

Broadcast live video from web-cam via plug-in

Hello guys! Could you please suggest me what kind of software should I use to broadcast live video from webcam? Web-cam is connected via USB to my server. I want to broadcast video from my webcam on my web-page (HTML, ASP.NET - doesn't matter). I don't want to develop video broadcasting from the beginning - it takes a lot of time to impl...

[WEB] Local/Dev/Live deployment - best workflow

Hello, situation We our little company with 3 people, each has a localhost webserver and most projects (previous and current) are on one PC network shared disk. We have virtual server, where some of our clients' sites and our site. Our standard workflow is: Coder PC → Programmer localhost → dev domain (client.company.com) ...

Need help with implementation of the jQuery LiveUpdate routine

Hey all, Has anyone worked with the LiveUpdate function (may be a bit of a misnomer) found on this page? It's not really a live search/update function, but a quick filtering mechanism for a pre-existing list, based on the pattern you enter in a text field. For easier reference, I'm pasting the entire function in here: jQuery.fn.liv...

how to make Red 5 to add to read pure FLV incoming stream?

So... I have FLV stream which can be broadcasted by some user. It vill be live, compressed flv stream. How to make Red 5 add it to list of broadcasting streams (BTW: I do not want Red5 to reencode or do anything with that data - just be able to share live data from it on requests.) Any Java class example to do this? or special lib? or ...

Video Streaming

First I need to state that I am not the developer so I will state the issue in business terms but please respond with a technical solution as I will be passing on your posts to the developer. We are building a web based application in SilverLight and WPF that consists of communication between a customer service rep and a customer. The ap...

How to use JQuery to remove dynamic content?

I have an html page that is generated by a CMS. I cannot modify the page, but can add JavaScript. Each time the page loads, a JavaScript function (that I cannot modify) dynamically inserts a paragraph onto the page. How can I use JQuery to .remove() that paragraph whenever it is loaded? For example, when the page first loads, it look ...

jQuery Plugin to update live a <li> from PHP

Hi, is there any jQuery plugin to create something like the live feed from the Twitter Main Page , using PHP, which is getting the data from a MySQL database? How has to be the PHP file? Thanks. ...

jQuery event handling with .live() problem with setInterval and clearInterval

jQuery 1.4.2: I have an image. When the mouseover event is triggered, a function is executed that runs a loop to load several images. On the contrary, the mouseout event needs to set the image back to a predetermined image and no longer have the loop executing. These are only for the images with class "thumb": $("img.thumb").live("mous...

jQuery - Why is "live" inefficient? And how can we measure that?

why do programmers say that "live" is inefficient? So what are the alternative methods to replicating that function that are more efficient? How do we measure the impact of how much it slows things down? ...

WPF integrate Windows live authentication for Microsoft health vault

Hi all, I'm just wondering if there's any way for WPF application integrated with windows live ID? and it's actually for windows health vault [www.healthvault.com] so health vault is using windows live id or open id to login into their system. and what i gonna do is, creating wpf application (instead of web application) for health vaul...

Tech necessary to build a live video chat site?

Hi, I'm looking to build a live video chat site. Before writing a project description, hiring a developer, etc., I'm doing a little research on what types of technologies / web development skills are necessary in order to build this type of site. The site will feature live video and audio for users to be able to chat with eachother, a...

How to show a live Presentation from an Android phone?

This is not closely related to programming stuff, so I marked as community wiki. I am wondering how can I show a live Presentation from an Android phone? I want to put on a big screen my app, while I am presenting at a conference. I will directly interact with the phone during the presentation and I want the mobile screen visible on th...

[JS/jQuery] Using livequery: Can't find propagated element created via ajax.

Hey guys, I'm using jQuery 1.3.2 and Live Query plugin. The script needs to work in FF as well as IE6. Upgrading jQuery and using live instead isn't a possibility. Somehow this script won't be called by the dynamically created element. $('select').livequery('change',function(){ var select_id = $(this).attr("id"); ...

Display On-Screen Television Graphics During Live Broadcasts

How and with what software do major television companies display on-screen graphics during their programs? For example: On ESPN, how do they produce the news ticker on the bottom (both graphically and from a source code point of view), create and display the scores of sports, and update and show selected stats on the fly? ...

jQuery change() with live() in 1.3.2

Hi, I have a <select> element which I need to track using change(). jQuery('.dropdown').change(function(){ yada, yada }); Works perfectly on already created elements. However, if I dynamically create the <select>, it (obviously) doesn't work. Now, I'm stuck with jQuery 1.3.2 (long story), so if I use something like: jQuery('.dro...

JQuery 'live' for selector?

Hello, I would like to have the same behaviour 'live' has, but without using events. Is this possible? I need this because I'm using a different javascript file that creates some elements to which I need to append css classes. The following code should execute once such an element is added to the dom: $(".myClass").addClass("myNewClass...

Detecting Handlers of a jQuery "Live" Event

Using: $('#foo').data('events').click We are able to access an iterative object of click handlers added to the element '#foo' but only when they were added with .bind() Is there a way to get the handlers for an event added with .live()? Is there any other way to know if an element has a click handler assigned? ...

playing a pixelview tv capture card video in Csharp

Hi. I'm working on my final year engineering project which involves capturing a video through a TV card and playing it in a custom made GUI. The GUI has been made in C# using the AForge.net library. The player that comes with the library successfully captures video feeds through a USB webcam. However, the problem arises when the camera ...