Radio is the transmission of signals through free space by electromagnetic radiation of a frequency significantly below that of visible light, or a device for doing the same. Radios are typically used for communication including voice, video and data. This includes Wi-fi, Bluetooth, Mobile phones, ...

learn more… | top users | synonyms

68
votes
4answers
84k views

Find out if radio button is checked with JQuery?

I can set a radio button to checked fine, but what I want to do is setup a sort of 'listener' that activates when a certain radio button is checked. Take, for example the following code: ...
62
votes
15answers
239k views

How can I check whether a radio button is selected in javascript?

I have two radio buttons within a form. A dialog box appears when one of the fields is null. How can I check whether a radio button is selected?
15
votes
3answers
402 views

Is there a Linux radio standard?

We're about to embark upon implementing a device running Linux that (among other things) will be attached to a software defined FM/AM radio that can also receive RDS data describing playlists and ...
13
votes
2answers
1k views

Where can I get an open source Radio driver and RIL for an android phone?

I am looking for a phone (preferably android) where I can use software to have full control over the cellular radio hardware. anyone know of such a device? preferably a popular device on the market :) ...
12
votes
9answers
32k views

Is it possible to play shoutcast internet radio streams with html5?

Is it possible to play shoutcast (or some) internet radio streams with html5? So I have next code: <html> <body> <audio src="http://shoutcast.internet-radio.org.uk:10272/" /> ...
12
votes
2answers
20k views

click or change event on radio using jquery

I have some radios in my page,and I want to do something when the checked radio changes,however the code does not work in IE: $('input:radio').change(...); And after googling,people suggest use the ...
9
votes
8answers
31k views

jQuery check/uncheck radio button onclick

