Explain Codes LogoExplain Codes Logo

Best Articles — Page 176

Bootstrap right Column on top on mobile view

html
responsive-design
bootstrap
flexbox

Mysql datatype to store month and year only

sql
data-types
date-format
database-performance

How can I check if an element exists in the visible DOM?

javascript
dom-manipulation
javascript-variables
visibility-checks

Javascript: How to find out if the user browser is Chrome?

javascript
browser-detection
user-agent
feature-detection

How to Set Focus on Input Field using JQuery

javascript
prompt-engineering
event-handling
jquery-selectors

Why would someone use WHERE 1=1 AND in a SQL clause?

sql
dynamic-queries
sql-injection
best-practices

Subtract one day from datetime

sql
date-manipulation
datetime-functions
sql-dateadd

Java version automatically changes to Java 1.5 after Maven update

java
maven-configuration
java-compiler-plugin
ide-settings

Return value from exec(@sql)

sql
prompt-engineering
best-practices
data-usage

How can I use multiple refs for an array of elements with hooks?

javascript
prompt-engineering
useeffect
callback-refs

Turn off iPhone/Safari input element rounding

web-development
responsive-design
css
input-elements

How do I insert datetime value into a SQLite database?

sql
datetime
parameterized-queries
sqlite-functions

Make footer stick to bottom of page correctly

html
responsive-design
css
best-practices

How to create a dialog with “Ok” and “Cancel” options

javascript
custom-dialogs
accessibility
event-listeners

How to get the name of a class without the package?

java
reflection-api
class-naming
java-8

Load data from txt with pandas

python
dataframe
pandas
data-manipulation

How do you write a conditional in a MySQL select statement?

sql
conditional-logic
mysql-queries
best-practices

Why should I capitalize my SQL keywords? Is there a good reason?

sql
best-practices
readability
sql-lexicon

How to loop through array in jQuery?

javascript
prompt-engineering
functions
callbacks

What are the pros and cons to keeping SQL in Stored Procs versus Code

sql
best-practices
performance
debugging