I'm doing a web project with JSF and PrimeFaces. When I save an image in the directory of my project and I want to use it at that moment, eclipse shows me this error saying that it does not find the specified route:
I have to update the...
I'm making an App with AndroidStudio 2.1
In Debut mode, it runs well and does what it should do, but at the time of compiling in Release mode, it does not do it and sends the following errors:
Does anyone know what I am doi...
Good morning. I just started in the world of mobile development, I'm trying to make a simple app. It has a pair of ImageView which with a button I want to go putting visible or hide them. If I press the button once the first image becomes...
I have a query. I am a disaster in web design, and I have to make a web for a work of the uni, so here my query: /
I am trying to make a menu that is inserted in all the pages. Since the frames are deprecated in html5 (at least that's what I...
Hello, how I have a question:
I am sending a table of 5 columns and 4 rows. It is very simple. I'm doing it within phpmailer and I enclose it with double quotes and the content in quotes simpres.
What I see is that when I send the e...
It seems strange to me that when I go into the examples of other users and overwrite with my html code, I alter the external sources. My jsFidle example works. On the contrary, if I am in my account starting a jsfidle from scratch it does not wo...
I have a jsfiddle.
link
Here is an intput tag:
<div class="marging">
<input id="ex19" type="text" data-provide="slider"
data-slider-ticks = "[1, 2, 3, 4, 5, 6, 7, 8, 9, 1...
I am developing an application in Xamarin.Android where I use Media Plugin to capture a photo and send it as a parameter to another Activity , but when I take the photo and give it OK, there is a moment when it is shown a screen lik...
I am developing for Windows embedded 6.0 and since I want to send emails, researching I found Mailgun this gives me the code which should be in project which is this:
public static RestResponse SendSimpleMessage()
{
RestClient...