User:Zuhui/SI26/Storybook: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "<center><h3 style="font-size: 18px;">First sketch: simple structure</h3></center> <br> Using <code style="font-size: 13px;>display: flex</code><br> #Shrinking the browser window randomly removes words from the sentence, one by one, in correspondence with the reduced pixel count. #Expanding the window brings words back, also at random, reconstructing the sentence into a new structure each time—never quite the same as before. <br> <div style="display: flex; flex-wrap: wr...")
 
No edit summary
Line 1: Line 1:
<center><h3 style="font-size: 18px;">First sketch: simple structure</h3></center>
<center><h3 style="font-size: 18px;">First sketch: simple structure</h3></center>
<br>
<div style="text-align: left; border: 1px solid black; padding: 30px;" >
Using <code style="font-size: 13px;>display: flex</code><br>
Using <code style="font-size: 13px;>display: flex</code><br>
#Shrinking the browser window randomly removes words from the sentence, one by one, in correspondence with the reduced pixel count.
#Shrinking the browser window randomly removes words from the sentence, one by one, in correspondence with the reduced pixel count.
Line 28: Line 28:
<br>
<br>
<br>
<br>
<center><h3 style="font-size: 18px;">Do tigers melt like butter in the forest?</h3></center><br>
<center><h4 style="font-size: 16px;">Do tigers melt like butter in the forest?</h4></center><br>
I want to try this exercise with a first sentence of question that I derived from a children’s book called ''The Story of Little Black Sambo'' published in UK 1899. Until not long ago, this book was quite popular in some countries like Korea and Japan and can still be found on bookshelves today. But for those familiar with it, it’s notoriously known for being blatantly racist due to its illustrations, its moronic backdrop, and the name of its characters.  
I want to try this exercise with a first sentence of question that I derived from a children’s book called ''The Story of Little Black Sambo'' published in UK 1899. Until not long ago, this book was quite popular in some countries like Korea and Japan and can still be found on bookshelves today. But for those familiar with it, it’s notoriously known for being blatantly racist due to its illustrations, its moronic backdrop, and the name of its characters.  


Line 36: Line 36:
<center>[more context to come]</center>
<center>[more context to come]</center>
<br>
<br>
</div>
<br>
<br>
<br>
<br>
<center><h4 style="font-size: 16px;">How I want to develop it</h4></center>
<br>
<br>
<center><h3 style="font-size: 18px;">How I want to develop it</h3></center>
<div style="text-align: left; border: 1px solid black; padding: 30px;" >
* I'm envisioning some kind of a storybook that user can save and even print out at the end.<br>
* I'm envisioning some kind of a storybook that user can save and even print out at the end.<br>
* Inspired by [[User:Zuhui//notes/👀/House of dust |The House of Dust by Alison Knowles]], I imagined adding random words as the browser window extends, rather than simply re-aligning previous words in the sentence as I did on my initial sketch.
* Inspired by [[User:Zuhui//notes/👀/House of dust |The House of Dust by Alison Knowles]], I imagined adding random words as the browser window extends, rather than simply re-aligning previous words in the sentence as I did on my initial sketch.
Line 46: Line 48:
<br>
<br>
<br>
<br>
<center><h5 style="font-size: 16px;">Word-responsive background illustration</h5></center>
<div >
<center><h4 style="font-size: 16px;">Word-corresponding background illustration</h4></center>
<br>
<br>
<br>
<br>
<br>
<br>
<center><h5 style="font-size: 16px;">Storybook in pdf</h5></center>
<center><h4 style="font-size: 16px;">Storybook in pdf</h4></center>
<br>
<br>
# A button that allows users to save the current state of the browser window --not to the local computer, but within the browser itself.
# A button that allows users to save the current state of the browser window --not to the local computer, but within the browser itself.
# Another button would then enable users to export these saved states as a PDF file, allowing them to print out each saved version of the browser window in chronological order.
# Another button would then enable users to export these saved states as a PDF file, allowing them to print out each saved version of the browser window in chronological order.
</div>
</div>

Revision as of 13:09, 6 February 2025

First sketch: simple structure

Using display: flex

  1. Shrinking the browser window randomly removes words from the sentence, one by one, in correspondence with the reduced pixel count.
  2. Expanding the window brings words back, also at random, reconstructing the sentence into a new structure each time—never quite the same as before.


do tigers melt like butter in the forest?
do tigers melt like in the forest?
do tigers melt in the forest?
do tigers melt the forest?
tigers melt the forest?
tigers melt the forest
melt the forest
melt forest
melt




Peekaboo


In our last Monday class discussion(SI26 WEEK2) on display: flex, we talked about its adaptability and how its mechanism resembles other design practices --like curtains or even a peacock’s majestic display.

Building on this, I started thinking about the game of Peekaboo.

As the face disappears and reappears, its expression constantly shifts(🙂→🤪→🤨→😆→🙄).
Similarly in my initial sketch of display:flex, content doesn’t just move --it transforms.
Expanding and shrinking elements can reveal, hide, reorder information, and creating compositions that change dynamically, just like in a game of peekaboo.




Do tigers melt like butter in the forest?


I want to try this exercise with a first sentence of question that I derived from a children’s book called The Story of Little Black Sambo published in UK 1899. Until not long ago, this book was quite popular in some countries like Korea and Japan and can still be found on bookshelves today. But for those familiar with it, it’s notoriously known for being blatantly racist due to its illustrations, its moronic backdrop, and the name of its characters.

Keeping this in mind, I find a kind of meta-ironic profundity in the story, completely independent of the author’s intention.

[more context to come]





How I want to develop it

  • I'm envisioning some kind of a storybook that user can save and even print out at the end.
  • Inspired by The House of Dust by Alison Knowles, I imagined adding random words as the browser window extends, rather than simply re-aligning previous words in the sentence as I did on my initial sketch.
This way, every time the user shrinks and then re-extends the browser window, a new word would subtly replace an old one--one at a time, gradually transforming the sentence with each interaction(of peekaboo).




Word-corresponding background illustration




Storybook in pdf


  1. A button that allows users to save the current state of the browser window --not to the local computer, but within the browser itself.
  2. Another button would then enable users to export these saved states as a PDF file, allowing them to print out each saved version of the browser window in chronological order.