All Questions

1
answer

Company authorization for app submission

I need to submit an application to the Apple Store, which I did as a freelancer for a company. The app has photos and descriptions of the company and its customers. I've been told that I need to get an authorization from the company along wit...
asked on 06.02.2014 / 12:32
2
answers

How to paste text from clipboard into vim?

Searching the cheat sheet of some places, I discovered how to see the clipboard (the registers ) in vim, :reg . However, I was not able to use these records, even using the commands displayed on the sites. How do I paste t...
asked on 05.04.2017 / 21:41
1
answer

SSIS loading entire XML before starting write to SQL Server

I need to load a single large (40GB +) XML file into a SQL Server 2012 table using SSIS. I'm having problems because SSIS seems to be trying to load the entire XML file into memory before loading records into the database, instead of reading and...
asked on 13.12.2013 / 02:51
1
answer

How to create a simple markdown with PHP?

I would like to create a simple markdown, for bold and italic for now only, for example: **foo** turns <b>foo</b> __bar__ turns <i>bar</i> Of course some details are needed, for exam...
asked on 26.07.2018 / 00:57
1
answer

Should different states of an HTML element be represented in different properties?

Let's start with an example problem: Visually replace the <input type="checkbox"> element with images. In this case, three states have been defined for the element: Natural, getting the gray edges and opacity 0.5; Hover, getti...
asked on 28.12.2018 / 12:49
1
answer

How do I create automatic subdomains from a form?

I am developing a large system, which already serves almost 30 companies in the state and a few more are to join. The system is accessed by companies from this url: meudomínio.com.br / empresa1 meudomínio.com.br / empresa2 meudomí...
asked on 17.02.2014 / 20:09
1
answer

VueJS: how to check all the checks and count their amount?

The problem is as follows: I have several lists with a title, where it serves as a "select all" but it should only select the checkboxes that are its "siblings". But I can not check them in the "select all" of each list and update the fina...
asked on 17.10.2017 / 18:43
1
answer

How do the Scroll center on the elements inside the container?

Imagine that I have an image gallery that is inside a container . However each image in the gallery has a size as the image: WhatIwouldliketodoisasnap,sothatatthetimeofscrollatsomepointthetargetelementgoestocontainercontrolasthisgif.Noticet...
asked on 25.09.2018 / 20:45
1
answer

how to center the TabbedPane tabs?

I've been researching, but I have not found it. I would like to know how to center tabs on a TabbedPane. They always start from the left, but since they are just two tabs, you want them to be centered. Illustrative example: Simpleexample:...
asked on 03.12.2016 / 19:40
2
answers

Is it possible to disable certain action of an HTML element with a certain class via jQuery?

In my initialization I hedge all links should block using the
asked on 21.02.2014 / 19:01