Explain Codes LogoExplain Codes Logo

Best Articles — Page 203

What is the easiest way to disable/enable buttons and links (jQuery + Bootstrap)

javascript
jquery-spells
responsive-design
best-practices

How can I get the latest JRE / JDK as a zip file rather than EXE or MSI installer?

java
prompt-engineering
environment-variables
portability

Datetime equal or greater than today in MySQL

sql
datetime
mysql
date-comparisons

Center fixed div with dynamic width (CSS)

css
responsive-design
performance
best-practices

How can I explicitly free memory in Python?

python
memory-management
garbage-collection
performance-optimization

Rails: Get next / previous record

ruby
rails-associations
record-navigation
database-optimization

Change placeholder text

javascript
prompt-engineering
functions
responsive-design

Multiple INNER JOIN SQL ACCESS

sql
join
best-practices
sql-optimization

Long vs Integer, long vs int, what to use and when?

java
primitive-types
memory-usage
performance

How do I change the text of an element using JavaScript?

javascript
dom-manipulation
security-best-practices
javascript-syntax

Search a list of dictionaries in Python

python
prompt-engineering
functions
dataframe

Sequelize Where if not null

javascript
sequelize
database-queries
dynamic-where

Why is query with phone = N'1234' slower than phone = '1234'?

sql
performance
best-practices
indexing

Word-wrap break-word does not work in this example

html
responsive-design
css
web-development

How to convert Blob to File in JavaScript

javascript
blob-to-file
javascript-apis
file-api

How to disable Google Translate from HTML in Chrome

html
browser-compatibility
translation-control
html-attributes

How to convert Laravel migrations to raw SQL scripts?

php
migrations
laravel
sql-scripts

Add st, nd, rd and th (ordinal) suffix to a number

javascript
functions
performance
best-practices

Placeholder in IE9

javascript
cross-browser-compatibility
polyfills
javascript-techniques

What's faster, SELECT DISTINCT or GROUP BY in MySQL?

sql
performance
indexing
query-optimizer