me Why the monsoons are the optimal time for home purchases By www.thehindu.com Published On :: Fri, 22 Jul 2016 15:26:02 +0530 It is the ideal time to judge the potential investment value of a new property Full Article Property Plus
me Emerging affordable destinations in Chennai By www.thehindu.com Published On :: Fri, 29 Jul 2016 15:21:09 +0530 Even as the sale velocity for mid-income and luxury housing in Chennai is fluctuating, the city’s affordable housing segment has been witnessing steady demand on the outskirts Full Article Property Plus
me Payment of maintenance charges By www.thehindu.com Published On :: Fri, 29 Jul 2016 15:22:35 +0530 Your property-related legal queries answered by S.C. RAGHURAM, Partner, RANK Associates, a Chennai-based law firm Full Article Property Plus
me Customise your new home By www.thehindu.com Published On :: Fri, 29 Jul 2016 15:23:43 +0530 You can build-to-order your dream home and continue to enjoy the benefits of community living Full Article Property Plus
me Décor commandments to live by By www.thehindu.com Published On :: Fri, 12 Aug 2016 17:00:51 +0530 Teja Lele Desai lists 15 expert-backed design rules Full Article Property Plus
me How safe is your home? By www.thehindu.com Published On :: Fri, 12 Aug 2016 17:01:46 +0530 Sonal Sachdev takes a look at the various safety features developers are offering today Full Article Property Plus
me Norms for inclusive development By www.thehindu.com Published On :: Fri, 02 Sep 2016 16:10:33 +0530 Piyush Gandhi writes on development norms for the differently-abled and senior citizens Full Article Property Plus
me Property settlement By www.thehindu.com Published On :: Fri, 14 Oct 2016 13:22:55 +0530 Full Article Property Plus
me A checklist for women buyers By www.thehindu.com Published On :: Fri, 21 Oct 2016 13:08:57 +0530 A comprehensive guide for the single woman buying her first home Full Article Property Plus
me It’s a home-specific market By www.thehindu.com Published On :: Fri, 21 Oct 2016 13:09:33 +0530 Property prices have stayed soft for the past year and it might pay to tread cautiously Full Article Property Plus
me Bridge management By www.thehindu.com Published On :: Fri, 21 Oct 2016 21:52:22 +0530 With the expanding network of roads in our country, especially national highways, the Ministry of Road Transport and Highways has started an initiative to set up a bridges maintenance solution/system. By K. Sukumaran Full Article Property Plus
me An app to spruce up your home By www.thehindu.com Published On :: Fri, 21 Oct 2016 21:52:27 +0530 A reliable cleaning service is just a tap away. By Nandhini Sundar Full Article Property Plus
me Choose the right payment scheme By www.thehindu.com Published On :: Fri, 28 Oct 2016 13:48:48 +0530 Here are the various options available to home buyers Full Article Property Plus
me Homeless in Moulivakkam By www.thehindu.com Published On :: Fri, 11 Nov 2016 15:05:29 +0530 Owners of the just-demolished building in Moulivakkam speak about how their dreams too were destroyed that day Full Article Property Plus
me Crucial times ahead By www.thehindu.com Published On :: Fri, 11 Nov 2016 15:07:25 +0530 The impact of demonetisation and Trump’s victory on Indian real estate Full Article Property Plus
me Home away from home By www.thehindu.com Published On :: Fri, 18 Nov 2016 12:54:19 +0530 A look at how developers are catering to the increasing population of expatriates in the city Full Article Property Plus
me Movement alleges that Dalits dominate list of borrowers facing property attachment threat under SARFAESI Act By www.thehindu.com Published On :: Fri, 26 May 2023 16:06:29 +0530 ‘The marginalised who have taken small loans and repaid as much they could are being made easy targets by banks, while big defaulters are left free,’ says Anti-SARFAESI official Full Article Kochi
me Advantages of home loan transfer By www.thehindu.com Published On :: Fri, 09 Jun 2023 19:17:00 +0530 When the interest rate on loans goes up, the lenders allow the borrowers to continue to pay the existing EMI till they are 65 to 70 years of age. It is virtually a lifetime debt trap; without understanding the repercussions Full Article Real Estate
me Dome over the room By www.thehindu.com Published On :: Fri, 23 Jun 2023 19:47:26 +0530 Full Article Property Plus
me The remarkable surge of interest in plotted developments is an outcome of the pandemic By www.thehindu.com Published On :: Fri, 14 Jul 2023 16:13:01 +0530 High- and ultra-high-net-worth individuals are increasingly investing in weekend homes or private villas, built in the peripheries of cities Full Article Homes and gardens
me NDA candidate Krishnakumar slams UDF, LDF for ignoring development in Palakkad By www.thehindu.com Published On :: Tue, 12 Nov 2024 20:53:56 +0530 Full Article Kerala
me Meet decides to promote a green Sabarimala pilgrimage on the interstate route By www.thehindu.com Published On :: Tue, 12 Nov 2024 21:09:03 +0530 Full Article Kerala
me Supreme Court to pronounce verdict on illegal demolitions on November 13 By www.thehindu.com Published On :: Tue, 12 Nov 2024 21:28:30 +0530 While reserving the case for judgment, Bench promised to protect even convicted criminals from state-sponsored punitive demolition of their legal private property Full Article India
me Home Ministry tells House panel only 38 civilians died in northeast in 2023, skips mention of Manipur By www.thehindu.com Published On :: Tue, 12 Nov 2024 21:45:22 +0530 Opposition MPs pointed to the omission, recounting the recent death of two women in the State Full Article India
me Mobile-First CSS: Is It Time for a Rethink? By Published On :: 2022-06-09T02:13:10+00:00 The mobile-first design methodology is great—it focuses on what really matters to the user, it’s well-practiced, and it’s been a common design pattern for years. So developing your CSS mobile-first should also be great, too…right? Well, not necessarily. Classic mobile-first CSS development is based on the principle of overwriting style declarations: you begin your CSS with default style declarations, and overwrite and/or add new styles as you add breakpoints with min-width media queries for larger viewports (for a good overview see “What is Mobile First CSS and Why Does It Rock?”). But all those exceptions create complexity and inefficiency, which in turn can lead to an increased testing effort and a code base that’s harder to maintain. Admit it—how many of us willingly want that? On your own projects, mobile-first CSS may yet be the best tool for the job, but first you need to evaluate just how appropriate it is in light of the visual design and user interactions you’re working on. To help you get started, here’s how I go about tackling the factors you need to watch for, and I’ll discuss some alternate solutions if mobile-first doesn’t seem to suit your project. Advantages of mobile-first Some of the things to like with mobile-first CSS development—and why it’s been the de facto development methodology for so long—make a lot of sense: Development hierarchy. One thing you undoubtedly get from mobile-first is a nice development hierarchy—you just focus on the mobile view and get developing. Tried and tested. It’s a tried and tested methodology that’s worked for years for a reason: it solves a problem really well. Prioritizes the mobile view. The mobile view is the simplest and arguably the most important, as it encompasses all the key user journeys, and often accounts for a higher proportion of user visits (depending on the project). Prevents desktop-centric development. As development is done using desktop computers, it can be tempting to initially focus on the desktop view. But thinking about mobile from the start prevents us from getting stuck later on; no one wants to spend their time retrofitting a desktop-centric site to work on mobile devices! Disadvantages of mobile-first Setting style declarations and then overwriting them at higher breakpoints can lead to undesirable ramifications: More complexity. The farther up the breakpoint hierarchy you go, the more unnecessary code you inherit from lower breakpoints. Higher CSS specificity. Styles that have been reverted to their browser default value in a class name declaration now have a higher specificity. This can be a headache on large projects when you want to keep the CSS selectors as simple as possible. Requires more regression testing. Changes to the CSS at a lower view (like adding a new style) requires all higher breakpoints to be regression tested. The browser can’t prioritize CSS downloads. At wider breakpoints, classic mobile-first min-width media queries don’t leverage the browser’s capability to download CSS files in priority order. The problem of property value overrides There is nothing inherently wrong with overwriting values; CSS was designed to do just that. Still, inheriting incorrect values is unhelpful and can be burdensome and inefficient. It can also lead to increased style specificity when you have to overwrite styles to reset them back to their defaults, something that may cause issues later on, especially if you are using a combination of bespoke CSS and utility classes. We won’t be able to use a utility class for a style that has been reset with a higher specificity. With this in mind, I’m developing CSS with a focus on the default values much more these days. Since there’s no specific order, and no chains of specific values to keep track of, this frees me to develop breakpoints simultaneously. I concentrate on finding common styles and isolating the specific exceptions in closed media query ranges (that is, any range with a max-width set). This approach opens up some opportunities, as you can look at each breakpoint as a clean slate. If a component’s layout looks like it should be based on Flexbox at all breakpoints, it’s fine and can be coded in the default style sheet. But if it looks like Grid would be much better for large screens and Flexbox for mobile, these can both be done entirely independently when the CSS is put into closed media query ranges. Also, developing simultaneously requires you to have a good understanding of any given component in all breakpoints up front. This can help surface issues in the design earlier in the development process. We don’t want to get stuck down a rabbit hole building a complex component for mobile, and then get the designs for desktop and find they are equally complex and incompatible with the HTML we created for the mobile view! Though this approach isn’t going to suit everyone, I encourage you to give it a try. There are plenty of tools out there to help with concurrent development, such as Responsively App, Blisk, and many others. Having said that, I don’t feel the order itself is particularly relevant. If you are comfortable with focusing on the mobile view, have a good understanding of the requirements for other breakpoints, and prefer to work on one device at a time, then by all means stick with the classic development order. The important thing is to identify common styles and exceptions so you can put them in the relevant stylesheet—a sort of manual tree-shaking process! Personally, I find this a little easier when working on a component across breakpoints, but that’s by no means a requirement. Closed media query ranges in practice In classic mobile-first CSS we overwrite the styles, but we can avoid this by using media query ranges. To illustrate the difference (I’m using SCSS for brevity), let’s assume there are three visual designs: smaller than 768from 768 to below 10241024 and anything larger Take a simple example where a block-level element has a default padding of “20px,” which is overwritten at tablet to be “40px” and set back to “20px” on desktop. Classic min-width mobile-first .my-block { padding: 20px; @media (min-width: 768px) { padding: 40px; } @media (min-width: 1024px) { padding: 20px; } } Closed media query range .my-block { padding: 20px; @media (min-width: 768px) and (max-width: 1023.98px) { padding: 40px; } } The subtle difference is that the mobile-first example sets the default padding to “20px” and then overwrites it at each breakpoint, setting it three times in total. In contrast, the second example sets the default padding to “20px” and only overrides it at the relevant breakpoint where it isn’t the default value (in this instance, tablet is the exception). The goal is to: Only set styles when needed. Not set them with the expectation of overwriting them later on, again and again. To this end, closed media query ranges are our best friend. If we need to make a change to any given view, we make it in the CSS media query range that applies to the specific breakpoint. We’ll be much less likely to introduce unwanted alterations, and our regression testing only needs to focus on the breakpoint we have actually edited. Taking the above example, if we find that .my-block spacing on desktop is already accounted for by the margin at that breakpoint, and since we want to remove the padding altogether, we could do this by setting the mobile padding in a closed media query range. .my-block { @media (max-width: 767.98px) { padding: 20px; } @media (min-width: 768px) and (max-width: 1023.98px) { padding: 40px; } } The browser default padding for our block is “0,” so instead of adding a desktop media query and using unset or “0” for the padding value (which we would need with mobile-first), we can wrap the mobile padding in a closed media query (since it is now also an exception) so it won’t get picked up at wider breakpoints. At the desktop breakpoint, we won’t need to set any padding style, as we want the browser default value. Bundling versus separating the CSS Back in the day, keeping the number of requests to a minimum was very important due to the browser’s limit of concurrent requests (typically around six). As a consequence, the use of image sprites and CSS bundling was the norm, with all the CSS being downloaded in one go, as one stylesheet with highest priority. With HTTP/2 and HTTP/3 now on the scene, the number of requests is no longer the big deal it used to be. This allows us to separate the CSS into multiple files by media query. The clear benefit of this is the browser can now request the CSS it currently needs with a higher priority than the CSS it doesn’t. This is more performant and can reduce the overall time page rendering is blocked. Which HTTP version are you using? To determine which version of HTTP you’re using, go to your website and open your browser’s dev tools. Next, select the Network tab and make sure the Protocol column is visible. If “h2” is listed under Protocol, it means HTTP/2 is being used. Note: to view the Protocol in your browser’s dev tools, go to the Network tab, reload your page, right-click any column header (e.g., Name), and check the Protocol column. Note: for a summarized comparison, see ImageKit’s “HTTP/2 vs. HTTP/1.” Also, if your site is still using HTTP/1...WHY?!! What are you waiting for? There is excellent user support for HTTP/2. Splitting the CSS Separating the CSS into individual files is a worthwhile task. Linking the separate CSS files using the relevant media attribute allows the browser to identify which files are needed immediately (because they’re render-blocking) and which can be deferred. Based on this, it allocates each file an appropriate priority. In the following example of a website visited on a mobile breakpoint, we can see the mobile and default CSS are loaded with “Highest” priority, as they are currently needed to render the page. The remaining CSS files (print, tablet, and desktop) are still downloaded in case they’ll be needed later, but with “Lowest” priority. With bundled CSS, the browser will have to download the CSS file and parse it before rendering can start.While, as noted, with the CSS separated into different files linked and marked up with the relevant media attribute, the browser can prioritize the files it currently needs. Using closed media query ranges allows the browser to do this at all widths, as opposed to classic mobile-first min-width queries, where the desktop browser would have to download all the CSS with Highest priority. We can’t assume that desktop users always have a fast connection. For instance, in many rural areas, internet connection speeds are still slow. The media queries and number of separate CSS files will vary from project to project based on project requirements, but might look similar to the example below. Bundled CSS <link href="site.css" rel="stylesheet"> This single file contains all the CSS, including all media queries, and it will be downloaded with Highest priority. Separated CSS <link href="default.css" rel="stylesheet"><link href="mobile.css" media="screen and (max-width: 767.98px)" rel="stylesheet"><link href="tablet.css" media="screen and (min-width: 768px) and (max-width: 1083.98px)" rel="stylesheet"><link href="desktop.css" media="screen and (min-width: 1084px)" rel="stylesheet"><link href="print.css" media="print" rel="stylesheet"> Separating the CSS and specifying a media attribute value on each link tag allows the browser to prioritize what it currently needs. Out of the five files listed above, two will be downloaded with Highest priority: the default file, and the file that matches the current media query. The others will be downloaded with Lowest priority. Depending on the project’s deployment strategy, a change to one file (mobile.css, for example) would only require the QA team to regression test on devices in that specific media query range. Compare that to the prospect of deploying the single bundled site.css file, an approach that would normally trigger a full regression test. Moving on The uptake of mobile-first CSS was a really important milestone in web development; it has helped front-end developers focus on mobile web applications, rather than developing sites on desktop and then attempting to retrofit them to work on other devices. I don’t think anyone wants to return to that development model again, but it’s important we don’t lose sight of the issue it highlighted: that things can easily get convoluted and less efficient if we prioritize one particular device—any device—over others. For this reason, focusing on the CSS in its own right, always mindful of what is the default setting and what’s an exception, seems like the natural next step. I’ve started noticing small simplifications in my own CSS, as well as other developers’, and that testing and maintenance work is also a bit more simplified and productive. In general, simplifying CSS rule creation whenever we can is ultimately a cleaner approach than going around in circles of overrides. But whichever methodology you choose, it needs to suit the project. Mobile-first may—or may not—turn out to be the best choice for what’s involved, but first you need to solidly understand the trade-offs you’re stepping into. Full Article
me Personalization Pyramid: A Framework for Designing with User Data By Published On :: 2022-12-08T15:00:00+00:00 As a UX professional in today’s data-driven landscape, it’s increasingly likely that you’ve been asked to design a personalized digital experience, whether it’s a public website, user portal, or native application. Yet while there continues to be no shortage of marketing hype around personalization platforms, we still have very few standardized approaches for implementing personalized UX. That’s where we come in. After completing dozens of personalization projects over the past few years, we gave ourselves a goal: could you create a holistic personalization framework specifically for UX practitioners? The Personalization Pyramid is a designer-centric model for standing up human-centered personalization programs, spanning data, segmentation, content delivery, and overall goals. By using this approach, you will be able to understand the core components of a contemporary, UX-driven personalization program (or at the very least know enough to get started). Growing tools for personalization: According to a Dynamic Yield survey, 39% of respondents felt support is available on-demand when a business case is made for it (up 15% from 2020).Source: “The State of Personalization Maturity – Q4 2021” Dynamic Yield conducted its annual maturity survey across roles and sectors in the Americas (AMER), Europe and the Middle East (EMEA), and the Asia-Pacific (APAC) regions. This marks the fourth consecutive year publishing our research, which includes more than 450 responses from individuals in the C-Suite, Marketing, Merchandising, CX, Product, and IT. Getting Started For the sake of this article, we’ll assume you’re already familiar with the basics of digital personalization. A good overview can be found here: Website Personalization Planning. While UX projects in this area can take on many different forms, they often stem from similar starting points. Common scenarios for starting a personalization project: Your organization or client purchased a content management system (CMS) or marketing automation platform (MAP) or related technology that supports personalization The CMO, CDO, or CIO has identified personalization as a goal Customer data is disjointed or ambiguous You are running some isolated targeting campaigns or A/B testing Stakeholders disagree on personalization approach Mandate of customer privacy rules (e.g. GDPR) requires revisiting existing user targeting practices Workshopping personalization at a conference. Regardless of where you begin, a successful personalization program will require the same core building blocks. We’ve captured these as the “levels” on the pyramid. Whether you are a UX designer, researcher, or strategist, understanding the core components can help make your contribution successful. From the ground up: Soup-to-nuts personalization, without going nuts. From top to bottom, the levels include: North Star: What larger strategic objective is driving the personalization program? Goals: What are the specific, measurable outcomes of the program? Touchpoints: Where will the personalized experience be served? Contexts and Campaigns: What personalization content will the user see? User Segments: What constitutes a unique, usable audience? Actionable Data: What reliable and authoritative data is captured by our technical platform to drive personalization? Raw Data: What wider set of data is conceivably available (already in our setting) allowing you to personalize? We’ll go through each of these levels in turn. To help make this actionable, we created an accompanying deck of cards to illustrate specific examples from each level. We’ve found them helpful in personalization brainstorming sessions, and will include examples for you here. Personalization pack: Deck of cards to help kickstart your personalization brainstorming. Starting at the Top The components of the pyramid are as follows: North Star A north star is what you are aiming for overall with your personalization program (big or small). The North Star defines the (one) overall mission of the personalization program. What do you wish to accomplish? North Stars cast a shadow. The bigger the star, the bigger the shadow. Example of North Starts might include: Function: Personalize based on basic user inputs. Examples: “Raw” notifications, basic search results, system user settings and configuration options, general customization, basic optimizations Feature: Self-contained personalization componentry. Examples: “Cooked” notifications, advanced optimizations (geolocation), basic dynamic messaging, customized modules, automations, recommenders Experience: Personalized user experiences across multiple interactions and user flows. Examples: Email campaigns, landing pages, advanced messaging (i.e. C2C chat) or conversational interfaces, larger user flows and content-intensive optimizations (localization). Product: Highly differentiating personalized product experiences. Examples: Standalone, branded experiences with personalization at their core, like the “algotorial” playlists by Spotify such as Discover Weekly. North star cards. These can help orient your team towards a common goal that personalization will help achieve; Also, these are useful for characterizing the end-state ambition of the presently stated personalization effort. Goals As in any good UX design, personalization can help accelerate designing with customer intentions. Goals are the tactical and measurable metrics that will prove the overall program is successful. A good place to start is with your current analytics and measurement program and metrics you can benchmark against. In some cases, new goals may be appropriate. The key thing to remember is that personalization itself is not a goal, rather it is a means to an end. Common goals include: Conversion Time on task Net promoter score (NPS) Customer satisfaction Goal cards. Examples of some common KPIs related to personalization that are concrete and measurable. Touchpoints Touchpoints are where the personalization happens. As a UX designer, this will be one of your largest areas of responsibility. The touchpoints available to you will depend on how your personalization and associated technology capabilities are instrumented, and should be rooted in improving a user’s experience at a particular point in the journey. Touchpoints can be multi-device (mobile, in-store, website) but also more granular (web banner, web pop-up etc.). Here are some examples: Channel-level Touchpoints Email: Role Email: Time of open In-store display (JSON endpoint) Native app Search Wireframe-level Touchpoints Web overlay Web alert bar Web banner Web content block Web menu Touchpoint cards. Examples of common personalization touchpoints: these can vary from narrow (e.g., email) to broad (e.g., in-store). If you’re designing for web interfaces, for example, you will likely need to include personalized “zones” in your wireframes. The content for these can be presented programmatically in touchpoints based on our next step, contexts and campaigns. Targeted Zones: Examples from Kibo of personalized “zones” on page-level wireframes occurring at various stages of a user journey (Engagement phase at left and Purchase phase at right.)Source: “Essential Guide to End-to-End Personaliztion” by Kibo. Contexts and Campaigns Once you’ve outlined some touchpoints, you can consider the actual personalized content a user will receive. Many personalization tools will refer to these as “campaigns” (so, for example, a campaign on a web banner for new visitors to the website). These will programmatically be shown at certain touchpoints to certain user segments, as defined by user data. At this stage, we find it helpful to consider two separate models: a context model and a content model. The context helps you consider the level of engagement of the user at the personalization moment, for example a user casually browsing information vs. doing a deep-dive. Think of it in terms of information retrieval behaviors. The content model can then help you determine what type of personalization to serve based on the context (for example, an “Enrich” campaign that shows related articles may be a suitable supplement to extant content). Personalization Context Model: Browse Skim Nudge Feast Personalization Content Model: Alert Make Easier Cross-Sell Enrich We’ve written extensively about each of these models elsewhere, so if you’d like to read more you can check out Colin’s Personalization Content Model and Jeff’s Personalization Context Model. Campaign and Context cards: This level of the pyramid can help your team focus around the types of personalization to deliver end users and the use-cases in which they will experience it. User Segments User segments can be created prescriptively or adaptively, based on user research (e.g. via rules and logic tied to set user behaviors or via A/B testing). At a minimum you will likely need to consider how to treat the unknown or first-time visitor, the guest or returning visitor for whom you may have a stateful cookie (or equivalent post-cookie identifier), or the authenticated visitor who is logged in. Here are some examples from the personalization pyramid: Unknown Guest Authenticated Default Referred Role Cohort Unique ID Segment cards. Examples of common personalization segments: at a minimum, you will need to consider the anonymous, guest, and logged in user types. Segmentation can get dramatically more complex from there. Actionable Data Every organization with any digital presence has data. It’s a matter of asking what data you can ethically collect on users, its inherent reliability and value, as to how can you use it (sometimes known as “data activation.”) Fortunately, the tide is turning to first-party data: a recent study by Twilio estimates some 80% of businesses are using at least some type of first-party data to personalize the customer experience. Source: “The State of Personalization 2021” by Twilio. Survey respondents were n=2,700 adult consumers who have purchased something online in the past 6 months, and n=300 adult manager+ decision-makers at consumer-facing companies that provide goods and/or services online. Respondents were from the United States, United Kingdom, Australia, and New Zealand.Data was collected from April 8 to April 20, 2021. First-party data represents multiple advantages on the UX front, including being relatively simple to collect, more likely to be accurate, and less susceptible to the “creep factor” of third-party data. So a key part of your UX strategy should be to determine what the best form of data collection is on your audiences. Here are some examples: Figure 1.1.2: Example of a personalization maturity curve, showing progression from basic recommendations functionality to true individualization. Credit: https://kibocommerce.com/blog/kibos-personalization-maturity-chart/ There is a progression of profiling when it comes to recognizing and making decisioning about different audiences and their signals. It tends to move towards more granular constructs about smaller and smaller cohorts of users as time and confidence and data volume grow. While some combination of implicit / explicit data is generally a prerequisite for any implementation (more commonly referred to as first party and third-party data) ML efforts are typically not cost-effective directly out of the box. This is because a strong data backbone and content repository is a prerequisite for optimization. But these approaches should be considered as part of the larger roadmap and may indeed help accelerate the organization’s overall progress. Typically at this point you will partner with key stakeholders and product owners to design a profiling model. The profiling model includes defining approach to configuring profiles, profile keys, profile cards and pattern cards. A multi-faceted approach to profiling which makes it scalable. Pulling it Together While the cards comprise the starting point to an inventory of sorts (we provide blanks for you to tailor your own), a set of potential levers and motivations for the style of personalization activities you aspire to deliver, they are more valuable when thought of in a grouping. In assembling a card “hand”, one can begin to trace the entire trajectory from leadership focus down through a strategic and tactical execution. It is also at the heart of the way both co-authors have conducted workshops in assembling a program backlog—which is a fine subject for another article. In the meantime, what is important to note is that each colored class of card is helpful to survey in understanding the range of choices potentially at your disposal, it is threading through and making concrete decisions about for whom this decisioning will be made: where, when, and how. Scenario A: We want to use personalization to improve customer satisfaction on the website. For unknown users, we will create a short quiz to better identify what the user has come to do. This is sometimes referred to as “badging” a user in onboarding contexts, to better characterize their present intent and context. Lay Down Your Cards Any sustainable personalization strategy must consider near, mid and long-term goals. Even with the leading CMS platforms like Sitecore and Adobe or the most exciting composable CMS DXP out there, there is simply no “easy button” wherein a personalization program can be stood up and immediately view meaningful results. That said, there is a common grammar to all personalization activities, just like every sentence has nouns and verbs. These cards attempt to map that territory. Full Article
me Aqueous-mediated synthesis [electronic resource] : bioactive heterocycles / edited by Asit K. Chakraborti and Bubun Banerjee. By darius.uleth.ca Published On :: Berlin : Boston : Walter de Gruyter GmbH , 2024. Full Article
me Conjugated polymers for organic electronics [electronic resource] : design and synthesis / Andrew Grimsdale and Paul Dastoor. By darius.uleth.ca Published On :: Cambridge, United Kingdom ; New York : Cambridge University Press, 2024. Full Article
me Post-secondary chemistry education in developing countries [electronic resource] : advancing diversity in pedagogy and practice / Dawn I. Fox, Medeba Uzzi, and Jacqueline Murray By darius.uleth.ca Published On :: Oxford : Taylor & Francis Group, 2024. Full Article
me Will the autorickshaw drivers now turn on the meters? By www.thehindubusinessline.com Published On :: Tue, 27 Aug 2013 14:17:01 +0530 Full Article N Ramakrishnan
me Bharathiar University schedules odd-semester exams of 2024-25 session in conformity with pre-Covid pattern By www.thehindu.com Published On :: Fri, 08 Nov 2024 19:46:58 +0530 The exams are set to begin on November 13 Full Article Coimbatore
me Former Tamil Nadu legislator Kovai Selvaraj dies of cardiac arrest By www.thehindu.com Published On :: Sat, 09 Nov 2024 08:12:01 +0530 Tamil Nadu Chief Minister M.K. Stalin expressed shock over the death of former legislator and DMK spokesperson Kovai Selvaraj and extended his condolences. Full Article Tamil Nadu
me Inflow into Mettur dam reduces By www.thehindu.com Published On :: Sat, 09 Nov 2024 18:10:11 +0530 Full Article Coimbatore
me Social Welfare department holds orientation programme on PoSH Act in Krishnagiri By www.thehindu.com Published On :: Sat, 09 Nov 2024 18:55:22 +0530 Full Article Coimbatore
me Coconut farmers elated as price soars to ₹54 per kg at Uzhavar Sandhais By www.thehindu.com Published On :: Sat, 09 Nov 2024 19:13:53 +0530 Full Article Coimbatore
me Coimbatore Vizha 2024 features art competition for government school students By www.thehindu.com Published On :: Sat, 09 Nov 2024 19:35:13 +0530 Full Article Coimbatore
me 14,081 farmers have accessed free power scheme in Krishnagiri By www.thehindu.com Published On :: Sat, 09 Nov 2024 20:14:19 +0530 Full Article Coimbatore
me Chandrayaan-4 will take soil and rock samples from Moon, says former ISRO chairman By www.thehindu.com Published On :: Sat, 09 Nov 2024 20:28:03 +0530 Full Article Coimbatore
me A moon-themed restobar opens in Coimbatore By www.thehindu.com Published On :: Sat, 09 Nov 2024 20:43:56 +0530 Full Article Dining
me Coimbatore policewomen take on new challenging roles By www.thehindu.com Published On :: Sat, 09 Nov 2024 21:11:05 +0530 Coimbatore’s policewomen maintain weapons at the Armoury, handle sniffer dogs, drive heavy duty vehicles, and are a part of the police commissioner’s striking force Full Article Society
me Bangladeshi youth linked to banned outfit arrested in Tiruppur without valid documents By www.thehindu.com Published On :: Sat, 09 Nov 2024 21:45:47 +0530 Full Article Coimbatore
me Inflow into Mettur dam reduces to 7,862 cusecs By www.thehindu.com Published On :: Sun, 10 Nov 2024 19:10:06 +0530 Full Article Coimbatore
me Watch: Coimbatore’s women cops are now maintaining weapons, driving heavy vehicles, and more By www.thehindu.com Published On :: Mon, 11 Nov 2024 17:33:57 +0530 Policewomen in Coimbatore are challenging norms by taking on roles traditionally reserved for men Full Article Coimbatore
me Mega food festival and wedding expo in Coimbatore on November 30 By www.thehindu.com Published On :: Mon, 11 Nov 2024 17:50:44 +0530 Full Article Coimbatore
me Farmers asked to insure paddy crops By www.thehindu.com Published On :: Mon, 11 Nov 2024 17:56:02 +0530 Full Article Coimbatore
me ‘Over ₹380 crore received as donations for development of government schools in Tamil Nadu’ By www.thehindu.com Published On :: Mon, 11 Nov 2024 18:27:04 +0530 Full Article Coimbatore
me Part-time teachers in Coimbatore urge authorities to make roles permanent By www.thehindu.com Published On :: Mon, 11 Nov 2024 19:04:12 +0530 Full Article Coimbatore
me Coconut farmers buoyed by 15% higher rate for copra in local market, arrival in regulated markets muted By www.thehindu.com Published On :: Mon, 11 Nov 2024 20:04:10 +0530 The spike in demand for coconuts for local consumption has inevitably caused lesser copra conversion, eventually leading to the price-rise for the product in the local market Full Article Coimbatore
me Brief encounter between leopard and domestic cat ends well By www.thehindu.com Published On :: Mon, 11 Nov 2024 20:22:39 +0530 Full Article Coimbatore
me CPI(M) members submit petitions to Tiruppur City Corporation demanding rollback of property tax hike By www.thehindu.com Published On :: Mon, 11 Nov 2024 21:50:03 +0530 Full Article Coimbatore