Posts by ThiagoKoller • 167 points
17 posts
-
0
votes1
answer23
viewsA: Recover DB from Xampp on OSX
I decided to install the installation version of xampp and not the VM version, so it installed on top and banks came back
xamppanswered ThiagoKoller 167 -
0
votes1
answer23
viewsQ: Recover DB from Xampp on OSX
I upgraded my Macbook and xampp no longer opened, so I downloaded the latest version of xampp, I was able to import my projects into the HTDOCS folder, but I can’t import the mysql folder into the…
xamppasked ThiagoKoller 167 -
0
votes1
answer995
viewsQ: Convert week of year, day of week and year to date
I am setting up a calendar and am looking for a way to convert from the number of the week of the year along with the number of the day of the week and the year in date, for example: $hoje =…
-
1
votes1
answer38
viewsQ: Scrolltop for fixed header page
Good afternoon, I use the code below to go to the ID services below on the page: <a class="ff" href="#" onclick="$('html,body').animate({scrollTop: $('#servicos').offset().top},…
-
1
votes0
answers29
viewsQ: Control in a background application with Applescript
Hello, in this example below works, it opens the Skype app and type "email" and wait 20s for the next order, however I would like it to do so without opening the app, without the part of "Active"…
-
1
votes1
answer836
viewsQ: Ajax does not work with Modal Bootstrap
Hello, I have the following code, where the Modal Bootstrap opens from a BD search when I click on an item from the returned list: <input type="text" name="pesquisa" id="pesquisa"> <table…
-
0
votes1
answer107
viewsQ: Drag a div and on drop, save your location in the database
Hello, I have the following code: <div style="width:200px;height:200px;background-color:red"> <div style="width:20px;line-height:20px;border-radius:100%;…
-
0
votes1
answer140
viewsQ: Create facebook style profile link
Hello, I would like to know how to appear in the link of the client profiles of my project facebook link style (facebook.com/name_do_profile). Because I can’t put it without getting…
-
0
votes0
answers28
viewsQ: Return full date jQuery PHP
Good evening, the idea is to return the full date to be able to search the database correctly.When I open the page it looks like this: When I click the next day it looks like this: Apparently…
-
1
votes2
answers642
viewsQ: Changing the functioning of Fullcalendar
Good evening, I’m changing the operation of the Fullcalendar template https://fullcalendar.io/js/fullcalendar-3.7.0/demos/agenda-views.html, to suit what I need. By clicking on the link, you can see…
-
3
votes1
answer309
viewsQ: Bootstrap split cells with same spacing
Good evening, I’m trying to make a bootstrap table with 7 columns, but I need them to have the same spacing.. I am using because with the structure of col-Md, Sm, Xl... I did not see 7 as a prime…
-
1
votes3
answers1489
viewsQ: Add jQuery hours in real time
Hi, I’m 3 input who receive hours and minutes of a timepicker : <input type="text" id="seg1" onBlur="calcular"> <input type="text" id="seg2" onBlur="calcular"> <input type="text"…
-
2
votes1
answer59
viewsQ: Working with <tr><td> to optimize Jquery
I want to study more about <table> <tr> <td> etc, to optimize my projects. Example: I have 4 <tr> with 2 <td> each, when applying a formula in jQuery for example, add…
-
2
votes0
answers62
viewsQ: Ignore record when missing Mysql / PHP information
I have a PHP registration form in the Mysql database. After completing the form, the user is redirected to the page cad.php where it says that the registration was made successfully and in 3 seconds…
-
0
votes0
answers95
viewsQ: jQuery timepicker with various input function
I have a code in jQuery that uses the timepicker in all 35 input. follows below the second: Below my HTML: <table> <tr> <th height="40">Indicador</th>…
-
0
votes1
answer194
viewsQ: add input in time format
I have 3 input the first receives start time the second departure time and the third subtraction between them. function calcular(){ var segent = parseInt(document.getElementById('segent').value,…
-
1
votes2
answers214
viewsQ: jquery time Picker, create function for "min time"
I have two input with jQuery which loads a time interval of 30 minutes every 30 minutes. The first is the check-in time, the second is the check-out time. $(function() {…