Tag: desktop

  • WhatsApp Gets a Desktop Avatar

    It is the sign of the changing times. Convergence is the way to go in the digital world. Less than a year ago, the social media giant Facebook had bought the mobile messaging service WhatsApp for around $19 billion! Now Facebook is going for a major makeover for the app. Going forward you can access WhatsApp on your desktop or laptop PCs.

    This would basically be a mirror of the app on your phone and you would still need an Internet-connected phone. All your message though will reside on your phone and the desktop would just be an interface for you to send and receive messages. This is presently available for the Google Chrome browser and there are plans to include the Apple iOS platform too.

    To get your WhatsApp messages on your desktop all you need to do is

    • Open the website https://web.whatsapp.com in your chrome browser
    • You will see a QR code which you need to scan inside of WhatsApp
    • WhatsApp web client will now be paired with WhatsApp on your phone

    Your phone always needs to be connected to the Internet for the web client to work. Make sure you have the latest version of WhatsApp installed on your phone. This latest development shows the growing influence of the mobile messaging services in the grand scheme of digital communication.

    Let us know what you think of WhatsApp on Desktop!

    Contact us to deploy your marketing messages effectively across the digital space!

  • Responsive Web Design (RWD) – What you should know?

    The use of mobile devices with differing display sizes to browse the web has all but erupted overnight, and most websites haven’t been optimized to handle the variety of screens. Enter Responsive Web Design (RWD), a technique capable of rendering the same content without disruption across devices with varying screen sizes.

    What is Responsive Web Design?

    Responsive web design is a web development approach that enables dynamic changes to the appearance of a web page, depending on the screen size and orientation of the device used. It’s a technique for building websites that works on mobile phones, tablets, TVs, game consoles and wearables as well as laptops and PCs. RWD is the best way for websites to eloquently adapt to different kinds of screens.

    How does Responsive Design work?

    With RWD web pages automatically adapt to the layout of the viewing environment using Fluid, proportions-based grids, Flexible or responsive images and Media queries.

    Fluid Grid:

    Website design initially followed in the tradition of the print media industry where a magazine or newspaper was the same fixed size, though in the case of websites the size was defined in terms of pixels. But the problem arises when website content is no longer viewed using only one fixed display size. A magazine is a magazine and the content is universally viewed in a specific fixed size. Websites can be viewed using a bigger format like a television or a smaller format like a smartphone, or a tablet or an even smaller smart watch. So, responsive web design builds websites with relative, not fixed units. The fluid grid concept calls for page element sizing to be in relative units like percentages, rather than absolute units like pixels or points.

    Flexible or Responsive Images:

    The idea of responsive images, in a nutshell: images shrink and adjust themselves within the confines of a fluid grid.

    Responsive_website_device_view

    Home page of www.position2.com viewed on various devices

    Desktop View gives maximum image size, but in the Tablet View the same image shrinks to display with full details while text content colonizes the remaining area of the screen. In Mobile Phone View, the image shrinks to display full details and text content occupies the remaining area of the screen. So, depending on the screen size, responsive images shrink or extend to display images in full details.

    RWD developers define the maximum and minimum dimensions to establish the limit of image pixilation in the CSS.

    img { max-width: 100%; }

    Media Queries:

    Websites are usually built for viewing on desktops and laptops in landscape mode. It’s challenging to take such a website and try to shrink it down to a mobile phone because mobile phones are used in portrait mode where the screen is longer than it is wide. With the website scrolling vertically, layouts several columns wide don’t work. This is where media queries come in. Media queries are a CSS technology, a core component of responsive design. Media queries allow CSS to be applied only when specific conditions are met (like when a webpage is viewed in portrait mode). When a design is too large or too small, a media query detects the site width and serves CSS that appropriately rearranges or adjusts the site’s content.

    Media queries code differs depending on the target device. Below is an example of media queries code for a smart phone in portrait mode:

    <style  type=”text/css”>

    @media (max-width: 320px) {
    #banner { width:275px; }
    #banner img { max-width:275px; max-height:83px; }
    #main { width:250px; }
    #main-content { width:250px;padding:0px;}
    #widget-container { width:250px; padding:0px; }
    .widget-content { width:250px; margin:5px;}
    .widget-text { display:none; }
    }
    </style>

    The challenge in responsive web design is to reorganize elements on larger pages to fit smaller, longer pages or vice versa. To make sure responsive design is successful, the design must be usable across an array of screen sizes (SEO experts will help the developer to define this limit based on the various devices used to access the website from Google Analytics).

    Advantages of Responsive Web Design

    A website with responsive web design gives a better user experience and the users are more likely to engage with the content.

    Cost efficient: When a website is developed using responsive web design, it basically means one website for all screen sizes and devices. You won’t have to build a separate mobile website.

    Smarter and better user experience: RWD gives users a better experience by offering the same content on a smaller device. It can be accessed from anywhere on any device at the sole discretion of the user.

    Future preparation: If you have a website built with responsive web design, then you are well prepared for the mobile future.

    Increase in conversion rate: A well-optimized website gives better user experience, encourages them to remain engaged with the site, and eventually leads them to customer conversion.

    One URL for one website: One website with a common URL can be used for different devices.

    Better user experience: Responsive websites are available to users anytime anywhere on any device.

    Bounce rate improvement: Do not underestimate the fickle nature of tablet and mobile users. They want their (same) desktop content and they want it now, otherwise they will bounce. And those bounce rates can get high. RWD enables delivery of the same content both in mobile and desktop view thus improving mobile traffic.

    Responsive web design delivers great user experience. It’s simply the best way to optimize a website for mobile devices. Visitors accustomed to viewing websites on larger screens expect the same experience on their smaller devices. If a website is not well optimized, then it annoys the user and bounce rates escalate. The solution is a responsive website with well optimized content ensuring that users see what they really want to see at first glance.

    Contact us now to deploy responsive web design & never miss another opportunity!

  • Google Introduces New Sitelinks Search Box

    Google introduced a new Sitelink search box feature that gives webmasters the ability to control searching within their site. Websites seen in the SERP (Search Engine Results Page) now display a site search box above the Sitelinks. The new search box has been designed to simplify a user’s query for specific content on your website, working directly through your own website search pages.

    The Sitelinks Search Box is displayed in a prominent position and the new functionality eliminates a step in a user’s content search process. The auto-complete feature is also used to great advantage when a user types search terms into the search box. The new search box is available for both desktop and mobile searches.

    Desktop version:

    Position2 - An example of the desktop version sitelinks

     

    Mobile version:

    Position2 - An example of the mobile version sitelinks

    The new Sitelink Search Box sends the user directly to your website’s search pages. You need to markup your pages correctly to enable this feature. Websites must have a working search engine function to implement this feature, and webmasters should use Schema.org markup on the home page.

    Best practices for schema markup (from the Sitelink Search Box implementation guidelines) include:

    • Put the markup on the homepage of your site. (It is not necessary for the markup to be repeated on other pages.)
    • Use JSON-LD. (Alternatively, you can use microdata.)
    • Specify only one URL search pattern for the target. (Google is experimenting with multiple pattern support, so if you have feedback or use cases for multiple target support, let us know in our Webmaster Central Help Forum.)

    Some Google best practices on site-wide configurations include:

    • Set a preferred canonical URL for your domain’s homepage using the rel=”canonical” link element on all variants of the homepage. (This helps Google Search choose the correct URL for your markup.)
    • Prevent crawling of your site’s search results pages with robots.txt. (See more in our Webmaster Guidelines.)
    • Make sure your server supports UTF-8 character encoding.

    This feature gives webmasters the ability to drive traffic to specific pages that a user might be searching for, while eliminating a step along the way that gets them there. It’s sure to become popular.

    Feature to disable the Sitelinks Search Box

    Google also added a new feature to disable the Sitelinks Search Box and prevent it from showing up completely. To disable the Sitelinks Search feature use the new meta tag, nositelinkssearchbox:

    <meta name=”google” content=” nositelinkssearchbox”>

    Adding this tag to a site tells Google not to show a Sitelinks Search Box when the site appears in search results. The Sitelinks Search Box will be disabled as part of the normal Googlebot crawling and processing of the page. This can take a few weeks depending on the site and other factors.

    Contact us now to make your website user-friendly!