Skip to main content

Questions tagged [code]

-1 votes
3 answers
41 views

Quickly re-caching a page when visitor accesses a page

I run an e-commerce website. The code is all done in PHP. Every time I make a new release of the site, I re-cache everything (18 webpages plus a few images) which takes a couple minutes. In order to ...
Mike S's user avatar
  • 11
0 votes
1 answer
27 views

HOW TO BRING CENTRE ALIGNMENT IN WEB PAGE USING HTML? [closed]

In html, what can we write in the code to bring the content of my web page in the center ?? I have tried to write the code within "center" tag and "/center" but it's not working. ...
Sanchali's user avatar
2 votes
1 answer
54 views

Are minifying and bundling the same operation?

I have the problem that MediaWiki doesn't support certain new JavaScript syntaxes (possibly >= ES 2015); quoting from MediaWiki support desk: MediaWiki performs JavaScript bundle and minification. ...
user avatar
1 vote
1 answer
72 views

Disable hotlinking or saving or your images online?

I have some JavaScript and CSS to block right clicks and stuff and everything is on cloudflare CDN which tells me when I get hotlinked. Is there a way to stop this?
Johnny T's user avatar
1 vote
1 answer
103 views

Google Analytics incorrectly showing data from two sites

I have two websites that I've split up into two properties in Google Analytics with separate tracking codes. But for some reason when I view the raw data for Site A, it's showing me data from both. ...
Gleb Oleinik's user avatar
4 votes
1 answer
115 views

Will email address obfuscation code that could look like it might be malicious hurt search engine rankings?

I use an email obfuscation tool. <a href="mailto:[email protected]">Send email</a> would become: <span class="noscript"><span>&#83;&#101;&#110;</span><...
TomGrill Games's user avatar
1 vote
0 answers
24 views

I am trying to make a file upload form for my website, I have some code but it is not working [closed]

I cannot get this to work am I doing something wrong? $extensions= array("jpeg","jpg","png"); if(in_array($file_ext,$extensions)=== false){ $errors[]="extension not allowed, please choose a ...
user104624's user avatar
5 votes
0 answers
94 views

Migrating Wordpress to Hugo (or generic markdown)

I have a blog which I want to migrate from Wordpress to Hugo. The problem is that the blog has a lot of posts which contain code examples, including HTML code. I'm using Codecolorer as Wordpress ...
tim's user avatar
  • 331
3 votes
1 answer
3k views

Questions about editing a site created in Adobe Muse by someone else

A client came to me with an existing site created in Adobe Muse by another developer. They had exported the site to HTML so I could post the files to the client's new hosting account. Now the client ...
dugost's user avatar
  • 31
2 votes
2 answers
94 views

How much recyling CSS makes my website faster?

I'll give you two examples to clarify what I'm trying to say. Example 1: p { font-family: Arial; } #id1 { font-family: Arial; } .class1 { font-family: Arial; } #id2 { font-family: Arial; } ....
SnooDucks299792's user avatar
0 votes
1 answer
41 views

Printable characters between two links. How to legally hide so my page still appears correctly?

Once again, I'm trying to follow standards... Here's another issue. On one page of my site, I have a grid of clickable images. In HTML code, the grid is partly as follows, and the images are ...
Mike -- No longer here's user avatar
3 votes
2 answers
955 views

Does Google care about code formatting?

TLDR; Does Google care how code is formatted? Background I work in an agency. One developer is trying to convince the other to put line-breaks between rules in his css file: .class { width:100%; ...
Richard Parnaby-King's user avatar
2 votes
1 answer
319 views

Yext has added code to our URL — what does this do, and why?

Our company has employed Yext to fix business listings across the web. We've discovered that a significant portion of the links on our business listings have bizarre code added to them that we did not ...
JJ Lukas's user avatar
4 votes
0 answers
47 views

What is missing in my SEO checklist for new websites? [duplicate]

So I have a question about what can be done for SEO-purposes purely with coding (meaning this question is not about content strategies, keyword research, linkbuilding and stuff like that, but only ...
MoritzLost's user avatar
1 vote
2 answers
57 views

Can a website meet standards without a single link returning 404 status?

According to woorank.com seo tools, I read that its not best practice for a website to not have a custom 404 error page. But here's why I don't have it on a domain. Currently I and one other person ...
Mike -- No longer here's user avatar

15 30 50 per page