Newspaper columns

International Herald Tribune is using a script to put text
into newspaper
columns. If anybody is interested, they could tear it apart
and find out
what makes it tick:
http://www.iht.com/articles/2006/04/23/business/sheep24.php
Downsides:
- The text of the article is not visible with javascript
turned off.
- They aren't using <p> tags, instead using this
construction "<div
style="visibility: hidden;"> </div>" to
indicate a paragraph break
to the script.
- It apparently doesn't do balanced columns, instead filling
the first
two columns to a % of viewport height (it's fixed width) and
putting the
balance in the third column, or in an overflow virtual
'page'. Resize
your browser window vertically to see.
Joe Makowiec
http://makowiec.net/
Email:
http://makowiec.net/email.php

> International Herald Tribune is using a script to put
text into newspaper
> columns. If anybody is interested, they could tear it
apart and find out
> what makes it tick:
>
>
http://www.iht.com/articles/2006/04/23/business/sheep24.php
Or go to the source:
http://www.smokinggun.com/code/sg_layout.php
-Darrel

Similar Messages

  • HT2639 Is there any way in i Photo '11 to crop a photo in an irregular manner? (e.g., scanned newspaper columns of varying sizes and lengths)

    I want to edit some scanned newspaper prints to include only the columns in which I am interested. Is there any way to crop the scanned photo in an irregular manner so as to include only the relevant section?

    You can do it in iPhoto, if the crop you want is rectangular and not a standard format.
    Do it in iPhoto, by choosing Edit > Crop > and unchecking the Constrain box.
    You can also do it in Preview, by cropping to the desired size with the cross-hair that appears when you mouseover the image, and then selecting Crop from the Tools menu.
    If you want to select several areas of a newspaper page - hiding areas you don't want - you can do it in Keynote.
    Import your scanned image to Keynote, and create shapes to cover what you don't want.  You can blank out unwanted areas completely, or have them semi-opaque, so they remain visible without pulling the focus away from the areas you want to highlight.

  • Margins, Padding, no effect in "multiple columns" Fluid Grid Layout

    Mac Pro
    Adobe DW CS6
    Testing URL:  http://0343be5.netsolhost.com/satgraphics_02/index.html
    First time using multiple columns in fluid grid layout----------------------------------------
    <style>
    .newspaper
              column-count: 2;
              column-gap: normal;
              column-rule: 2px outset #000000;
              /* Firefox */
              -moz-column-count: 2;
              -moz-column-gap: normal;
              -moz-column-rule: 2px outset #000000;
              /* Safari and Chrome */
              -webkit-column-count: 2;
              -webkit-column-gap: normal;
              -webkit-column-rule: 2px outset #000000;
    Text goes to border of container, and I've run out of ideas on margins and padding options on not only the .newspaper <style> but using its container, LayOutDiv1. All appears good in "Live" view, text easily readable, but Safari, FireFox, Opera ignores css. When viewed with padding/margins input, it just shifts the div to right, outside grid.
    Indent first line in paragraph works well, wrapping image properly, and column flow smooth.
    Set padding in p,h2, h3 at 10px but no results visable. (Retset to "0" padding.)
    On laptop PC…can't seem to access live testing URL so unsure of IE 10 operational functionality.
    Thank You...

    Testing URL:  http://0343be5.netsolhost.com/satgraphics_02/index.htmlYes, very helpful in furthering my overall understanding; however, I remain perplexed at being unable to keep div#column.newspaper from moving to right, thus negating the padding and text abuts right margin viewed in browsers.
    (Appearance when viewing in "layout backgrounds' shows equal padding shift to right to edge of div.gridContainer.clearfix box.)
    Base problem is that the borders on outside of layoutDiv1 (or the column itself) continues to be pusher right, thus misaligning outside borders of three seperate divs; header, menu, and LayoutDiv1.
    Am i missing something in how to contain without borders (full width) being overrun. Or, maybe improper insertion of padding rules?
    Testing URL:     http://0343be5.netsolhost.com/satgraphics_02/index.html
    Thank You.

  • Column text in html

    I would like to turn a long alphabetized list of items into
    3, side-by-side, equal length columns (ala newspaper columns). I
    can do this easily in MS Word by selecting the list and clicking a
    button for 3 columns of text.
    Is there a way to do this in DW, say within a table or
    div?

    >
    > Is there a way to do this in DW, say within a table or
    div?
    static page with straight html? no easy way. You would lay it
    out manually
    with you deciding where the columns break.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Newpaper type columns in reports 9i??????

    I have a report that I want to display as newspaper type columns. HOW DO YOU DO THIS IN REPORTS???
    Other products you can just select a newspaper column option and a number of columns. This one I can't figure out. I have tried the column mode property on the repeating frame, but it does nothing.
    HOW DO YOU DO THIS??!??!?!
    Thanx

    Refer : Multilanguage Friendly URL

  • SmartForms Multiple Columns

    I am trying to convert a sapscript form which allows two columns similar to newspaper columns.  When the first column fills up, the second column is used until it is full and a page break occurs.  Any ideas on how to do this in SmartForms would be appreciated.

    Hi Buster,
    I know it can be achieved in Sapscripts via defining multipe main windows on sape page and when first use to call second main window and so on. I have used this kind of Sapscript in Sticker printing for our inventory department.
    In Smartforms you cannot have multiple Main windows per page, so above solution is not feasible.
    But here is what i suggest.
    Create a main Window for the first column of the page and crate a Secondary Window for second column and set its condition to "Only after end of Main window". So when data is full in Main window it will call secondary window and start printing it from top of secondary window.
    Hope it helps.
    Jeet

  • How to suppress blank page before side-by-side subreports

    Post Author: nv6525
    CA Forum: General
    I'm having a problem with a primary report forcing a page-break before sub-reports display data.Here's the side-by-side (newspaper-column style) report I'm trying to build:   Report Header      Report title   Page Header        Suppressed   Details                 Suppressed   Report Footer       Subreport 1     Subreport 2     Subreport3     Subreport4     Subreport5   Page Footer         Footer with page numbersThe primary report is intended to be a shell for the subreports.  The subreports contain unrelated, unlinked, independent data from separate data sources.  Each subreport, which must be in-place (not on-demand), contains 2 or 3 columns of data.  The result set yields about 250 pages of data, which is OK.  I'm using Crystal Reports 10 on Windows XP.The problem is that the primary report is forcing a page break before the subreports begin displaying data.  I'd like the data to appear directly below the report header on page 1.  The Underlay option is checked on all sections of the primary report.  Can the page-break be removed?Thanks!

    Post Author: nv6525
    CA Forum: General
    I was able to find a solution.  It was in section C of KB article c2010715 for CR 8.5.  Basically, right-click a subreport in Design view, select Format Subreport, and on the Common tab uncheck "Keep Object Together."  This works great to begin displaying the subreports' contents on page 1 directly underneath the report heading.

  • Highlighting 3 elements at the same time...

    Please let me know if this is do-able, and if so, how.
    Picture a newspaper column : there's a picture on top,
    followed by text
    underneath, and some padding all around displaying only a
    paper-textured
    background image.
    MouseOver *any* portion of the column (the image, the text,
    or empty
    portions with just the background) and all 3 elements light
    up.
    Meaning :
    1. Background image either changes, or gets overlayed by a
    half-transparent
    white PNG.
    2. The picture at the top of the column probably goes from
    85% opaque to
    100%
    3. Text changes color (to white)
    All 3 elements must change simultaneously, no matter WHERE
    the cursor
    happens to be positioned inside the column (it can't be just
    the text). And
    of course, everything goes back to normal when mouse exits.
    Extra points if this can be a quick fade in/out, or if the
    method works in
    both a table cell or a div. But those aren't requirements.
    Thanks.

    Have you seen an example of this anywhere on the web? If yes,
    please post a
    url.
    I'm guessing this would be done with an image swap on
    mouseover - meaning
    the text wouldn't be text, but part of an overall image with
    those 3
    elements in it. Not exactly web friendly because text in
    images can't be
    read by search engine bots or web assisting devices. But it
    could create
    the desired effect.
    To highlight the image on mouseover (from dull to full
    opacity) try this
    script from Dynamic Drive.
    www.dynamicdrive.com/dynamicindex4/image5.htm
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Mike J.S." <[email protected]> wrote in message
    news:fceq1f$j41$[email protected]..
    > Please let me know if this is do-able, and if so, how.
    >
    > Picture a newspaper column : there's a picture on top,
    followed by text
    > underneath, and some padding all around displaying only
    a paper-textured
    > background image.
    >
    > MouseOver *any* portion of the column (the image, the
    text, or empty
    > portions with just the background) and all 3 elements
    light up.
    >
    > Meaning :
    >
    > 1. Background image either changes, or gets overlayed by
    a
    half-transparent
    > white PNG.
    > 2. The picture at the top of the column probably goes
    from 85% opaque to
    > 100%
    > 3. Text changes color (to white)
    >
    > All 3 elements must change simultaneously, no matter
    WHERE the cursor
    > happens to be positioned inside the column (it can't be
    just the text).
    And
    > of course, everything goes back to normal when mouse
    exits.
    >
    > Extra points if this can be a quick fade in/out, or if
    the method works in
    > both a table cell or a div. But those aren't
    requirements.
    >
    > Thanks.
    >
    >
    >

  • Microsoft word for Mac 2004

    I have created a document with newspaper columns. Its uses headers and footers. When viewed in page layout mode it looks great. However, if I do a print preview the headers and footers have disappeared and some of the text is missing. I have tried setting the margins using page setup but it seems to make no difference. It is as if word has one idea about the layout and print preview a completely different one.

    Hi Louise,
    It likely has to do with your printer margins. Inkjet printers in particular have a large area at the bottom which can't be printed on since the stepping rollers can't push the paper any further when the printer reaches the end of the sheet. It's not at all unusual for such printers to have an inch to an inch and a half margin at the bottom.
    So if your document is fit tightly to a U.S. Letter size page, that's why your print and print preview dialogues are being messed up.

  • Apprently Passed Review... but...

    We never got an email to say we had cleared the review.. but an iTunes Store search for "Dr. Edlund" turned up one item tonight - without the graphic - online at http://www.doctoredlund.com/vodcast/DrMEvodcast.png and the podcast was audio only?
    Yet... here's a hoot... when I "subscribe" my iTunes client downloads both videos listed as well as nearly 60 PDF files featuring his newspaper column!
    Is there a way potential subscribers can see the graphic and full list of items from the XML file... without first subscribing?
    PowerMacG5 with FC Studio2 Mac OS X (10.4.10) Dell Inspiron Laptop - XP Pro

    Did you not want the PDF files included in the iTunes feed?
    Most of the feed is written with PDF enclosures:
    <enclosure url="http://www.doctoredlund.com/pdf/stayingalive070607.pdf" length="240154" type="application/pdf" />
    Since PDF files are valid iTunes enclosures it includes them. If you don't want them, remove them from the feed or create a separate feed.
    If you searched, you can click on the title of your podcast to bring up the podcast's iTunes directory page. The directory page should show you the items that iTunes can read from your XML file, without subscribing...you can even download just specific episodes without subscribing.
    I downloaded the 2 video files...they were video, not audio. If you only got audio, you might need to update your iTunes software.
    As for the graphic...I've seen a lot of buzz lately about missing podcast artwork. I can only assume that there is a problem with the iTunes database process or it's really backlogged from the recent problems with podcast submission. Not much us podcast creators can do...we're at the complete mercy of the iTunes staff.
    Erik

  • Enlarge copies

    Need step by step help on how to enlarge copies from this 8610 printer all in one. Would be also helpful to learn step by step how to reduce copies as well. Thanks!

    ToniB1-- here is how i enlarge. my enlargements are made from a Sunday Supplement Puzzle called "Numberix". It is a puzzle abount one newspaper column wide by 2" (or so) long. I cut the puzzle out from the magazine supplement and place in on the glass in the upper left hand corner of the 8610. You should notice a white "L" shaped stripe to aid in the placement of the original puzzle. then select "copy" then select the icon that looks sorta like a "Gear" and then select "custom resize" from the choices. Then I tap into the next screen the number "400" ( that is the biggest choice between 25 to 99 "which would reduce the finished copy" and 99 to 400 "which will enlarge the finished copy") once you selected your number then back out to the screen where you choose "Color or Black" hit your choice and presto you have you enlarged or reduced copy. I don't know any way to choose more than one copy. So I then take my enlarged copy put it on the glass and then just make a copy of that so I end up with the two enlarged copies I need so my wife and I can each solve the puzzle. Hope this helps as like you the instructions packaged with the printer are VERY short on details!! Can't believe a company as large as H/P would allow that to get by them.

  • Blog versus guest book

    Hello,
    a client of mine sent me this link
    http://www.camilleallen.com/id23.htm
    asking if I could add something similar to their website so users
    could vote for their favortie of her products.
    I have never create a guest book but I have not come across
    many guest books either which makes me wonder if they are still
    commonly used or have they been replaced by the blog? I have also
    never created a blog but I have read many and constantly come
    across blogs.
    What is the difference between blog and guest book and is
    blog a better way to go?
    I appreciate your feedback.
    Thanks Shontelle

    A guestbook and a blog are two completely different things. A
    blog is a web
    journal, usually written by one person who posts entries
    frequently, usually
    the length of a newspaper column or article. A guestbook is
    just what it
    sounds like, a place for many different people to leave their
    name and a
    short comment.
    Guestbooks aren't used much because they are open invitations
    for
    spam/advertisements/nonsense.
    If your client really wants a guestbook, I'd explain to her
    that she'll need
    to monitor it daily and remove bad entries.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "shonts" <[email protected]> wrote in
    message
    news:f4r6pd$t8b$[email protected]..
    > Hello,
    > a client of mine sent me this link
    http://www.camilleallen.com/id23.htm
    > asking if I could add something similar to their website
    so users could
    > vote
    > for their favortie of her products.
    > I have never create a guest book but I have not come
    across many guest
    > books
    > either which makes me wonder if they are still commonly
    used or have they
    > been
    > replaced by the blog? I have also never created a blog
    but I have read
    > many and
    > constantly come across blogs.
    >
    > What is the difference between blog and guest book and
    is blog a better
    > way to
    > go?
    >
    > I appreciate your feedback.
    >
    > Thanks Shontelle
    >

  • Why has Apple remained silent (and not helpful) on MobileMe & iPhone mess?

    I am puzzled frankly why Apple corporate has decided to remain virtually silent (and not at all helpful or apologetic to users) on its website and public statements regarding the mess people experienced in trying to install the new 2.0 update on first gen iPhones, or currently, in trying to get MobileMe to do even part of what was promised. From a company with such loyal customers, this is frankly baffling. I hope that criticism the company received this week in newspaper columns (see links below) by two generally pro-Apple tech critics -- David Pogue in the New York Times and Walt Mossberg in the Wall Street Journal -- really take Apple to task for its blunders.
    The New York Time's Pogue really hit the nail on the head -- http://www.nytimes.com/2008/07/24/technology/personaltech/24pogue-email.html?em& ex=1217131200&en=9e9469e0fadb7cc5&ei=5087%0A -- by implying that Apple has become just like all of the other tech companies when it comes to being totally indifferent over customers' complaints or requests for help.
    The company even refused to try and clear the air by speaking to Pogue on the record!
    I really wonder what genius at Apple has decided that silence and no form of apology is the best policy. I would think being compared to the competition is the last thing Apple would like. The corporate mind is truly unfathomable.

    2 apologies
    http://www.macrumors.com/2008/07/19/apple-sends-another-mobileme-apology-e-mail- and-extension/
    Thank you. Come again.

  • Newspaper style report (multiple column sets across the page)

    Hello,
    I have an Answers report that displays the "top 20" and has only 2 narrow columns (name and total). So in the dashboard it looks like a long vertical strip:
    aaa 999
    aaa 999
    aaa 999
    aaa 999
    It would look much nicer if it was a "newspaper style", where you have more than one column set across the page:
    aaa 999 | aaa 999
    aaa 999 | aaa 999
    aaa 999 | aaa 999
    Is this possible to be done using OBI EE? I searched for a "newspaper style" checkbox in the report properties (hoping that it would be that easy) but no luck... I couldnt find any posts in this forum either, maybe I am using the wrong terminology.
    Thanks
    Luis

    Hi Luis,
    yes, this is possible by using a pivot table. assuming you want 10 records per column, you need to do the following:
    1) add a column to your report with this formula:
    RCOUNT(Column) - 10 * FLOOR((RCOUNT(Column) - 1) / 10)
    2) add another column to your report with this formula:
    FLOOR((RCOUNT(Column) -1) / 10)
    3) go to pivot table
    4) add column 1) to Rows Section
    5) add column 2) to columns section
    6) add the other columns in measures box
    7) add aggregation rule to "FIRST" for all columns in measures box
    8) put measure label box in rows section under the box of column 2)
    Regards,
    Stijn

  • Like columns in a newspaper

    I want to make a Report where on each page there are 3 columns. By columns I mean like columns in a newspaper. When it gets to the bottom of the page in the first column, it then goes to the top of the page in the second column, etc. How do I structure the Report page so it does that?
    Thanks

    You need to change the repeating frame's Print Direction property from down to Down/Across.

Maybe you are looking for