Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
basic
- Page 1
Re: Coin Flip (Python Newbie)
Programming
Software Development
1 Hour Ago
by Dani
> Presumably bumping every "coinflip" post to spam their URL Nothing wrong with that!! I'll take a trillion helpful posts if all someone wants in exchange is a free signature link back to their website (that only shows up for logged in members, so no SEO incentive).
Re: Digital Marketing Strategy for My Website
Digital Media
5 Days Ago
by Salem
https://en.wikipedia.org/wiki/Health_Insurance_Portability_and_Accountability_Act Or the equivalent for your jurisdiction. It doesn't matter how glossy your website is, if you f-up the
basic
security, you won't have any customers to worry about.
Re: Coin Flip (Python Newbie)
Programming
Software Development
2 Days Ago
by jassonadder
Hey! Great job getting started with Python—your logic is almost there, just a couple of small fixes needed. The main issue is that you're using the variable timesflipped in your while loop, but it was never initialized. Because of that, the loop never runs properly, and your counters don't change. Here's a corrected version of your code:…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by rproffitt
I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. For example there is an "online notepad" which does some
basic
notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . You can get there.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… there is an "online notepad" which does some
basic
notepad work. And there are many screensavers that run from…
Re: Any jQuery 4 users?
Programming
Web Development
1 Week Ago
by jkon
… it and we prefer not to reinvent the wheel for
basic
DOM manipulation, we decided to keep it during our last…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… simple prototype using Python with the `socket` library to demonstrate
basic
remote control functionality. This example will allow one computer to…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
… the timeout because your server isn't running. A very
basic
test: At the console prompt on your client machine, type…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… your server isn't running. > > > A very
basic
test: At the console prompt on your client machine, type…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
…which can be said to be some relatively simple
basic
functions. In the future, there will be … In this issue, we will first implement the above
basic
functions, and then slowly expand them later. ## …; { }) } } ``` ## **Drawing Coordinate Axis** After talking about some
basic
properties of the canvas, let's start drawing the chart…
How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by FarrisFahad
…, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', 'Authorization:
Basic
' . $authHeader ]); $response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); $error = curl_error…
Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by jamesalery
… test data for things like names, birthdays, emails, and other
basic
information. I’m looking for web-based resources or tools…
Re: How much does it cost to build an Food Delivery Android app?
Programming
Mobile Development
2 Months Ago
by marksmiths
… team location, and technology stack. Here's a breakdown: 1.
Basic
Food Delivery App ($10,000 – $25,000) A simple app… features like: User registration & login Restaurant listings & menus
Basic
search & filters Order placement Payment integration Order tracking Push…
Re: how much does Stable Token Development cost?
Programming
Software Development
2 Months Ago
by Suheb
The stable token development cost ranges from $10,000 to $150,000+, depending on factors like blockchain platform, smart contract complexity, and compliance needs. A
basic
stablecoin costs around $10K-$30K, while an enterprise-grade token with auditing and security features can exceed $60K-$150K.
Re: How Much Does Blockchain MVP Development Cost?
Programming
Software Development
2 Months Ago
by Salem
For someone claiming to be an "SEO Executive", you seem remarkably inept at doing even the most
basic
web search. https://duckduckgo.com/?t=ffab&q=blockchain+MVP But then again, most of your posts look like bait for spam.
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
…-001.html). You'll see many examples of how even
basic
physics goes completely out the window. Assuming that the viewers…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… bigger LCP impact though). I must create a really simple
basic
test , with nothing above the fold to understand better if…
Re: Need currency pound symbol before amount calculation
Programming
Web Development
1 Month Ago
by Biiim
…; to display in html, but you need £ to display in
basic
text elements like <input> Also a simple trick…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
… (/EHa) Configuration Properties->C/C++->Code Generation->
Basic
Runtime Checks-> Default Configuration Properties->C/C++->…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
… (/EHa) Configuration Properties->C/C++->Code Generation->
Basic
Runtime Checks-> Default Configuration Properties->C/C++->…
Re: Database Connection Failing in MySQL – Need to Hire Developers in the USA
Programming
1 Month Ago
by rproffitt
Isn't that a little
basic
for the Dev Technosys company to not fix themselves? What happened to the coders and developers you had?
Re: Any Reddit pros?
Community Center
Geeks' Lounge
2 Months Ago
by Heatman
There are so many SubReddits on Reddit. If you're using each one of them, make sure to check out the rules and regulations of them. If you don't, they will keep suspending your account before Reddit will outrightly give you a permanent ban.
Re: Any Reddit pros?
Community Center
Geeks' Lounge
2 Months Ago
by Dani
Not only does that sound annoying, but it sounds a bit like the reason why I created DaniWeb in the first place. Basically DaniWeb was founded out of my frustration that there were sooo many niche forums out at the time, and I felt like just to put a website together, I had to use JustLinux.com to learn about the OS, WebHostingTalk.com to learn …
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Never trust ChatGPT to write fully flushed out code for ya :) Pinterest uses OAuth to authorize your app on behalf of your app's end-user, if that makes sense. For example, your goal is for your end-user to load up your app, and have access to *their* Pinterest account. What OAuth does is give your end-user the ability to grant your app …
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own documentation.
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by Pelorus_1
Platforms like Mockaroo, Faker and GenerateData provide fake names, emails and more for testing purposes. You can easily create realistic sample data with these tools.
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
Look at Customers table in NorthWind database (https://en.wikiversity.org/wiki/Database_Examples/Northwind).
how to lock control in vb6 by given code
Programming
2 Months Ago
by Syed Zubair Ali
i have a project where i have to given code to system to lock different controls by using code lines in vb6. please guide.
Re: how to lock control in vb6 by given code
Programming
2 Months Ago
by rproffitt
Controls by default are locked in place (position) so that's a done deal. Explain further what you need. Also, VB6 is very old so while I did code in it till about a decade ago we have moved on to other platforms and there is no further access to the dev systems to verify any code I may offer. I strongly suggest you move away from VB6 as soon…
Re: Hello Everyone, I'm Ray Brad
Programming
Software Development
1 Month Ago
by elary
Salesforce is a great product
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC