Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged tabbed

Rss Feed Group items tagged

janereyes

Magento Progressive Web Application's Development In India - 0 views

  •  
    PWA uses web compatibilities & provides an application experience to the users. Developers at Magento development company, develop it from a browser tab and makes pages more immersive with a low friction user experience
builderfly

What Marketing Tools are Provided at Builderfly Ecommerce Platform? - 0 views

  •  
    If you are a Builderfly user, you have the privilege to manage every aspect of your store from a single dashboard. In order to manage the marketing of your online store, log in to your Builderfly store and go to the Manage Section. Herein, under the Marketing tab in the Navigation Bar, you'll find the following options for marketing your store.
Saif Shuvo

Professional Web Design & Development Curriculum - 0 views

Lesson: 01 (Dreamweaver Basics & HTML) Introducing Dreamweaver, Elements, Attributes, Table, List, Forms, Formatting, Styles, Image, Hyperlinks. Head, Meta, Scripts, Layout, Fonts, URL- encode ...

webdesign web development

started by Saif Shuvo on 07 Jan 17 no follow-up yet
Vernon Fowler

Best Practices for Speeding Up Your Web Site - 1 views

  • Arranging the images in the sprite horizontally as opposed to vertically usually results in a smaller file size. Combining similar colors in a sprite helps you keep the color count low, ideally under 256 colors so to fit in a PNG8. "Be mobile-friendly" and don't leave big gaps between the images in a sprite. This doesn't affect the file size as much but requires less memory for the user agent to decompress the image into a pixel map. 100x100 image is 10 thousand pixels, where 1000x1000 is 1 million pixels
  • Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times. When code is minified all comments are removed, as well as unneeded white space characters (space, newline, and tab). In the case of JavaScript, this improves response time performance because the size of the downloaded file is reduced.
  • Many web sites fall in the middle of these metrics. For these sites, the best solution generally is to deploy the JavaScript and CSS as external files. The only exception where inlining is preferable is with home pages, such as Yahoo!'s front page and My Yahoo!. Home pages that have few (perhaps only one) page view per session may find that inlining JavaScript and CSS results in faster end-user response times. For front pages that are typically the first of many page views, there are techniques that leverage the reduction of HTTP requests that inlining provides, as well as the caching benefits achieved through using external files. One such technique is to inline JavaScript and CSS in the front page, but dynamically download the external files after the page has finished loading. Subsequent pages would reference the external files that should already be in the browser's cache.
  • ...1 more annotation...
  • CSS Sprites are the preferred method for reducing the number of image requests. Combine your background images into a single image and use the CSS background-image and background-position properties to display the desired image segment.
Vernon Fowler

Accordion Pattern - Design Pattern Library - YDN - 2 views

  • Have the most important panel open by default
  • Accordions may be configured to require that there is always a single panel open or to allow for more flexible possibilities (all panels closed, multiple panels open). Some practitioners consider it a best practice to permit only one panel to be open at a time, but others disagree.
  • For keyboard users an accordion usually ends up behaving either as a tree view or as a tab view.
  • ...2 more annotations...
  • An accordion should degrade into something useful when Javacript is off, perhaps opening all panels.
  • Display none shouldn’t be used as this might hide the content from a screen reader. Instead consider setting a height of 0.
imaginet

Web Design Strategy Today! - 1 views

Web designing is a vast subject in the field of computer sciences. Today people largelyconnect with each other for business, information, services, learning and so on through websites. Ithas now be...

Web webtools webdesign seo websites wordpress ppc

started by imaginet on 22 Dec 14 no follow-up yet
mikhail-miguel

BrainJar - 0 views

mikhail-miguel

brainjar - 0 views

shared by mikhail-miguel on 05 Mar 18 - No Cached
« First ‹ Previous 41 - 60 of 69 Next ›
Showing 20 items per page