Posts by Pedro Gelli • 560 points
8 posts
-
0
votes1
answer4196
viewsQ: A menu for each page
Problem: The side menu appears on all pages. I wish I could use a different side menu for each page. I know this has to do with the Wordpress theme. I’m kind of novice with Wordpress. I’m using a…
-
4
votes2
answers341
viewsQ: Google Analytics code
I am learning to use google Analytics and came across a problem. I want to be able to collect demographic data. In google Analytics says that the option is enabled but my code has no support for…
-
1
votes1
answer80
viewsA: Flowtype is not updating when it maximizes/restores window
Apparently the bug was removed in version 1.1. Update the version. Edit: Now I don’t know if version 1.1 actually fixes it or not. But I was able to eliminate the problem by calling Flowtype with…
-
2
votes1
answer80
viewsQ: Flowtype is not updating when it maximizes/restores window
Flowtype is not updating the correct font size when I load the page without the window being maximized and maximized. When the window is maximized the font appears in the size it should be when it…
-
16
votes5
answers21918
viewsQ: How to replace the <img src> of a small image with a large image?
Information: I’m trying to make a simple photo gallery. I want to show the large-sized image in the center of the screen. (Clicar em 0.jpg e mostrar em uma outra div 0Large.jpg) Problem: With the…
-
4
votes2
answers7390
viewsQ: How to save JSON file with Node.js
I want to make a website to test some things. The site is running on my home server done with Wamp. I was told that I could make a small database using JSON files. I have a JSON file in the website…
-
9
votes7
answers16282
viewsQ: Understanding the JSON file
I have a code similar to this on Jsfiddle. On my home WAMP server I did to try working with JSON (Jsfiddle does not contain the JSON file to test). In a question I asked about how to insert data…
-
9
votes7
answers31206
viewsQ: How to insert data into DB with jQuery/Javascript without using PHP?
I am learning Javascript and jQuery and I am wanting to make a small site to test the insertion of data in a database. I have no knowledge in PHP, I wonder if it is possible to insert data in a…