All Questions

2
answers

Modal within modal [duplicate]

I have a modal that opens on another modal, as I would not allow that modal that is open on the other modal does not close when I click outside it. Note: I'm using bootstrap, I already tried using "data-backdrop=" static "" and it did not work...
asked on 07.08.2014 / 15:33
1
answer

Convert to String number with scientific format

I have the following number in scientific notation: 7.89894691515E12 I need to convert it to String in the common format: 7898946915150 How to do this through Java?     
asked on 19.08.2014 / 21:38
1
answer

How to make a multilingual website and identify the country of origin?

I am developing a website in JavaEE and would like it to be multilingual (at least English, Portuguese and Spanish). But I would like to know how large websites, such as Facebook, for example, do to identify the country of origin and offer the s...
asked on 31.08.2014 / 06:38
1
answer

Validate forms and generate dynamic pages

I use javascript to validate forms with php + html, in the face of constant changes (changes in language and technology) currently javascript is still recommended for use or there is already a possibility to replace javascript with another clien...
asked on 29.08.2014 / 02:36
1
answer

Validate captcha with PHP

I have a captcha in a form where an image with 5 randomly generated values is displayed. How do I validate the captcha and only send the contact if the value entered in the input is equal to the one generated by the image? Excerpt from the fo...
asked on 21.09.2015 / 20:42
1
answer

How to disable and enable a network adapter with Delphi?

I have an application that at some point should disable and enable the Windows network adapter, I searched the internet, but I did not find anything. Test before posting a response because dubious information only slows down my work.     
asked on 25.09.2015 / 00:53
1
answer

Optimized approach to check if a certain entry exists in the Windows hosts file

I have a Java web application with Applets that access web services. These services are accessed through a specific hostname (example: services.webapp.com.br ) configured in the application. Knowing that it is the user's JVM that will exec...
asked on 04.08.2014 / 23:29
4
answers

___ ___ erkimt Align text after image ______ qstntxt ___

Hello, I have a problem that I do not know how to solve. This is my situation:

ButIwantittolookthisway:

And like I said, I have no idea how to solve it.

And this is my code:

%pre%

Thank you.

    
______ azszpr30062 ___

While you treat the text as a single character string, no space. Of course your code will not partition the content and will not consecutively fit the base of a %code% . I imagine, you will not have a single giant word like that.

Instead of dealing with style, I applied classes. Some sincerely even unnecessary, there is how to lapid this code a bit. The value of the body can be modified according to the proportions it will treat.

CSS

%pre%

HTML

%pre%

JSFiddle

    
______ azszpr30058 ___

I've pasted your HTML into jsfiddle and left working as you wanted it to, but I noticed that it's a little complicated beyond what it should be, it might be simpler, like this:

%pre%

JSFiddle

Or better yet, delete inline styles and just use classes, it's much easier to modify and adjust later.

    
______ azszpr30066 ___

Here it depends a lot on the effect you want. If you want the text to wrap the image, use float as in the solutions that have already been presented. Now you want to make two columns, that is, keep the space underneath the empty image, so you can do this:

%pre%

Note that the width value can be set to any value but the sum of all width and margin can not exceed 100%. The width has to be even defined because by default the value of the width of the image and of the p is of 100% it makes the text stay under the image.

    
______ azszpr170973 ___

%code% in the image. simple and easy:)

    
___

Hello, I have a problem that I do not know how to solve. This is my situation: ButIwantittolookthisway: And like I said, I have no idea how to solve it. And this is my code: <div style=" position: relative; height: 300px; f...
asked on 23.08.2014 / 03:00
3
answers

What is the best free and online tool as an alternative to Jira?

jira is a great tool to track bugs and stories, but it is paid for. Does anyone know a compatible tool free and online?     
asked on 22.10.2015 / 03:58
2
answers

A Good Fortran Random Number Generator

The FORTRAN GNA (rand ()) seems to be bad, this is because it is proved to be worse than very simple random number generators. For example, in my simulations the GNA below SUBROUTINE GNA(iiseed) USE Variaveis parameter (ia=843314861,ib=4538166...
asked on 22.10.2015 / 01:30