Posts by Daniel • 305 points
9 posts
-
1
votes2
answers2426
viewsA: How to access Web API posted to IIS externally
So I ended up finding a Post on the website of dotnetmentors.com, where the author ends up giving various explanations of how to host ASP.NET Web API on IIS using Visual Studio being one of the…
-
2
votes2
answers721
viewsQ: How to run c# in the browser?
Is there any way to integrate HTML and C#? Or how to Debug to C#? So, this question I’m asking so that other people, who know program apps in C#, who are venturing into the Web world end up building…
-
0
votes1
answer42
viewsQ: How to make the Auto Clomplete open the bottom of the line where it is being typed?
I have an auto complete system and I wanted the Aseemcem options goes down from the line where the user is typing, as for example code editors like the Dreamweaver. Auto Complete - Jquery:…
-
1
votes3
answers618
viewsQ: How to make certain words within an editable div stay of one color?
I have a DIV which is editable by the user, only that I wanted when ee write Brasil it stays only this word green tabem as EUA turns red, but only certain words. Code of the IVD: <div id="texto"…
-
1
votes1
answer621
viewsA: Message returning Session username using str_replace
So I know you want in str_replace, but it is possible to do echo: you must go to the desired part of the site and use: <?php echo "$nomeusuario seja bem vindo(a)!"; ?> Ta but it will go…
-
5
votes1
answer2818
viewsQ: How to make a payment system via boleto?
I’m developing an online store and I’m having a lot of questions, but the main one is: How to make a payment system via boleto? It is nothing more than a system that generates a valid ticket, as the…
-
1
votes1
answer628
viewsQ: How to check a login form without giving refresh?
I want something that when clicked on the button Entrar it sees if everything is ok password and email correct. A como fazer em Javascript (preferencia)ou em AJAX?
-
-2
votes2
answers291
viewsQ: how to log in divided into two parts?
What I want to do is kind of a bank login system with two passwords, the first part I’ve done, so I wanted to take the login to parte 2 where he asks the senha 2 and the nome do usuario. In case he…
-
16
votes2
answers1819
viewsQ: How to make a gif run only once?
I have a GIF and I want it to only run once, with no repetitions. Is there any way to do this? How?