Explain Codes LogoExplain Codes Logo

Best Articles — Page 8

Text Blinking jQuery

javascript
best-practices
functions
callbacks

Inspect hovered element in Chrome?

web-development
prompt-engineering
best-practices
responsive-design

Escape single quote character for use in an SQLite query

sql
sql-injection
prepared-statements
escape-sequences

How to set the name of a file downloaded from a browser?

javascript
blob
file-download
javascript-techniques

Html File Input Control Acting Fussy with Capture and Accept Attributes?

html
responsive-design
best-practices
accessibility

Can a HTML button perform a POST request?

html
form-submission
button-behavior
html-forms

Extract day of week from date field in PostgreSQL assuming weeks start on Monday

sql
database
postgresql
date-extraction

How to import a jar in Eclipse?

java
build-path
eclipse-configuration
jar-management

Linq to SQL multiple tables left outer join

csharp
linq
sql
entity-framework

Calculating a running total in MySQL

sql
window-functions
performance
best-practices

Why can't I use alias in a count(*) "column" and reference it in a having clause?

sql
sql-operations
sql-alias
sql-having-clause

Provide an image for WhatsApp link sharing

web-development
meta-tags
best-practices
responsive-design

"content is not allowed in prolog" when parsing perfectly valid XML on GAE

java
xml-parsing
gae
encoding

Ant path style patterns

java
file-system
pattern-matching
wildcards

Converting between java.time.LocalDateTime and java.util.Date

java
time-zone-handling
date-time-api
java-8

How to calculate a logistic sigmoid function in Python?

python
functions
performance
best-practices

How to completely remove borders from HTML table

html
responsive-design
css
best-practices

How to distinguish between left and right mouse click with jQuery

javascript
event-delegation
jquery-plugins
cross-browser-consistency

Best Practice: Access form elements by HTML id or name attribute?

html
accessibility
best-practices
responsive-design

How do I find where JDK is installed on my windows machine?

java
java-home
jdk-installation
windows