Posts by Evandro Aguiar • 107 points
32 posts
-
0
votes1
answer303
viewsQ: No notification appears in Chrome only in firefox
I can’t make the notification work on Chrome, only on mozila, someone has a solution???? //Verifica e solicita se o usuario tem permissao para utilizar as notificações do Chrome…
-
3
votes3
answers166
viewsQ: Disable tab showing all results
I’m having problems with this code, because I want to register the case, however I want to remove the tab where all appear, want part of each selected! The first tab, is to show all (I want to…
-
0
votes0
answers213
viewsQ: Open Google app by a web link on Android
how to open the gplus app via html, social networks like facebook, is fb://o instagram:// and google+ can not find, for Ios uses gplus://but not sure to open the android app
-
0
votes1
answer189
viewsQ: Problem with Get in jquery
Man script works perfectly, but there are hours that requires the page of the registration sent a selection type category, and it sends to the address bar as if it were $_get, but it’s all coming…
-
0
votes5
answers511
viewsA: Problem with footer on mobile sites
uses jquery, solves perfectly $(document).ready(function () { var initialScreenSize = window.innerHeight; window.addEventListener("resize", function() { if(window.innerHeight <…
-
0
votes2
answers716
viewsA: How to send form without page refresh?
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Documento sem título</title> <script…
-
1
votes1
answer85
viewsA: js error in modal(popup)
$(document).ready(function () { $('.trigger').click(function() { $('.modal-wrapper').toggle("open"); $('.page-wrapper').toggle("blur"); }); return false; //aqui o return fica fora do click function…
-
0
votes2
answers1940
viewsA: Send form and post message of "success" on your own page, and after clicking on Submit appear another button
Speak boy!!! needs two files, what will form and what gets! ok what will form like form.php or form.html <script…
-
1
votes1
answer228
viewsA: triangle effect in div with css3, how is it?
Okay buddy, just adjust the sizes of the border in question... .lado1{ content: ""; display: inline-block; vertical-align: middle; margin-right: 10px; width: 0; height: 0; border-left: 280px solid…
css3answered Evandro Aguiar 107 -
0
votes0
answers152
viewsQ: Group repeated data from a given column
I need to select and group the items, but as I have searched, my query will come from a database selected by a variable via post, and I will list the columns that are in a while coming via post from…
-
0
votes2
answers322
viewsQ: Add Mysql column with increment not to repeat
My intention is to pick up a variable via POST and change its value. $vem = $_POST['nome']; if (isset($vem)){ $vem = 1; $vem++; $vem = 'campo'.$vem; } I will add as column of a table within this…
-
0
votes2
answers268
viewsA: Doubt with Jquery Load
uses like this <script> $(document).ready(function(){ $("#menu").load("menusistema.html"); }); </script> instead of your <script> $("#menu").load("menusistema.html");…
-
0
votes2
answers111
viewsA: load disables jquery functions
Good using the @Ricardo Portugal tip, we changed the query after it returns and left so! $('.menu').on('click','.cat', function (e) { e.preventDefault(); $('.categoria').fadeToggle("fast");…
-
0
votes2
answers111
viewsQ: load disables jquery functions
am giving a load() on my div, but it always disables jquery commands as soon as it load! Any solution??? $(document).ready(function () { $('#form_campo').on('submit', function() { $.ajax({ url:…
-
0
votes1
answer152
viewsQ: take variable data from input
Speak People! I have a system that registers products and creates what I need in the data field, but in a crucial part, after I create the fields I need it generates input with these fields! the…
-
1
votes1
answer35
viewsQ: delete javascript content by name
I need to delete and change the specific plan created with the list variable! Whenever I delete, delete all and if I change it deletes all and changes one! function planoCriado() { var lista; lista…
-
1
votes2
answers148
viewsQ: Remove content after added in javascript
I’m adding a reason, until then ok, delete the first reason, but the added ones I can’t delete! var antes = 'Bem estar psicológico <img src="delete.png" style="width: 1cm" onclick="deleteMot(' +…
-
0
votes1
answer34
viewsQ: Identify 3 equal results in 3 different BD mysql
I have a php application that I have created that I list several ips, on some sites that I use, I would like to list the same ips on 3 sites in a single list! How I Do? Major Problem: Database…
-
0
votes3
answers25430
viewsA: SQL command to display specific records from the "id" field
best way! will select the fields as you want SELECT * FROM tabela WHERE id = 22 and id REGEXP '(23|25|27)';
-
1
votes1
answer98
viewsA: Add or reduce a value in . top by clicking on the link to ID
var targetOffset = $target.offset(). top - 100; Or take the header element height for the extra scroll. var targetOffset = $target.offset(). top - $("element"). outerHeight(true);…
-
0
votes0
answers205
viewsQ: send push notification when feed is changed
I need to send the push notification to users of my app, is a webview with some blogs feed, and when this feed(rss) is changed it automatically sends a notification to users.
-
1
votes1
answer434
viewsQ: Open Whats contact through href
<a href="intent://send/. 19994549640#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end"> <img src="img/whatspng.png"> </a> I want to turn into a…
-
1
votes3
answers189
viewsA: Internationalize the content of Meta Tags
Actually it’s not an internationalization, it’s standard Google, the indexing occurs reading this way. and helps a lot in Google search indexing, the google automatically identifies your site…
htmlanswered Evandro Aguiar 107 -
0
votes1
answer128
viewsQ: list post with photo of a wordpress blog on a php site
I would like to list post aletorio with photo, or by category but on another site. kind picked up from a wordpress blog and put on a php site, as I have a 4 blogs would do it from each one, creating…
-
0
votes1
answer133
viewsA: How do I add a progressbar to my app?
I have a template in a webview Mainacitivity protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); WebView myWebView =…
androidanswered Evandro Aguiar 107 -
0
votes2
answers16937
viewsA: How to change background color
or using rgb colors in Linearlayout <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"…
androidanswered Evandro Aguiar 107 -
0
votes3
answers2523
viewsA: Progressbar does not change color
<RelativeLayout android:id="@+id/splach_screen" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/sfrango" android:visibility="visible"…
-
1
votes2
answers6437
viewsA: Open Whatsapp when you click on the icon
<a href="intent://send/NUMERO_TELEFONE#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end"> <img src="img/whatspng.png"></a> …
-
1
votes3
answers60168
viewsA: Horizontal line in the middle of an unordered HTML list
<hr> in css3 just put this tag and it will make a horizontal line
-
3
votes1
answer1068
viewsA: Allow phone number link in android studio app
found the answer after much cost and adaptation myWebView.setWebViewClient(new WebBrowser()); private class WebBrowser extends WebViewClient { public boolean shouldOverrideUrlLoading(WebView view,…
androidanswered Evandro Aguiar 107 -
0
votes1
answer1068
viewsQ: Allow phone number link in android studio app
And I created a webview app, and I’m testing it with local folder and web, and in the app has the html link to link directly from a link with the phone number, because it’s a mobile site, how to…
androidasked Evandro Aguiar 107 -
4
votes3
answers1232
viewsQ: How to extract a word from a PHP URL
In these examples below: +bbbbbbb2.virtua.com.br - take out the Virtua +000-74-4-000.paemt702.dsl.Brasiltelecom.net.br take out Brasiltelecom +111.222.22.222.dynamic. adsl.gvt. net.br - take the gvt…