Faughnan-Lagace Herald: Local and International News
Ok, I got the iframe and the css stuff working. It doesn't look too bad in Firefox, Safari, IE 5.2/Mac and IE 6/PC. I'm impressed. I ended up putting the styles I got from the blogroll page into a separate page. Then I included that page in the iframe. So I was able to get around the style/iframe problem.
When I'd included the blogroll in the iframe I'd had to use blogline's alternative inclusion method (php); that method returns a fully formed page. Since I've introduced this level of indirection I now use the javascript method.
I will tweak the text background, borders, and sizes. In general I like things that are lighter and more easily readable. It's good enough to start with though. There's only one glitch, the second cell of each list is empty. I suspect that's a bloglines glitch since it happens with every browser.
Sunday, August 08, 2004
Inline frames and style sheets
Using inline frames (iframe elements) to embed documents into HTML documents
Continuing my adventures with the blogroll, I got the iframe working and I got the style code working, but the style in the host document doesn't affect the content of the iframe. So, how can one apply a style across the iframe boundary?
Alas, it's not simple -- as this document makes clear:
It does look that if one uses an inline frame to hold a blogroll, one has no control over how the blogroll contents display. I think I might have do some indirection. I might try this:
1. Create a document I control that holds the blogroll and has a style sheet.
2. Include THAT document in the iFrame.
More later ...
Continuing my adventures with the blogroll, I got the iframe working and I got the style code working, but the style in the host document doesn't affect the content of the iframe. So, how can one apply a style across the iframe boundary?
Alas, it's not simple -- as this document makes clear:
The embedded document is displayed according to what's applicable to it, not what's applicable to the embedding document ... a style element in a document applies only to the document where it appears, not to any embedded document. .... If there are style sheet rules which should be applied both to the embedding document and to the embedded document, it is best to write them into an external style sheet and use a link element to refer to it in both documents... the dimensions of the inline frame can be affected by a style sheet for the embedding document. Similarly, the border around an inline frame is a matter of the embedding document.Uh-Oh. I've got a bad feeling about this. I don't control the code of the blogroll, so I can't use either of these approaches!
It does look that if one uses an inline frame to hold a blogroll, one has no control over how the blogroll contents display. I think I might have do some indirection. I might try this:
1. Create a document I control that holds the blogroll and has a style sheet.
2. Include THAT document in the iFrame.
More later ...
Controlling blogroll appearance for bloglines in my news page (DIV and blogrollmain)
Blogrolling - Customizing look and feel with CSS
Bloglines, the web-based tool I use to manage my RSS/Atom subscriptions, supports inclusion of a subscription list as a "blogroll". I've added my bloglines subscription to my longstanding family news page, by embedding a "hidden" page of mine in an iFrame on the news page.
I don't quite like the text layout. There was mention of some DIV tags that one could use to control layout, so I googled on "blogrollmain". This page tells me what I need to know, I should be able to make them look good on FireFox, IE, and Safari. (Any browser that doesn't support iFrames will just show a text message, so it's pretty backwards compatible.)
Update 11/19/05: I've revised this post a bit with some links. The method I invented has worked very well for over a year. To see how it works, view the HTML of these two pages:
Bloglines, the web-based tool I use to manage my RSS/Atom subscriptions, supports inclusion of a subscription list as a "blogroll". I've added my bloglines subscription to my longstanding family news page, by embedding a "hidden" page of mine in an iFrame on the news page.
I don't quite like the text layout. There was mention of some DIV tags that one could use to control layout, so I googled on "blogrollmain". This page tells me what I need to know, I should be able to make them look good on FireFox, IE, and Safari. (Any browser that doesn't support iFrames will just show a text message, so it's pretty backwards compatible.)
Update 11/19/05: I've revised this post a bit with some links. The method I invented has worked very well for over a year. To see how it works, view the HTML of these two pages:
- "hidden" page - blogroll.html
- family news page: an iFrame here references the "hidden" page.
Saturday, August 07, 2004
MCE 60GB iBook Hard Drive Upgrade Service
MCE 60GB iBook Hard Drive Upgrade Service: MCE Technologies Online Store
A reputable service for various iBook hw upgrades.
A reputable service for various iBook hw upgrades.
IFRAME and embedding a blogroll
Remote Scripting with IFRAME
I wanted to embed my blogroll from bloglines.com into an IFRAME on my news page. I couldn't quite get it to work in the time I had to waste. This looked like the most interesting reference though. I think I'd have to create an empty iFrame. then modify the standard bloglines blogroll inclusion code so it wrote to the empty iFrame.
I wanted to embed my blogroll from bloglines.com into an IFRAME on my news page. I couldn't quite get it to work in the time I had to waste. This looked like the most interesting reference though. I think I'd have to create an empty iFrame. then modify the standard bloglines blogroll inclusion code so it wrote to the empty iFrame.
Pogue on Verizon: his favorite carrier
Pogue's Pages
Incidentally, Pogue's site is a great resource.
Now, T-Mobile, in my experience, isn't noticeably worse than Cingular, AT&T or Sprint; the phenomenon I'm describing is a testimony to the superiority of Verizon's national range. In four years of writing cellphone reviews for the Times, I've often found myself carrying phones from several different companies-and where there's a difference in reception, Verizon nearly always wins. (Consumer Reports's much more scientific testing arrived at the same results.) Which made me realize three things.
First, I can't believe the gall of AT&T Wireless's new newspaper ads. They show a full-strength, all-bars signal indicator along with claims that suggest that AT&T has the best cellular coverage in this country. In my experience, that's pure wishful thinking.
Second, tech reviewers seem to ignore the fact that the carrier you choose may actually be more important to your happiness than the phone you choose. Coverage, pricing and customer service will probably mean a lot more than this bell or that whistle. Every phone review ought to include this warning in bold red type: "NOTE: You're not just buying a phone; you're buying a carrier."
Finally, it's too bad you can't get the best phones with the best coverage. I love the signal coverage of Verizon Wireless, but man, are its phones boring.
...So I asked a Verizon spokesperson: What does Verizon have against high tech?
She emphatically disagreed with my "good coverage, boring phones" premise. She said that Verizon simply tests its phones much more thoroughly than the other carriers, who may actually be trying to compensate for their smaller networks by offering trendier phones. And she pointed out that Verizon will finally offer its first Bluetooth phone-with a 1.2-megapixel camera and video capture, no less-on August 11 (called the Motorola 710).
Incidentally, Pogue's site is a great resource.
Thursday, August 05, 2004
IMatch image management: talk about an open approach
photools.com IMatch Overview - Import and Export
Wow. They are SERIOUS about letting data flow in and out. A big plus. I also looked at ThumbsPlus for image management on the PC. It uses an Access database, so it's very easy to get data in and out, but I found the scanning workflow awkward. I was using a beta so I couldn't consult the help files to learn more.
IMatch costs $50, so it's not extremely cheap. I do like their attitude though.
Maybe they'll do a Mac version :-).
Update: Still not quite right for my scanning project, the workflow is too awkward. SnagIt may still be my best bet, together with some renaming tool. (SnagIt bogs down with even small image collections because the browser regenerates the thumbnails on each viewing.)
One surprise with both ThumbsPlus and IMatch is one can't create an EXIF header for an imported JPEG. One can edit existing EXIF data, but one can't add new data. This is very annoying. I'd like a scanned image to have an EXIF data for when the image was taken, not the date it was scanned!
Wow. They are SERIOUS about letting data flow in and out. A big plus. I also looked at ThumbsPlus for image management on the PC. It uses an Access database, so it's very easy to get data in and out, but I found the scanning workflow awkward. I was using a beta so I couldn't consult the help files to learn more.
IMatch costs $50, so it's not extremely cheap. I do like their attitude though.
Maybe they'll do a Mac version :-).
Update: Still not quite right for my scanning project, the workflow is too awkward. SnagIt may still be my best bet, together with some renaming tool. (SnagIt bogs down with even small image collections because the browser regenerates the thumbnails on each viewing.)
One surprise with both ThumbsPlus and IMatch is one can't create an EXIF header for an imported JPEG. One can edit existing EXIF data, but one can't add new data. This is very annoying. I'd like a scanned image to have an EXIF data for when the image was taken, not the date it was scanned!
Subscribe to:
Posts (Atom)