All Questions

1
answer

How to put a Video within a Text with CSS? Is it possible to put a Video as a text background?

I saw this effect and I'm trying to put it in a project, but I do not know how to put a Video inside Text, I only managed with images ... HereI'veplacedanimageasatextbackground,buthowdoIputavideoasa%ofatext? body { background: #333; }...
asked on 23.10.2018 / 15:48
1
answer

Meaning of expression% # "example"%

I'm used to seeing expressions like <%= "Olá" %> but I came across a code: <asp:Image id="imagemStatusDocumento" runat="server" ImageUrl='<%# ObtemImagem(Eval("NomeTipo")) %>' /> Highlighting the...
asked on 27.10.2017 / 14:41
2
answers

How to scroll in JavaScript?

I'm at the beginning of the JS studies, however, I'm with a project, and I had the idea of making a progress bar, but this progress bar effect will only happen when the scroll bar reaches the progress bar div This function has been removed fr...
asked on 16.10.2017 / 19:05
1
answer

Link address link with GPS applications

Personal I have a question, I am developing an ad platform and I came across an issue here. My advertiser signs up on the platform fills in the information puts your address and a google map to my question and the following: Through the addre...
asked on 09.03.2018 / 19:07
1
answer

How can a WEB application that uses OAuth for authentication manage the user session?

Usually sessions are used to maintain data of a certain user after he has logged into the WEB application, and it is the WEB application that is responsible for the control and management of this data stored in the session. It can use this to id...
asked on 12.06.2017 / 20:22
1
answer

PUT and DELETE Methods with HttpStream?

Does anyone know if I can use HttpStream with methods PUT and / or DELETE ? HttpStream.Options options = new HttpStream.Options(); options.setCharsetEncoding(HttpStream.Options.CHARSET_UTF8); options.httpType = HttpStream.G...
asked on 16.06.2017 / 21:29
1
answer

Winform - Bug on using Tabcontrol with MetroFramework

So, I'm having a problem when I use Tabcontrol customized by Modern UI MetroFramework . It turns out that a bar appears on the upper left side (scrollbar) and only disappears if I give a click event on it. Ex: I have already looked...
asked on 26.06.2017 / 17:14
2
answers

Data types incompatible with calling procedure

I'm having trouble calling the following procedure on my form : procedure TDM_Maquinas.IBDSMaquinasCOD_LINHASetText(Sender: TField; const Text: string); begin if Text <> '' then begin if Text = 'Linha 1' then sender.A...
asked on 24.08.2017 / 22:46
1
answer

The Node in the .NET world would be the CLR or .NET?

Given that Node is a server-side development platform in JS ... and in .NET do we have the CLR (Common Language Runtime) the Node would be the CLR that compiles? Or a framework as .NET, as two import modules I was pretty confused about this i...
asked on 18.08.2017 / 16:32
4
answers

How to check the PostgreSQL logs?

I have a legacy database that when doing certain actions on the system that have access to it, several tables are modified, I was able to identify at least 04 tables being changed. My question is is there a log file of PostgreSQL so that I can...
asked on 12.07.2017 / 13:11