11,530 Posted Topics

Member Avatar for techlifelk

Manu_18, can you show your code? Better yet, [start a new topic](https://www.daniweb.com/community/contribute/4) and show your code and the error message. This way your question doesn't get lost inside a 2 year old topic.

Member Avatar for Dani
0
33K
Member Avatar for bxdobs
Member Avatar for cjmall65
Member Avatar for Manish02

Keyword stuffing are those darn tag clouds we have at the bottom of each page that got us dinged with Google Panda a few years back.

Member Avatar for webhostingworld
2
4K
Member Avatar for jayashree10

Basically it's the time that the web browser spends converting the front-end HTML, javascript, and CSS into something that the end-user sees. You want to make sure not to block it with javascript plugins and such that take time away from the web browser showing something to the user.

Member Avatar for Dani
-1
26
Member Avatar for EdwardMatthew
Member Avatar for Evilshoes
Member Avatar for Dani

The Google Analytics javascript tag we use in our HTML <head> is: <script async src="https://www.googletagmanager.com/gtag/js?id=G-3BQYMGHE7E"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3BQYMGHE7E'); </script> Then, there are a handful of `gtag()` calls elsewhere on the page. I'm confused by how async works in this context. …

Member Avatar for Dani
1
234
Member Avatar for mexabet
Member Avatar for Sunnyfish

* Check that you’re using a valid username and password and that those credentials have proper access to the path you’re attempting to connect to * I’m not personally too savvy about this, but does SSH require you to send a private key? Are you able to connect via regular …

Member Avatar for Dani
2
419
Member Avatar for waseem_17

SEO is the practice of optimizing your website to rank highly in search engines, namely Google. What is your specific question about SEO?

Member Avatar for bessieexum
4
265
Member Avatar for Cameron_12

Can you try adding a bunch of debug code to this? Firstly, after line 10, try echo'ing out something like: echo "ID found: " . $_POST['id']; Perhaps the entire block is being skipped entirely. The second thing is on line 11, we set `$db = new DbController();`. Are we sure …

Member Avatar for AndreRet
3
175
Member Avatar for jamesstorenws
Member Avatar for Johannes C.
Member Avatar for Dani
3
223
Member Avatar for Ethanbrody

Rproffitt, I think maybe you’re misunderstanding the question. Or at least I hope you are. If you are working as an independent UI/UX contractor for hire, then the client would come to you with their conversion goals (whether that’s strictly signups, user engagement, etc.), and as the UI/UX expert for …

Member Avatar for myresellerhome
0
207
Member Avatar for cored0mp

I'm a fan of the [Percona flavor of MySQL](https://docs.percona.com/percona-server/8.0/index.html). DaniWeb used to do a lot of work with Percona back when they were a small startup and I had the cell number of the owner. Nowadays they're too big for us ;)

Member Avatar for cored0mp
1
117
Member Avatar for Alex_169

Aside from standing desks, I’ve seen people sit on exercise balls (or balance balls) instead of chairs. Supposedly it achieves a similar effect.

Member Avatar for Rick_19
0
57
Member Avatar for mdmasudrana5

