live

Jquery animate with live(), possible?

Hi, my jquery animation is not working, i think the porblem are the dynamic elements. Is it possible to say live() with animate()? $(".tls").animate({"left": "-=50px"}, "slow"); kind reagards peter from germany ...

Implement Live Update into Views

Hi! Does anyone know how to implement the Live Update Module into Views? The module is found here: drupal.org/project/live_update (still too green to post more than one link) And a short example is provided here: Question and Answers: Using Drupal and the Live Update module. The module, and thereby live update, works out of the box o...

Good framework for live charting in Python?

I am working on a Python application that involves running regression analysis on live data, and charting both. That is, the application gets fed with live data, and the regression models re-calculates as the data updates. Please note that I want to plot both the input (the data) and output (the regression analysis) in the same one chart...

Live video streaming like ustream.com?

I have a customer that is currently using ustream.com as his live video streaming service. Basically he has a site for local sports where they stream the games. The problem is, ustream does not keep a copy of the videos for archiving for watching later. Basically I'm looking for a php/mysql compatible solution for having him handle the ...

jQuery binding live events

Hi I am having troubles binding live events to dynamically created content. I have a page which loads a html page through an ajax call. The loaded html page contains some javascript which is then executed. The executed javascript creates some elements. I want to bind a click event handler to those elements, however after binding them ...

Submitting 'live' content IE7 Jquery

I have some content that is appended to a form when dropped using the 'droppable/draggable' jquery plugins. Once the content has been appended to the form. I have a button to submit the form. The form submits correctly in all browsers but in IE7. In IE7 it will not submit I'm guessing it does not see the appended 'live' content. Is th...

jQuery live() and Internet Explorer

I have select inputs dynamically added to form by $(selector).append(html) I'm using live('change',handler) to bind change event for all selects. The problem is that code is fine in all browser, except Internet Explorer (all versions). I've replaced live() with the plugin livequery() still working in all browser and i have strange b...

How to live stream from iphone to webserver?

Hi, I want to stream live data from iphone camera to webserver, I know this can be done using ffmpeg, I tried to modify the iFrameExtractor sample code, but not yet produced any results. I am looking for some sample code or any help. I am repeating again "live streaming from iphone to webserver". Please drop a line if anybody knows how...

List of supported .live() events in jQuery 1.3

After reading jQuery .live() post and looking through the jQuery API I could not find a full list of events that jQuery 1.3 supports cross-browser. ...

Commit live with subversion

Is there a good library in c# that can check against a ftp and subversion and then upload the updated files (when comparing against a given rev.)? Forbidden files to upload should be given. (like local web.config, dev files etc) ...

Waiting on JQuery to finish .live() or .bind() bindings?

Hi, I have a script which adds click event handlers to about 500 elements in the page via JQuery .live or .bind (not decided which yet), and I am having a JQuery performance issue. With a small dataset, I can load the page and as soon as the page has finished loading according to the browser, I can click on something and off we go. ...

Why jQuery live() does not work ?

I have the following code which work fine: $('.ui-selectmenu-menu a').click(function() { alert('OK'); }); However, if I replace it with: $('.ui-selectmenu-menu a').live('click', function() { alert('OK'); }); it does not work. What could be the reason for that ? (In my case, $('.ui-selectmenu-menu a') elements could be removed and...

How to prevent a click event using jQuery.live

When I use the following jquery live function $("a[rel]").live('click', function () { e.preventDefault(); alert('clicked'); }); e.preventDefault(); does not work, because the action behind the a tag is still fired. How do I prevent an event when I use jQuery.live? ...

Live wallpaper animation force closing when I add more than 10 frames?

I'm trying to make a simple livewallpaper out of a series of boot animation .pngs... I'm using private static final int NUM_RES = 9; private final Bitmap[] mPics = new Bitmap[NUM_RES]; CubeEngine() { Resources res = getResources(); for (int i = 0; i< NUM_RES; i++) { int id = res....

Apple HTTP Live Stream problem

Hi all, I am trying to implement a Apple HTTP Live Stream tool, which can take a video and audio sources as the input, and HTTP Live Stream as the out put. It can create multiple .ts files and also the m3u8 playlist. For some input files, it works. But for some other sources, the ipad can only play like 2 or 3 seconds media at the very ...

Exploring Live@edu Features From The Developers Prospective

We are educational sofware service provider, we want to work on the integration of live@edu with the asp.net. Currently we dont have any domain to register. Can we explore the features of live@edu mainlly Chat with our application without having any domain. Is there any workaround from the developers prospective to analyze how the live@e...

Live Wallpaper OutOfMemory Error when i have more than 30 frames

I've been trying to make a simple live wallpaper out of a boot animation. So basically i have about 50 .pngs in my drawable folder. I'm able to set the animation to about 10-20 frames and it works great. But once i set it to about 30 frames...I get an OutOfMemory Error. I was hoping maybe someone could take a look at my code and maybe gi...

Click Event Registered with jQuery Live in Google Map InfoWindow

I was using the technique described here http://stackoverflow.com/questions/2217267/click-event-in-google-map-infowindow-not-caught to dynamically add click event handlers to some of the content added to the Google Map InfoWindow. Works great except in IE. I have content with normal anchor tags and those links work just fine. I have a...

How to get attritubes of form input when generating a form dynamically and using .live()

I am dynamically creating forms from a JSON object that I fetch with a getJSON. If there is a better way of building forms in this manner, please let me know. I used this example to understand how to rebind submit button: http://stackoverflow.com/questions/2754961/rebind-dymanically-created-forms-after-jquery-ajax-response** What I need...

How can I automate login on Windows Live using Ruby?

For hi5 there is a way to validate email addresses by importing your contacts from a hotmail account. I want to try and automate this task but am running into trouble. Steps to get to form page. Create hotmail email account. Using hotmail email, make a new hi5 account. After creating an account do not add photo, but navigate to home ...