Pois Blogilistalta

Kirjoitettu aamulla • Tägit: blogging, general

Blogilistan uudet käyttöehdot sisältävät outoja rajoituksia:

  • palvelun kautta saatua sisältöä ei saa välittää edelleen
  • palvelua ei saa käyttää tekijänoikeudella suojatun aineiston levittämiseen

Tämän blogin juttuihin saa kuitenkin linkata ja niitä voi lainatakin, kunhan lähde mainitaan. Omasta puolestani sillä ei ole väliä, miten olet tämän blogin sisällön alunperin vastaanottanut.

Omistan tekijänoikeuden näihin omiin teksteihini, enkä halua siitä luopua. Rikkoisin ymmärtääkseni käyttöehtoja, jos jättäisin oman blogini yhä Blogilistalle.

Näppärä tapa seurata blogin harvoja juttuja on tilata syöte. Itse luen blogeja ja muutakin materiaalia selainpohjaisella Google Reader-ohjelmalla.

»
One of the recent posts has been showing up as new over and over again on feed readers. I narrowed the problem down to the email address obfuscation in Markdown & Extra. I just upgraded to a more recent version (two new versions had come out since the beginning of December), and one of the changes is that the obfuscation algorithm is now deterministic instead of random. So you should see that article pop up once more as new, if you are reading through the feed, and then never again.
»
I’ve just upgraded to WordPress 2.1.3-alpha on this site, and haven’t been around everywhere to fix things. Expectedly everything to do with links is broken, but there could be other things, too…

IPv6 is here

Written in the mid-morning • Tags: IPv6, NetBSD, general, software, web

I’ve had IPv6 connectivity for over 5 years (first from IIJ, now from SixXS). However, it wasn’t until last night that I finally got my website on IPv6, when some final wrinkles in the web server configuration were ironed out. (more…)

»
I implemented my dream about Swish-e-based search some time ago, but today I finally figured out how to make the results page look like the rest of the site. (more…)

Multilingual regression

Written at evening time • Tags: general

Your browser’s language settings no longer alter the content on my pages. I haven’t had enough time to complete the language selection feature so that it would cover all aspects of the site (e.g. feeds and search results), and it would take a non-trivial amount of time to actually do that.

I’ve also received a couple of comments on the article filtering that indicate it is not really needed or maybe not even wanted. I don’t write so much that it would be difficult to skip some of the content. Having to reconfigure your browser is also just another hurdle, if you happened to want to see all articles.

So for the one or two people who might feel uncomfortable with the notes in Finnish, sorry. :-P

For the others, welcome to the occasional commentary in my native language. ;-)

»
Sivustolta on poistettu ominaisuus, joka valitsi sisältöä selaimen kieliasetusten perusteella. Tervetuloa lukemaan myös englanninkielisiä kirjoitelmia. Kyseessä ei siis ole tekninen vika, vaan kaikki jutut näkyvät tarkoituksellisesti. :-)
»
I got tired of the broken search function from WordPress, so I implemented a searchbox using Google site search. The upside is that the search can now find content outside the blog. Eventually it would be cool to use Swish-e.

The pictures are back!

Written late at night • Tags: general, software, web

Well, this is only for those of you who browse with MSIE: the images on my (non-blog) pages are back. For example, I’m sure the Proxy through SSH document is easier to follow with the screen captures visible, instead of staring at blank spots. (The blog pages were already fixed earlier.)

I wonder how many more times I’m going to be writing about the same problem — it is just so very annoying that I have to at least vent a little after fixing the same thing over and over. This time I had to add an extra <div> element on the pages, which makes it even more frustrating (“unnecessary” extra elements). Well, I put some comments in the code so I’d remember why it is there…

Not that I noticed this one on my own, either. I was talking to someone about a page, and got an odd “what picture?” response. At least I now immediately remember to fire up MSIE when I hear something like that.

Alternative browsers you could switch to: Firefox and Opera.

Looks like another calculation bug in IE

Written in the mid-afternoon • Tags: general, software, web

The recent Microsot Internet Explorer (IE) problem was bothering me, because it meant the pages were not usable with IE. I wouldn’t mind a cosmetic problem as much (even though they tend to get to me, too) but links not working and pictures not being visible is just too annoying.

I was playing with the CSS, experimenting with the “floating dt” that I had avoided in the last workaround due to it “disappearing” on IE. When I made the dd element floating as well, I saw that IE was rendering the contents below and outside the white box (#envelope) that holds the main content on each page. In the past this has been a giveaway for IE miscalculating the size of the containing element, and sure enough — the “fix” was an added width: 100% property for the misbehaving container.

The “invisible images” were restored to visibility with the same fix on the appropriate container. I’m glad it didn’t need another couple of hours of CSS tweaking in the dark.

It’s nice to have the site working again, but I’d rather not spend my free time on something stupid like inventing workarounds for a buggy browser. (Not that I expect Microsoft to pick up any hints from here.)

Enjoy!