TechBlog

Join me as I explore the fascinating world of technology. This TechBlog is where I share my knowledge and insights on topics like Linux, frontend and backend development, and more. Whether you’re a beginner or an experienced tech enthusiast, there’s something here for you.

Things I Think About

Core Stack

Engineering & Leadership

Technical Depth

TechBlog

Internet Explorer 7 — Tabs, Finally

Published: January 24, 2006 Reading Time: 3 min

Internet Explorer 6 has dominated Windows desktops for years — and for years, users have asked for tabbed browsing. Firefox and Opera shipped tabs long ago. Microsoft showed IE7 briefly in beta form last July, and the public Beta 2 Preview is expected within days. If you maintain websites or support family PCs, this is the moment to pay attention. What Microsoft Is Promising Based on beta builds and public statements, IE7 is shaping up as a real course correction: ...

Continue Reading

Batch Files vs AutoIt on Windows

Published: December 6, 2005 Reading Time: 3 min

Windows automation in 2005 is a two-tool world for many of us: batch files for command-line friendly tasks, and AutoIt when the job requires clicking through GUI dialogs. Neither is “better.” They solve different problems, and most experienced admins use both. When Batch Files Win Batch is ideal when: Programs expose command-line switches — xcopy, robocopy on XP Pro, net use, installers with /silent or /S You schedule tasks with Task Scheduler You chain simple steps: map drive, copy logs, start service, exit You want zero extra runtime installed on the target machine Example — nightly log backup: ...

Continue Reading

Sony BMG Rootkit and Why Trust Matters

Published: August 3, 2005 Reading Time: 3 min

Music labels are fighting piracy with software, not just lawyers. Sony BMG and other majors now ship copy-protected CDs that install player software, limit ripping, and sometimes phone home to verify licenses. The packaging rarely explains what happens when you insert the disc into a Windows PC. That should worry anyone who manages desktops — including your own. Autorun Is the Real Entry Point Most of the friction starts with Autorun. Insert a CD, and Windows offers to launch an installer — often a custom media player with DRM components. Users click OK because the dialog looks official and the CD came from a retail shelf, not a download site. ...

Continue Reading

Sandboxie for Testing Software You Do Not Trust

Published: May 18, 2005 Reading Time: 3 min

Every power user eventually downloads something questionable: a codec pack from a forum signature, a “speed up your PC” utility, an installer from a mirror you do not fully trust, or shareware from an old CD-ROM whose publisher disappeared years ago. In 2005, full virtual machines are possible — Microsoft Virtual PC and VMware both exist — but they are heavy on typical hardware. A Pentium 4 with 512 MB RAM struggles to run a guest OS smoothly while you also browse and download. Sandboxie offers a lighter idea: run the program in a disposable sandbox and throw the changes away if things go wrong. ...

Continue Reading

Firefox 1.0 and the Second Browser on Your PC

Published: February 10, 2005 Reading Time: 3 min

For years, Internet Explorer 6 was the default and often the only browser on Windows machines. Then Firefox 1.0 arrived in November 2004 with tabbed browsing, integrated pop-up blocking, and a community that cared about web standards. Three months later, the conversation has moved from “have you heard of it?” to “should I switch?” The answer for most people is simpler: install it alongside IE and use both. Why a Second Browser Helps Keeping Firefox next to IE is useful even if you do not switch full time: ...

Continue Reading

From FrontPage to Hand-Written HTML

Published: November 2, 2004 Reading Time: 4 min

My first websites did not start in a text editor. They started with Microsoft FrontPage 2003, CoffeeCup HTML Editor, and a lot of trial and error in Internet Explorer 6. That was normal in the early 2000s: visual editors lowered the barrier, and the web was still small enough that a personal page or a company brochure site could ship in a weekend. By November 2004, the tools are better — but the habits matter more than the brand on the box. ...

Continue Reading

Mydoom, Email Worms, and Backups That Actually Help

Published: September 21, 2004 Reading Time: 4 min

If you run support for a home network or a small office, 2004 has been a constant lesson in how fast email malware spreads once one person clicks the wrong attachment. Mydoom was the headline name, but it lived in the same noisy ecosystem as Bagle and Netsky. Different family, same outcome: crowded mail queues, angry contacts, and half a day lost to cleanup. What We Saw in Early 2004 Mydoom.A appeared in January and spread faster than most AV vendors could ship signatures. Variants targeted high-profile domains — including SCO and Microsoft — with DDoS traffic from infected bots. Mydoom.B followed within days with tweaked behavior. By spring, IT forums were full of the same question: “Why is our mail server queueing ten thousand outbound messages?” ...

Continue Reading

Getting Started with AutoIt for Windows Automation

Published: May 27, 2004 Reading Time: 8 min

If you spend a lot of time on Windows machines, you probably have a few jobs that are boring enough to be annoying but too small to justify writing a full application. Clicking through installers, copying log files, filling out the same dialog boxes, starting a group of tools every morning, or checking whether a window appeared correctly are all good examples. That is exactly where AutoIt is useful. AutoIt is a small Windows scripting language designed for automating the graphical user interface. It can run programs, wait for windows, send keystrokes, click buttons, work with files, show message boxes, read and write simple configuration files, and compile scripts into standalone executables. The syntax is BASIC-like, which makes it approachable even if you do not think of yourself as a programmer. ...

Continue Reading

Building Small Utilities with Visual Basic 6

Published: March 14, 2004 Reading Time: 4 min

Most useful software in a small office is not a big platform. It is a tiny internal tool that removes one repeated pain: renaming files, collecting form data, creating a daily folder tree, or checking whether a service is alive. In 2004, Visual Basic 6 is still one of the fastest ways to build that kind of utility on Windows 2000/XP. Where VB6 Still Wins If the job needs a GUI and needs to ship quickly, VB6 remains hard to beat: ...

Continue Reading