Questions tagged as 'html'

1
answer

Error Uncaught ReferencEerror Angle Is Not Defined

My code <!DOCTYPE html> <html ng-app="myapp"> <head> <title>Testee</title> <!-- Bootstrap CSS --> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/css/bootstrap.min.css" r...
asked by 06.08.2014 / 04:14
1
answer

How to put time and date in input fields with jQuery and jQuery UI?

How do you include jQuery UI style files and JavaScript files so that the date and time inputs perfectly display the fields in pt_BR? Do I need to change the attributes of the libraries?     
asked by 21.08.2014 / 17:54
1
answer

HTML - Use HttpURLConnection to log in to site

I'm trying to login to a site using HttpURLConnection, as shown in the code below, taken from the mkyong website: private final static String USER_AGENT = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401"; private v...
asked by 23.10.2014 / 16:10
1
answer

Problem to go to server while loading tinyMCE component

When I insert information into the tinyMCE component and click on any button that submits the form, it has generated the error.    JavaScript run-time error:   Sys.WebForms.PageRequestManagerServerErrorException: An error has occurred   when...
asked by 23.10.2014 / 15:31
1
answer

How to move element randomly across screen (css or jquery)?

How to make an element move around the screen by randomly bouncing around the edges of the screen. Like those screensavers of old DVDs?!?? The closest example that I found my question was in css (keyframes, transforms, animations, etc ...) ba...
asked by 03.09.2014 / 06:27
2
answers

How to submit form without being redirected by the action attribute?

The structure of the site is as follows: index.html: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script><script>//verificaseapáginafoicarregadaparaevitaraplicaroscódigosantesdeteralgume...
asked by 20.07.2014 / 22:00
1
answer

Positioning controls with bootstrap

I'm having a hard time positioning controls on the page with bootstrap. I would like to not be resorting to external CSS features as this would take away the bootstrap rationale. What I mean is: 1) I would like to place a certain unselected c...
asked by 30.07.2014 / 13:38
1
answer

Align rowEdit and other buttons on the same row in PrimeFaces

I'm having trouble where my dataTable has the editable property set to true . Allowing the edit of the line that the user selects. Well, when putting a button to delete for example I'm in trouble that the edit button does not st...
asked by 29.07.2014 / 22:16
1
answer

Spacing Cross-browser in Mail Marketing

I am developing a piece of Email Marketing and am having problems with table, tr and td spacing in IE browsers and with Outlook and Outlook WebmailApp Browsers render correctly, if you notice the rounded corners of the pits, which are inserte...
asked by 28.07.2014 / 15:04
1
answer

Navigation via keyboard

I started to develop a project, which has some navigation needs via keyboard, as it is a municipal site, in the case it should be accessible for the disabled as well. I'm a little lost in how to start, or by what to search, I initially have t...
asked by 24.09.2014 / 20:52