Posts by Moises Fausto • 152 points
16 posts
-
-2
votes3
answers1024
viewsA: ERROR: No application Encryption key has been specified
You have to install or update the commiserate before: composer install or composer update
-
0
votes1
answer58
viewsQ: Data from a file. Json
Eai guys, all right? ... I’m having a problem where I need to get a data block from a json file, being it: { "custom_fields": { "[TS] A empresa em que você trabalha é": "uma fábrica/indústria",…
-
1
votes0
answers341
viewsQ: Audio Tag Does Not Work in Chrome
Good afternoon, you guys! I’m having a problem that I can’t see a solution on Google or with the tests I do. I have a site where there are some audio tags, they work normally in browsers like…
-
0
votes1
answer47
viewsQ: Pagination Wordpress
Good morning, you guys! I’m having a problem some time to make a pagination with wordpress. I’m trying to implement a stylized pagination, but I’m having a hard time making it work in a certain way.…
-
-1
votes1
answer250
viewsQ: Transform HTML Table into Excel
good afternoon! I am some time trying to turn a table dynamically coming from the database to an Excel file. The procedure I do is to take this table via Javascript, send it to a PHP file via Ajax…
-
4
votes1
answer59
viewsQ: Problems to add element to HTML with jQuery
Everybody, good morning! All right ?! I’m going through a problem with jQuery and HTML in which I’m trying to add the elements when the mouse click is out of certain field[input]. This procedure…
-
0
votes1
answer422
viewsA: List inside JS list
Guys, I thank you all for your time, but I managed to solve it by cracking my head a little bit more. The solution was as follows: var palavraChave = $("#palavra-chave").val(); // Alterar para o ID…
-
0
votes1
answer422
viewsQ: List inside JS list
Hello, good morning! I’m making an algorithm in JS where I take all the paragraphs of a text and put it in an array, after I take every word of that same paragraph and put it inside another array,…
-
1
votes3
answers247
viewsQ: I cannot send form data with AJAX
I have a problem a few days, that with testing and research I’m not able to solve. My problem persists in a certain form send the data via AJAX to PHP treat and send an email, until then works…
-
0
votes3
answers574
viewsQ: SLIM FRAMEWORK - 404 PAGE NOT FOUND
Hello, good morning. I am trying to make a route using SLIM and I can normally access via URL and internally(via menu) the pages with SLIM configured, but when I login to the site, it does not send…
-
0
votes1
answer118
viewsA: How to hide a site from search engines?
Dude, at first you did it right. Even though you started with user-agent for all searchers, right below you disabled it. I see that if the problem persists in appearing in the searchers, would put…
seoanswered Moises Fausto 152 -
0
votes2
answers52
viewsQ: Problems showing font color in active field
good night! I’m going through a problem that’s been racking my brain for days. I try to leave the color of the letter in the active tab field, but when I step (color: #fff) to the specific class, it…
-
1
votes1
answer26
viewsQ: Problems with site resizing
Good afternoon! I’d like your help with a personal website project of mine, I’m facing one or two problems with it, but let’s start at the beginning. First: When I resize the site to below 375px…
-
0
votes3
answers65
viewsA: How to get the next item from the database
$users = "SELECT id_usuario, slug, nome, foto, email, views, table_status FROM usuarios WHERE table_status = 1 AND foto <> '' AND views > 500 AND slug NOT IN ('thiago_hd', 'sergiomm',…
-
4
votes1
answer190
viewsA: What’s the difference between Django and Flask
Flask Flask is an open source web framework released in 2010 widely used for Python. Its operation is similar to a Lego set, where developers can build whatever they want, making Flask easy to…
-
1
votes3
answers65
viewsQ: How to get the next item from the database
I’m trying a big problem some time, where I try to get the next item of an array, coming from a BD, but it doesn’t work. The goal is to pass a slide with different images of registered users in a…