Re: Backlink Indexing issue Digital Media Digital Marketing Search Engine Strategies by Dani 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 points to doesn’t match a rule on your site’s own robots.txt … Re: Which programming language is best Ludo game development? Programming Game Development by kishanrg When it comes to developing a Ludo game, the choice of programming language largely depends on your familiarity with the language and the platforms you intend to target. However, some commonly used languages for game development, including Ludo games, are C++, C#, Java, JavaScript, and Python. Ultimately, the "best" programming … Re: Which programming language is best Ludo game development? Programming Game Development by polles i would choose JavaScript Re: Best Social networking sites for SEO Digital Media Digital Marketing by ani03 Best Social media Sites includes Facebook, Linkedin, Twitter, myBridge, Pinterest, Tumblr, Instagram Re: Which social sites is best for SEO? Digital Media Digital Marketing by AndyBeohar Platforms with high domain authority and strong user engagement, such as Facebook, Twitter, LinkedIn, and Pinterest are considered the best social sites for SEO. However, the effectiveness may vary depending on your industry and target audience. Re: Which social sites is best for SEO? Digital Media Digital Marketing by Bunker The social sites best for SEO typically include platforms with high domain authority and user engagement, such as Facebook, Twitter, LinkedIn, and YouTube. These platforms allow for content sharing, backlinking, and visibility, positively impacting search engine rankings when used strategically with relevant keywords and quality content. Re: A Utility App for my organisation Hardware and Software Cloud-based Apps by rproffitt In a company you put forward the idea and site plan. A new to all this web maker could easily stumble and make a site with security or other issues. For example said PDFs could be something the company doesn't want exposed to the world. So back to your IT and company leaders to work out the details, and do it right the first time. Re: A Utility App for my organisation Hardware and Software Cloud-based Apps by Dani Rahul, do you mean a mobile app for iPhone or Android? Wordpress can build some incredibly powerful web apps. Display product filter on all products category Programming Web Development by ianhaneybs I have a opencart 2.3 store and I have downloaded a extension that shows all products on one page, it creates a category called All and displays all products in that category. It's working all ok but I would like to have the product filter displayed in the left column so it's the same as the other categories. For example the category here … Re: How NOT to do business online Digital Media Digital Marketing by Dani Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something … Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Johannes C. **With the decline of industry and post-colonial exploitation, Europe should aim to become a global leader in the tech and service industry. But as the EU increasingly complicates the process for startups to thrive, the economic outlook appears bleak.** If you've missed recent AI news, **[Claude Opus now outperforms GPT-4 in most areas](https://… How NOT to do business online Digital Media Digital Marketing by Reverend Jim I went to a site that sells wood veneer slat paneling. They make a nice range of products and seem reputable. However, on completing my order I found that my payment options were limited to * shoppay * paypal * gpay I have never seen a legitimate site that would not let me pay by credit card. There was a chat option and when I clicked on … Re: What is best method for link building nowadays? Digital Media Digital Marketing Search Engine Strategies by WilliamOG The best method to obtain links remains paying for them, if your website does not offer something exceptional that people would be interested in talking about on their own initiative. The most effective types of links are those that many cannot afford, namely placing their link on sites that are already authoritative. Such sites are gold mines. … Re: Do you participate in any other communities? Community Center Geeks' Lounge by Dani Oh, and as for Reddit, Google has taken a very keen interest in Reddit as of recently. They just began paying them for full access to their internal API to get a stream of all Reddit content. Plus they just very recently IPO'ed a few days ago and their stock is doing quite well. (I bought a little on opening day). Re: Improve HAVING BY performance Programming Databases by Dani > Point #2 would apply if the improvement was noticible but I doubt anyone could seriously comment, "I think this page rendered 50ms faster than it used to", especially considering all the other things that affect timing, for example, the current loading on my ISP servers, anything else running on my computer or home network, etc. … Re: Improve HAVING BY performance Programming Databases by Dani Here are some articles that can explain it in greater depth: * https://web.dev/learn/performance/why-speed-matters * https://developer.mozilla.org/en-US/docs/Learn/Performance * https://web.dev/explore/fast The HTML page must be downloaded in its entirety before the web browser can begin loading anything else (CSS, Javascript, images, etc.)… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner More problems. I incorporated the coding Biiim provided. Before any changes, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen turns blank white. URL provider, IONOS, told me that the Host is smtp.ionos.com and the Username and password are for an email address associated … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim Hi David, > More problems. I incorporated the coding Biiim provided. Before any changes, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen turns blank white. URL provider, IONOS, told me that the Host is smtp.ionos.com and the Username and password are for an email… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani I wonder if the problem is that your php mail() function is configured to use SMTP in your php.ini file. A lot of SMTP servers switched over the past year or so to using XOAuth2 for authentication. A username + password in your config settings will no longer suffice to establish a connection. You can see me complaining about it [here](https://www.… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani As someone who has been in the SEO industry for over two decades, it doesn't really matter if you use www or non-www. All that is important is that, whichever you choose, you stick to it. That means that all links on the web (social media, etc.) point to the same version of your domain. All internal links on your website point to the same version … Re: AirTM API: How to Build a Form? Programming Web Development by Dani I can see that the URL that you linked me to has 4 steps to create a purchase. The first one is to create a Purchase via an HTTP POST request. That can be done with a cURL request. cURL requests require some backend programming such as via PHP or some other language. Are you using a server-side language to write your web app? If so, which one so… Re: Improve HAVING BY performance Programming Databases by Dani I'm too exhausted for an in depth explanation right now but 90% of web development is optimizing for performance. The average DaniWeb page takes anywhere from 80ms up to 250ms to load the HTML (when dealing with low network latency), depending on the type of page, so shaving 50ms off of that is a huge win. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Ran into some new issues. Here goes. In order to download PHPMailer, must download Composer. In order to install Composer, need a Command Line PHP.exe file. I do not have one of these. I have been using PHP services from URL provider, 1 & 1/Ionos since 2011. They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim You don't need composer or access to the php.exe. just locate the PHPmailer Directory into your web root, to keep it simple and the require links should point to where it is located. mine is `require 'includes/PHPMailer/src/PHPMailer.php';` cause I put it in a folder called includes, this should be relative to the file that is using it.… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani > After code changed, not only will still not send email but screen turns blank white. That's a PHP fatal error. It could be a syntax error, or it could also be that PHPMailer is not in the location you're telling PHP to look. Do you have any way of accessing the error log? Without access to the server, perhaps through a web-based control … Re: Which social sites is best for SEO? Digital Media Digital Marketing by NAP_491 I would not set my sights on the most popular ones around the world versus in a particular country. Here, yes, we are talking about platforms that are popular, but they are not giving more and more opportunities as we expect. Re: Which social sites is best for SEO? Digital Media Digital Marketing by joycedaniels The best social media platforms for SEO are Facebook, YouTube, Twitter, LinkedIn, Pinterest, and Instagram. Each platform offers unique opportunities to boost your website's visibility, drive traffic, and improve search engine rankings. Re: Which social sites is best for SEO? Digital Media Digital Marketing by KomalBhatt wechat telegram tiktok trello snapchat skype x(twitter) Threads Re: Best Social Networking sites to promote business Digital Media Digital Marketing by ani03 Best Social media platforms are Facebook, linkedin, myBridge.me, Twitter, Youtube. These platforms are best to promote Business online. Re: SiteShow -- Create a slideshow of web pages Programming Web Development by PROSYS_1 wow.. its working fine... very useful for me to complete my task.. thanks