Explain Codes LogoExplain Codes Logo

Best Articles — Page 323

How to remove spaces from a string using JavaScript?

javascript
regex-patterns
string-manipulation
performance-considerations

Is it faster to access data from files or a database server?

sql
benchmarking
database-performance
data-access-strategies

Serializing to JSON in jQuery

javascript
json-serialization
jquery
browser-compatibility

How can I retrieve the page title of a webpage using Python?

python
web-scraping
beautifulsoup
selenium

Is there a built-in function to print all the current properties and values of an object?

python
introspection
object-inspection
python-module

Imply bit with constant 1 or 0 in SQL Server

sql
best-practices
data-types
typecasting

Styling HTML email for Gmail

html
responsive-design
email-design
css

Is this a "good enough" random algorithm; why isn't it used if it's faster?

java
random-number-generation
uniform-distribution
predictability

Keep only date part when using pandas.to_datetime

python
pandas
datetime
date-formatting

Removing highcharts.com credits link

javascript
prompt-engineering
highcharts-api
credits-management

Java system properties and environment variables

java
system-properties
environment-variables
jvm-behavior

Javascript - Replace all commas in a string

javascript
prompt-engineering
functions
callbacks

Mysql: How to Add One Day to Datetime Field in Query

sql
datetime
interval
date-add

Get week day name from a given month, day, and year individually in SQL Server

sql
date-parsing
sql-server
date-functions

Getting list of parameter names inside python function

python
functions
best-practices
python-2

Selecting unique values from a column

sql
distinct
performance
best-practices

How do I install a custom font on an HTML site

html
responsive-design
css
font-face

What's the best way to select the minimum value from several columns?

sql
best-practices
performance
join

How to get HTML 5 input type="date" working in Firefox and/or IE 10

html
responsive-design
polyfills
modernizr

How to dynamically change header based on AngularJS partial view?

javascript
angularjs
promises
callbacks