Posts by joao_coelho • 336 points
8 posts
-
0
votes0
answers23
viewsQ: How to open Mainactivity when receiving a Push Notification from Onesignal?
Good morning community, first I wanted to thank the space and ask for your help with the following problem: I have a function of a class that is called every time a notification is received which is…
-
2
votes1
answer265
viewsQ: Run a PHP Pagination with Jquery
I made a script that imports images of a CMS own for Wordpress and not to overload the server and the import machine this system has a pagination that displays 20 elements per page:…
-
0
votes2
answers390
viewsA: Can Missing semicolons in CSS and Javascript influence how code works?
When applying Minify techniques without ;, your code will probably stop working; In my opinion there is something more cool to understand;
-
0
votes1
answer182
viewsQ: Problem when redirecting Own DNS to an ip outside of my server.
I have a domain: www.servortt.com.br and I have other websites from my own company that use ns1.servortt.com.br, ns2.servortt.com.br to make them available. I developed the main domain site…
-
14
votes2
answers3471
viewsQ: Search with LIKE or MATCH.. AGAINST in two columns
I have a classified system where I do a search with PHP and Mysql using LIKE in two camps: campo1 like '' or campo2 like '' The problem is when I’m looking for something like, "Green car" it doesn’t…
-
0
votes3
answers2494
viewsA: Table css type excel
I’m not sure I understand what you want but I point out a following Jquery tool: https://datatables.net/ Via Html: <script src="js/jquery.js" type="text/javascript"></script> <script…
-
3
votes3
answers3345
viewsA: Div with height 100%
HTML <div id="geral"> <div id="topo">TOPO</div> <div id="conteudo">CONTEÚDO</div> </div> <div id="rodape">Rodapé</div> CSS html, body, #geral {…
-
2
votes5
answers7780
viewsQ: How to use str_replace in single quotes without removing the ones that are required?
I’m going through a database of a friend who had some data entered wrong or a little confused or I’m the one who’s making it difficult. Ex: Mariana "Gurizinha’s" This example was saved in the bank…