Author: Brian Dys

  • Blank Post Title in WordPress

    When posting in Status format, you may only post in the content area and leave the title blank.

    In case you do not want the WordPress generated ID of the post, you may choose to have a ISO 8601 Timestamp.

    Edit the slug of your post and paste the timestamp.

  • On Drawing a Fake Corn

    It was like the first time my mother brought home an eight-color Crayola from the public market – I was 3 or 4. I excitedly drew a life-sized yellow corn on a typewriting paper and waited for my older brother to come home from school. When he asked mom where his corn was, I laughed with much enthusiasm and gave him the fake corn. With mom’s full support, I thought it was so witty of me.

    The same enthusiasm pushed me to accomplish all my duties early morning on a Saturday just to spend some hours on the PlayStation 1. This a strict policy in the house to be required of household chores before playing the “computer”. You know, things like sweep the floor, mop the stairs, clean the walls, burn some leaves, and the like.

  • Philosophy 101

    Sitting at the farthermost row, I tilted my head up, trying to contain the brimming tears.

    Laureen Velasco was our professor in Philisophy 101 at De La Salle University. Currently at the crossroads in my religion’s faith, I was in a class wherein Ms. Velasco would share her own journey in Zen Buddhism – a kind which appealed to me as free and brought spotlight to the self.

    A stark contrast from that chapter of my life – one that was about carrying responsibilities which eventually became a burden. Every Saturday, I would conduct a bible study in a particular barangay – which our congregation called kawan. It was an invitation for Sunday’s mass.

    The tears that welled up in my eyes, they dawned the awakening that I had a choice. And that choice to be free to choose not to do things that I no longer see meaning in was what I uttered in front of Pastor Dan. He acknowledged my retreat in an instant.

    I remembered Laureen Velasco because Emerita Quito was her teacher:

    At 12:40 am today (Sept. 17), Emerita Quito, one the Philippines’s greatest philosophers, finally got her wish. The 88-year old former De La Salle University dean and author of more than 20 books died of respiratory failure in Manila. She was a trailblazing scholar, a prolific writer, and a sought-after lecturer. She was also my grand aunt.
    ~ from The Philippines’ greatest female philosopher has died on Quartz

  • Voyager DX & First Pacific CIO Council – 2nd Meetup

    Brian Dys Sahagun
    Brian Dys Sahagun sharing about Organic Growth Through Best-in-Class UI/UX. Photo by VOY.

    On September 8, we at Voyager hosted the general assembly of First Pacific Chief Information Officers Council and simultaneously held a digital transformation learning sessions with them.

    I had the opportunity to share with the council about Organic Growth Through Best-in-class UX.

    It was the same idea that I shared with IdeaSpace Startups last July 26.

    Soon I’ll be sharing the UX improvement ideas here in my blog.

  • CSS Jot Down 1: Prioritize Objects

    CSS Objects are selectors.

    CSS Buckets are rules.

    Prioritize defining objects over defining rules.

    [codepen_embed height=”265″ theme_id=”dark” slug_hash=”LjjVWE” default_tab=”css” user=”BrianSahagun”]See the Pen CSS Jot Down 1: Prioritize Objects by Brian Dys Sahagun (@BrianSahagun) on CodePen.[/codepen_embed]

    The purpose is to make each object independent.

    Use CSS variables for shared styles when possible.

    Someday soon, there will be a CSS function that would apply a rule to a selector.

    Combine objects:

    • when applying hacks
    • when applying resets
    • when applying visual design modifiers
    • when applying usability enhancements

    Prioritize objects:

    • when applying visual design modifiers
    • when in doubt
  • Don’t Make Me Think! by Steve Krug

    Just read this book – Don’t Make Me Think by Steve Krug – in two nights straight and even if the 2nd edition was in 2005, the wisdom that I got from it is still relevant.

    And in the footnotes I came to discover “new” reads:

  • Deconstructing Instagram

    As an exercise on Front-End Development, The UI Team took a screenshot from instagram.com and treated it as if it were a design mockup.

    We then proceed to deconstruct its Structure and Skeleton (Elements of UX) thru Information Architecture, Interaction Design, Information Design. The knowledge that arose in this deconstruction was used in building the HTML and CSS.

    See the Pen RE:Creation: Instagram by Brian Dys Sahagun (@briandys) on CodePen.

    We, as Visual Designers, have experienced how time-consuming it was to build the Front-End of a design mockup basing only on a simple image.

    The Design Handoff warrants to have more than the Brand Guidelines, Style Guide. It must also have some form of Information Architecture and Interaction Diagram that could greatly make Front-End Development faster.

  • Intentions Oriented Programming

    HTML could accommodate Intentions Oriented Programming (IOP).

    IOP is based on intentions rather than constructs.

    Code could be validated but a deeper level and meaning depends on the intentions of the programmer.