Posts by Everton Gouveia • 278 points
19 posts
-
0
votes1
answer76
viewsA: Apply responsiveness
Try to use: @media (min-width: 1200px) .container { max-width: 1200px; background: #ffffff; margin: 0.5em; box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5); } You can take a closer look here:…
-
0
votes0
answers38
viewsQ: Page Print not centralized
I am facing a small problem by clicking on "Submit" button to print a particular page, but it is not centralized in windows operating system browser. Follow the wrong and wrong printscreen(the…
-
1
votes2
answers102
viewsA: Autocomplete form and check in JSON if it exists
@Sam I made the addition as you quoted but when I click send button, always appears the message: CPF or name does not exist in JSON Modified code: // busca o cpf no JSON var dados =…
-
0
votes2
answers102
viewsQ: Autocomplete form and check in JSON if it exists
I am trying to make a form that works as follows, the user must put his CPF and the full name will auto-complete, and the form can only be sent if everything is ok in JSON. Follows layout the model:…
-
0
votes2
answers184
viewsA: Return JSON php TRUE or FALSE
I got it, I put it this way: $destaques = array_filter($destaques,function($value){ return $value['flDestaqueSite']==='True'; }); It’s working perfectly for now. I thank you all for your attention!…
-
-1
votes2
answers184
viewsQ: Return JSON php TRUE or FALSE
Good morning, I would like my JSON filtering to also search if what I searched indicates that it is "true" or "false. I use this array to search the file: <?php session_start();…
-
-1
votes1
answer223
viewsQ: Generate JSON from a URL and Search by location
Good note to everyone, I wonder if there is any possibility to show a JSON list from a URL and in that same url generate the following values: nmConvenienced, listEspeciality, listEndereco. I tried…
-
0
votes1
answer42
viewsQ: Include Option/Select in search
Good afternoon guys, I’d like to include the option for my research, I’ve tried it like this: var $search = $("#search").on('input, option',function(){ $btns.removeClass('active'); var matcher = new…
-
1
votes0
answers27
viewsQ: Change background menu css scroll on
Good evening, I’m racking my brain trying to change the background color when using the scroll but I haven’t succeeded yet. The menu code is: <header class="xs-header-section xs-header-height…
-
1
votes0
answers38
viewsQ: Message sending with photo and display
Good morning guys, I’m having a question, I made a scrapbook system and would like to add in the post an image and display it as messages are displayed. My code is: <!DOCTYPE html>…
-
1
votes1
answer3068
viewsQ: Error: Invalid argument supplied for foreach()
I’m having a problem displaying my mailing list, is giving this error: Warning: Invalid argument supplied for foreach() in /###/###/###/view/list.php on line 11 In the file it’s like this: <div…
-
1
votes1
answer63
viewsQ: Contact Form - Sending date 0000-00-00
Good morning, I made a contact form and put one but when I put the date right example: 31/08/2017, I click to send the date comes as: 2017/08/31, I would like to leave as standard Brazil. My input:…
-
0
votes2
answers1036
viewsQ: Make an SQL query with codeigniter
I’d like to pull some information from my database called "website", inside it would connect to the table: "posts" and in it wanted to show the information as: "id, updated, title, Description,…
-
0
votes1
answer101
viewsQ: Do not connect on Panel (Codeigniter)
Good evening guys, I made a script for content management but when I put my data does not connect, just refreshes the page and stays in the same place, I put a command to error but not even that.…
-
0
votes0
answers50
viewsQ: Problems get_userid() - Codeigniter
I’m having a little trouble. If someone can help me, when I put my information and click 'Submit', gives the following error in my application: PHP Error was encountered Severity: Error Message:…
-
1
votes2
answers203
viewsQ: Exit warning on Webview
I’m very beginner on android, so I made my application by Android Studio using Webview, but I’m having a question, when I press the back button of Android it already leaves the app, I would like to…
-
6
votes1
answer500
viewsQ: Refresh in Webview when rotating device
I created my application via WebView, but when I rotate the screen the site gives refresh, or is back to the login, my code: Mainactivity: package com.sirseni.simpleandroidwebviewexample; import…
-
0
votes1
answer163
viewsQ: Scroll Webview does not appear
I created my first application on android being that it was (Webview) but when I enter the application, my site is fixed inside, no scroll. My code is: package…
-
2
votes1
answer1860
viewsQ: Webview opens browser
I made an application via Webview on Androidstudio, everything quiet without errors but when I put the information to login in my webview opens the default browser, I would like it to open in…