October 2007

From Jimbojw.com

Jump to: navigation, search

Blog entries from October 2007.

« back to Blog Archive

Contents

Weekly Web Hack - Sanitizing user inputs against XSS

From Sanitizing user input against XSS:

In this Weekly Web Hack, I'll explain why some popular user input sanitization schemes can be insufficient in stopping XSS vulnerabilities...

By the end of this article, you should be able to:

  1. Identify when HTML entity encoding is appropriate,
  2. Choose between several encoding schemes depending on use-case

[read more ...] -or- [leave a comment ...]

--Jim R. Wilson 23:28, 28 October 2007 (MST)

Weighted Companion Cube Pumpkin

From Weighted Companion Cube Pumpkin:

Like many of you, I too was disheartened when forced to euthanize my Weighted Companion Cube. To help cope with my grief, I have enshrined her memory in pumpkin form...

[read more ...] -or- [leave a comment ...]

--Jim R. Wilson 22:10, 28 October 2007 (MST)

Weekly Web Hack - Absolutely relative

From Absolutely relative HTML elements:

In this Weekly Web Hack, I'll demonstrate how to have semantically ordered HTML elements appear visually reordered static width, center floated, single column page...

By the end of this article, you should be able to:

  1. Make a centered single column layout in HTML/CSS (easy to do, and popular for blogs).
  2. Reorder the major elements, putting the most important info first (CSS).

[read more ...] -or- [leave a comment ...]

--Jim R. Wilson 23:43, 21 October 2007 (MST)

New Facebook App - Does nothing

From Does nothing:

"Does nothing" is my facebook app. It does nothing, seriously.

Get Does nothing today and tell all your friends!

[read more ...] -or- [leave a comment ...]

--Jim R. Wilson 11:27, 19 October 2007 (MST)

Weekly Web Hack - Data URIs and Inline Images

From Data URIs and Inline Images:

In this edition of the Weekly Web Hack, I'll explain how data URIs work and give some practical examples when you might want to use them in your own project...

By the end of this article, you should be able to:

  1. Determine whether a particular use-case is suitable for inline data,
  2. Understand the data: URI scheme and available encodings,
  3. Use data URIs to embed image (and other) data directly into an HTML or CSS file.

[read more ...] -or- [leave a comment ...]

--Jim R. Wilson 04:21, 15 October 2007 (MST)

Weekly Web Hack - What Would Google Suggest?

From What Would Google Suggest?:

In this first edition of the Weekly Web Hack, I'll explain how Google Suggest operates under the hood, and how you can leverage its architecture to place search suggestions into your own page...

By the end of this article, you should be able to:

  1. Understand Google Suggest's request URL structure and response body,
  2. Roll your own autocomplete implementation utilizing Google's suggest data.

[read more ...] -or- [leave a comment ...]

--Jim R. Wilson 01:28, 8 October 2007 (MST)

Announcing the Weekly Web Hack

From Announcing the Weekly Web Hack:

In January 2007, I mentioned that it was my goal of mine to put out at least one good article every week. I have been little lax in this duty of late, and so I am instituting a new recurring feature on the Jimbojw.com blog: the Weekly Web Hack. Each week at a regular time I will publish a new Web Hack, which may be a mashup, dissection of a web service or site, or maybe a tutorial on how to do something clever. I haven't completely decided yet.

There are a few things you can count on though: it will be something to do with the Web, it will be tricky or non-obvious, and hopefully it'll present a new way of using an existing piece of software or webrastucture in a novel way. So stay tuned!

[read more ...] -or- [leave a comment ...]

--Jim R. Wilson 23:32, 7 October 2007 (MST)