Posts by Bruno Kaue • 181 points
12 posts
-
-1
votes1
answer461
viewsQ: Create a user on linux and restrict it to folder and subfolders
Hello, I was wondering if it is possible to create a user on linux and leave it in a folder, and can not go back to a level above can only access the subfolders inside that folder. /folder/user/Luiz…
-
-1
votes1
answer46
viewsQ: Does anyone know how to make a background animation like this site?
Hello, folks, below is the website: http://8guild.com/ Does anyone know how to do this background? If you have a tutorial I thank you, I have searched a lot and found nothing.…
-
0
votes1
answer51
viewsQ: Get content from flickr
wanted a help to pick up the contents of a page by class, ie, take all the html inside a div whose class is equal to the informed. Below is what I have managed to do so far. $curl = curl_init();…
phpasked Bruno Kaue 181 -
3
votes2
answers39
viewsQ: Problems cloning a field using Jquery
I am trying to clone an object using Jquery, but the width of the cloned field is not as expected. HTML <table class="table table-responsive" id="tableAulas"> <thead> <tr>…
-
2
votes0
answers134
viewsQ: Phantomjs Wait for ajax Request
I am here with a huge difficulty in Phantomjs; We go there since yesterday I am trying to automate the process of Natran within a system. How will it work? I already have the user’s CPF and RENAVAN,…
-
0
votes0
answers71
viewsQ: Help in Curl, resending the form
I am having a question as to the process of sending the form with CAPTCHA, I’m trying to get data straight from DENATRAN, let’s understand what I did. Get the information: I made a Curl script along…
-
0
votes0
answers45
viewsQ: problem in ajaxSucess
Hello, I’m having a hard time executing a script after an ajax call. What I’ve done so far? Well, I will explain: I have a button with 2 actions, however, I need one action to occur before the…
-
0
votes1
answer309
viewsA: Search system with mysql related tables
First you will have to link all tables with the Inner Join. Then you have to see where you will get 'fields'... It would be something like that: SELECT * FROM `imoveis` AS `i` INNER JOIN `tipo` AS…
mysqlanswered Bruno Kaue 181 -
5
votes2
answers191
viewsQ: Reload script whenever the event happens
Hi. I was looking and I couldn’t find anything related around here, so I’m coming to ask. I’m working with the one plugin 'http://tympanus.net/codrops/2014/10/30/resizing-cropping-images-canvas/',…
-
1
votes0
answers177
viewsQ: How to use typeahead in multiple fields at once?
Hi, I was wondering how I might be using the typeahead in various inputs. I’m using Bootstrap and with it I made a row with some inputs, in the first input I am using typeahead to search for words,…
-
3
votes1
answer354
viewsQ: How to sum array data in json specified by date
array(10) { [0]=> array(4) { ["data"]=> string(10) "01/11/2015" ["valor"]=> int(50) ["intensidade"]=> float(37.5) ["carga"]=> int(35) } [1]=> array(4) { ["data"]=> string(10)…
-
1
votes2
answers722
viewsQ: How to update a table by ID?
I have a table and in it I have a icon with the event onClick, the script until then is doing his job which is to change the state of true for false, if this is clicked. My job is to update this…