11,530 Posted Topics
Re: 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, … | |
Re: I think that website copied my color scheme LOL. | |
Re: 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; } } | |
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 … | |
Re: Welcome to DaniWeb!! What are you interested in? To echo what Jim is saying, that's what we're here for! | |
| |
Re: 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 … | |
Re: 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 … | |
Re: 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? | |
Re: 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 … | |
Re: 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) | |
![]() | Re: 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 … |
Re: Hi there and welcome to DaniWeb! Good luck with your continued studies, and I look forward to your writing contributions. | |
Re: 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 … | |
| |
Re: What does that link have to do with fashion design? | |
Re: 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? | |
Re: The only way I know of is to create viral link bait. I’m not good at doing it either. Join the club lol. | |
Re: 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. | |
Re: 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 … | |
Re: Hi Mile and welcome to DaniWeb! Thank you for giving our little community a try. | |
Re: Welcome to DaniWeb ... but are you sure you're from the US and not just using a proxy server from elsewhere? | |
Re: Break down your ad groups and ads to be super niche and super targeted. | |
Currently getting increasingly frustrated with my 5K widescreen LG monitor for an assortment of reasons. | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: Hi there and welcome! What topics interest you? | |
Re: I'm just a small-town girl, livin' in a lonely world ...... | |
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. | |
Re: 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. | |
Re: 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)? | |
Re: 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? | |
Re: Hello! Welcome to DaniWeb. Sorry your post got caught Up by our spam bot. | |
Re: Hi there and welcome to DaniWeb. I look forward to reading everything you post! | |
The End.