Explain Codes LogoExplain Codes Logo

Best Articles — Page 426

Lightweight SQL editor for Eclipse

sql
sql-editors
eclipse-plugins
database-development

Event on a Disabled Input

html
accessibility
css
javascript

How to Find the Longest String in a Table Column Data

sql
performance
best-practices
join

Adding a 'share by email' link to a website

html
accessibility
email-link
seo-best-practices

Why is "except: pass" a bad programming practice?

python
exception-handling
best-practices
pythonic-code

How to fill the whole canvas with specific color?

javascript
canvas
javascript-style-properties
web-development

Not possible to use CSS calc() with transform: translateX in IE

html
responsive-design
css
performance

How can I insert a line break into a <Text> component in React Native?

javascript
react-native
template-literals
text-component

Android WebView & localStorage

android
localStorage
webview
database-management

How to detect a mobile device with JavaScript?

javascript
responsive-design
mobile-device-detection
user-agent

Determine whether an array contains a value

javascript
array-methods
performance-optimization
best-practices

How can I download and save a file from the Internet using Java?

java
file-transfer
nio
try-with-resources

How to get last items of a list in Python?

python
slice
negative-indexing
iterables

Sql error errno: 121

sql
constraint-naming
error-handling
mysql-optimization

Jquery Data vs Attr?

javascript
prompt-engineering
best-practices
data-attributes

How to create a file name with the current date & time in Python?

python
time-module
datetime-module
file-system

Can I mark a field invalid from JavaScript?

javascript
validation
client-side
server-side

How do I get the coordinates of a mouse click on a canvas element?

javascript
event-handling
canvas
coordinates

Split large string in n-size chunks in JavaScript

javascript
prompt-engineering
performance
best-practices

How to set delay in Android?

java
prompt-engineering
multithreading
async-patterns