04 May 2005 Wednesday
DSA
I have been diagnosed with Design Separation Anxiety.
Is that bad?
rxxx: i think i’ve learned that you get DSA
"[I]f an American jumps out of an airplane, you can't sell him a parachute until after he hits the ground.
...“you say that you want me forever and i, i say love is no crime.
so tell me the names of the children we’ll have at the end of the line.”
all throughout history, the loneliest people were the ones who always spoke the truth, the ones who made a difference by withstanding the indifference
I guess it’s up to me now.. should I take that risk or just smile?
Excuse me, are you lost? Perhaps you would care to visit the site map
I have been diagnosed with Design Separation Anxiety.
Is that bad?
rxxx: i think i’ve learned that you get DSA
Playlists are up. this pleases me, because it’s all in nice lists format.. but all the content is actually messy articles in which i posted lyrics and comments are other stuff too…. but not to be seen on the playlists page! yay for css.. and yay for the <txp:article_id />
tag i’ve just discovered.
and comment forms are down. well, not down… but messier than they’re meant to be. i hear a plugin fix i on the way, so that should be all good. heh. i’m waiting for my [plugin]fix.
but mostly up.
New ferrydust design is open..
A lot of really beautiful sites opened up today. Go check them all out and give them props at the CSS Reboot and May 1 Reboot sites.
and maybe I can sleep tonight..
‘Looking at launching this tomorrow. Not nearly ready, of course, but ready enough that it can completely replace old ferrydust and i can be happier about it.
Anyway, pardon my dust. (I do like saying that.) :)
ie. allowing index.html despite textpattern’s obsession with index.php
thank you Andrew (aka ‘birthday boy’) for the line:
RewriteRule ^$ index.html [L]
note to self:
when a site is completely broken,
go into the /etc/
folder, which is above /public_html/
.. open php.ini
.. search for “error_reporting
“
This is a brief documentation of a few of the steps I took to achieve a customized comments system..
i had stated in the forum that i would like to be able to:
have the comments show only when you click on 'comments', rather than having the comments and commentform (particularly) shown fully when on a single_article page.
so here's how i successfully managed this on mine...
so far, I have found that
the following work in IE (and not in Opera, nor Firefox):
html*#name{seemingly shows in IE and Safari;}
* html #name{seemingly exclusive IE;}
html*#name{[this will be seen in IE and in Safari;]this will be seen only by IE;}
(i wonder whether it’s better to use ‘* html #name’, or ‘html*#name’ for getting IE’s attention?)
iCapture is a great tool for viewing your page once or twice… but to try to combat real css issues, it’s just not going to work out..
i’ll have to figure something else
or i’m going to have a page that’s severely demented in Safari. which is not having me thinking nice thoughts about the browser.
*12:58am on tues05apr: it seems a little bit of position:absolute
goes a long way in opera. humph to that too.
not very surprisingly, floating the blockquote came back to majorly bite me in the behind. after a long while of wanting to kill things, i finally isolated the problem to be the blockquote float.. but now that i’ve removed the float, the previous problem has thoroughly returned. all my problems are in IE, mind you.. and probably safari too, but what i can’t see i can’t immediately attempt to tackle and further frustrate myself with.
xhtml standards has so many rules… in ‘strict’ apparently a <blockquote>
must contain <p>
tags.. good to be reminded about <cite>
for inline quotes.. though sometimes you really just want a blockquote within a blockquote—which apparently thoroughly illegal in ‘standards-compliant’ xhtml world.
what else have i learned…