I always created the strings with the quotation marks, like this:
local minhaString = "Eu sou uma string"
I downloaded a source to give a studied language and I came across the following way to create a string :
local query = [[
SELE...
Is it possible for me to use a different favicon for each page of a site?
For example, I have a site with ten pages, I want to put a different favicon on each page.
I would like to display values formatted as currency, with thousands and cents separators.
I would like, for example, 56000/12 to have 4.666,67 . I can display 4,666.67 . Would there be any way to change . (dot) by...
I found a command to change CSS in Firefox:
@-moz-document url-prefix() {
body {
background: #f00;
}
}
This command will put a red background in firefox, for example.
I found it very useful, but I would like to know if I...
I need to create a slide with two divs. I made one here just a scroll bar is coming down, look at the JSFiddle .
HTML
<div class="carrousel">
<div class="item active" id="about">
<p class="red">Primeiro aqui P...
I'm trying to make the clipboard.js change the copy button from "COPY" to "COPIED" after the click without losing the function it has that selects the target code.
Would anyone know what I should do?
! function() {
for (var a = docum...
Well, I use eclipse and I'm trying to connect to a MySQL database with my project, my code, compared to other tutorials I found, is perfect, and that's it:
package pack;
import java.sql.*;
import javax.swing.JOptionPane;
public class Banco...
I need to implement methods and classes " by keyboard " to get a value automatically.
1: Implement Interface methods in the Start class:
class Inicio : Interface
{
}
2: Put Get and Set automatically:
private static RichTextBox...
When I click Run in eclipse, it generates the APK, sends and installs it on Android, but it installs using a Debug certificate, I'm using Google Games Services and it only works if the APK has a private certificate which we created to send to Goo...