HTTP/2 301
date: Sat, 11 Oct 2025 21:30:08 GMT
content-type: text/html; charset=UTF-8
location: https://nickberardi.com/tag/javascript-programming/
server: cloudflare
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
x-powered-by: ASP.NET
cf-cache-status: DYNAMIC
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PvcKE%2B7axyMmD0cKOtS6D5k9RiblpJb98DQ%2BjQEdkXYMdShvEaA%2FmgIsWBEvwK0cM%2Fn9fLeU6o2yJg6zGpUHptybQ3FGpeE9cxVn1ETK4GDU2w%3D%3D"}]}
set-cookie: ARRAffinity=57615c3be95584f84189bc13ae015532286789353ad5e948a953905ed956da36; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98d174f26fa01397-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Sat, 11 Oct 2025 21:30:08 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://nickberardi.com/tag/javascript-programming/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KA9lXy8cmqpliFZDtNLB0%2B9Zkr0EeYMAcvNtUEA%2FSbftA3lGAmguvU9CpMICe4OicXnxugRzGUzKQlnMWqt8GTDtTI6klNPqbXJ%2BDRU%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98d174fb4b533c88-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Sat, 11 Oct 2025 21:30:12 GMT
content-type: text/html; charset=utf-8
server: cloudflare
cache-control: public, max-age=0
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cT2X8qGkGLbhgc5kOn%2FFJKNsOcbFhdXf6284lwFfx%2FajLVilZCg15jPImJVikhZg%2BSiu06ZQ4BOR%2B0i8RaUbU6lRZZLT1vSIrOoQb2k%3D"}]}
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
vary: Accept-Encoding
x-powered-by: Express
x-powered-by: ASP.NET
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: ARRAffinity=57615c3be95584f84189bc13ae015532286789353ad5e948a953905ed956da36; HttpOnly; Secure; Path=/; Domain=nickberardi.com
cf-ray: 98d174fbbd8effa9-BOM
alt-svc: h3=":443"; ma=86400
JavaScript - Nick Berardi
Home
JavaScript
JavaScript
A 12-post collection
In my first post about JavaScript compression and the different levels supported by the three major competitors in the JavaScript minimization, obfuscation, and optimization tools space. »
A little more than a year and half ago I created a MSBuild Task for the YUI Compressor that was very well received, and even highlighted »
One of the important things about web programming, especially when using AJAX, from a usability standpoint is to provide a responsive user interface to the audience. »
I recently had a conversation with Scoot Koon (LazyCoder) over Twitter about the wacky JavaScript type comparisons that are allowed. I was interested to see what »
In this economy you have to do everything to keep your skills fresh and current so that employers find you a desirable hire. I really though »
Today IE6 really kicked my butt, I had the following code working in FireFox, IE7, etc, all except IE6: ShowLoadingPanel(); // execute some code here HideLoadingPanel(); The »