All Questions

2
answers

Event that identifies when the browser is resized.

Is there any event javascript that identifies when the browser resizes the page? I'm having problems with page resizing with a FancyBox window, which loses its dynamic changes and returns the setting when it was opened.     
asked on 20.03.2014 / 18:46
1
answer

Am I loading this Music correctly with Bass.dll?

Based on the Bass documentation, I'm trying to load an ordinary ogg file, with the following code: var FFile : string; Music: HSAMPLE; ch: HCHANNEL; OpenDialog1 : TOpenDialog; begin Dynamic_Bass.Load_BASSDLL('Library/Bass.dll');...
asked on 20.02.2014 / 22:00
1
answer

Is there a way to access a cookie from a different domain?

Is there any way I can access a cookie from a different domain? For example: you have a cookie on facebook.com and I want to access cookie data inside my site www.fulano.com.br.     
asked on 12.02.2016 / 20:09
3
answers

How to put a title in the caption of the angular-chart

In my line chart I wanted to when I hovered the mouse on the chart line when the caption appeared, and it had a caption. This is only possible by filling the array of labels, but it appears below the graph, on the "X" axis the names, and I do no...
asked on 07.04.2016 / 22:36
1
answer

How long is the data allocated to functions?

In a language, (I do not know if it has any difference in others, but I may consider JavaScript) when I have this situation: function a() { b(); } function b() { c(); } function c() { d(); } function d() { e(); } function e...
asked on 06.04.2016 / 15:25
2
answers

Keep records of synchronized tables between two different databases

We are performing a system migration, where some restructurings will be made in the current bank in a new bank. Basically I will have two banks BancoVelho and BancoNovo , having to keep the two updated according to the mapping of th...
asked on 22.04.2016 / 21:22
2
answers

Input or raw_input?

Can anyone tell me the difference between input and raw_input in Python and what is the proper way to use both?     
asked on 06.04.2016 / 18:14
1
answer

Create inputs for images dynamically and switch to Servlet without redirecting page?

I would like to create a button that causes a input to appear for sending images. This button can be used multiple times. When the user clicks the submit button, those images must be sent to the server without reloading the page....
asked on 05.04.2016 / 23:39
3
answers

Create / Use shortcodes in php

I wanted to know how I can create shortcodes in pure php (I will not use wordpress and its plugins). I do not intend to use functions in php for this purpose. I would like to create a structure where I could name a code in php and when ca...
asked on 12.02.2016 / 14:31
1
answer

How to create a Custom Attribute?

For some time now I'm trying to understand the concept of custom attribute from C #. I think it kind of looks like Python's decorators system. But I'm not understanding very well. I gave a codeProject article , but not yet it was clear....
asked on 19.03.2016 / 23:43