HTTP/2 301
date: Wed, 15 Oct 2025 03:54:20 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=ozaQXNlvakMIPpDUUjtRP7MAoy34B24VXcwpEgMA7Djwdhu8bDq0MpI5147zx81aZ3Zz0nDUFL3V9gJntWgv4zMImHPioJSUX8JbZCilZpb5HQ%3D%3D"}]}
set-cookie: ARRAffinity=60d786520893a912f5aaa8e39f1f00b6aa7bfba2f2ea24e7ca7ae34d2a24a8cb; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98ec5fdd4fef3d26-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Wed, 15 Oct 2025 03:54:20 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=XuCe1tfSfp121vh9%2F%2F%2BdTOtdFwlHCL64N42JTu8fvmq5bvdf5cRktHJ2Pyh%2F40JXbXnF6c5V0Dx53Q1EJeCB0foN0A4GaAqJQQl0wh0%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98ec5fe5a89c3be0-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Wed, 15 Oct 2025 03:54:21 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=g2KC3hKJlBNkfTc5XDPY9Mhybawqau7WHolzaWJ0%2B%2BPbH5yqzWQOuYms78p1Q2yLfaRjVMPwEtNPPEMkW73hrzgzzO6lyxdXEXTWkv0%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=60d786520893a912f5aaa8e39f1f00b6aa7bfba2f2ea24e7ca7ae34d2a24a8cb; HttpOnly; Secure; Path=/; Domain=nickberardi.com
cf-ray: 98ec5fe618ab4192-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 »