Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
data report - visual basic 6
- Page 1
Re: How Can AI Revolutionize Your SEO Strategy?
Digital Media
Digital Marketing
22 Hours Ago
by Digi_5
AI is changing the game for SEO! It's not just about automating tasks anymore. AI can analyze vast amounts of
data
to uncover valuable insights, predict trends, and personalize user experiences.
Fine-tuning OpenAI GPT-4o for Multi-label Text Classification
Programming
Computer Science
5 Days Ago
by usmanmalik57
… format for OpenAI model fine-tuning. Each line should contain
data
like this as per the [OpenAI official documentation](https://platform… open(training_file_path, 'w') as file: file.write(final_output) print("
Data
successfully saved to 'train.json'") ``` We need to upload…
Re: How to split data to text boxes when read qr code data ?
Programming
2 Weeks Ago
by sgtamilan
The first step to splitting QR code
data
into text boxes is to scan the QR code with a QR code reader or scanner. Use a programming language like JavaScript or Python to parse the string based on delimiters (like commas or spaces) and dynamically display the segments.
How to quickly improve similar web data
Hardware and Software
Information Security
2 Weeks Ago
by Allen_13
What are some solutions to quickly improve the website's
data
on the similar web?
Re: How to quickly improve similar web data
Hardware and Software
Information Security
2 Weeks Ago
by rproffitt
Help me out here. Give an example of this
data
improvement. My example would be "Trump: 41%" vs "Trump:0.41%"
Image Analysis Using Llama 3.2 Vision Instruct Model
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
… from io import BytesIO import matplotlib.pyplot as plt ``` ## A
Basic
Image Analysis Example with Llama 3.2 Vision Instruct Model…" Image(url=image_url, width=600, height=600) ``` **Output:** ![image-
6
.jpg](https://static.daniweb.com/attachments/4/f6028de14d3b2d51f3efb18ac95fa6e5.jpg) Run…
JS SCRIPT NOT RUNNING
Programming
Web Development
3 Weeks Ago
by alexxx1
I am creating a
basic
page in w3spaces and while I've finished editing the …
Creating a Pixel Desktop App with ChatGPT in Just 20 Minutes
Community Center
1 Week Ago
by Johannes C.
… started a new chat with ChatGPT-4o and shared my
basic
idea: a Windows program that converts images to an 8…, and a color filter for a "retro" effect.
6
. ChatGPT wrote the initial Python code, which ran correctly on…
PHP Fatal error: Uncaught Error: Unsupported operand types error
Programming
Web Development
3 Weeks Ago
by ianhaneybs
…= document.getElementById("customername").options[index].getAttribute("
data
-add"); document.getElementsByName("customeraddress")[0].value =…;<?php echo $row->customername;?>"
data
-add="<?php echo $row->customeraddress;?>…
Hi everyone, I'm treekmostly22
Community Center
Say Hello!
1 Week Ago
by treekmostly22
… technical SEO, I collaborate effectively with marketing teams to implement
data
-driven strategies that boost search engine rankings. My analytical skills…
Re: How much does it cost to build an Food Delivery Android app?
Programming
Mobile Development
2 Weeks Ago
by Sofiia_1
… app's features, design complexity, and development team's expertise.
Basic
apps with standard features (like user registration, menus, and order…
Re: What free Tools do you use in your SEO efforts
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by northrosetech
… volume estimates. Ubersuggest – Offers keyword suggestions, competitor analysis, and backlink
data
with some free daily searches. AnswerThePublic – A unique tool for…
Re: developing with AR Google Spatial API with non supported region
Programming
Mobile Development
3 Weeks Ago
by AsifJavaid_1
Hi, I am from Pakistan and developing an APP for USA market. Can we use Google spatial api without VPS in non supported region where Google street view
data
is not massively available as it is in USA? Thank you. Asif.
Re: developing with AR Google Spatial API with non supported region
Programming
Mobile Development
3 Weeks Ago
by Dani
Google's Geospatial API works in any region where Google Street view exists. If Google Street view doesn't exist for a given area, the API won't be able to generate
data
for that area. Sorry.
Re: Python - MySQL - Too many connections?
Programming
Databases
1 Week Ago
by cored0mp
…` ** Is this a web script?** Basically? No. It’s a
data
warehouse. It will have a web user interface, but I…
Re: I'd like to create a js for a dynamic location
Programming
Web Development
1 Week Ago
by Astrologer_2
…. This is useful for creating applications that need location-based
data
, like maps or weather services. The script uses methods like…
Re: Hello Everyone, I'm Ray Brad
Programming
Software Development
3 Weeks Ago
by Osama_21
Hi Ray, can you guide what kind of this error is ? i am getting this on my e-commerce store which is on shopify. I got to know this error from microsoft clarity summary. (Most users encountered JavaScript errors on various product pages, such as "t[n] is not a function" and "Cannot read properties of null (reading 'includes').)
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
3 Weeks Ago
by Dani
You need to include **all** of the code in order to put everything together to get a working timer. The code `<span id="demo" class="demo"></span>` is HTML which we're using as a placeholder for where the timer should be. Then, the javascript actually is what makes the timer function, with code that keeps updating …
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
3 Weeks Ago
by alexxx1
The first option actually worked and thank you for that, but why doesn't it run with a link to the .js path? I wouldn't like to include all my codes to my main page
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
3 Weeks Ago
by Dani
It should run with a link to the .js file. You just need to then also upload the JS file :) How to do that was my second option.
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
3 Weeks Ago
by alexxx1
![Untitled.png](https://static.daniweb.com/attachments/5/595bf88aad42861f5a26514d93c220ac.png) Could you kindly check?
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
3 Weeks Ago
by Dani
You can see that the countdown.js file has the little squiggle red underline on lines 27, 28, and 29, indicating that there's some type of syntax error there. The problem is that you have a typo on line 26. It should not be `distance < /> 0`. You also have a red squiggle on line 10 because the close bracket you have on line 7 shouldn't …
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
2 Weeks Ago
by alexxx1
You are right. But now I copy and pasted the code from the live demo (https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_countdown) and still nothing worked
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
2 Weeks Ago
by Dani
Please show me your code. You must be doing something wrong still.
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
2 Weeks Ago
by alexxx1
![a.png](https://static.daniweb.com/attachments/5/4c87a1dcdee943a1a285e165317b2ee4.png) ![b.png](https://static.daniweb.com/attachments/5/fdbf53142eecbfa73e3a18434c4c2abc.png)
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
2 Weeks Ago
by Dani
I'm sorry. I wasn't near my computer over the weekend. It's really impossible to debug what's wrong with your code when all I'm seeing is a screenshot of a portion of it. For example, it might be CORS that is causing it to not work, but there's no way of investigating that without actually checking the HTTP headers of the actual URL. Please …
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
2 Weeks Ago
by Dani
... In other words, we already see it works at the live demo at https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_countdown There has to be something on your website that is causing the javascript to break, but without actually seeing your website, there's no way to diagnose the issue. It's like saying that your lights don't turn …
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
2 Weeks Ago
by toneewa
From what I can see, I'm thinking it's not embedded correctly. [Here](https://toneewa.wixsite.com/toneewa), I created a test site using the sample timer. I suggest you right-click and inspect the elements for the pages. You'll see the page reference source to the html [document](https://toneewa-wixsite-com.filesusr.com/html/…
Re: Creating a Pixel Desktop App with ChatGPT in Just 20 Minutes
Community Center
1 Week Ago
by jkon
I understand that a chatbot is more friendly to use than Google, but the same functionality is in 1000 places in Python code on Internet. It would be easier to Google it and use the code. Do you believe that using a chatbot saved you time for this ?
Re: Creating a Pixel Desktop App with ChatGPT in Just 20 Minutes
Community Center
1 Week Ago
by Johannes C.
> I understand that a chatbot is more friendly to use than Google, but the same functionality is in 1000 places in Python code on Internet. It would be easier to Google it and use the code. Do you believe that using a chatbot saved you time for this ? Absolutely! You are right that the code was the easy part that I probably could have fixed…
1
2
3
17
Next
Last
Search
Search
Forum Categories
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
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC