Thursday, November 10, 2016

AtoZ CSS Screencast: The Z-index CSS Property

Some interface designs may call for elements to be layered or stacked on top of each other.

There are many ways that elements will naturally stack on top of each other. But we can control this stacking order using a combination of the position and z-index properties.

In this final episode of AtoZ CSS season one we’ll learn about:

  • The default stacking order of the document
  • What a stacking context is and how they interact with each other
  • How z-index controls layer order within stacking contexts
  • And a method I use for standardising z-index across a project

Default Stacking

When writing our HTML, elements that appear lower down in the document, naturally stack above elements further up.

[code language="html"]
<body>
<header class="site-header"></header>
<main class="site-content"></main>
<footer class="site-footer"></footer>
</body>
[/code]

Given this snippet of HTML, the footer would stack on top of the main content area which would stack on top of the header if they were all positioned to overlap each other.

Elements can be overlapped by using a combination of position properties and offset properties top, right, bottom and left.

If I set position:absolute on each of these elements, they will all layout on top of each other. The footer comes last in the document so by default stacks on top of the previous two elements.

Continue reading %AtoZ CSS Screencast: The Z-index CSS Property%


by Guy Routledge via SitePoint

Programming With Yii2: Using Ajax

Building Your Startup: Preparing for Reminders

Lionel Durimel - Portfolio

Portfolio of lionel Durimel, designer and Art Director Freelance
by via Awwwards - Sites of the day

5 Ways to Use Instagram Stories for Business

ms-instagram-stories-business-600

Are you looking for ways to use Instagram Stories? Want to know what’s working for other businesses? The videos, pictures, and text in Instagram stories help pique your followers’ interest on an authentic and personal level. In this article, you’ll discover how five businesses are using Instagram Stories and how you can create similar content. [...]

This post 5 Ways to Use Instagram Stories for Business first appeared on .
- Your Guide to the Social Media Jungle


by Matt Secrist via

12 Amazing jQuery Tables

This popular article was updated on 10th November, 2016 to reflect the current state of jQuery table plugins. Tables are one of the oldest elements in HTML. There was a time when tables were used extensively for both content and for web layouts. Thankfully, table-based layouts are primarily dead (with the exclusion of HTML email), […]

Continue reading %12 Amazing jQuery Tables%


by Simon Codrington via SitePoint

Wednesday, November 9, 2016

Ask the UXperts: Why Strategy and UX are Inseparable— with Amanda Stockwell

By its very nature UX is a customer-responsive and strategic field. Leadership within UX requires strategic thinking to balance user needs with business goals, to identify, define and chase the ‘sweet spot’ of value to both. The strategy behind delivering your unique solution to your unique context and problem is critical to the success of the product.

‘UX strategy’ is far beyond just the usability and delight of a product, not even if we create something genuinely useful. Good leadership for UX embraces product strategy and the heart of how a business provides value to its customers: it must also translate the human-centred insights and opportunities into appropriate business investment and execution.

The Details

Meet Amanda Stockwell

Amanda Stockwell

Amanda Stockwell is President of Stockwell Strategy, a UX research practice focused on lean research methods and integrating user knowledge with business goals to create holistic product strategies for businesses large and small.

She has spent most of the last decade focused on finding innovative ways to understand end users and embed that knowledge into overall process. She’s lead teams that provide research, design, and UX strategy services and frequently writes and speaks about her experience.

She has a human factors background and an engineering degree from Tufts University.

Follow Amanda on Twitter at @MandaLaceyS.

How to Ask Your Questions

If you can’t make the live session but have questions, we’d love to collect them ahead of time and we’ll ask Amanda on your behalf. You can submit your questions here. We’ll publish the responses (along with the full transcript) in the days following the session.

Here are a few question ideas about user requirements to get you started:

  1. What is ‘UX strategy’? Is this different to product strategy?

  2. How can we truly advocate for customers and users when we’re being employed by the business?

  3. How is UX more than just designing interfaces and digital products? What are these other roles and responsibilities?

How does Ask the UXperts work?

These sessions run for approximately an hour and best of all, they don’t cost a cent. We use a dedicated public Slack channel. That means that there is no audio or video, but a full transcript will be posted up on here in the days following the session.

The post Ask the UXperts: Why Strategy and UX are Inseparable— with Amanda Stockwell appeared first on UX Mastery.


by Sarah Hawk via UX Mastery