HTTP/2 301
date: Wed, 15 Oct 2025 19:03:42 GMT
content-type: text/html; charset=UTF-8
location: https://nickberardi.com/tag/javascript/
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=zHgNeg8ROuce2qwnPvplWFOPqL%2BMooeiRkaxBsUsEddvq%2FeP%2FLmUFvNMHIf%2FFdRkt3a2lMAz0xmSGWTjWDEar6%2BPAIHufsnH%2BDP88DVr%2BtZonQ%3D%3D"}]}
set-cookie: ARRAffinity=60d786520893a912f5aaa8e39f1f00b6aa7bfba2f2ea24e7ca7ae34d2a24a8cb; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98f193ef7aba47e9-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Wed, 15 Oct 2025 19:03:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://nickberardi.com/tag/javascript/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VjqTl%2BgTzGCqNdZ6OL82hit%2FOr4vITP2%2FqPmOJAxjxeFQjBM3OvNYsicIytnbwn2mSPM6ahqza5F0f7gU4sgABl7Ey2TpV2xWkBkbf8%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98f193f7d8fb8a21-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Wed, 15 Oct 2025 19:03:43 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=8tImsFvAFoYtvU5SHHMtufhav5dpgpv%2BubEpT%2F3c43E%2FUx5LD5uFsOhbIWwclFlX7pefOYWRJdLHzzq6%2BBneuukFZwbf6zL5YkCCfog%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: 98f193f85e708374-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 »