Updated: 3/14/2003; 7:00:45 AM.
Programming
Items dealing with Programming.
        

Sunday, February 09, 2003

OPML Directories. Marc Barrot, reviving outliners again! [Brain Off]
1:27:39 PM    comment []

myway

Boy this looks familiar! It looks good. How did they get all the content, set up the personalization, out of no where?

Nice feature on myway :: import your yahoo bookmarks :) Glad I got that y! bookmarks export feature pushed out

And now I understand...
iWon.com picked up all excite's assets for just $10 million (down from 7.8 billion) iWon is myway.

My Excite was the major competitor to My Yahoo, back in the day. It was a personalization arms race. The sunrise/sunset/tides/moonrise modules were my favorite envy. But there are just so many small ui things on myway, borrowed from my yahoo, that we sweated over to create.

Well that's the way it goes. The no-ads idea should go far. I've moved on from Yahoo, so no matter. It's up to Yahoo to start the arms race again with some technical dazzling [Brain Off]


1:02:00 PM    comment []

Printing.

There's something I'd like to see more bloggers do: print stylesheets.

Lots of us use CSS to style our output. I also attach a print style-sheet to my blog, so when you print, you only get the appropriate content. Go ahead, take an archive page or the home page and do a print preview. I'll wait for you to come back.

...

Pretty cool, huh? It's pretty simple, actually. I do two major things with my print style-sheet: adjust the colors and backgrounds for best laser printing, and hide things that don't make any sense for printing. Then I attach the stylesheet with the following directive:

<link rel="stylesheet" type="text/css" media="print" href="http://dotnetguy.techieswithcats.com/style-print.css">

What you'll find in that stylesheet is basically a bunch of overrides for my styles. Backgrounds become transparent, text becomes black, and whole parts of the site get marked with "display: none;". It's very handy for printing out web content, and it would be nice if more sites used it. If you're already using CSS to style your site, it's pretty simple to get everything printing like you want without having to have a "printable version" link (which is a holdover from pre-CSS days).

I also uncovered a weird printing bug in Mozilla which makes it only print the first page of the web content. I haven't really figured out what triggers it, and I can't upgrade beyond 1.0.1 because that's our minimum supported browser for our web application.

[The .NET Guy]
6:36:04 AM    comment []

© Copyright 2003 Mark Oeltjenbruns.
 
February 2003
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28  
Dec   Mar


Click here to visit the Radio UserLand website.

Subscribe to "Programming" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.