Questions tagged as 'html'

0
answers

how to put touch swipe event in Slick Carousel?

I wanted to know how to add touch swipe events to my slideshow slick carousel . $(document).ready(function(){ $('.slideshow').slick({ autoplay: true, autoplaySpeed:4000, speed:800, }); });     
asked by 30.09.2015 / 17:27
1
answer

Doubt on mySQL - Write, Update and Show Data

Talk the guys! I have a doubt. I've created a static page that will show some data. For example, I want to show the live score of a specific football game. I thought about creating a static page with: "Championship Name" "Team A Nam...
asked by 28.09.2015 / 16:28
0
answers

IHTMLDocument2 and versions of Windows and IE

Can anyone give me a light on the incompatibility of some versions of Windows with the use of IHTMLDocument2 ? Example: IDoc := CreateComObject(Class_HTMLDOcument) as IHTMLDocument2; v := VarArrayCreate([0, 0], VarVariant); v[0] := xHt...
asked by 18.08.2015 / 22:28
2
answers

what is the simplest way to print an indented text in javascript for html?

How can you print this in an easier way? public static void swap(int[] list, int i, int j) { /* This method simply takes an array and swaps its values at index i and j */ int temp = list[i];...
asked by 19.04.2015 / 23:20
0
answers

Dialog to get only the local path of a folder [closed]

I have a field in an html form, where the path of a Windows folder (EX: C: \ folder1 \ folder11) should be inserted, where this field is of type text same. However, to facilitate, I would like to make a dialog, just like the input of type f...
asked by 21.08.2015 / 18:47
1
answer

Show slider when uploading photo

Good afternoon, I have 4 images on my website made in bootstrap that correspond to 4 categories and I would like that when loading them I would appear a simple slider with the photos all of each category. How to do? Thank you     
asked by 05.08.2015 / 16:02
0
answers

Rotate local files within a frame in a modal

I have this code, an asp function: sub montaContrato() %> <!--<div id="dialog1" title="Diálogo Modal" hidden="hidden">Este é um teste de Dialogo Modal usando JQuery-UI</div>--> <iframe id="dialog" class="ui-...
asked by 05.08.2015 / 18:39
1
answer

UTF-8 coding does not work [closed]

I have a seemingly simple problem but it has given me some work here. I'm developing a single page application using AngularJS , on page index.html I have tag <meta charset="UTF-8"/> , and like all partials are inject...
asked by 02.09.2015 / 15:06
1
answer

WebSocket with PHP using IIS 8.0 server

Good morning. Next, I downloaded the following project as an example to create a WebSocket: link Testing on a machine with Linux operating system and Apache server worked correctly on the part where the server was started with the com...
asked by 03.09.2015 / 14:32
1
answer

How to allow the choice of a theme in the site, through a css file and cache memory?

Alright? So I'm trying to create a system of individual theme choice on my site, and with that, I need to have it saved when the user chooses it, and all pages in the site load the css file containing the theme (yellow.css, blue.css), and whenev...
asked by 27.07.2015 / 01:33