Posts by jhonatan santos • 103 points
13 posts
-
0
votes0
answers41
viewsQ: Error opening Android app project
When opening the Android app project of a friend of mine on my PC, I came across these errors. How do I fix it ? screen images : Grandle code ( app module ) : apply plugin: 'com.android.application'…
-
1
votes2
answers383
viewsQ: http redirect to https via . htaccess - Godaddy
I signed an SSL certificate, installed the certificate but my site does not appear in https. support told me that I have to change the file . htaccess and redirect to https, but I already searched…
htaccessasked jhonatan santos 103 -
0
votes1
answer1279
viewsQ: Open link inside a div
I use a plugin to manage my posts on Wordpress, but I would like to make it open within a DIV specific. That in which is the #main-view. Today he finds himself like this : target="_parent" Below…
-
0
votes2
answers2026
viewsQ: View database data from
I have a bunch of data with information from various bands, however I would like to pull them to my front page. bank name: dados Call table : Artists where I have the information : imagem_small ( in…
-
0
votes1
answer504
viewsQ: Insert a Div from another page
I’m trying to catch a DIV of this page . To DIV is named after .similar-artists. I want to play in the DIV calling for #rock, but nothing works. Below the code: <!DOCTYPE html> <html>…
-
3
votes1
answer89
viewsQ: Display data randomly from a database
I’d like to stop displaying by date and decreasing and make it display randomly or as I know it - randomly. below the excerpt I have to modify from the php file: public function getNewReleases() {…
-
1
votes1
answer530
viewsQ: application with Full Screen
i am not able to put my app stay in full screen and just leave the navigation button. getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_STABLE |…
-
-1
votes1
answer193
viewsQ: Insert a Splashscreen or imageView into app crosswalk webview
I have a crosswalk webview application. as my site takes about 5 seconds to open on screen, I thought about inserting a splashscreen or imagemview ( I don’t know if there’s a difference between the…
-
0
votes1
answer540
viewsQ: Mobile Player Problem - webview app
I created an app on webView and its player only works when we press the play button 3 times ( one to play the video, then pause and then press again it plays the video ) the app link to demonstrate…
-
0
votes1
answer119
viewsQ: webview app doesn’t work perfect with Youtube
Create a webview app from my site, on the PC it works perfectly www.pipocaplayfm.com now on the webview it does not play the videos as on the site - App link…
-
0
votes1
answer482
viewsQ: Object disappear at a certain place on the page
My question is this:: I want/need a code for my website, which works as follows: When the user uses the mouse scroll to scroll down to near the footer of the page, the Div called for example:…
-
1
votes2
answers74
viewsQ: How to modify link in PHP code
The excerpt from the code is this : <div class="menu-item" ui-sref="albums" ui-sref-active="active" href="/albums"><i class="icon icon-cd"></i> Álbuns</div> The idea was to…
-
-1
votes2
answers110
viewsQ: Change file ( jpeg , gif or swf ) according to screen size?
I have a Site in PHP and it has a field for advertising ( Where I can paste codes ) As it is a site that resizes I have no idea how to make an HTML or JAVA code use different images for the same…