11,530 Posted Topics

Member Avatar for DrVicki

Have you ever taken a look at [Rosetta Code](https://rosettacode.org/wiki/Category:Programming_Tasks)? It lists over 1,000 "programming tasks" ... e.g. reasonably short classroom exercises, and then presents the code to accomplish each task in many, many different languages. These would be good exercises to go over with your class to follow the algorithms, …

Member Avatar for Akira350lth
0
22
Member Avatar for random_chat
Member Avatar for nayem1206
Member Avatar for mariaakter
Member Avatar for alexjames5
Member Avatar for borobhaisab

He wants all the values that *don't* contain point, so it would be the opposite: foreach($test as $v){ if (strpos($v, '_point') === false) { echo $v; } }

Member Avatar for Dani
1
121
Member Avatar for Dani

Sorry for the brief downtime today. I was refactoring some stuff on the web server when DaniWeb went down unexpectedly. I spent about 10-15 minutes going crazy trying to figure out why nothing was being written to the log file and what went wrong, when it turns out I forgot …

Member Avatar for Akira350lth
0
101
Member Avatar for Helen0909

Welcome to DaniWeb!! What are you interested in? To echo what Jim is saying, that's what we're here for!

Member Avatar for Akira350lth
0
14
Member Avatar for adajames
Member Avatar for vmasoft

HI Adrian, welcome to DaniWeb!! I can really appreciate that you are creating a coding platform for kids. I taught myself programming when I was 4 years old and have been going at it ever since. However, may I make a suggestion? When I first go to your website, I …

Member Avatar for Akira350lth
0
22
Member Avatar for nander

Where is your: $conn = mysqli_connect(...); Is it inside header.php? Currently, mysqli_query() on line 29 is failing. On line 28, before running the query, try temporarily adding this debugging code: // Check connection if (mysqli_connect_errno($conn)) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } That will spit out …

Member Avatar for Dani
0
78
Member Avatar for Aman30@

It depends on what your business is. Do you sell a product or service that is very visual or creative or that can be demonstrated on a visual medium such as Instagram?

Member Avatar for AffWebsite
0
92
Member Avatar for marilubray23

There could be lots of reasons, starting with there is a robots.txt file that is disallowing Googlebot from crawling your site, there is a meta noindex tag on your blog pages, there is an HTTP noindex directive sent from your web server when loading your blog pages, there are no …

Member Avatar for Dani
0
15
Member Avatar for antony2002

Have you had a chance to [check out this forum thread](https://www.daniweb.com/programming/software-development/threads/80657/how-can-i-use-barcode-scanner-in-vb6)? [Google search](https://www.google.com/search?q=vb6+barcode+scanner+site:www.daniweb.com)

Member Avatar for Kh Hamsafar
0
42
Member Avatar for Johnny2x4

Hi! Firstly, thank you so much for your kind words about DaniWeb, but I'm sorry to hear you're difficulty finding employment. I started DaniWeb back when I was still in college, and went into it full time when I graduated, so I was never in the position of looking for …

Member Avatar for compshooter
1
221
Member Avatar for Kh Hamsafar

Hi there and welcome to DaniWeb! Good luck with your continued studies, and I look forward to your writing contributions.

Member Avatar for Dani
0
27
Member Avatar for shawny

There was a March 2023 broad core update that started mid-March and took a couple of weeks to roll out. No specific data has been announced, or seemingly discovered by the SEO community, specifically what this core update targeted, if anything. It seemed like just another core update that takes …

Member Avatar for Dani
0
17
Member Avatar for andrewchris
Member Avatar for ajain.imenso
Member Avatar for Akira350lth
0
27
Member Avatar for sakss.hi19
Member Avatar for steavejames9
Member Avatar for Divya_26

I'm not seeing an error that screams out at me on the line: $inter_domain='http://z0204_15.headfavorite.shop/'; Is this the *entire* file?

Member Avatar for Dani
0
140
Member Avatar for uS_720

The only way I know of is to create viral link bait. I’m not good at doing it either. Join the club lol.

Member Avatar for MarkMarketer
1
299
Member Avatar for borobhaisab

Can you provide the code for simplehtmldom_1_9_1/simple_html_dom.php? If you are getting blank pages, it’s because of a PHP fatal error. Sorry, I’m not near a computer right now and I might not be until tomorrow afternoon.

Member Avatar for borobhaisab
0
175
Member Avatar for Mindmade

How is putting your products on Amazon a challenge? I think you can sell direct to consumer with your own eCommerce store, but additionally selling through Amazon is a great way to make yourself available and market yourself to a wider audience who otherwise wouldn’t have found you. It also …

Member Avatar for rproffitt
-1
56
Member Avatar for mile.joncevski

Hi Mile and welcome to DaniWeb! Thank you for giving our little community a try.

Member Avatar for Akira350lth
0
36
Member Avatar for brandonwood

Welcome to DaniWeb ... but are you sure you're from the US and not just using a proxy server from elsewhere?

Member Avatar for Akira350lth
0
25
Member Avatar for slavonescjy
Member Avatar for kondokoroson28
Member Avatar for Sidorov
Member Avatar for Mindmade

Break down your ad groups and ads to be super niche and super targeted.

Member Avatar for Axermin
-1
51
Member Avatar for Dani

Currently getting increasingly frustrated with my 5K widescreen LG monitor for an assortment of reasons.

Member Avatar for David Elder
0
177
Member Avatar for mishafauci

Oh, hi!! I have a *lot* of PHP, HTML, CSS and jQuery experience (I'm kinda iffy with modern javascript), so feel free to ask any questions and I'll be sure to help out.

Member Avatar for AxZtor
2
29
Member Avatar for robertcoble
Member Avatar for dwellfox

What stories are you referring to? I don't think a truly decentralized Internet is here yet (although we do have things like Mastodon that run on independent servers). For now, I am not able to make any specific SEO-related suggestions other than to say that SEO is constantly evolving to …

Member Avatar for Dani
0
87
Member Avatar for Dani

Everyone knows that PHP has such a bad rap for so much bad code being out there. I am a firm believer it is not a problem with PHP, itself, but rather the incredibly low barrier to entry (open source, readily available with nearly all web hosting packages, etc.) coupled …

Member Avatar for jkon
0
240
Member Avatar for artsemlaz
Member Avatar for leesa141
Member Avatar for sophi19
Member Avatar for Akira350lth
-1
58
Member Avatar for kathypellerin
Member Avatar for Dani

In the interest of starting a flame war (hehe), what is your favorite Linux distro for newbies? I haven't thought about this in years, but just thought I'd see what Linux people think in 2023.

Member Avatar for Benjamin_17
0
145
Member Avatar for xue_540
Member Avatar for ompu

To display the rec? What is the red? The rectangle? What rectangle? Your code isn't commented so it's confusing to someone seeing it for the first time what it's supposed to do and what it isn't doing correctly.

Member Avatar for Dani
1
32
Member Avatar for Axermin
Member Avatar for lokeshjoshi
Member Avatar for Dkevinjames

HI Kevin! Since your focus is UI, are you focused more on the front-end side of things, although you say you're full stack? What languages do you use? You tagged this topic with java although java isn't a web dev language (unless you count JSP)?

Member Avatar for bravomorris9
0
23
Member Avatar for Mercy254

Hi and welcome to DaniWeb! We can definitely help you with your homework. Can you please just show us the code you have so far and specifically where you’re stuck? Are you getting any compiler errors?

Member Avatar for Akira350lth
0
25
Member Avatar for nipob76261

Hello! Welcome to DaniWeb. Sorry your post got caught Up by our spam bot.

Member Avatar for Akira350lth
1
16
Member Avatar for Chris harry

Hi there and welcome to DaniWeb. I look forward to reading everything you post!

Member Avatar for Akira350lth
0
29
Member Avatar for jenniferdehner9

The End.