Summary: Tabs are everywhere, but do you use them properly? Distinguish between types of tabs, design them for visual clarity, and structure their content for usability. Tabs are a fundamental and frequently used control in interface design. For decades, the humble tab has enabled designers to organize and facilitate content navigation. In that time, tabs… Continue reading Tabs, Used Right
Tag: Accessing
Get to Know the WordPress Admin Dashboard
The very first thing you’ll see when you open the WordPress back-end—also known as “the admin panel”—is the dashboard. This is the starting place for the majority of tasks you’ll be performing in WordPress. In this lesson, you’ll learn how to use the dashboard, and also how to customize it to fit your preferences and… Continue reading Get to Know the WordPress Admin Dashboard
Getting Started with Chrome Developer Tools: Inspect Element
Google Chrome is one of the best consumer browsers on the market, but it also contains a number of powerful developer tools. We can reveal some of these tools with Chrome’s Inspect Element (or “Inspect”) tool. This developer tool provides insight into how websites are constructed and styled, and it can help you debug your own… Continue reading Getting Started with Chrome Developer Tools: Inspect Element
How UberEats could make ordering for groups of friends simpler — a UX case study
The Problem — I find myself using UberEats (launched early last year) more frequently than the likes of DoorDash primarily because of two reasons: Continuous promotions — They have had some really cool promotions all this while. (No delivery cost upto $5 for an order) Ordering experience — From searching for food to ordering and waiting for it, the… Continue reading How UberEats could make ordering for groups of friends simpler — a UX case study
How to Work With Excel Documents Using Python
I believe you have used Microsoft Excel on some occasion. It is very powerful when it comes to working with spreadsheets, tables, charts, etc. But what does Python have to do with that? Python is a game changer when it comes to Excel files because it can automate daunting stuff you might encounter in some… Continue reading How to Work With Excel Documents Using Python