11,545 Posted Topics
Re: I've posted my story many times before, but here it is again :) I've been programming the majority of my life, first in Apple BASIC, then QBasic, then Visual Basic, then C++. PHP was my first foray into web development, and DaniWeb was my first project. DaniWeb started 22 years … | |
Re: Here at DaniWeb, we make heavy use of redis to manage activity streams, live chat, and sessions. How they are implemented is specific to each individual use case. Can you give an example of one of the places in your application that you would like to use Redis? Typically it’s … | |
As you may recall, I've been working on cleaning up tags for quite some time now. A few years, actually. That project is nearing its end, and so I just want to remind everyone of our [tagging guidelines](https://www.daniweb.com/welcome/tagging) that have been in place for a couple of years now. You … | |
Re: For those unfamiliar, they are using [Halcon](https://www.mvtec.com/products/halcon). Is line 20 of your above code correct? | |
Re: Google Analytics is a Google-owned product, not a Microsoft or Bing-owned product. Bing Webmaster Tools is the Bing equivalent of Google Search Console. When you mention Site Kit, I assume you're referring to [Site Kit by Google](https://wordpress.org/plugins/google-site-kit/) which would not contain anything Bing related, which is why Bing doesn't know … | |
Re: > What exactly is schema markup code? JSON or HTML microdata that gives search engines additional context as to what is on a page. For example, it lets search engine bots know that this is a Q&A page, comprised of a question, multiple answers, how many upvotes or downvotes each … | |
Re: I can write much better than I speak. I tend to get flustered and lose my words easily when speaking, primarily due to increased brain fog. Writing comes much more naturally to me, as I was often sick as a child, and therefore primarily self-taught from textbooks. By my early … | |
Re: May I ask why you had to make the switch? Just curious. This is completely outside my wheelhouse, but a quick Google search of ways to port raspberry pi to orange pi didn’t turn up anything too useful to my naive eyes. Good luck! | |
Re: Start by reading SearchEngineWatch.com and SearchEngineLand.com Join and participate in the forums over at WebmasterWorld.com Those are a great start :) | |
Re: Hello and thank you for joining. What brings you to DaniWeb? :) | |
Re: Back when we used to do a lot of news stories, social media worked really well. Now that we are focusing more on niche programming tutorials, I’m having a difficult time figuring it out. What do you do? | |
Re: Hello and welcome! You can check out our Java section at https://www.daniweb.com/tags/java Feel free to browse existing questions or post a question of your own. | |
Re: When I first created the platform that powers DaniWeb, I did so only after many years on phpBB, and learning that framework inside and out, and making lots of phpBB mods, and then many years on vBulletin, and learning *that* framework inside and out, and making lots of vBulletin plug-ins. … | |
Re: Currently the thing I hate most about TV shows is how much time elapses between seasons. I feel like I've been waiting for season 2 of Severance on AppleTV for *forever*! (It's been over 2 years already since season 1 debuted.) Speaking of that, is there ever going to be … | |
I was consistently receiving MySQL "Packets out of order" error messages when attempting to connect to MySQL, mostly on my AJAX pages, but I couldn't attribute it to anything or reproduce it in any way. I did notice, however, that when switching MySQL persistent connections from on to off, the … | |
I modified our database library today to not connect to the database unless required. Previously, it automatically connected on every page. However, especially on pages that just pull from the cache, database connections aren’t necessary. Hopefully this should provide some incremental performance improvements. In the meantime, please keep an eye … | |
Re: Do you have a history of spamming forums, or including backlinks to your website in your posts? Many forums use anti-spamming APIs such as StopForumSpam.com, so that if you spam on one forum, your IP, email address, etc. get flagged for all the other forums in the network as well. | |
Re: Hello and welcome!! :) Thanks for signing up. | |
DaniWeb is built on top of the Codeigniter 3.1.x PHP framework. Although I probably should have built it as a CI model, here is the database library that we are using. You can see it mainly serves as a wrapper for CodeIgniter's built-in database class. You can see we use … | |
Re: QuickBooks is the best, and arguably most popular, accounting software for small businesses. It’s available in 150 countries so far. | |
Re: I'm not sure what you're referring to. Are you talking about Google Featured Snippets, which is basically where Google extracts content from your page and shows it in an answer box at the top of certain queries? | |
Re: Make sure the backlinks are on pages that are not noindexed (they neither have a meta noindex tag nor a noindex http header), as well as the pages’ URLs not matching any rule on their website’s robots.txt file. Additionally, make sure that the page on your own website the backlink … | |
Re: If you are posting this, then you *are* logged in. You can reset your password [here](https://www.daniweb.com/connect/profile) and you can log in with either your username or email address. You can also log in via Google or Facebook social accounts. As you’ve suspected, the computer time thing you’re referring to is … | |
Re: I'm glad you got it working. Sorry, I just saw this thread now. I, myself, struggle quite frequently with Regex. Regex101 is always my lifesaver. Thank you so much for posting your solution so that it can be helpful to others in the future. I've marked this question solved. | |
Re: You can try freelance sites like [Upwork](https://www.upwork.com/) or [Toptal](https://www.toptal.com/) to hire a freelance developer to write this for you. Upwork is probably a better fit if you're looking for a web-based app, but it seems as if that's not the case here, so give Toptal a try. However, it's going … | |
Re: I'm going to preface this by saying I have no experience with Uniswap at all. However, as a general rule, my feelings are that when developers create ways for people to innovate on top of their projects, it leads to both creative solutions to things as well as nefarious applications … | |
Re: If I understand you correctly, what you're asking for is custom development work. If you don't already have an in-house developer working on your website who is capable of doing this, you most likely will need to go the custom consulting route. You can use freelance services such as [Upwork](https://www.upwork.com/) … | |
Re: LCP is very unique to each website, so there is little help I can offer aside from redirecting you to https://webpagetest.org/ to see where the failure is. What are the recommendations given by [Google PageSpeed](https://pagespeed.web.dev/)? | |
Re: Has who tried home edition? I’m so confused. This seems like a response to someone else’s question. | |
Re: Can you include the CSS you're using for this? | |
Re: I'm not super experienced in this, but this is my best understanding: third-party cookies are when ads include tracking pixels that are designed to follow people around the web and learn about their user behavior. Google has decided to no longer allow them in future versions of Chrome, citing privacy … | |
Re: Google, and the SEO industry at large, has always been an advocate of increasing your reputation as an expert in your industry by posting in forums demonstrating your knowledge, and linking to your site in your forum signature or member profile. Google uses this information to determine if these websites … | |
Re: It depends how technical you are. Instead of using a plugin, you can code everything manually that a plugin would do. Also, I recommend Cloudflare. Even the free version offers a bunch of speed improvements. But, yeah, it all comes down to how technical you are, I suppose. | |
Re: I'm so sorry about that!! Last night I was working on some stuff until rather late, and my husband stopped me and told me to come to bed. I did a cursory check that everything was looking good, checked in my work, and went to bed. Apparently I broke something … | |
Re: For sure. Years ago, Google *hated* forums. We lost all of our traffic and membership and post activity quickly followed. Nowadays, Google *loves* forums. However, our traffic has yet to return, although I've been hearing through SEO communities that some other forums have regained their traffic. Here's an article on … | |
Just as the title states, do non-web based email clients (e.g. Microsoft Outlook) respect CSP HTTP headers? Specifically, I want to prevent hotlinking of images hosted on my domain within HTML emails with these HTTP headers: Cross-Origin-Resource-Policy: same-origin Vary: Origin | |
Re: I'm not understanding your question. You can definitely create objects within the methods of other classes. As pritaeas says, please post some code so we can understand better. | |
If you love DaniWeb, or even if you don't, it would be much appreciated if you could [review us on Google](https://g.page/r/CSyiHReUFoTLEAI/review). Much thanks!! | |
Re: Have you learned how to graph things? Did your professor teach you about using Canvas yet? Here is a tutorial for getting started: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial | |
Re: Glad you got it figured out. Here is a cleaner way of presenting the above code so it doesn't look so messy: <?php // Retrieve the current page $currentpage = $_SERVER['REQUEST_URI']; // Most pages have this CSS class $class = 'testimonial-two'; // Array of pages $array = array( '/', '/index.php', … | |
Re: I'm happy to live in Silicon Valley :) | |
Re: The first thing I will say is never output `$_POST[]` content directly into the HTML without escaping it first. You are leaving yourself wide open to an HTML injection attack. Not only that, but you're also leaving yourself open to invalid HTML. All it takes is to wrap your user-sent … | |
Re: In the context of PHP, an API's SDK is a PHP-based library that is used to access what is typically a JSON-based API. Composer is a dependency manager for PHP, but you typically don't *need* to use it. What API are you trying to connect to? | |
Re: > Maybe the tag system changed but in the past I could create a new tag if there wasn't one. Only non-newbie members can do that. Please visit our [tagging guidelines](https://www.daniweb.com/welcome/tagging). | |
Re: IMHO all businesses in this day and age should be using some form of digital marketing, even if it's just being on Yelp or having a website. Are you posing this question to the community, or just sharing what digital marketing is? I'm confused by the point of your post. |
The End.