All Questions

1
answer

How to set up a development environment manually

I'm trying to set up my own development environment on a machine with Windows 10 . The idea would be to install Apache + PHP + MySQL . The problem is that the documentation of the software is quite complicated for beginners like m...
asked on 11.02.2017 / 18:43
2
answers

How to ignore accents in an SQL query?

How could I perform a query by ignoring words with letters that contain accents? Word Example: Olá, é, Lógica, Pão I tried to use the collate noaccents command as follows: select c.* from Curso c where c.Descricao like '%Logica%'...
asked on 25.07.2018 / 06:02
1
answer

How to make Visual Studio recognize the 'use strict' directive?

Apparently Visual Studio does not recognize the 'use strict' directive, because I typed the code below that assigns a value to a variable that was not declared (something prohibited in strict mode ) and there was no part of IntelliSense....
asked on 04.01.2014 / 18:10
1
answer

Do processing on the front-end or the back-end?

In the client-side and server-side separation architecture, it is common to doubt who is responsible for doing some processing. On the one hand, processing on the client-side can be beneficial to server-side performance, which will deliver th...
asked on 20.04.2018 / 23:25
1
answer

How to export an HTML / C # (Razor) page containing SVG elements for PDF?

I'm currently working with Highcharts, a javascript library that generates graphics. It has an export component, but only exports the graphic itself, I still need to assemble the PDF layout. For export it goes to the highcharts.com server whi...
asked on 24.01.2014 / 12:53
1
answer

Release configuration options in Debug and Release mode in Delphi

In Delphi projects, we have Debug and Release options Build Configurations . IknowthatDebugmodeisusedtodebugtheapplicationandthatitgeneratesalargerexecutablebyaddingcuepointstothedebugger.Releasemodenolongerincludesdatumsandgenerate...
asked on 07.05.2014 / 21:38
1
answer

Use ": last-child: after" in Internet Explorer 8

I have a graph where some elements are generated via CSS, namely the trace below the quantity scale: CSS Used: #results .chart-scale li{ font-size:16px; line-height:18px; padding-top:38px; font-family:'latolight', sans...
asked on 20.01.2014 / 13:02
2
answers

Calling C ++ from JavaScript?

I have a C ++ simulation. I passed this simulation to JavaScript so that the user could play with it in the browser, but it was much slower. If possible, therefore, I would call the function itself in C ++ within JavaScript and do this on the cl...
asked on 07.08.2014 / 00:30
1
answer

Open Facebook application via a web link on Android

I have a mobile site that the user can only access by logging in with Facebook. The Facebook SDK for Web (Javascript) works fine, however the user always has to login because it does not always is logged in the Smartphone browser, ie (for some...
asked on 28.04.2014 / 20:31
2
answers

How does the jQuery stack work?

When I learned how to use the .end method of jQuery, I realized that it was a powerful tool that ensures a lot of expressiveness to the code (and I was soon seeing how to integrate it with my plugins ). Although I have a basic understa...
asked on 05.02.2014 / 01:30