I have several div's with the following css:
float:left;
width: 25%;
min-width: 300px;
max-width: 400px;
That is, as I insert a div, it fills in the available space from the left side of the parent div and when there is no space it breaks d...
I used Sublime Text for the front end, I had to open some old code and I had a problem with indentation. I saw that it was only to modify the tab size.
I wonder if there is a Tab Size pattern for building a website's HTML. I currently use Tab...
I have a .jsp page where I have an input file. I need to open this file to use the information in it.
Suppose it's a pdf. I get this pdf, sending it to the servlet for the purpose of using it in my JAVA application.
The easiest way would be to t...
I know the feature detection ("discovery of functionality") technique - as well as feature inference - when it comes to JavaScript:
if ( window.XMLHttpRequest ) { ... }
But how can you do this for CSS too? For example from this other...
I could get a code on the internet paste here and try an answer but I'd rather have it help me with the logic and programming of a script to upload images in Ajax. I do not know how to start, I'm a beginner but I already know some things about j...
I want to change the ActionLink and URL to work with Ajax , but I do not know how to do that. Follow my code with ActionLink and URL .
<ul class="nav" id="side-menu">
<li>
<a href="...
I need to create a custom page for user registration in wordpress.
In addition to the traditional form, is there a way to create a custom page by calling the form ?
I have a fairly simple java application that connects to a database, in the console I type the query I want to pass by parameter to the executeQuery. Now I need to pass all this to a graphical interface. Is there any way I can create just one wi...
I'm creating a WebView for Android. When I load the App, the imported page works fine, but when I click on some link of the page, that same link opens in another browser.