All Questions

2
answers

After all PhoneGap (Apache Cordova) actually compiles applications in PURE native code?

Does PhoneGap (Apache Cordova) actually compile applications into PURO native code or does it act as a layer between a browser and the OS of the mobile phone? Which of the two options below is the most correct? I've heard that it's just a brow...
asked on 04.01.2014 / 11:16
1
answer

How to make a background of balls with CSS?

I was wanting to make a dotted background, like a lot of balls to do background of a site, Example of what I'm trying to do. IsitpossibletoachievethisresultwithCSSonlywithoutneedinganimage?Itriedwithrepeating-radial-gradient,butitd...
asked on 19.10.2018 / 19:53
1
answer

What do security modules commonly used on bank sites?

Most banks offer some kind of security module that acts on the client side for access to internet banking websites. Usually they are done in Java and they are usually very annoying to install. What exactly do they do at the technical level? W...
asked on 06.06.2014 / 18:45
2
answers

CSS / jQuery selector for a table column

Is there a CSS or jQuery selector that picks up a column from a table (each% of column%)? Or, if there is no simple selector that can do this, can you do with little code in jQuery / JavaScript?     
asked on 20.03.2014 / 20:19
3
answers

Setting thread priority in C ++ 11

In the program I'm developing I have two std :: threads that are always active throughout the life of the program. However, I consider that the function of one of them is minor and would like to change their priority. I took a look at the doc...
asked on 05.02.2014 / 01:05
1
answer

How to read content from a website in javascript?

I would like to know how to read content from other web pages using just javascript or some library. For example, from a remote news site, in the case: www.terra.com.br. And I would like to create a webapp to read the latest news presented...
asked on 03.03.2014 / 14:46
2
answers

Problem to publish project - GitHub

I'm trying to publish a project in GitHub, but every time I give a git push the message appears: error: src refspec source does not match any. error: failed to push some refs to 'https://github.com/user/project.git' I have seen some...
asked on 12.06.2014 / 23:19
3
answers

How to get the unmasked value of a MaskedTextBox?

I'm using a MaskedTextBox for document formatting. It is working perfectly, but how do I get the value typed in the field without the mask being present?     
asked on 22.04.2014 / 21:54
1
answer

Tomcat or Jboss / Glassfish?

What requirements should I evaluate to determine which application server will support my application? I know that Tomcat is not a full JEE server, but what defines an application so that it will need to use a server like that? So far all the...
asked on 22.04.2015 / 19:57
1
answer

Semantically, which tags should I use for icons?

I have a navigation menu with some icons using @font-face . Each item in this menu has: the icon (with ::before ); text, explaining the function of that link. . It turns out that when the page loads on a smaller device, I wan...
asked on 26.10.2014 / 22:11