Interesting questions
-
2
votes1
answer61
viewsanimation in image
My goal is this excitement here: http://www.pullabulla.com.br/ The terrain accompanying the mouse... What I’ve done so far? css #box, body { overflow: hidden; } #box { position: relative; } #img{…
-
0
votes1
answer55
viewsFunction changing the string
I wanted a function that received a string and returned another string with the characters offset 4 times. For example: "aaaa" returns "eeee" "amor" returns "eqsv" Thank you.…
javascriptasked 9 years, 2 months ago guijob 1,809 -
0
votes1
answer37
viewsAid with update performance
I have the following situation: I have to update some ids with the where in a requisition number, but are between two banks, firebirds, different. I did this: while not qry1.eof do begin…
-
0
votes1
answer130
viewsShow xml nfe tag value in datagridview columns
I have a little problem because I am reading the tags of an xml of Nfe, but I am not able to show in the columns of datagridview, my code is reading the correct tags, but do not notice anything in…
c#asked 8 years, 1 month ago Junior Guerreiro 617 -
-2
votes1
answer460
viewsScroll Divs Overlay to Top
I need to do an overlay of Divs such as this, stopping the scroll at the top of the page and come the other over. http://jsfiddle.net/8b3ae5re/1/ But I can’t create a page doing this. Someone can…
-
0
votes1
answer186
viewsRoute problem with MVC 5 C#
I’ve already researched it, I’ve spent two hours burning the dog but I couldn’t find a solution. Has anyone ever had that problem? I have the following link:…
-
1
votes1
answer1407
viewsRemove the first element from a double chained list - C
I’m having trouble removing the first node from my double-stranded list. I created a function that returns the list type (Value) to perform the operation, by showing the list elements within the…
-
0
votes0
answers100
viewsPerforming Sharepoint Search by Asp.net Form
Good guys, I’m using Sharepoint as a file database, but I’m having trouble searching a document in the folders. I’m using the . NET CSOM. protected void Pesquisar_Click(object sender, EventArgs e) {…
-
0
votes1
answer26
viewsconcatenate into $.keyframe.define parameters
I have the following function: $.keyframe.define([{ name: 'tocaSlide', tMin : {'margin-left': tempoImagens}, tMax : {'margin-left': tempoImagens}, }]); But I need to insert '%' after the variables,…
jqueryasked 8 years, 10 months ago Carlos Rocha 1 -
3
votes1
answer27
viewsAdd extra spacing between dots with text-Decoration-style: dotted;
Is there any way to add extra space between the dotted inserted with text-decoration-style: dotted? I own this anchor: .anchor { text-decoration: underline; text-decoration-style: dotted;…
-
1
votes4
answers41221
viewsHow to dispose images next to each other with titles below in css?
I would like to know how to dispose images side by side, with title/caption below. Using CSS and tag <img>, similar to the iTunes Store website.
-
1
votes1
answer421
viewsCalling external file by Div
In the script below it is possible to call an external file through this <div> <div id="script" class="#"></div> Watch this excerpt from the script: https://'+id+'?= how do I make…
-
2
votes1
answer14715
viewsHow to remove/uninstall the entire LAMP layer?
I have a web server on which I would like to remove the entire LAMP layer in order to perform root reinstallation of all packages, as I can perform this operation?
-
0
votes2
answers243
viewsProblem with accents and special characters, called Ajax
I have a function that makes an ajax call, and sends the data to be saved in the database, the problem is that whenever you save a word that has some special character or accent, it does not encode…
-
3
votes1
answer837
viewsHow to add multiple rows of two tables in Mysql
I’ve tried this code, but it only adds up to one line, if you modify the where, error or wrong sum, need to add each separate line. I need to add these two fields with several lines. km_h_tp is the…
-
0
votes2
answers76
viewsSelect mysql of a ranking
Well I’m setting up a ranking of donations, the table in the database is like this: -- -- Estrutura da tabela `Doacoes` -- CREATE TABLE `Doacoes` ( `Cod` int(11) NOT NULL, `Doador` varchar(255)…
-
2
votes2
answers2522
viewsaddeventlistener does not work with passing parameters
I have two inputs that both have an id, and I have a button with an oncick event attached (directly in HTML) that takes the value of both input fields, now I intend to separate the javascript in a…
javascriptasked 11 years, 5 months ago Ricardo 14,521 -
1
votes1
answer672
viewsHow to restrict the width of an absolute div element within another div while maintaining its position?
I’d like to create an element div with dynamic width, and another element div within this with the property position: absolute e width: 100%, but without that div from inside pass "over" the div…
cssasked 10 years, 11 months ago Thiago Hencke 23 -
1
votes1
answer39
viewsProblem with coding in phpmyadmin on remote server
The problem is this. I am developing a site locally in PHP with access to database and I am facing coding problems, but this problem only happens in hosting, works normally on the local server.…
-
1
votes1
answer437
viewsNavbar bugada in the resposivo
My site has a bug that I don’t know when it started, it was working normally, when I clicked on the burger menu the menu went down with the options with a white background and below on Nav, but now…