Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
phone
- Page 1
Re: How Can I Create a Long-Term SEO Strategy for a New Website in 2025?
Digital Media
Digital Marketing
1 Hour Ago
by MD_Rabi
… your Google Business Profile and make sure your Name, Address,
Phone
(NAP) are the same everywhere. Building solid local citations is…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by Biiim
…input-group-text">
Phone
Code</p> &…lt;input type='text' id='
phone
'/> </div> &…gt; $('#iso3').val(tmpData.iso3); > $('#
phone
').val(tmpData.
phone
); > var tmpHTML = ''; > …
Re: Looking for AI app developers
Programming
Mobile Development
1 Week Ago
by Eckert
Hi! That sounds like an amazing project you're working on. Making it easier to run AI models directly on phones is a big step forward, and I’d definitely be interested in testing it out. I’m planning to explore mobile AI apps, especially in the video editing and content creation space. Even if the models run a bit slower, having everything work …
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
1 Month Ago
by jonathannweyer
For testing a Java app, a good choice would be a mid-range device like the Google Pixel series or a Samsung Galaxy A series. These models generally have a clean Android experience and receive regular updates, which can help ensure compatibility with a wide range of devices. Additionally, using an emulator can be beneficial for testing, as it …
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
1 Month Ago
by Ulfson
I used to get Nexus devices (predecessors of the Pixels) for a plain vanilla Android environment, but these days I no longer value that so much. As I don't fancy the Chinese manufacturers, that leaves Samsung for decent-priced midrange phones. IMO the changes they make to the Android UI don't make a difference for development, and of you really …
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by Dani
…. I realized that after I posted. I’m on my
phone
on the sofa so it wasn’t as easy to…
Re: Getting in touch with Cloudflare billing
Hardware and Software
Cloud-based Apps
1 Month Ago
by toneewa
… you have the enterprise plan you should have an emergency
phone
option under support. Cloudflare also has a 24/7 Emergency…
Re: Getting in touch with Cloudflare billing
Hardware and Software
Cloud-based Apps
1 Month Ago
by Dani
… you have the enterprise plan you should have an emergency
phone
option under support. Cloudflare also has a 24/7 Emergency…
Re: Looking for AI app developers
Programming
Mobile Development
2 Months Ago
by Pelorus_1
Look for top-tier freelancers on platforms such as Upwork or Toptal. Think about AI development companies that specialize in machine learning, natural language processing, and deep learning.
Re: Looking for AI app developers
Programming
Mobile Development
2 Months Ago
by KamalDeepPareek
Hey Tzanko, That sounds like a great initiative—bringing LLMs and Whisper to mobile devices through an open-source SDK is definitely a step in the right direction, especially with how much edge AI is gaining traction. I work with a team of mobile app developers and we're currently exploring ideas around on-device AI, especially for privacy-…
Re: Looking for AI app developers
Programming
Mobile Development
1 Month Ago
by jonathannweyer
That sounds like a great project, running models locally on mobile is definitely gaining interest. I’m not building anything right now, but I’ve been exploring ideas around offline voice commands and simple summarization features, so something like this could definitely be useful. Curious, are you targeting both iOS and Android from the start? …
Re: Theory on the VPN
Programming
Mobile Development
1 Month Ago
by Liam91
Sounds like you're diving deep into how tunneling apps work! These apps often use VPN-like methods to route traffic through servers, sometimes exploiting free access points. Configs like .hat may include encryption keys or payload setups. Keep exploring... lots to learn!
Phone when has 3G or GSM/GPRS signal, this signal get lost
Hardware and Software
Hardware
Mobile and Wearables
12 Years Ago
by lse123
… Note N7000 Android 2.3.6
Phone
when has 3G or GSM/GPRS signal, this signal get …. Go and uninstall / reinstall Yahoo Mail? Emails will gone from
phone
and new come in this case?
Phone directory program
Programming
Software Development
13 Years Ago
by drico7041
… + curr.getLastName()); } SimpleIO.prompt("Enter name changes: ");
phone
.add((String) key); } //Add a new record private static void….out.println(curr.getNumber() + " " + curr.getNumber());
phone
.add((String) key); } } //Quits the program private static void quit…
Re: Phone directory program
Programming
Software Development
13 Years Ago
by DavidKroukamp
… + curr.getLastName()); } SimpleIO.prompt("Enter name changes: ");
phone
.add((String) key); } //Add a new record private static void….out.println(curr.getNumber() + " " + curr.getNumber());
phone
.add((String) key); } } //Quits the program private static void quit…
phone no problem
Programming
Web Development
10 Years Ago
by AntonyRayan
…;input type="text" name="
phone
" id="
phone
" placeholder="
Phone
No" maxlength="10" onKeyPress… I`m inserting it inserts all the values except
phone
number. In
phone
number it accepts 10 numbers, its my limit, like…
phone dialing program
Programming
Software Development
14 Years Ago
by bigman91
… Make ReadDials() return –2 in this case. Also a
phone
number never begins with 555, so the program should flag…entered. Make ReadDials() return –3 in this case. A
phone
number always has a hyphen (-) in the 4th position. …position, it is considered an invalid digit. If the
phone
number is valid, main calls the AcknowledgeCall function to write…
Re: phone no problem
Programming
Web Development
10 Years Ago
by broj1
Haven't studied your code closely but the number 2147483647 is exactly the max [integer](http://php.net/manual/en/language.types.integer.php) value on 32 bit systems. Why do you not handle your
phone
number as a string?
Re: phone number form javascript
Programming
Web Development
15 Years Ago
by dmmajorstudent
….onblur = function() { var
phone
= document.getElementById('
phone
'); var span =
phone
.getElementsByTagName('span'); if(checkPhoneNumber(phone_id.value….phone_name.onfocus = function() { var
phone
= document.getElementById('
phone
'); var span =
phone
.getElementsByTagName('span'); span[0].firstChild.nodeValue …
Re: phone dialing program
Programming
Software Development
14 Years Ago
by bigman91
… case -3: cout << "ERROR -
Phone
number cannont begin with 555" << endl;… d) { cout << "Please enter a
phone
number: " << endl; getline(cin, phoneNumber);…int & d); } int acknowledgeCall() { cout << "
Phone
number dialed: " << phoneNumber << endl; }…
Re: Phone number validaion(10 digit)
Programming
Web Development
13 Years Ago
by jacob21
…_POST["name"] : ""; $
phone
= isset($_POST["
phone
"]) ? $_POST["
phone
"] : ""; $email = isset…validate fields $name = smcf_filter($name); $subject = smcf_filter($subject); echo $
phone
= smcf_filter($
phone
); $email = smcf_filter($email); if (!smcf_validate_email($email)) { $subject .=…
Phone Shell Script HELP
Programming
Software Development
17 Years Ago
by anythingany
could you please find a solution for this script (called
phone
) that creates a simple telephone list (create an empty file…script should do the following: When user types the command : “
phone
new <name> <number>” this will … (name,number) to the list. When user type command: “
phone
<name>” then the script should search in the…
Re: phone directory
Programming
Software Development
16 Years Ago
by nanna
…(); setDefaultCloseOperation (JFrame.DISPOSE_ON_CLOSE); } public static void main(String[] args) { new
Phone
(); } void init() { setLayout(new BorderLayout()); buildLabelPanel(); add(labelPanel,BorderLayout.NORTH…
Phone book application
Programming
Software Development
17 Years Ago
by soso30
… a software application that should update user's
phone
book from an old
phone
numbering scheme to a new one . the aim… of such application is to automate the
phone
book updating procedure, and make it easier for the subscriber… faster or give me an example how to read the
phone
book number ?
Phone Book In Vb
Programming
Software Development
17 Years Ago
by ashblynn02
I am trying to create a
phone
book program in Visual Basic. I have so many
phone
numbers, I thought this would be… with the following data: First name, last name, home
phone
, cell
phone
, and e-mail address (with each item of data on…
Phone Number Assignment
Programming
Software Development
16 Years Ago
by iTsweetie
…'re then to use the strtok_s function to split the
phone
number into the area code, prefix, and then the… into one string and print out both area code and
phone
number. That being explained, I have used the strtok_s … int counter = 0; cout<< "Please enter a
phone
number (using parentheses and hyphens): " <<endl; cin…
phone number form javascript
Programming
Web Development
15 Years Ago
by dmmajorstudent
…dash in it. this is my div for the
phone
number <body> <div id=&…gt; </div> <div id="
phone
"> <label for="phone_id">…;
Phone
Number:</label><br/> &…
phone dialing program
Programming
Software Development
14 Years Ago
by kimmyfufu
… endl; break; case -2: cout << "Error-
Phone
number cannot begin with 0" << endl; break…; case -3: cout << "Error-
Phone
number cannot begin with 555" << endl; break…amp;d8) { int returnValue; cout << "Enter a
phone
number (Q to quit): "; cin >> d1; if…
Phone dialing program
Programming
Software Development
10 Years Ago
by R_1
…{ //Gathering input Console.Write("Enter a 7 character
phone
number: "); N1 = Convert.ToChar(Console.Read()); N2…0 if (N1 == '0') return -1; // no
phone
number can start with 555 if (N1 == '5' &…
Re: phone call recognition
Programming
Web Development
15 Years Ago
by vasuka
… check out this [url=http://reversesearchtools.com/]Reverse Cell
Phone
Number Search[/url] site. It provides free information such…as carrier, location (city and state) and
phone
type (cell
phone
or home
phone
). This place doesnt actually take calls, they …give you a
phone
number to use and when someone calls it they…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC