Posts by user3092202 • 344 points
12 posts
-
2
votes1
answer3281
viewsQ: Error sending Phonegap pro Googleplay APK
Sending the Phonegap APK pro Googleplay shows the following error: SEND NEW APK TO PRODUCTION Sending failed You have uploaded a debugged APK. For reasons of security, disable debugging before…
-
0
votes1
answer102
viewsQ: Error when compiling Phonegap
When running the command to compile phonegap phonegap build android But you make a mistake: [phonegap] executing 'cordova build android'... Running command:…
-
1
votes1
answer295
viewsQ: Problem when installing Gulp
I’m trying to install Gulp on Ubuntu, but it only returns me error: root@gabriel-Aspire-E1-571:/var/www/aaa/projeto# npm install --save-dev gulp npm WARN package.json [email protected] No description…
-
0
votes2
answers131
viewsA: Div disturbs the Link
You’re only linking to the image, not the DIV itself. For it to work you need to put a size for DIV too and if you want the link to be in the whole div not only in the image (if it is smaller than…
cssanswered user3092202 344 -
2
votes0
answers318
viewsQ: localhost/phpmyadmin error 500
I did the installation of phpmyadmin, it worked correctly, I set up the banks and tested my websites locally. But when I went to turn on the pc again everything works properly, but when I access…
-
0
votes2
answers1076
viewsA: Identify extension installed in google Chrome
There is a native way to check in the Chrome documentation, follow the link https://developer.chrome.com/webstore/inline_installation…
-
0
votes2
answers4183
viewsQ: Enable . htaccess on Ubuntu 14.10, Apache/2.4.10
I’m trying to enable the . htacces on Ubuntu 14.10,. I’m putting the files in the /var/www/ I’ve tried but I can’t seem to make it work. apache2ctl -S: VirtualHost configuration: *:80 127.0.1.1…
-
2
votes2
answers7951
viewsA: How to dynamically modify CSS using PHP
I don’t know what your need is to change CSS via PHP, I’ve had this thought in a project, and I did it as you wanted. But it is not recommended to do the right thing. I advise to take a look at…
-
5
votes2
answers1076
viewsQ: Identify extension installed in google Chrome
How can I identify that the Google Chrome of the user who is accessing my site has a certain extension installed. For example, one has the extension of Glogo.com/Itau, etc.. I need to check this to…
-
5
votes3
answers1111
viewsA: Load template automatically
I also did otherwise very simple using a Helper: template_helper.php <?php function teste($pagina){ $ci = get_instance(); $ci->load->view('admin/static/header');…
-
5
votes3
answers1111
viewsA: Load template automatically
Using the Most Simple Template Library for Codeigniter To Most Simple Template Library for Codeigniter is a really quite simple library to use. Normally, the views are loaded as follows:…
-
0
votes1
answer901
viewsQ: Setting controller paths in Codeigniter directories
I have many controllers in my project, with this I divide the controllers into folders, website in the site folder, admin in the admin folder (within controllers). But I can’t access the controllers…