Explain Codes LogoExplain Codes Logo

Best Articles — Page 33

List rows after specific date

sql
date-comparisons
sql-performance
best-practices

How do I create a teardrop in HTML?

html
responsive-design
svg
css

Launch Bootstrap Modal on Page Load

javascript
modal
bootstrap
javascript-events

How can I keep consistent line height with superscript elements?

html
responsive-design
css
best-practices

Necessary to add link tag for favicon.ico?

html
responsive-design
best-practices
favicon

How to get images in Bootstrap's card to be the same height/width?

html
responsive-design
css
best-practices

Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

java
ssl-certificates
debugging
best-practices

Can scripts be inserted with innerHTML?

javascript
prompt-engineering
security
performance

Why Maven uses JDK 1.6 but my java -version is 1.7

java
java-8
maven
jdk

Filter pandas DataFrame by substring criteria

python
pandas
dataframe
string-filtering

How can I get jQuery to perform a synchronous, rather than asynchronous, Ajax request?

javascript
async-programming
ajax-requests
javascript-techniques

Table's border-radius does not function as expected

html
responsive-design
css
best-practices

How to handle anchor hash linking in AngularJS

javascript
scrolling-behavior
angularjs-routing
hash-linking

In Clause with NULL or IS NULL

sql
null-handling
subqueries
best-practices

Can an HTML element have multiple ids?

html
best-practices
responsive-design
web-development

How to get the user input in Java?

java
input-methods
scanner-class
user-input

# Why use definition lists (DL,DD,DT) tags for HTML forms instead of tables? #

html
semantic-html
accessibility-standards
responsive-design

Does Java 8 provide a good way to repeat a value or function?

java
stream-engineering
java-8
functions

Base64 encoded images in email signatures

html
email-signatures
base64-encoding
image-embedding

Android adding simple animations while setvisibility(View.GONE)

java
animation-engineering
view-visibility
transition-management