Explain Codes LogoExplain Codes Logo

Best Articles — Page 13

Two submit buttons in one form

html
form-design
server-side-validation
ui-design

Twitter Bootstrap: Text in navbar

html
responsive-design
navbar
bootstrap

Twitter bootstrap float div right

html
responsive-design
css-classes
grid-system

Turn off Chrome/Safari spell checking by HTML/CSS

html
spellcheck
html5-spec
browser-compatibility

Trying to mock datetime.date.today(), but not working

python
mocking
unittest
testing

# Trying to align an HTML button at the center of the page

html
responsive-design
css-grid
centering-elements

Truncate/clear table variable in SQL Server 2008

sql
transaction-log
performance-optimization
temp-tables

Treemap sort by value

java
custom-comparator
tree-map-sorting
java-8-streams

Transposing a 1D NumPy array

python
numpy
array-transpose
dimensionality

To prevent a memory leak, the JDBC Driver has been forcibly unregistered

sql
connection-pooling
jdbc-driver
memory-leak

Tool to Unminify / Decompress JavaScript

javascript
unminification
javascript-beautifier
debugging

.toarray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?

java
jvm-optimizations
performance-tuning
benchmarking

Throttling Method Calls to M Requests in N Seconds

java
rate-limiting
token-bucket
delay-queue

The Use of Multiple JFrames: Good or Bad Practice?

java
gui-design
swing
multitasking

The SELECT permission was denied on the object 'sysobjects', database 'mssqlsystemresource', schema 'sys'

sql
permissions
sql-server
grant-select

The right way to declare class variables in Python

python
class-variables
instance-variables
python-best-practices

The reference to entity "foo" must end with the ';' delimiter

html
entity-references
html-entities
url-encoding

The easiest way to transform collection to array?

java
stream-api
java-8
collections

The create-react-app imports restriction outside of src directory

javascript
import-restrictions
create-react-app
webpack-config

The Best Practice for Building a Plugin System with Java

java
plugin-system
plugin-architecture
java-best-practices