Hi and welcome to DaniWeb!! Funny you should join today. DaniWeb just launched a [backlink checker](https://www.daniweb.com/tools/backlinks) last night, the first of a handful of SEO and other dev tools I'm starting to build out targeting the DaniWeb audience.

Member Avatar for Rick_19
1
66
Member Avatar for Dani

We are in the process of upgrading both the version of Codeigniter PHP framework we are using, as well as the version of PHP we're on. We are just putting some final touches and anticipate going live in the next few days. I'll update this thread when we do. If …

Member Avatar for Dani
1
40
Member Avatar for Cornelius89

What are your interests? Is there a specific web development language or set of technologies you’re focused on learning right now?

Member Avatar for Dani
0
16
Member Avatar for Robinz

A little bit late but ... My googling shows the opposite. I'm seeing that Odoo developers are high in demand because there are more job offers than people with the skillset to fill those jobs. Therefore, if it's something you're really interested in, and would enjoy doing, I say go …

Member Avatar for Dani
0
39
Member Avatar for Koitoto

Share it on your social media (Facebook, etc.) with friends and family and get their input on it.

Member Avatar for bessieexum
0
39
Member Avatar for webguru_1

Google releases algorithm updates just about every day. Usually multiple times a day. However, they are often small and we don’t necessarily notice them, unless they affect our site and we are paying close attention. A handful of times a year, Google will release a massive update that affects a …

Member Avatar for janviarora
0
298
Member Avatar for Ashley_31
Member Avatar for Olive34
0
226
Member Avatar for borobhaisab

I'm glad you got it working. I'll mark this question as solved. That being said, why use simple_html_dom.php at all? I use PHP's built-in [DomDocument class](https://www.php.net/manual/en/class.domdocument.php) as so: // Initiate ability to manipulate the DOM and load that baby up $doc = new DOMDocument(); libxml_use_internal_errors(true); $doc->loadHTML($message, LIBXML_NOENT|LIBXML_COMPACT); libxml_clear_errors(); // Fetch …

Member Avatar for Dani
1
1K
Member Avatar for cored0mp

I code in PHP with MVC architecture. Each model and controller are their own class and there is one per file. Views are PHP templates, also one template (which typically represents either a full HTML page, or a large, reusable segment of an HTML page) per file.

Member Avatar for Dani
2
119
Member Avatar for cored0mp

I believe you need to connect to the appropriate database first, before issuing the create table command. From my understanding, it is not possible to specify a database name from within the create table command.

Member Avatar for Dani
1
160
Member Avatar for Initsky

Not only is email marketing still effective in 2023, but it's been the most effective form of marketing for me, time after time.

Member Avatar for bessieexum
0
72
Member Avatar for Mindmade

I might be mistaken, but I’m not so sure this is possible. I haven’t seen anything in Google Analytics or Google Search Console that lets me know if a keyword was typed in or queried via voice. I don’t think that Google exposes this information through an API, either, meaning …

Member Avatar for sarahcuneiform
2
87
Member Avatar for Mindmade

It depends what you mean by "audience"? Do you mean users of your website who are there just to buy your products or services, or is there a social/interactive side to your website? Or is your audience just your social media followers?

Member Avatar for bessieexum
-2
61
Member Avatar for deftsoftseo
Member Avatar for Hope_Magzine
Member Avatar for Haseeb_11
Member Avatar for giunisexsalon
Member Avatar for Dani
-1
24
Member Avatar for mnoizinum

> macOS 10.4.11, known as "Tiger," is a very old version of macOS This question is 15 years old. That's why they were using such an old version at the time.

Member Avatar for Dani
0
273
Member Avatar for fasal

I think it has to do with the target audience. I've noticed that programmers, especially, are really keen on dark mode. It has to do with spending hours at the screen, concentrating on text, and eye strain. It was in the plans to add a dark mode to DaniWeb earlier …

Member Avatar for Dani
0
104
Member Avatar for mariaakter

Hello! I'm sorry you're dealing with the frustrating experience of watching traffic just slowly decline, week after week, month after month, with no idea what to do to stop the downward trend. I've been there! I get it. From what I understand of what you're saying though, the number of …

Member Avatar for smarttech
0
67
Member Avatar for VertexMinds

Hi and welcome! Do you have any specific questions? I have over 25 years of experience in the SEO industry.

Member Avatar for Raajokiaa_Rtiu
-1
42
Member Avatar for Clif40RD

I wish I could offer you some assistance, but unfortunately this topic is completely outside my wheelhouse. I’m sorry. :( I’ll tweet your post and see if someone on my social comes to your rescue.

Member Avatar for Clif40RD
0
129
Member Avatar for rproffitt

It makes sense to me that if I run a prompt (of my own creation) through an AI system (one that I did not write), I should not hold the copyright to its output.

Member Avatar for Reverend Jim
3
264
Member Avatar for bijutoha

React.js, being a front-end JS framework, means that the UI gets rendered dynamically by the web browser. For a very long time, search engine bots didn't have the ability to interpret javascript accurately. Therefore, when a webpage interface is generated entirely via javascript, search engine crawlers didn't have the ability …

Member Avatar for bijutoha
0
59
Member Avatar for Johannes C.
Member Avatar for Dani
1
81
Member Avatar for maria0101010101

Ever since moving, I had to use Google Maps or Apple Maps to tell me where the nearest Taco Bell was, and, furthermore, that I should instead be driving a bit longer to the second-closest one that has a drive-thru.

Member Avatar for KomalBhatt
1
266
Member Avatar for neerajks992
Member Avatar for rproffitt

I haven’t changed anything in a very long time as I’m still dealing with my health. However, the less than icon (the first part of the DaniWeb logo) has been our favicon.ico graphic for as long as I can remember. I believe about 5-10 years ago it also served as …

Member Avatar for Dani
0
42
Member Avatar for 格式塔工作
Member Avatar for Leonidas_3
Member Avatar for tarun Nagar

For the web (since that’s my area of expertise): It depends on what the app will do. Certain programming languages and technology stacks are more suited for things like real-time messaging, for example. Other technology stacks might be more suited to searching big data (billions and trillions of records). However, …

Member Avatar for Gulshan_6
0
81
Member Avatar for blud

Hello everyone and sorry for being absent from DaniWeb for the past month and a half. I have had just unbelievably debilitating exhaustion that has prevented me from getting out of bed most days. 10,000 tests later, it is seeming as if it’s very likely that I have leukemia. The …

Member Avatar for SCBWV
2
178
Member Avatar for Vandiun

Hello! I would create an INDEX on the orders table in this order: order_date, customer_id, order_id, product_id I would also create an INDEX on the customers table for customer_id, the order_details table for order_id, and the products table for product_id. I don't see any inefficiency in your query itself, but …

Member Avatar for DGPickett
2
165

The End.