Earlier quoted context omitted.
$1.20 a month is really expensive. I have a whole virtual server for €5 a month (and there are smaller ones) that hosts 10+ sites/apps. EDIT: I just realized that's a question I should ask: Does your price include the domain?
What service do you use? 5/mo is really cheap for 10+sites/apps
Building a fast, secured and free static site in less than three hours
121–130 of 201 posts
Re: Building a fast, secured and free static site in less than three hours
#122I have nearly 0 experience with web-dev. I'd like to add some minimal user tracking to my static site on Github; just when & where the requests are coming from (geographically), which posts they're looking at and maybe a referrer.
I don't want to use Google Analytics (seems unfair given that I block it). Is there an easy way to do this?
Re: Building a fast, secured and free static site in less than three hours
#123Earlier quoted context omitted.
I note that your mailto: links don't include an email address. e.g. at the bottom of the page https://www.forthepeople.com/class-action-lawyers/clergy-sex... the mailto link (black envelope image) has the email address "?".
It's an email share link. It's for you to share with whoever. All of those icons are social sharing icons. ? is actually for the query parameters and that's a properly-formed URI.
The user is expected to click the email icon, then fill in the to: address, with the body pre-filled with the current url.
Most email urls passing query string parameters fill in the address (which winds up in the to:) and subject instead.
Re: Building a fast, secured and free static site in less than three hours
#124A question: I have nearly 0 experience with web-dev. I'd like to add some minimal user tracking to my static site on Github; just when & where the requests are coming from (geographically), which posts they're looking at and maybe a referrer. I don't want to use Google Analytics (seems unfair given that I block it). Is there an easy way to do this?
Re: Building a fast, secured and free static site in less than three hours
#125Earlier quoted context omitted.
It's an email share link. It's for you to share with whoever. All of those icons are social sharing icons. ? is actually for the query parameters and that's a properly-formed URI.
To be clear (since it wasn't to me; best tag-team approach to trick me into clicking some lawyer's website ever!): ... The user is expected to click the email icon, then fill in the to: address, with the body pre-filled with the current url. Most email urls passing query string parameters fill in the address (which winds up in the to:) and subject instead.
That said though, best damn lawyer's site on the web, amirite?
Re: Building a fast, secured and free static site in less than three hours
#126A question: I have nearly 0 experience with web-dev. I'd like to add some minimal user tracking to my static site on Github; just when & where the requests are coming from (geographically), which posts they're looking at and maybe a referrer. I don't want to use Google Analytics (seems unfair given that I block it). Is there an easy way to do this?
Re: Building a fast, secured and free static site in less than three hours
#127Earlier quoted context omitted.
Right, that's why I recently started checking people's profiles before posting a dissenting reply, and not making the reply if they've enough karma to downvote me.
If you care deeply enough about fake internet points to go to that much trouble, IMHO, you're doing it wrong. Are you feeling picked-on because of what you're saying, or how you're saying it?
So I’m reducing my activity on HN in general as far as possible, and only post as uncontroversial opinions as possible, because I fear that going against the established opinion would just get me downvoted again.
Re: Building a fast, secured and free static site in less than three hours
#128Re: Building a fast, secured and free static site in less than three hours
#129Holy cow. Is this an improvement? Remember in 1999 when you could get a static website up in 3 minutes using ftp?
Re: Building a fast, secured and free static site in less than three hours
#130Holy cow. Is this an improvement? Remember in 1999 when you could get a static website up in 3 minutes using ftp?