Posts
All the articles I've posted.
-
Teletype effects in JavaScript
Published: at 10:10 AMAn exploration of implementing teletype effects in JavaScript, including references to jQuery plugins and a live example on jsFiddle.
-
Command prompt here in Explorer Vista, Windows 7 and Windows 8
Published: at 11:27 AMA guide on opening a command prompt from Windows Explorer in Vista, Windows 7, and Windows 8, including adding a Visual Studio Command Prompt to the context menu and using Git Bash for Unix-like tools.a command prompt from Windows Explorer in Vista, Windows 7, and Windows 8, including adding a Visual Studio Command Prompt to the context menu and using Git Bash for Unix-like tools.
-
Fix Internet Explorer prompts to save JSON response when uploading files
Published: at 01:08 PMA guide to fixing the issue where Internet Explorer prompts to save JSON responses when uploading files via AJAX, including a solution for modifying HTTP headers in ASP.NET MVC.
-
A simple lightweight HTTP Request Library
Published: at 09:43 AMAn introduction to Unirest, a lightweight HTTP request library for .NET, including examples of basic POST requests and an overview of its features.
-
How I setup my Digital Ocean droplet with ZPanel and configured the DKIM and SPF records
Published: at 10:52 AMA detailed guide on setting up a Digital Ocean droplet with ZPanel, and configuring DKIM and SPF records for email authentication, including securing the server and installing Spam Assassin.
-
JavaScript for hackers
Published: at 06:30 AMAn exploration of JavaScript techniques for XSS filter evasion, emphasizing the importance of understanding these methods for improving web application security.
-
How Software Companies Die
Published: at 10:26 AMA humorous and insightful look at how software companies thrive and eventually decline, based on Orson Scott Card's analogy of programmers as domesticated bees and the inevitable corporate shift from innovation to bureaucracy.
-
The First Few Milliseconds of an HTTPS Connection
Published: at 01:26 PMAn in-depth look at the initial milliseconds of establishing an HTTPS connection, using Wireshark and a debug build of Firefox to analyze the SSL/TLS handshake and certificate verification process.
-
Leaflet - An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps
Published: at 02:00 PMAn introduction to Leaflet, a lightweight open-source JavaScript library for creating mobile-friendly interactive maps, highlighting its features, performance, and usability.
-
Visual Representation of SQL Joins
Published: at 11:16 AMA visual guide to understanding different types of SQL joins, including INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN, with visual aids to help grasp the concepts.