Questions tagged [static-pages]

126 questions
0
votes
1 answer

Efficient Nuxt generated static site hosting: Better on Amazon AWS or a Cloud Droplet

not sure if it belongs here or is well titled, but I finish soon my first Nuxt project and I am not sure, where to host it. Usually I would use a Ionos or digital ocean droplet, but I was told that aws amplify or S3 (I have no Idea about any…
Ehrlich_Bachman
  • 772
  • 1
  • 10
  • 23
0
votes
1 answer

Semi static page menu partials

I've created a semi static pages which I would like to add to a menu in my application.html.erb file, and call via a partial to all view but it only works in the page. Error on user index You have a nil object when you didn't expect it! You might…
MrThomas
  • 427
  • 1
  • 6
  • 19
0
votes
1 answer

Reading files on google drive without any auth

Is it possible to read a file from the drive thats open to public via api without the need of any authentication? I have a static application built exclusively in javascript without any backend and Im planning to write a json in a file on google…
0
votes
1 answer

How to get rails response object in code?

I want to manipulate response object from a controller, I just know I can get response like this: class HomeController < ApplicationController after_filter :generate_html def index end def generate_html raise response.body # this…
qichunren
  • 4,405
  • 7
  • 37
  • 48
0
votes
0 answers

Is there a way to export create-react-app to a static app that includes all API/DB data?

I have page X, which has to make DB and API calls taking approximately three seconds. I want to export this as a single page that integrates all of the data that comes in from the network, this means that there is no need to load from DB when…
gieoon
  • 129
  • 7
0
votes
0 answers

Static Webstie - Render Dropdown Json Data

For static website, where we need to show dropdowns of predefined/organized json data (>50MB). Problem is Loading all the data while launching page killing user's browser (not responding). How to handle this in an effective and cost optimized…
Forece85
  • 428
  • 1
  • 6
  • 22
0
votes
1 answer

How to build a GDPR compliant git-based static page?

When processing personal data, the European GDPR requires the deletion of specific personal data under certain circumstances "right to be forgotten". If there is personal data in the content of a git-based static page, it will be part of the git…
Mue
  • 434
  • 5
  • 12
0
votes
1 answer

Some confusion about Firebase regarding static vs dynamic pages

So according to docs I've read, a webpage written in html code which includes script src="some_JavaScript_file.js is always a dynamic page even though the embedded JavaScript only has const sum=3+5 because no matter how simple it is, as long as…
Mike Kim
  • 63
  • 8
0
votes
1 answer

can't open static page in intellij after run the project(spring mvc)

In the beginning, I can view the html just by the IntelliJ button like that then when I click the button, IntelliJ shows a browser error then I run tomcat, and click the browser button I'm a beginner, and I don't know why it happens.
Junran
  • 1
0
votes
1 answer

How browser displays a static website contents without any confusion, when two requests are fired from a browser in different tabs

I'm a web developer, I just want to know how things work behind the scenes when a request is fired. Suppose let's assume I've a static website, I requested about us page in one tab, contact us in other tab, both the requests are fired at the same…
Anil kumar
  • 4,107
  • 1
  • 21
  • 36
0
votes
1 answer

How to get static page dropdown in OctoberCMS with get page tree?

I am open this based from my question in my own comment from Static page dropdown within static page in OctoberCMS. I have problem when adding $pageList->getPageTree(true). The child pages did not display. My current code is repeating foreach from…
claudchan
  • 328
  • 1
  • 2
  • 14
0
votes
1 answer

In Wordpress can I use ACF plugin for private page only for get some data?

I am using a static front page as a home page. In that some sections (like header text,etc.,) needs to manage at admin end. So that I decided use ACF(Advanced Custom Fields) plugin and create some custom fields for a private mode page, using the…
Antony
  • 171
  • 2
  • 11
0
votes
2 answers

Utilitiy dynamic creation of static pages...(I'm not asking this because I want to, rather becasue I have to...)

Does anyone know of a utility for ****ahem**** stringing together static pages. For instance: Say I wrote a header and a footer of a page, and I only wanted to change the content without ****sigh**** dynamically generating the content of the page.…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
0 answers

How to add an image to a GitHub static page using Jekyll

I am creating a portfolio using GitHub static pages and I want to display some images of projects completed and finding it difficult to do that. I know the syntax for image display but what I do not seem to get here is where to place image on GitHub…
ade desmond
  • 432
  • 1
  • 8
  • 24
0
votes
0 answers

Snippets modify error in Static Pages (OctoberCMS)

I've created a plugin that can add different content (text, map, etc.). I have registered Snippet in the plugin. Plugin.php ... public function registerComponents() { return [ 'Author\Contents\Components\Text' => 'textContent' …
1 2 3
8 9