Archive | Geekery RSS feed for this section

Linkto: Rushi’s Weblog Client Review

Rushi quickly reviews a couple of weblog clients, or “blog editors”.

Read full story Comments { 0 }

Cross-site Scripting Techniques and Prevention

ALA serves up a great article addressing the dangers of cross-site scripting (XSS) vulnerabilities. Author Niklas Bivald says, Validating and sanitizing user input is no longer optional. Consider what your users really need to do, think about what characters they need to accomplish those tasks, and strip/convert as necessary to protect your community. Part 1 [...]

Read full story Comments { 0 }

Bite Size Standards

Bite Size Standards went online today, offering web development tutorials, tips, etc. In their own words: The basic idea being that busy web designers don’t always have time to read or write lengthy tutorials but that a daily “bite” of useful information, taken or given, could be good for the soul. Sounds promising. Hat tip [...]

Read full story Comments { 0 }

Windows Defender Stops Internet Explorer from Downloading

Although Firefox is my primary browser, there are still occasions when I find myself using Internet Explorer for one reason or another. Recently, while using IE, I attempted to download a file to my desktop. After selecting Save and choosing my desktop folder as the target, the download started. When the download window closed I [...]

Read full story Comments { 2 }

MS Security Bulletin Breaks Internet Explorer

Microsoft security update MS06-015 appears to break IE. The newsgroups are peppered with posts complaining that typing a URL without a prefix like http:// into the IE address bar, or dropping down the address bar to select a URL from your history causes IE to hang. Others report problems with Office applications, including an inability [...]

Read full story Comments { 0 }

Portland Goes MetroFi

Om Malik reports Portland Goes Wi-Fi. MetroFi has been selected by the City of Portland, for building and operating a citywide Wi-Fi network. In the press here, and here.

Read full story Comments { 0 }

Firefox 1.5.0.2 Released

Mozilla Firefox 1.5.0.2 Released. Here’s what’s new: Universal Binary support for Mac OS X which provides native support for Macintosh with Intel Core processors. Firefox supports the enhancements to performance introduced by the new MacIntel chipsets. Improvements to product stability. Several security fixes. Download here.

Read full story Comments { 0 }

Back Up del.icio.us Bookmarks

Lifehacker shows you how to back up del.icio.us bookmarks on your blog. As the article points out, aside from backups, there are other benefits to doing this: It also kills two birds with one stone: participate in the del.icio.us community AND update your blog daily with one del.icio.us post. This is a “no-hassle” solution done [...]

Read full story Comments { 0 }

Using Amazon S3 to Serve Static Content

Adrian Holovaty explains how he’s using Amazon S3 to serve media files. I’m not entirely sure that this constitutes best use of S3, but this article is certainly worth reading if you are interested in a simple example using Python and the S3 API.

Read full story Comments { 0 }

More Ajax Resources for Beginners

When I first became involved in a project that would require Ajax techniques, I quickly went to the web in search of tutorials to learn how to use the XMLHttpRequest object. Following are the resources I found most helpful as I learned to create dynamic web applications. Links to various JavaScript libraries and other sites [...]

Read full story Comments { 2 }