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, ...
62
votes
15answers
241k 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?
68
votes
4answers
85k 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:
...
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="" ...
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 ...
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/" />
...
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 ...
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]">
...
0
votes
4answers
7k views
add an image to a html type input check box or radio
I'm trying to specify an image to be used for my unchecked and checked values for html input type checkbox and radio.
I have got this:
background: url("image.png") no-repeat;
but it doesnt seem to ...
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" ...
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 ...
2
votes
2answers
5k views
Android: How to record mp3 radio (audio) stream
My favorite Radio station plays a radio audio stream in mp3 format. In my android application I can receive and play it without any problem.
How can I implement a recording function? I want to record ...
1
vote
8answers
20k views
jQuery , show and hide divs based on radio button click [duplicate]
So I want to be able to dynamically change what divs are show using radio button and jQuery - HTML:
<div id="myRadioGroup">
2 Cars<input type="radio" name="cars" checked="checked" ...
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?
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 ...
1
vote
2answers
330 views
Labels, checkboxes and radio buttons
My web application uses forms laid out as in the example below...
First Name [____________]
Last Name [____________]
Gender () Male () Female
The markup I use is something ...
3
votes
4answers
913 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.
1
vote
2answers
433 views
Windows Phone 8 device as a Proximity Access Card
Can the NFC hardware within Lumia 920 emulate a 125 kHz Proximity Access Card?
It looks like the NFC hardware implements the standard that is a superset of the standard that access cards use. But I ...
1
vote
1answer
96 views
increase the gain of an incoming audio stream
all my questions relate to the same problem: adjusting the gain of an external audio stream on a webpage.
when you visit my webpage, you will hear an audio stream from my online radio station.
the ...
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 :)
...
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
1answer
248 views
Software defined radio AM band sample source
I'm interested in Software Defined Radio. I have basically no experience in any of the electrical engineering or math topics involved, but I'm reading...
Rather than trying to deal with the hardware ...
1
vote
1answer
1k views
Internet Radio Streaming API
I was thinking of using FLowPlayer, but I need to add category so then when it hits a category then a radio channel the API plays that internet radio station on the API.
Know any good api with this ...
4
votes
2answers
437 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 ...
2
votes
1answer
801 views
Selected Radio option using change() not working as expected with JQM (jQueryMobile)
I'm seeing a strange issue with Radios and the change() function using the JQM (jQueryMobile) lib.
When clicking the radio I get the previous value instead of the new value Shown here: ...
2
votes
2answers
281 views
F#/“Accelerator v2” DFT algorithm implementation probably incorrect
I'm trying to experiment with software defined radio concepts. From this article I've tried to implement a GPU-parallelism Discrete Fourier Transform.
I'm pretty sure I could pre-calculate 90 ...
2
votes
3answers
918 views
Is their any asp net server control which could render <label> tag?
I want to render a <label> tag. But want to set some of it's properties while it's rendering like for and text value.
Actually my real problem is I want to associate a label with a radio ...
1
vote
3answers
5k views
Creating a Cocoa radio button programatically
I need to make a Cocoa radio button programatically, can anyone explain how this might be done or post a good link that shows how to do this well.
1
vote
2answers
1k views
Radio Button Error Style
I have implemented an error style for textboxes using the following code. This sets a tool tip and puts a nice error image to the right of the textbox if the element reports an error status via an ...
0
votes
6answers
1k views
How to grey out checkbox unless radio button is selected?
very new to javascript, but any help to get me started would be appreciated. I have a simple form:
<div><input type="radio" name="o1" id="burger" />Burger</div>
<div ...
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 ...
3
votes
2answers
909 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
6answers
7k 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" ...
2
votes
1answer
2k views
Drupal 7 form api radio box/checkbox image select
I'm trying to make a radio box display an image next to it when selected with drupal 7 form api,and I've no idea where to start. I'd appreciate some help.Thank you
This is the code I'm using:
...
2
votes
2answers
2k views
Android - FM/Radio Transmitting
I was wondering if it is possible at all the manipulate the radio hardware on the device to transmit an FM signal on a specified frequency. As far as I am aware, the phone uses Bluetooth radio, it ...
2
votes
5answers
9k views
Show box if radio button checked using jQuery
I have the following code:
<fieldset>
<legend>Do you currently have SolidWorks</legend>
<ul>
<li><label for=""><input ...
2
votes
2answers
513 views
Techs needed for building a online radio website…? [closed]
i need to build a website that streams music from an online radio station...?
In this website, the user can choose from different channels and listen to music....
What are the possible softwares or ...
1
vote
2answers
249 views
Platform to use for radio server?
I'm making a mobile app where users should be able to start their own radio broadcast channels from their mobile phone. Other users will then be able to browse broadcasts and connect. It also includes ...
1
vote
5answers
180 views
jQuery returning wrong selected radiobox?
I have a form input consisting of two radiobuttons, for one name, as below:
<label for="thumb">[thumb]</label>
<input type="radio" name="type" value="thumb" checked />
<label ...
1
vote
2answers
769 views
Django: Using Radio select box on model formsets
Hey,
I'm using a model formset to let my users edit their photo album. I want to put a Radio select box on every photo saying "Set as cover image" so that I can process all the photos and find the one ...
1
vote
3answers
4k views
Click td, select radio button in jQuery
Got a small problem with some very basic jQuery, I'd like to be able to click on a table cell, and then have it automatically select the radio button inside.
HTML:
<table>
<tr>
...
1
vote
3answers
256 views
jquery/javascript: arrays
I am a begginer with Javascript/jQuery and I hope someone can help me with the following:
I have a simple form (7 questions; 3 radio buttons/answers per question - except for question 5 with 8 ...
0
votes
1answer
124 views
Scanning radio syslogs in Android
I am trying to extract some information from Android (e.g. LAST_CALL_FAIL_CAUSE). Some of the information I found on Google suggests scanning the radio logs for this. However, I am not really sure how ...
0
votes
2answers
192 views
PHP - Store & Calculate the total mark from radio input
I have designed a small web-based system that have a school evaluation form to ask specific users who can access the system" some questions and the input will be a radio type ( 1 or 2 or 3 or 4)!
the ...
0
votes
1answer
359 views
How to use radio buttons in python web.py
I am using web.py framework to create a simple web application
I want to create a radio button so written the following code
from web import form
from web.contrib.auth import DBAuth
import MySQLdb ...
0
votes
1answer
615 views
Play an M3U or PLS file
I really need to be able to play an M3U or PLS file from C#. I'm trying to play these files because I am creating an Internet radio application and many Internet Radio Stations provide you these type ...
0
votes
2answers
945 views
Custom Radio Buttons - IE will kill me
I am using jQuery to customize some radio buttons. I have two different radio button stylings so you will see two if statements looking for those two different classes.
The problem I'm running into ...
0
votes
1answer
310 views
maintain the state of a radio-toggled div after page reload
In my form there are some radio buttons - when the radio is selected - the div appears, when another one is selected - the div hides. After submitting a form if there are some errors, page reloads and ...
0
votes
2answers
872 views
Linked Dynamic Radio Buttons HTML Javascript
All,
Have used this site a few times before and had some great replies so hopefully someone can help again. I want a set of radio buttons, so that when you click a button - you get another set below ...
0
votes
4answers
3k views
Jquery, unselect group of radio buttons
I'm using jquery and I have a group of radion buttons all with the same name, but different value properties.
For example:
<input type = "radio" name = "thename" value="1"></input>
...
0
votes
1answer
629 views
validation to a radio List in struts 2
I have a surveying application were each question in an iterated list needs to have at least one of its optional answered selected.
I want to validate using struts 2 , that each question has been ...
