Explain Codes LogoExplain Codes Logo

Best Articles — Page 105

Reading my own Jar's Manifest

java
manifest-engineering
class-loader
package-metadata

How to vertical align an inline-block in a line of text?

html
responsive-design
css
vertical-align

Does HTML5 allow drag-drop upload of folders or a folder tree?

html
drag-and-drop
file-upload
javascript

Cannot display HTML string

android
webview
html-escaping
xss-prevention

Python, SQLAlchemy pass parameters in connection.execute

python
parameter-passing
sqlalchemy
best-practices

Convert HTML to PDF in .NET

html
pdf-conversion
net-library
html-rendering

How to make bootstrap column height to 100% row height?

html
responsive-design
css
bootstrap

How to compare two dates?

python
datetime
date-comparison
time-keeping

Mysql: Can't create table (errno: 150)

sql
foreign-keys
database-design
mysql-error

Cache busting via params

web-development
cache-busting
performance
best-practices

Sparsearray vs HashMap

java
memory-management
performance-optimization
android-development

Html5 doctype putting IE9 into quirks mode?

html
meta-tags
best-practices
responsive-design

How to parse a date?

java
date-handling
date-formatting
java-date-api

"instantiating" a List in Java?

java
interface-vs-class
list-implementation
polymorphism

Bug With Firefox - Disabled Attribute of Input Not Resetting When Refreshing

html
form-persistence
browser-behavior
firefox-bug

Is there a better way of writing v = (v == 0 ? 1 : 0);

javascript
toggle-techniques
best-practices
javascript-operators

How to find a parent with a known class in jQuery?

javascript
jquery
dom-manipulation
selectors

Resource interpreted as Script but transferred with MIME type text/plain - for local file

javascript
mime-type
local-development
server-configuration

What is the meaning of double tilde (~~) in Java?

java
bitwise-operations
gwt
javascript-interop

100% height minus header?

html
responsive-design
css-grid
css-flexbox