I have this code to check/uncheck a radio button onclick. I know it is not good for the UI, but I need this. $('#radioinstant').click(function() { var checked = $(this).attr('checked', ...
9
votes
3answers
18k views

Listen to a shoutcast with Android

Hey, since quite some time I'm trying to listen to .pls files (shoutcasts). I have to say that I failed horrible. Since StreamFurious can do it it must be possible. First I tried to connect to the ...
8
votes
2answers
15k views

Tab Index on div

Please see the form HTML code below <form method="post" action="register"> <div class="email"> Email <input type="text" tabindex="1" id="email" value="" ...
7
votes
4answers
3k views

Android: Force data to be sent over radio vs WiFi

Is it possible to force an Android application to use only the mobile radio connection (3g/4g/etc), disallowing the use of WiFi? I think I want to use a HIPRI connection: (ex: WIFI turned on, use ...
7
votes
2answers
486 views

I am looking for a radio advertising scheduling algorithm / example / experience

Tried doing a bit of research on the following with no luck. Thought I'd ask here in case someone has come across it before. I help a volunteer-run radio station with their technology needs. One of ...
6
votes
4answers
33k views

How to use jQuery to show/hide divs based on radio button selection?

I have some radio buttons and I'd like to have different hidden divs show up based on which radio button is selected. Here's what the HTML looks like: <form name="form1" id="my_form" method="post" ...
6
votes
2answers
1k views

Record streaming radio to MP3

Background My father has an old radio program that he loves. It is a series of recordings done 30-40 years ago, but now he has found out that they are sent now and then as a historical retrospects. ...
6
votes
1answer
4k views

FM radio app for Android [closed]

I want to develop a FM radio application for Android. Is there any library available or is there any Android radio API that I can use?
5
votes
8answers
17k views

How can we access the value of a radio button using the DOM?

How can we access the value of a radio button using the DOM? For eg. we have the radio button as : <input name="sex" type="radio" value="male"> <input name="sex" type="radio" ...
5
votes
3answers
19k views

How to set a radio button in Android

I have an app that uses radio buttons. The default for this button is set in the main.xml file, ie: android:id="@+id/rb_sat1E" android:checked="true" In the Java file I have: final RadioButton ...
5
votes
2answers
7k views

Dynamically get radio button group name using jQuery

I would like to ask if there is a way to get a radio button group name dynamically i.e. optimize the following 2 click functions into one by having [name=some_variable]. I tried ...
5
votes
2answers
3k views

Can't set input checked=“checked” via jQuery

I have a table whose rows contain radio button groups like so: <td class="usegsm"> <input type="hidden" class="use-gsm" value='<%# DataBinder.Eval(Container.DataItem, "use_gsm") %>' ...
5
votes
6answers
3k views

IE8 CSS selector selects, but does not apply the style

This is making me want to kill myself. I have some really simple CSS to style my input objects: input, button { border: 1px solid #c66600; background-color: white; ...
4
votes
2answers
4k views

why does my android spinner display the radio button in the textview?

i have a spinner with an arrayadapter that is dynamically managed. when it gets displayed, the spinner text also displays the radio button. how do i get rid of this radio button? the drop down ...
4
votes
2answers
4k views

jQuery Convert Select to Radio buttons?

I am trying to convert select boxes to radio buttons on the fly using jquery, and I'm not sure the best way. Example HTML: <form id="product"> <select name="data[123]"> ...
4
votes
1answer
876 views

What is a simple jquery way to select a radio when checkbox is checked and then deselect the radio when checkbox unchecked?

<input id="myCheckbox" type="checkbox" /> Please, please check me <input id="myRadio" type="radio" /> Am I selected ? I would like the following behavior: When myCheckbox is ...
4
votes
2answers
4k views

Dynamical radio button group validation in jQuery

What is the best way to validate to ensure at least one in every group is checked, so in the following example groups are name1, name2, name3? Example <input type="radio" name="name1"> ...
4
votes
1answer
1k views

How to access the value of a radio button that is checked using YUI?

i have following radio button structure ... <div id="test"> <input name="test1" value="a" type="radio"> <input name="test1" value="b" type="radio"> <input name="test1" ...
4
votes
1answer
11k views

jquery buttonset()

I'm using the jquery buttonset() on a set of radio buttons (to tart them up). I'd like to be able to set the selected radio button on another user event. I've been looking into this and while I can ...
4
votes
1answer
652 views

Is it possible to listen to any kind of internet radio with HTML5 directly?

Is it possible to listen to any kind of internet radio with HTML5 directly? I mean is it posible to play live mp3 streams in HTML5 complaint browsers?
4
votes
2answers
125 views

Next/Previous buttons for Radio

I'm trying to add "Next" & "Previous" buttons to a radio style navigation. HTML <div class="month-picker"> <button type="buton" class="month-picker-nav" ...
4
votes
4answers
186 views

disable select form if radio is checked

How can I disable a select form dropdown if a radio button is selected? I would like the #preference form to be disabled if the user selects the #no radio button and it to be enabled again if the ...
4
votes
1answer
3k views

Record audio from various internal devices in Android (via undocumented API)

I was wondering whether it is possible to capture audio data from other sources like the system out, FM radio, bluetooth headset, etc. I'm particularly interested in capturing audio from the FM radio ...
4
votes
2answers
436 views

Streaming audio from online radio

I've had a break from programming from a while and slowly but surely I'm coming back into it. I've been looking for a way to stream (and play) audio from an online radiostation (such as FearFM). I've ...
4
votes
0answers
445 views

Proxy streaming in Stagefright does not work on some devices

I'm working on a mp3 streaming app and have used the NPR's StreamProxy class. For some devices which have SDK 8 (like EVO on Sprint) the native mediaplayer streaming of mp3 sounds really really bad. ...
4
votes
0answers
564 views

for what android phone is the Ril and radio driver open source? [closed]

I'm looking to get more control over my cellular radio. Anyone know of a phone (preferred modern android) who's radio stack is open source? It seems odd that on such open phones a couple of parts seem ...
3
votes
5answers
11k views

jQuery Radio Button “is selected” code

I am writing a program to check if a radio button is selected. What I have is a good start but I could use a little help fully implementing this type of radio button code. The div's are not quite ...
3
votes
3answers
13k views

How to implement FM Transmitter in android?

I want to know how to implement FM Transmitter in android app. I want my android phone generate a radio frequency. So that I can play music on my phone and transmit it over radio frequency for a near ...
3
votes
3answers
3k views

jquery radio button when checked need an alert

In my application i need a radio group, in which whenever a button is checked, an alert occur so that i can post its value to ajax post in jquery. Can you help me please how i can do it in jquery?
3
votes
5answers
168 views

Greater area for radio selection

<span> <img src="img/icon.png" alt="" /> <label><input type="radio" name="" /> Label here</label> </span> I want the whole <span> to be clickable, not ...
3
votes
6answers
6k views

javascript selected radio

I want to check what is the selected radio input. here is my code. <input name="u_type" type="radio" value="staff" id="u_type" checked="checked" /> Staff <input name="u_type" type="radio" ...
3
votes
2answers
896 views

jQuery - ensuring all radio groups are checked

I'd like to loop through multiple (dynamic) radio button groups using jQuery, and if any haven't had a selection made, it throws up an error and stops the form submission. Here's my effort so far: ...
3
votes
2answers
6k views

IE HTML radio change event

I have a project that requires some values to get updated with JavaScript from an HTML radio change event. For some reason in IE, it seems that the onchange event isn't called until the radio has ...
3
votes
1answer
133 views

Radio buttons dont work when jquery.html() is used to load dynamic form

http://ano-mag.com/black-foil/ please check this url - click the "Order Now" button on the left side - notice how the radio buttons won't work? I cant figure it out!
3
votes
1answer
757 views

Resuming Interrupted Radio Stream using MPMoviePlayerController

I am developing an online radio app for iOS6 devices. Ive looked for various wrappers to achieve this task. AVPlayer, MPMoviePlayerController etc. I tried using AVPlayer as it sounds more correct to ...
3
votes
3answers
331 views

Active radio button with jquery

I used all of the helpful answers on this site to try to build a jquery script to select radio buttons, but for some reason they don't work. Am I doing something wrong? For the sake of simplicity ...
3
votes
4answers
2k views

Record streaming and saving internet radio in python

I am looking for a python snippit to read an internet radio stream(.asx, .pls etc) and save it to a file. The final project is cron'ed script that will record an hour or two of internet radio and ...
3
votes
5answers
825 views

HTML form radio value in an AJAX-loaded div

I'm unable to get a radio value in a form loaded by AJAX into a div. Here is the JavaScript code I'm using: (the radio name is 'categorie_add' in get function): function getCheckedValue(radioObj) { ...
3
votes
2answers
660 views

Development kit for Bluetooth which allows customisation of the modulation algorithms

We need to perform some experiments on the Bluetooth protocol, and for this we need a development kit which allows us to implement/modify different parts of the Bluetooth protocol stack. We have been ...
3
votes
3answers
2k views

Streaming live audio with Flash

I've been approached to set up an internet radio station that is focused on the local music scene in El Paso, TX. I've looked at various options, but it seems most solutions out there are for ...
3
votes
4answers
910 views

Record online radio stream in VC++

I want to develop a software which can record online radio streams in VC++ using MFC. Any pointers to get me started.
3
votes
1answer
442 views

What's the most efficient method of determining a 16 bit checksum calculation? [CRC Hell :-(]

I am currently engaged in a research project involving sniffing and modifying radio packets, and unfortunately I've hit a bit of a mathematical brick wall. :-/ The packets in question have a 16 bit ...
3
votes
2answers
2k views

How to use Shoutcast in iphone app?

I am only aware of funcationality of ShoutCast that it streams radio list. But not knowing how to use that in iphone app. Right now I am just looking on its website http://www.shoutcast.com/ becaues ...
3
votes
2answers
942 views

web audio stream player without Flash

I'd like to build a web radio with functions play/pause/stop/change channels with my own GUI. How can I do it without Flash? thanks Jul

1 2 3 4 5 15