The live tag has no wiki summary.
2
votes
2answers
26 views
Live handling does not work with event.stopPropagation();
I'm using event.stopPropagation(), but I am having problems using .live() handler on the parent.
//does not work
$("#testlink").live({
click: function(event)
{
alert('testlink');
...
-2
votes
0answers
18 views
How Do I Get Live Stock Prices? [closed]
I Am currently working on a stock market site for which i have to display NIFTY, SENSEX,
GOLD, SILVER live price on its home page. I have my own css. i just want Live Digits For that.
...
1
vote
1answer
23 views
Moving wordpress from local to server with git (sourcetree)
I am new to working with GIT, I found out how to commit and push everything, so that's working. I installed my wordpress blog locally and worked on the theme and plugins for a while and now I want it ...
1
vote
1answer
25 views
Windows Live SDK get user email (personal)
I need help on getting the user's email on Windows Live SDK for Windows Phone. I tried searching if other people has the same issue but nothing..
(I already added wl.emails and basic.)
Here's what I ...
0
votes
0answers
23 views
Windows phone 8 and skydrive - deactivating the app while downloading content
I have an app that connects to the skydrive and starts downloading a lot of content using the DownloadAsync method.
When I tombstone and activate the app, it connects to the skydrive again and ...
-2
votes
0answers
12 views
Linux Live on USB with persistence mode [closed]
Why there is no consistency in creation of live USB with any of the softwares. Sometimes Unetbootin, works sometimes it not. syslinux.cfg file also edited but still there is no consistency as ...
-1
votes
5answers
51 views
jQuery live() works with jQuery 1.8.3 & below but not with 1.9.1 or 2.0
I've been using http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js for a while now and everything has been fine, but 1.8.3 got quite old so I've decided to move to the latest jQuery. And ...
0
votes
0answers
20 views
Android - Using images as live wallpaper
I have made apps before but never a lwp. I understand how these things work but never tried it. So I wanted to have a go at it today. I actually made some images with photoshop which if played ...
1
vote
0answers
27 views
fancybox2 not working on second call on ajax
i have a multiple products page if one is selected the php for that product gets loaded onto the div replacing the multiple products - i use the fancybox plugin for the gallery of images of the ...
0
votes
1answer
29 views
Binding an event handler to dynamically loaded input
I have a pagination input field that's dynamically created after an ajax call from the main page is made to load some data. The input field is has class goto.
So it's like this:
- main page has a ...
0
votes
0answers
23 views
NetStream not working on flex mobile
I'm trying to send my android phone's camera output to flash media server on my localhost.I'm using the flash builder.When i check the server , the connection is established and working fine but the ...
0
votes
0answers
20 views
PayPal won't give me live credentials for PayPal Express
I'm simply running into what I believe is a Javascript error on PayPal's developer.paypal.com site. I have had test credentials for months now and everything's been peachy. Now that I try to go ...
0
votes
0answers
21 views
jQuery focus on live input field
I've got a couple of input fields (generated by a framework). When the user confirms the input on the first input field the focus should move to the second field.
I've coded something like this:
...
-1
votes
1answer
23 views
Create Running Stock Ticker in Java Swing [closed]
I need to create a Running Stock ticker as seen on Bloomberg in Java.
Example AAPL 490 +1.56 IBM 240 +3.24 MSFT 32.8 -2.45
Below are main concerns and questions
Number of tickers between 5000 to ...
0
votes
1answer
22 views
Strange behavior using live event on IE10 with jQuery
I have the following code:
$('input.test2').live('keyup', function (e) {
});
$('input.test1').live('change', function (e) {
});
test1 and test2 are classes of the same input element.. but only the ...
0
votes
1answer
19 views
Inline support Chat implementation
We are creating a live chat support system. Currently if the visitor clicks on live chat button, a new window opens up and user can talk their. What I am trying to accomplish is to open the chat ...
0
votes
3answers
28 views
.delegate works, .live doesn't. Why?
Can someone explain this? My code works properly, now that i use .delegerate but i have no idea why I have to use it.
I have a ajax created element with a class of "ajaxDiv". When I use .live like ...
0
votes
1answer
62 views
Wowza: Need to stream rtp-live to iphone
I need to stream rtp-live to iphone. My channels are configured in SDP files. When I request channels from Flash player, I have a plug-in that starts streaming data to Wowza once it detects the ...
-1
votes
0answers
27 views
php - how to live processing/submit [closed]
I have a few questions about processing live.
I have built statically tweet classification processing using uClassify services in herlambang.tk/skoringchartcloud/tes.php
eg textfield filled ...
0
votes
2answers
86 views
Android Java Video Live Streaming
I'm creating an application that can stream live video from an HTTP url. Is it possible to create a native Android app that can stream live videos directly? Or do I still need a media server to ...
0
votes
0answers
54 views
Live smooth streaming with IIS Media Services 4.1 and Expression encoder 4 Pro using silverlight and webcam audio/video conversation
I am new to video streaming. I have a requirement of audio/video conversation or chat module by using silverlight. I want to use IIS media service 4.1 and Expression encoder 4 Pro for live smooth ...
-1
votes
0answers
26 views
Integrating a facebook live feed onto home page of website
I want to integrate a live facebook feed into my e-commerce landing page www.thegardenmill.co.uk (onto the yellow space on the right above the social media icons). The design allows for a maximum ...
2
votes
1answer
74 views
Live text search jquery, wrong selector?
So i'm pretty new to this, please bear with me :)
And it's kinda working for me, this is what I have:
HTML:
<form id="live-search" action="" class="styled" method="post">
<fieldset>
...
0
votes
1answer
48 views
How to update live links in PPT from Excel - while in Slideshow mode
I have pasted (paste special, paste link) data a cell in Excel into PPT.
I update the excel data and simultaneously I can see the data change in the PPT slide (edit mode)
However, when I run the PPT ...
0
votes
0answers
10 views
Live Width Detection
I have a progress bar with a certain width. I would like to add a class (addClass) to a specific div (.practice-questions) if the progress bar width is less than a certain percentage. However, it ...
0
votes
1answer
53 views
How to create live event for css
How can I make this code live?
$("#send_button").css({ opacity: 0.2 });
This code is applied on an element from inside a div on document ready. That div gets replaced by other div on an event, then ...
0
votes
1answer
21 views
Explanation on 'live' elements
I just read this article about NodeLists:
http://www.nczonline.net/blog/2010/09/28/why-is-getelementsbytagname-faster-that-queryselectorall/
If I understand correctly getElementsByTag name is live ...
0
votes
3answers
61 views
PayPal IPN page not being hit even though purchase goes through
I tested everything fine in the Sandbox, the IPN listener would work as expected and I would the expected responses in my mail as well.
I've gone live now but although the customer can place a ...
0
votes
1answer
21 views
Tie live changes to element CSS as it is changed?
Wasn't sure how to word that title, but I'm wondering how I can tie element styling changes to an event (such as a slider) to show the effect as it is happening...
Example 1: if I have a slider to ...
0
votes
1answer
32 views
Working locally to prepare for live server
I'm about to work on a new Codeigniter application locally. I'm curious as to my correct file structure I should be using which helps fit in with proper best practices. I have no changed the default ...
1
vote
1answer
33 views
Take programmatic screenshots of websites including live webcam-images
I want to take screenshots of websites by their URL, but the goal is to capture the live webcams that are broadcasted on these websites. When i programmatically take screenshots the area where the ...
-2
votes
0answers
221 views
How to build an Internet Radio Stream Player App (pls, asx , ram) in Android
i am trying build an internet radio stream player application for Android.
i was read many articles, questions, answers, comments. But anyone is not clear for understanding.
Question is simple. If ...
0
votes
1answer
25 views
combining jquery functions ready and live
$(document).ready(function(){
$("a[rel='box']").colorbox();
});
and
jQuery('a[href*=#]').live('click',function() { ...etc...
total NOOB question:
I have these two ...
0
votes
0answers
96 views
Looking for a live chat support popup script/source self hosted [closed]
Looking for a live chat/support script/source.
Doesnt have to be free. I have to be a simple looking one.
I had one but lost it xD.
It also need to be self hosted.
0
votes
1answer
38 views
Bind live each function with a click event?
I have searched and found multiple answers simply stating to wrap my function in a click handler, although I want it to run on page load, or once my javascript has finished inserting all the html.
I ...
0
votes
3answers
127 views
Implementing PHP Live chat system [closed]
We are trying to create a live chat support company, like boldchat, zopim etc. We've 80% of the code already ready, but experiencing few problems, for which we are seeking solution.
What we have ...
-2
votes
0answers
16 views
How to create live GeoRSS with C# [closed]
I read much about now but dont really know how to start.
Well at first, and this is the intention of my question, I want to clarify how to get started and in which order I have to do things.
I have ...
0
votes
0answers
101 views
OpenGL live wallpaper - onVisibilityChanged
When i run it on my phone, it keeps running in background, even when de screen is off.
Any idea why
@Override
public void onVisibilityChanged(boolean visible) {
...
2
votes
1answer
50 views
How to match live camera image with an image
Is there any way to match live camera image with an image?
For an example, I want to call a function when a number of fingers are displayed.
0
votes
2answers
66 views
C# - format specific number using format.string in runtime (live) on texbox
i made code to format number when total lengh is == 11, it run on texbox change, but only format when it have 11 characters, i would like to make it on runtime (live), understood ? Its possible ? See ...
0
votes
0answers
22 views
Relaying sound from the microphone to the speakers
How can you record sound from a device's microphone, or any sound input device and relay it live through speakers? Specifically I want to use .NET C# on a PC but if this is possible on other platforms ...
0
votes
1answer
45 views
Is it possible to receive netstream at a different quality
In Flash, I have an application where multiple people are sharing live camera feeds via NetStreams to Flash Media Server/Adobe Media Server at different bit rates and different quality settings.
I ...
0
votes
0answers
84 views
Live Preview of an http:// site Script / jQuery
I would like to put a live preview of another site on my site as my portfolio.
But i don't know if any script/jQuery exists. I could not find anything.
My own page is in HTML5 and the iFrame script ...
0
votes
1answer
39 views
Working with HLS and Push contect to Apache
I have customer that have a envivio encoder. Today they push live HLS streams to Akamai.
Now the they want to try to push the stream to us. Buw wat kind of webserver do i need and how do i config the ...
0
votes
0answers
25 views
I want to show front camera live view in a small box. found many articles but too complicated for me
I want to show front camera live view in a small box.
found many articles but too complicated for me.
i tried this code, but hard to understand
iphone: displaying small, live camera image in window
0
votes
0answers
75 views
Hotmail API - Reading contacts' email addresses
I'm trying to get a user's hotmail contacts' email addresses in order to give the user the ability to send invites and find contacts who are already registered on a site.
The Live SDK provides an API ...
0
votes
0answers
67 views
Adobe Air iOS live streaming
I have to make live streaming radio application for ios devices I am using Adobe flash cs6 I tried 2 sets of code both the code audio played well on my computer but When i test on iphone it doesn't ...
0
votes
4answers
84 views
Website not displaying images or loading external CSS,JS
A website for a school that I built went live last week, and although it looks fine locally, online it's terrible.
Here is the link to it: http://www.centennial-s.schools.nsw.edu.au/
The problems I ...
1
vote
0answers
153 views
streaming live video from android to wowza
I'm trying to make an android app that sends live video from the phone camera to wowza media server using eclipse and android sdk.I tried to use the spydroid ip camera on code.google (this is the ...
1
vote
0answers
15 views
How to use “Restrict JWT Issuing option for Windows 8 apps” in Live Connect?
Based on the descriptions on http://msdn.microsoft.com/en-us/library/live/hh826544.aspx#restrict_jwt, I still don't know how to use this feature. My understanding is that:
I need to create two win8 ...


