All Questions

3
answers

Post a comment and view follow without refreshment

Updated 5 Good morning, I'm trying to create a comment system that is equal to link > Here is the JavaScript code to send everything to PHP: $(function() { $('.commentform').submit(function() { var comment_publica...
asked on 05.05.2015 / 21:42
2
answers

How to declare an anonymous function in Python?

How do I declare and how does an anonymous function of Python work?     
asked on 12.02.2015 / 11:58
4
answers

Display date and time in PHP

I'm trying to display the exact time with PHP in the following format.    Date: YYYY-MM-DD       Time: 00: 00: 00: 000 <?php setlocale( LC_ALL, 'pt_BR', 'pt_BR.iso-8859-1', 'pt_BR.utf-8', 'portuguese' ); date_default_...
asked on 26.01.2015 / 18:35
2
answers

How to manipulate div size without using hover

   Edited - Although I have requested exclusively in css, I have seen that in fact the final result in JS is much more professional and lean. Being   so I confirmed @renan's response as the one that really helped.   However I would stress her...
asked on 06.05.2015 / 22:14
3
answers

Difference between decimal and numeric

The two data types, DECIMAL and NUMERIC , are / can be used to store exact values. For example: Is there any difference between Salario DECIMAL(5,2) and Salario NUMERIC(5,2) in MySQL? Is there a situation that...
asked on 13.03.2015 / 03:28
2
answers

How do I get the user language of the browser?

I have a website in 3 languages, EN , EN and EN . But on some separate machines when accessing the site by the browser is directing to page in English . This happens because of the code below that I developed to retrieve the user's brows...
asked on 17.08.2015 / 14:29
1
answer

Remote REST WebService in PHP receiving JSON via POST with problems

I have the following situation ... A pure javascript client application that runs with node.js, where I send via a JSON post, as follows: doLoad = function (livrosList){ var xmlhttp = new XMLHttpRequest(); x...
asked on 15.01.2015 / 00:01
2
answers

How to create a drawing in open book format with content inside?

I need a drawing of an open book with content inside, as shown below: JUST WITH CSS!     
asked on 20.07.2015 / 21:54
2
answers

Password encryption

I have an Asp.Net MVC project and would like to securely store user passwords in the database. Home The goal is to create something that can not be easily decrypted in a few hours of brute force on a PC (I'm aware that with a little more effort...
asked on 15.09.2015 / 23:24
2
answers

Dividing 1/2 in C #

In some videos in numberphile on the Zeno's Paradox the teacher of the video tried to explain how this paradox worked using the hands to beat palamas (I'm not sure how to explain this but I'll leave the video there in question, please watch...
asked on 15.01.2015 / 14:38