All Questions

1
answer

How to move a site from a testing environment (test site) to a production environment (production site)?

I have a website in a hosting but it is in a trial site with a url, I need to pass the content to a site in production with another different ulr. Both sites provided within the same hosting  Example: site: production: dominio.com site: te...
asked on 30.12.2016 / 00:13
2
answers

KeyPress to close a form

I try to make some forms close by pressing 'Esc', using Private Sub UserForm_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger) If KeyAscii = 27 Then Unload Me End Sub But it does not work. Neither with KeyDown or KeyUp ....
asked on 22.12.2016 / 08:53
1
answer

@mediaQuery in angularjs driver

It is possible within $scope.body = { 'background-image':'url("../images/fondo_mix.png")', 'background-size': 'contain', 'height': '200vh', 'background-attachment':'fixed' } add a media query?     
asked on 30.12.2016 / 16:26
2
answers

Convert UNIX TIMESTAMP to DATE in Oracle

I need to convert a unix timestamp that is stored in a column of data type VARCHAR2 to a data type DATE. Example .. 1404316382 = 2014-07-02 15: 53: 02.000 Any ideas?     
asked on 26.04.2016 / 17:12
1
answer

Convert string to System.IO.Ports.Parity C #

I have a constructor to connect to the serial port of the type: PortConx = new SerialPort(puerto); And I define its parameters in the following way through a textbox: PortConx.Parity = Parity.Even; PortConx.StopBi...
asked on 30.12.2016 / 02:38
3
answers

I can not create an edge according to the ul tag in html, css

I have the following problem that I think is best explained with the code. The same is: ul.header { width: 100%; overflow: hidden; background: #F4F4F4; border: 1px solid #7C7C7C; list-style: none;...
asked on 21.12.2016 / 19:07
1
answer

Static variable that can not be assigned?

Good day, I have a code made by me in which I use a static variable to control certain actions in other forms, the detail is that the first time I use it it behaves as I expect, but from then on remains with the value 0 and (although I explicitl...
asked on 26.04.2016 / 19:20
2
answers

base64_decode in wordpress

I am trying to save a coded with base64 in the table posts_meta of Wordpress for later get that field, decode it and show the content, but somehow it makes an "escape" of all the quotes so that the Html after being decoded appears li...
asked on 08.05.2016 / 11:16
1
answer

GUI with arrangement

I have to make a window, enter some values and see them reflected in a panel, create the arrangement, but print the values that I have not set in null, I need to do two nested cycles, but I'm stuck and I do not know anymore how to do it. I pass...
asked on 04.05.2016 / 19:16
1
answer

Eclipse Java EE can not find javax.servlet?

I am setting up a new server, as always in a Eclipse Mars (4.5.2) Eclipse Java EE IDE for Web Developers , I had a problem with the installation of the server, I deleted it and found this bug that is already fixed, but now, when importing the...
asked on 11.05.2016 / 07:40