Posts by Caio Michel dos Santos • 75 points
6 posts
-
4
votes1
answer578
viewsQ: Placing a website inside another as light box checkout
I am a web developer and I came across a problem where I need to display a registration form within another page. The customer does not want his user to be directed to our page, I tried to instruct…
javascriptasked Caio Michel dos Santos 75 -
1
votes2
answers1119
viewsQ: Generating Barcode (Bankary billet) with Angular
I have an application running in angular 5 (using angular cli), I’m performing integration with a payment method, I already have all the data necessary to generate the billet, then the headache…
angularasked Caio Michel dos Santos 75 -
0
votes2
answers464
viewsQ: Access values within an array
I’m having a question to access the variable inside an array, I’m a bit new in the PHP world (only next to the server without HTML) and I need to handle a server response. I’m not getting basic…
phpasked Caio Michel dos Santos 75 -
0
votes1
answer157
viewsA: Beginner in Angular Problems with observable
After researching further, and talking with some friends, I discovered that the request was not being answered correctly, when exchanging map for subscribe the request started working.
angularanswered Caio Michel dos Santos 75 -
0
votes1
answer157
viewsQ: Beginner in Angular Problems with observable
I’m new to the world of angular development and I’m having a simple problem but I can’t solve it. I started the project using angular cli 1.5.2, where this using angular 5.0.0 I’m trying to perform…
angularasked Caio Michel dos Santos 75 -
0
votes1
answer133
viewsQ: Regular Expression REGEX HELP
I have an array on the server in Nodejs, I am going through html files and I need to return the value that is in the middle of the span tag using a regular expression as it would look ? { < span…