I want to create a div that can change its width/height as the window's width changes. Are there any CSS
I need to place a div (with position:absolute;) element in the center of my window. But I am having problems d
I'm currently designing a CSS 'mega dropdown' menu - basically a regular CSS-only dropdown menu
I am trying to make a <ul> slide down using CSS transitions. The <ul> starts off at height: 0;. O
For anchors that act like buttons (for example Questions, Tags, Users, etc. which are located on the top of th
I've got some poorly-formatted HTML code that I'd like to reformat. Is there a command that will aut
I want to know how to get the X and Y position of HTML elements such as img and div in JavaScript relative to
I am trying to use Notepad++ as my all-in-one tool edit, run, compile, etc. I have JRE installed, and I have
What's the advantage of using getters and setters - that only get and set - instead of simply using publi
I am relatively new to Java, and often find that I need to sort a Map<Key, Value> on the values. Since
Use of java.net.URLConnection is asked about pretty often here, and the Oracle tutorial is too concise about i
Can @Component, @Repository and @Service annotations be used interchangeably in Spring or do they provide any
What is reflection, and why is it useful? I'm particularly interested in Java, but I assume the principle
I want to package my project in a single executable JAR for distribution. How can I make a Maven project pack
I wanted to create a list of options for testing purposes. At first, I did this: ArrayList<String> plac
Eclipse issues warnings when a serialVersionUID is missing. The serializable class Foo does not declare
How can I convert a String to an int in Java? My String contains only numbers, and I want to return the numbe