All Questions

0
answers

How was Microsoft able to customize the tab title style? [closed]

Looking at new Microsoft page for Windows 10 , at least on Ubuntu 14 / Chrome 43 , I noticed that the size of the source of the flap was bigger than the source of the other open flaps. In Firefox 38, this does not happen. "Win feature...
asked on 03.06.2015 / 14:52
1
answer

Configure user.name

When I write the command git config --global user.name the error occurs:    Could not lock config file z: //.gitconfig No such file or directory. The installation was done by default in C: but when I set the directory ( l...
asked on 15.04.2014 / 14:27
1
answer

Refresh field in several columns

I have a list of categories and I would like to sort them all at once so I created a field of "sorting" where I can put the number of the order I want [1] and so by pressing for save [2] as the image: //Controller:administracao.phpfunctionupd...
asked on 24.01.2015 / 09:31
2
answers

Manipulate XML with PHP [closed]

Can anyone tell me how I can get just the name value in the code below. index page. <?php $curl = curl_init('http://localhost/server.php'); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); $resultado = curl_exec($curl); curl_close($cu...
asked on 05.03.2015 / 23:39
1
answer

YouTube in WebView for Android app

Does anyone know how to view a YouTube video or some streaming of video through a WebView ? In the code below, there are three buttons. The first one takes the user to the link he typed, the second is fixed to go to Google's website a...
asked on 02.01.2015 / 00:10
1
answer

Regular expression varies according to language?

Most languages have support for Regex (Regular Expressions) but, for example, JavaScript does not have Negative Lookhead ( (?< ), however .NET already Framework has practically all Regex functions. My question is:    Does the syn...
asked on 24.10.2015 / 20:09
1
answer

Comment form does not appear in topic

I'm creating a new WordPress theme and I can not seem to get the feedback form from the comments.php file. The other related elements (comments already saved, number of comments, etc.) appear normally, but the form itself does not appear...
asked on 28.11.2014 / 19:54
1
answer

Configure domain on Amazon with Route 53 [closed]

I started using AWS recently in the free version and bought a domain in Go Daddy, after I uploaded my instance I tried to configure the domain with that tutorial Basically I allocated an IP with Elastic IP and configured it in Route 53 as d...
asked on 06.08.2015 / 17:09
1
answer

Translation of MySQL code for PostgreSQL [closed]

I need to convert a MySQL page into PostgreSQL commands, but I have already reviewed the internet looking for similar commands and PostgreSQL syntax, and I did not succeed. Some commands do not exist for PostgreSQL and are declared together w...
asked on 17.11.2015 / 17:27
3
answers

What is void in javascript?

I could see a javascript code that had the following code: if (context === void 0) { // faça algo } I do not understand what this snippet of code means or what it does. The only time I used void was to create blind links So:...
asked on 01.08.2015 / 18:57