Xah's Web Dev Blog

Tutorials, expositions, commentary, on diverse topics related to web development. Tech on language, tools, standards. Commentaries on on w3c, SEO, blogging, web hosting, monetizing, ecommerce, internet policies, etc.

2010-09-01

Have problems with your dns server? use google's! Google has a public dns for this purpose. “8.8.8.8” and “8.8.4.4”. See: http://code.google.com/speed/public-dns/.

2010-08-31

Discovered a FireFox extension that lets you spell check the window (whole window, not just inside input text boxes). This is useful when you are developing a website. https://addons.mozilla.org/en-US/firefox/addon/11259/.

2010-08-21

Complete rewrite: CSS1 And CSS2 Differences.

2010-08-12

Discovered the “<kbd>” tag. It's similar to the “i”, “b”, “strong”, tags, but for keyboard input. It is also supported in html5. I now used it to markup keyboard keys, e.g. “Ctrl+x”.

I used to use:

<span class="key">Ctrl</span>

But that's more verbose. Now i use emacs to make the change on about 100 files on my site. (See: Emacs Interactively Find and Replace String Patterns on Multiple Files)

The css i use is this:

kbd {border:solid 1px #c2c2c2;background-color:#f0f0f0;
padding-left:.3ex;padding-right:.3ex;font-family:monospace}
2010-08-10

CSS “first-letter” and “first-line” Example (tutorial)

2010-08-07

CSS Example: How to use “:before” and “:after” pseudo-elements.

2010-08-04

How to Create and Update a Sitewide Logo (Favicon).

2010-07-30

CSS Margin vs Padding.

2010-07-29

How to Enable HTTP Server gzip Compression.

2010-07-19

Added another example to: How to Embed Video with Valid HTML.

2010-07-14

Intro to Video Streaming and Video Audio Codecs (exposition)

2010-07-01

Google Analytics Asynchronous Tracking Code (advice)

2010-06-12

Hyperlinks and Underline (commentary and tips)

2010-05-24

URL Percent Encoding and Unicode.

2010-05-14

Popular Money Making Websites (survey; seo; web monetization)

2010-04-19

I noticed today my webhosting company truncates IP address in the weekly weblog.

For example, in daily log, a entry would look like this:

196.12.236.55 - - [17/Apr/2010:00:00:00 -0400] "GET /favicon.ico HTTP/1.1" 200 217 www.xahlee.org "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 Creative ZENcast v2.01.01" "-"

But when they generate the weekly log by combining the past 7 daily logs, they replace the last part of ip address by “x”, so it looks like “196.12.236.x”.

Not sure why they are doing that. It wasn't so before. My webhoster is 1and1.com.

Anyone knows why? it's not by law is it?

2010-04-18

Discovered that Wolfram Alpha generates a link graph for your site. See for example: http://www.wolframalpha.com/input/?i=xahlee.org.

This is quite useful when you need to know quickly a site's link topology. Am pretty sure there are better sites that generates a better link graph. If you know, please let me know.

2010-04-08

Google's sidewiki feature in their browser toolbar pisses off a lot people, including me... Google Sidewiki Block.

2010-04-06

Just discovered, that someone tried to trademark the term “SEO”. It appears, a chick named Rhea Drysdale stopped him, together with USD$17 k out of her pocket. See her blog on this incidence: 〈SEO Trademark Registration Terminated〉 (2010-03-15), by Rhea Drysdale. Source.

I think that's a commendable deed.

Home
Terms of Use
About
Advertise
Subscribe
Google
2010-01-12
© 2010 by Xah Lee.