Questions tagged as 'html5'

2
answers

Uploading files and data SERVLET

How do I receive files and other parameters in Servlet? Here is the shipping code: <form action="myservlet" method="post" enctype="multipart/form-data"> <input type="text" name="mytext"> <input type="file" name="...
asked by 01.11.2017 / 22:05
0
answers

ns_error_not_available when put on the web server

I did a mini game on localhost and everything was working perfectly .. Then I uploaded it to the web server and the game started to crash with the error "NS_ERROR_NOT_AVAILABLE:". ... var spriteSheet = new Image(); var player = new Sprite(spri...
asked by 05.11.2017 / 19:09
0
answers

Download file with "4 connections" using AJAX?

I'm creating an extension for Google Chrome to streamline the file download, using multiple connections. I know that it is possible after youtube uses similar method, grabbing the video file and creating a main buffer. function load(url, sd)...
asked by 06.10.2017 / 13:36
1
answer

Well-positioned site [closed]

Well, I have a website that I have developed and I would like it to be well positioned on Google and I have already put the meta tags etc. but it did not help much I would like to know how to do it right and the site is well positioned in the se...
asked by 11.10.2017 / 23:17
1
answer

Animation and Transform Rotate with reference point

I'm having a question if you can do the following functionality: I did a drag and drop encoding only in a specific area (The pink area) The red area is as droppable = false Can I do an image rotation where it points to the reference po...
asked by 25.09.2017 / 18:30
1
answer

Center an image inside the div [duplicate]

I have% circular% and div that places the image within function . The only thing I need is for the image to be centered on div . Follow the example: (view the entire page as a whole) function clickImagem(src)...
asked by 20.09.2017 / 20:18
1
answer

Select component with ng-model, relationship between tables

I have a select component <div class="form-group col-md-4"> <label>Município:</label> <select ng-model="distrito.entidade.id.municipio.id.nome" class="form-control" > <option value="{{...
asked by 27.09.2017 / 22:10
1
answer

Check Box "Check All" does not work for all pages using datatables

Scenario: I'm using DataTables to show a list of cities, and each of them has a checkbox. I also have a "Check All" which, of course, when checked, all cities should be checked as well. Problem: When I mark "Check All", only the cities of th...
asked by 17.10.2017 / 15:06
1
answer

Group Subtotal datatable at the bottom

I have a datatable with subtotal. jsfiddle , but this subtotal is at the top and needs to appear at the bottom as subtotal. Testing I have found that it generates TR when it passes through this line of code if (last !== group) { groupi...
asked by 15.09.2017 / 19:28
1
answer

Grid system on Ionic

I want to create a responsive login screen, my screen has only three elements, an image in the middle and two more buttons, each element in a row of the "ionic grid" ... I would like to define a way to always keep the and the image in the middle...
asked by 26.09.2017 / 22:08