HTTP/2 301
date: Sat, 11 Oct 2025 21:32:26 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=fHVHhfFbtORNQUcATkrw07IDioi6%2FchRlkxAvr1io9kiAY80NLcU0mPSeEkX4M2Tvy67wCzk%2FqnbZMUEkWI2h9FT%2BHwPvVv%2FW7L3TyQ47PBSUw%3D%3D"}]}
set-cookie: ARRAffinity=57615c3be95584f84189bc13ae015532286789353ad5e948a953905ed956da36; HttpOnly; Secure; Path=/; Domain=www.coderjournal.com
cf-ray: 98d178511aef8590-BOM
alt-svc: h3=":443"; ma=86400
HTTP/1.1 301 Moved Permanently
Date: Sat, 11 Oct 2025 21:32:26 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=mrwtbuBFcEFb2Xx6t%2FefvXiEOxlcZ7%2BjM%2FeDRbvVHZomxtVgUesymnOlFoS%2BouIYjNfp4PBwuW65YQlynXrMhsWhxbYrirugxLebbBs%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 98d178594abfff97-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Sat, 11 Oct 2025 21:32:27 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=u2tE57S3g6XgQzUpOjHGjID1UZdnzyF2HqRcpjnebhx2wLOO4j7%2FZ8HtG9VluCJNraspECw3dPedd2kKxADpaXBeifZP0SyeA2UWUPk%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: 98d17859be5eff67-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 »