11,557 Posted Topics

Member Avatar for gayatrisc

> As such, wouldn't your teachers have such answers? Unfortunately, very few front-end web developers take the time to learn and understand SEO enough to incorporate it into their HTML. As such, most SEO firms operate independently. My guess is that's the boat you are in ... you work for …

Member Avatar for Stelajones
0
68
Member Avatar for bprosic

I'm not too good with regex, but if you're using jQuery, there's a built-in [utility](https://api.jquery.com/jquery.parsehtml/) where you pass it an HTML string, and it converts that string to valid dom nodes for you to do what you want with. Hope maybe this will help with whatever it is you're trying …

Member Avatar for Diafol_2
1
1K
Member Avatar for Dani

Earlier today, I was in need of an easy way to delete files that mached a specific format within a series of folders. For the case of this example, let's say all CSS files. I discovered I could do it with: find . -name '*.css' -delete The . represents the …

Member Avatar for Sohaib_7
3
933
Member Avatar for yeshamarques

It depends who your target audience is. Each one gives the end user a different user experience, may evoke different emotions, and may subconsciously influence how the end user perceives and uses your site. On a platform being used to accomplish business goals, I would argue that less is more, …

Member Avatar for Sohaib_7
0
1K
Member Avatar for Dani

I just spent way too long realizing that by setting the boundary property for Twitter Bootstrap popover Javascript to viewport (I believe it's parent element by default), it gets rid of the flickering issue I was having with popovers triggered on hover. If anyone else is having that problem, this …

Member Avatar for Sohaib_7
3
2K
Member Avatar for SabithaSri
Member Avatar for BasToTheMax

Hi there and welcome to DaniWeb. So sorry for taking a week to respond to you.

Member Avatar for Dani
0
20
Member Avatar for Adriano 7

This is true, but to take it a step further, use hreflang HTML tags if you have content in multiple languages. Local SEO is a huge industry in and of itself, and the techniques you use to rank a site with a local target audience are very different than the …

Member Avatar for Dani
0
79
Member Avatar for Xozz

I'm attaching the image here so everyone can see the image without having to click on a third-party link (that might be deleted, etc. in the future). ![mysql_nieuw.png](https://static.daniweb.com/attachments/0/2cb082801001ae3b65085fe2022b73aa.png) It's not a weird item. It just is a link from within phpMyAdmin to create a new table in your database. If …

Member Avatar for Xozz
0
79
Member Avatar for Fantastech

I’m on a mobile browser right now, but frankly when I go to your homepage, it looks like the million other sites that use a pre-existing jQuery-heavy theme. As mentioned, I’m on my phone, so I can’t tell for sure that’s what you’re using without inspecting the DOM, but that’s …

Member Avatar for Dani
0
92
Member Avatar for davecoventry

The MySQL function UNHEX() "interprets each pair of hexadecimal digits as a number and converts it to a character". However, you're trying to store those characters in MySQL integer columns. Store them as varchars instead.

Member Avatar for davecoventry
0
415
Member Avatar for robinlrandall

You say the following calendar program, but what calendar program? Please include it as code in a post or as a text attachment.

Member Avatar for Reverend Jim
0
63
Member Avatar for Dani

Are you a student studying programming from home? Are you an employee who is working from home for the time being? Or are you a self-employed freelancer? Has your work shifted during this time?

Member Avatar for Reverend Jim
1
1K
Member Avatar for Jaayy909

Why can't it be a web app (HTML, Javascript, etc.) instead of be limited to a mobile device?

Member Avatar for Sohaib_7
0
127
Member Avatar for Lucas_13
Member Avatar for Dani

There was a huge fluctuation in the SERPS yesterday that left a lot of people baffled by the unannounced algorithm ... until Google officially announced it was a bug that was rolled out. Unlike just about everyone who commented on WW, SEW, etc., I actually fared well from it, until …

Member Avatar for subhodip
1
202
Member Avatar for Dani

I need some quick regex help with matching the same word twice in a pattern. For example, I'm trying to match on the PHP code: `if (isset($foo) AND $foo)` or `if (isset($bar) AND $bar)` where `$foo` and `$bar` are any valid variable name. However, I don't want to match on …

Member Avatar for Reverend Jim
0
402
Member Avatar for Matrel

When I did that Google search, all I got was a whole bunch of tutorials on how to use Adobe Camera Raw with before and after comparisons.

Member Avatar for rproffitt
0
70
Member Avatar for Dani

Has anyone read about any studies, or has any anecdotal evidence, that might demonstrate that detailed schema.org/Person markup about an author improves the authoritativeness of an article or tutorial in Google's eyes?

0
108
Member Avatar for lewashby

Please start a new discussion asking your questin instead of "hijacking" this 7 year old topic.

Member Avatar for Dani
0
13K
Member Avatar for mooweb96

Hi there and welcome to DaniWeb! I started this site back in 2002 and I still run it fulltime today.

Member Avatar for Dani
0
28
Member Avatar for Nosipho_1

Record your teachers, with their permission of course. Learn how to use video and sound editing apps. Create fun little videos that will help you and other students learn lessons or use them to study with. Publish them on Youtube. Make money from Youtube ads.

Member Avatar for John_165
0
75
Member Avatar for mexabet

I have no experience with PDO but I'm pretty good at basic MySQL. Here is what I am understanding so far: **users table:** user_id firstname lastname username email **courses table:** cid c_name code duration start However, I'm a bit confused what you're asking. When you have `SELECT *` you are …

Member Avatar for mexabet
0
1K
Member Avatar for Eugene_15

You have the code `onkeydown="IgnoreAlpha(event);"` to run the IgnoreAlpha() function on a key down event on the select. Can you show the code for IgnoreAlpha()? Thanks!

Member Avatar for Dani
0
74
Member Avatar for Hithendra_1

This appears to just be a homework question. Do you have a question about it? Where are you stuck? How can we help you? Please provide your code along with any errors you're having or where you're stuck so we can try to help.

Member Avatar for Dani
0
88
Member Avatar for AlexandrieAmou

It’s weird because when I was in my teens and early 20s, I absolutely needed background noise while I coded. Usually I would keep the TV on in the background to something I could half listen to while I worked. Then I started working out of an office in my …

Member Avatar for John_165
0
121
Member Avatar for Dani

I'm noticing Googlebot is not respecting my robots.txt. I'm seeing Googlebot's user agent crawling pages that have been in my robots.txt file for many months. Some of them are showing up in GSC as "Indexed, though blocked by robots.txt" with Last crawled dates indicated as recent as yesterday. Additionally, I'm …

Member Avatar for Dani
0
221
Member Avatar for Fadi_3

You mention you have a question? I see you’ve posted your homework assignment, but what is your question about it? We won’t just do your assignments for you. Please post the code you have so far along with where you’re stuck, and we’ll help you to learn.

Member Avatar for Dani
0
49
Member Avatar for Kate Lauren

Hi Kate and welcome to DaniWeb!! What are you using for your store? (Magento, Shopify, etc.) How long have you been doing it for?

Member Avatar for Dani
0
17
Member Avatar for sols4comp

So sorry for the delay in replying to this. Can you show us the code for `test_input()`? Is that the function you're saying is failing? What input are you entering and what error are you expecting to see?

Member Avatar for Dani
0
153
Member Avatar for kevinthomppsonn

Hi Kevin. Very nice to meet you!! I have 20 years of experience in digital marketing, and I try to answer as many questions as I can in these forums. However, I have very limited eCommerce experience.

Member Avatar for Dani
0
18
Member Avatar for Dani

Google search console flagged a couple of my AMP pages with the error: Error in required structured data element When I use the URL inspection tool, it says: Linked AMP version is valid with warnings Error in required structured data element But in the HTML section of the crawled page, …

Member Avatar for Dani
0
1K
Member Avatar for Dani

This question specifically relates to PHP's Memcached library when specifying a server key and adding multiple keys at once. **Question one**: Is it true that PHP's setMultiByKey() doesn't take advantage of the memcached server's native support for setting multiple keys at once, but that the logic is on PHP's side …

0
271
Member Avatar for Passy

And be careful of SQL injection attacks! Always escape any variables containing user-entered data before including them in your SQL queries.

Member Avatar for Dani
0
76
Member Avatar for aurebel92
Member Avatar for Justinrobinson
Member Avatar for Quaries

Umm ... more legal methods, perhaps? There's tons and tons of way to make money online. Stick with legal routes. :)

Member Avatar for Dani
0
34
Member Avatar for harshadgowda
Member Avatar for harshadgowda

Hi there and good question! If you want to redirect your website to a different domain name, you need to use an HTTP 301 Permanent Redirect from every old page to its new counterpart. For example, old-domain.com/page1.html should redirect to new-domain.com/page1.html and old-domain.com/page2.html shoudl redirect to new-domain.com/page2.html Do a 1-to-1 …

Member Avatar for Dani
1
53
Member Avatar for orangeversion

PPC, or pay per click, is when you use Google Ads to advertise on the Google search results by bidding on keyword searches. You pay per click for each visitor you get. SEO, or search engine optimization, is the set of skills to optimize your placement organically in the search …

Member Avatar for Dani
0
131
Member Avatar for dian_5

At first glance, this looks like spam. But you actually linked to a free Github resource that I was actually looking for this weekend. I’ll check it out later today. Are you one of the developers?

Member Avatar for Dani
0
55
Member Avatar for orangeversion
Member Avatar for Violet_82

It would probably help if you let us know *why* you wanted to do it in a less performant way, using a subquery? This is thoroughly untested, but I guess you could do something like: UPDATE books SET location_id = 2 WHERE location_id IN ( SELECT location_id FROM books WHERE …

Member Avatar for Violet_82
0
356
Member Avatar for duptiagnas

It looks as if you're having difficulty with selecting elements. On line 49 of your code, you are getting elements with the name r1, but there are no elements with that name. There are elements that have that *class*, but not that name.

Member Avatar for Emmason
0
735
Member Avatar for tun712

If I remember correctly, you have to use Adobe's proprietary Typekit in order to use their fonts on the web. You have to continuously pay for a Typekit license for as long as the font is in use on the web, according to their licensing. https://helpx.adobe.com/support/fonts.html

Member Avatar for SteveRocknrolla
1
80
Member Avatar for Sananil

Can you provide the updated code because, for example, the error log says that mysql_query() is invalid on line 183, but in the code you provided, there is no mysql_query() function being called on line 183. However, I do see that you have on line 179 above `$query = mysql_query($sql);` …

Member Avatar for Dani
0
277
Member Avatar for KWaters
Member Avatar for sundaresh12

There are many reasons why your site might not be ranking as well as you would hope. First of all, think of how MANY people there are in this world who offer SEO services. Then think that every single one of these people keep up with the latest SEO trends …

Member Avatar for theseoteams
0
491
Member Avatar for mexabet

My guess is there's something wrong with your regex. I'm not familiar enough with regex. What are the purposes of the {brackets} in the preg_match? For some reason preg_match() is being returned false even if the current script is login.php

Member Avatar for Dani
0
363
Member Avatar for carla_3

Yes, please show us the code you already have so we can see where it is that you're stuck. Is this a homework assignment that doesn't allow you to use the sum function?

Member Avatar for Dani
0
96

The End.