Posts by Lourençon O. • 484 points
16 posts
-
0
votes1
answer26
viewsQ: Duplicated meta title and meta Description because of category filters
I have a problem with meta title and meta descriptions duplicated, pages like these below, google is understanding that are different pages, which really is not. basedosite.com.br/cintos-e-fivelas/…
-
7
votes3
answers1306
viewsQ: Diagram of class MVC
I am developing a web system in php, where all controllers extend their respective models, for example: I have a user Control and a user?. Another question, my model methods are all protected,…
-
0
votes2
answers59
viewsQ: Problem saving Arabic text in mysql
I have a site where there are several languages, but when trying to save a text field in the Arabic language, the same saved with characters like "اÙøµùø-Ø Ø§ÙØ ÙسÙØ ", already try to change mysql…
-
0
votes1
answer109
viewsQ: problem with window.onresize()
I am creating a responsive dropdown menu using the same html structure (without creating a structure larger than 1024 and another smaller than 1024), when clicking the icone of the dropdown menu ul…
-
1
votes1
answer43
viewsQ: Ajax does not return to view using find()
Hello, I am creating an ajax but if I use find to return in the desired div it does not return success: function (ret) { if (ret == "sucesso") { $(this).find(".msg-envio").html("<p…
-
-4
votes4
answers16240
viewsA: HTML -Spacing between tds
I got the simplest impossible border-right: solid 10px #fff; border-bottom: solid 3px #fff;
-
3
votes4
answers16240
viewsQ: HTML -Spacing between tds
Is there any way to give spacing between <td> as in the figure below? NOTE: With spacing only on the right of the <td>.…
-
0
votes0
answers121
viewsQ: Troubles Homestead Laravel
Hello, when trying to give command in the Vagrant terminal up inside my Homestead folder the following error appears: /home/brendol/Homestead/scripts/homestead.rb:91:in `read': No such file or…
-
0
votes1
answer60
viewsQ: CSS and JS do not render on mobile devices
My Rels links don’t open on mobile devices like js css and images someone knows what might be going on? <link rel="stylesheet" href="<?php echo BASE_CSS_SITE; ?>/bootstrap.min.css"/>…
-
1
votes1
answer4674
viewsQ: CSS does not load, Resource Interpreted as Stylesheet but transferred with MIME type text/html
Hello guys I am working on an MVC project but I came across a css error that had never happened to me. By staging CSS the browser returns me a rendering error. in firefox: 12:08:16.973 The style…
cssasked Lourençon O. 484 -
1
votes1
answer120
viewsQ: [PHP Apache Shell], Permissao apache Kill
I need to kill a lawsuit for php, but I use exec, system or exec_shell and it’s not killing the processes, I went online and the guys are saying that apache is not allowed to execute these kinds of…
-
0
votes0
answers72
viewsQ: Centos exec and system command
Guys, I try to run a Kill, killall -9 to kill process with PHP and it doesn’t work, do I have to enable something inside php ? Simplest commands like whoami picks up... NOTE: I’m using Centos and…
-
0
votes1
answer349
viewsQ: PHP script that for an operating system service
someone knows if there is a command in php or script that stops a service in the operating system ?
-
23
votes2
answers4157
viewsQ: What are <head> meta tags and what are they for?
What are the meta tags contained in <head>? What they are and what they serve and what are the pros and cons of using them? Example: <meta charset="UTF-8"> <meta name="description"…
-
4
votes2
answers2341
viewsQ: Htaccess is not redirecting to 404 error page
I have a .htaccess with the following configuration: ErrorDocument 404 /erro404.html <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^index/?$ index.php [NC,L] RewriteRule…
-
0
votes1
answer429
viewsQ: .htaccess URL friendly PHP problem
I have a link like this: <a href="index/pagina=$i"> $i </a> wanted the URL to look like this: index/2 and I’m using the .htaccess thus: <IfModule mod_rewrite.c> RewriteEngine On…