Skip to main content

Home/ Web Development, Design & Programming/ Group items matching ""web browser"" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Kashif Mehmood Mughal

35 Most Wanted Firefox Add-ons for Web Developers and Designers | Dzinepress - 4 views

  •  
    Mozila Firefox is an famous internet browser that is fast then others, easy to use amazingly customizable according to requirment, this is also first choice of web designers and developers. Firefox provides an endless amount of functionality that you never seen in other internet browsers.Such tiny but helpful add-ons always make life easier and it absolutely saves time and go through the listed most wanted firefox add-ons and share other most useful add-ons for most of peoples need.
Luciano Ferrer

The @Font-Face Rule and Implementation Tricks - 2 views

  •  
    "@font-face method is frees designers from the yoke of the standard palette of "web-safe" system fonts that have been used for many years. Surprisingly, however, this capability has been available in Internet Explorer since 1997. IE4 was the first browser to allow web fonts, but it did so with a proprietary format that prevented other browsers from following suit. Microsoft has since submitted its format to the W3C for consideration as a standard, but now that Firefox, Safari, Chrome, and Opera are all implemented now. So you can consider it pretty safe to use."
Phillip Johnson

CSS3 Rounded Corners - 0 views

  •  
    The CSS3 border-radius property allows web developers to easily create rounded corners in their design elements. This property is supported by the major browsers: Firefox, Internet Explorer, Safari, Opera, and Chrome. Using CSS3 you no longer ...
  •  
    The CSS3 border-radius property allows web developers to easily create rounded corners in their design elements. This property is supported by the major browsers: Firefox, Internet Explorer, Safari, Opera, and Chrome. Using CSS3 you no longer ...
  •  
    The CSS3 border-radius property allows web developers to easily create rounded corners in their design elements. This property is supported by the major browsers: Firefox, Internet Explorer, Safari, Opera, and Chrome. Using CSS3 you no longer ...
Vernon Fowler

Your Web, documented · WebPlatform.org - 0 views

  •  
    "Your Web, documented. Opening the Web Platform We are an open community of developers building resources for a better web, regardless of brand, browser or platform. Anyone can contribute and each person who does makes us stronger. Together we can continue to drive innovation on the Web to serve the greater good. It starts here, with you."
kindlebitseo

A Step By Step Guide to Web Application Development Services - 0 views

  •  
    Web application development is the making of application programs which rely on servers and use the internet as the delivering medium. The web application is accessible through a network where the end user can access the web application by a web browser such as Google Chrome or Firefox.
Vernon Fowler

Web Designer Notebook » How to use Modernizr - 1 views

  • Modernizr doesn’t actually magically enable these properties for browsers that don’t support them. It just tells the page whether that feature is supported on the browser the visitor is using or not.
  • To install Modernizr, download the file from this page. Then, on your site’s head tag, add a link to the file. For example: ?1<script src="js/modernizr-1.0.min.js"></script> The second step is to include on your html tag a class of “no-js”: ?1<html class="no-js"> Why add this tag? Because that will be the default state of the page. If JavaScript (js) isn’t on, then Modernizr won’t work at all (and probably other features of your site won’t work either…), so it’s good that we have a fallback for that case. If JavaScript is indeed enabled, once that page is loaded on the browser, that class will be replaced dynamically and it may look something like this: ?1<html class="js canvas canvastext geolocation rgba hsla no-multiplebgs borderimage borderradius boxshadow opacity no-cssanimations csscolumns no-cssgradients no-cssreflections csstransforms no-csstransforms3d no-csstransitions  video audio cufon-active fontface cufon-ready">
  •  
    "There is a tool that came to make our lives as progressive web designers a bit easier: Modernizr. In this short tutorial, learn how to apply this handy script to maximum effect on your sites."
charlessterling

Adobe Dreamweaver Cs6 Mac - 0 views

  •  
    TresBizz Provide Adobe Dreamweaver CS6 for Mac allows you to create and publish Web pages for both desktop and mobile browsers. You can use Adobe Dreamweaver to build a professional-looking Web site without being a developer.
  •  
    TresBizz Provide Adobe Dreamweaver CS6 for Mac allows you to create and publish Web pages for both desktop and mobile browsers. You can use Adobe Dreamweaver to build a professional-looking Web site without being a developer.
kevin_brylle

Outsource Web Developers | Remote Staff Leasing | Virtual Team - 0 views

  •  
    Hire dedicated expert web developers in the Philippines. We can help you create a fully responsive, multi-browser compatible and SEO friendly website.
  •  
    Hire dedicated expert web developers in the Philippines. We can help you create a fully responsive, multi-browser compatible and SEO friendly website.
solaceinfotech

Progressive Web App (PWA) - New trend in the Mobility Era. - - 0 views

  •  
    In the easiest sense, Progressive web app(PWA) are mobile apps delivered or generated through the web before it gives a website overview. This technology enables Progressive web app(PWA) to deliver an app-like experience on your browser exactly similar to a native app. It feels like a native app due to the use of an app-shell that provides app-style navigations and gestures.
Uzair Ahmed

Zen Elements Blog | CSS3 Embedding a Font Face - 0 views

  •  
    Use CSS 3 @font-face to embed a font NOT on the 'web safe' list and get away from using images for headers. This will currently only work with certain browsers so again, there is our quick +/- list of compatible browsers.
Jochen Burkhard

Web Developer Basics: Link Relations In HTML5 - www.htmlgoodies.com - 0 views

  •  
    In the first installment of this series, we introduced HTML5 and saw how much of its most basic syntax is far more simple and direct than the way most developers are used to coding. In this article, we'll look at some other basic tags and see some of the power of the language. A great deal of this power is due to the fact that browsers are becoming so powerful themselves that they can almost be looked at as "display engines". So HTML5 lets you design and code at a higher level conceptually, leaving some of the implementation details to the browser.
sophiaallain

How to Update Safari Browser | Call Us +1-844-305-0563(Toll Free) - 1 views

  •  
    Insta Tech Experts, We are best at providing Tech Support Services at affordable rates. Safari is Apple's super-fast web browser for Mac. Give us call 1 844 305 0563(Toll Free) for Safari Browser Update.
Soul Book

The Incredible Em & Elastic Layouts with CSS - 0 views

  • Elastic design uses em values for all elements. Ems are a relative size, written like this: 1em, 0.5em, 1.5em etc. Ems can be specified to three decimal places like so: 1.063em. “Relative” means: They are calculated based on the font size of the parent element. E.g. If a <div> has a computed font size of 16px then any element inside that layer —a child— inherits the same font size unless it is changed. If the child font size is changed to 0.75em then the computed size would be 0.75 × 16px = 12px. If the user increases (or decreases) text size in their browser, the whole interface stretches (or shrinks.)
  • All popular browsers have a default font size of 16px. Therefore, at the default browser setting, 1em = 16px.
  • The <body> inherits it unless styled otherwise using CSS. Therefore 1em = 16px, 0.5em = 8px, 10em = 160px and so on. We can now specify any element size we need to using ems!
  • ...9 more annotations...
  • However, (gasp) IE has a problem with ems. Resizing text from medium (default) to large in IE5/6 would lead to a huge increase in font size rather than the gradual one expected. So another selector is needed to get IE to behave: html{ font-size:100%; }
  • Let’s give our <body> some more style, and center everything in the viewport (this will be important later for our content wrapper.) Our initial CSS ends up like this: html{ font-size: 100%; } body{ font-size: 1em; font-family: georgia, serif; text-align: center; color: #444; background: #e6e6e6; padding: 0; margin: 0; }
  • 1 ÷ 16 × 740 = 46.25em (1 ÷ parent font-size × required pixel value = em value)
  • While we're here, we might as well add some typographic goodness by selecting a basic leading and adding some vertical rhythm, with everything expressed in ems.
  • Set a 12px font size with 18px line height and margin for paragraphs
  • Dividing the desired line height (18px) by the element font size (12px) gives us the em value for line height. In this example, the line height is 1 and a half times the font size: 1.5em. Add line height and margin properties to the CSS: p{ font-size: 0.750em; line-height: 1.5em; margin: 1.5em; } Now the browser will say to itself, “Oh, line height and margin is set to 1.5em, so that should be 1.5 times the font size. What’s the font size, again? 12px? OK, cool, make line height and margin 1.5 times that, so 18px.”
  • To retain our vertical rhythm we want to set an 18px line height and margin. Easy: If the font size is 18px then 18px in ems is 1em! Let’s add the properties to the CSS (and make the font weight light:) h1{ font-size: 1.125em; line-height: 1em; margin: 1em; font-weight: 300; }
  • Jon, good article and very useful chartm but your text sizing method has one major drawback. If elements with font-sizes set in em’s are nested, i.e with lists, these elements inherit the font size. Therefore each child element will be 0.75em (or 75%) of the previous one: See an example here. (Would have posted the code put it was coming out really ugly!) I would recommend against using that method and setting the global font size in the body tag i.e. 'font-size:75%' for 12px. Then only setting different font-sizes where necessary.
  • Thanks Will, interesting point, but that is solved with a simple font-size:1em on the first child. Retaining the default ensures that even images are sized correctly in ems. IE (surprise) will compute incorrectly against a parent length equivalent to 12px. My preference born out by some minor but painful computed size errors in complex layouts is not to adjust the body, and only set font size where necessary for specific elements.
  •  
    A nice and simple explanation of using EMs to make elastic layouts
Jochen Burkhard

Modern CSS Layouts: The Essential Characteristics - Smashing Magazine - 0 views

  •  
    Now is an exciting time to be creating CSS layouts. After years of what felt like the same old techniques for the same old browsers, we're finally seeing browsers implement CSS 3, HTML 5 and other technologies that give us cool new tools and tricks for our designs.
Vernon Fowler

FROONT - Responsive web design, the visual way - 4 views

  •  
    Responsive web design, the visual way. Design websites directly in the browser with a simple drag and drop interface.
Jennifer Ray

Hire Html Developer For Psd to Html Conversion : Understanding The Behind Ideology - 0 views

  •  
    PSD to HTML conversion is an essential step when it comes to creating a fully functional website from a static web template. Every web design needs to go through this process of PSD to HTML Integration to make a website live for the audience, search engine and web browsers.
sarah ockonor

Free Joomla Themes Templates Movies Blue Design - 0 views

  •  
    Joomla Movies Blue Clouds Web2.0 Theme Template is a Very nice High Quality Design Theme Template for Joomla 1.5 Version, Come with 3 Column, Web2.0 Style Design, Blue and Gray Rounded Corners, Left Sidebar, Fixed Width, Right Sidebar, Suitable for Personal Joomla Websites Or Movies and Cinema Joomla Websites, This Template Was Tested On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, 100% CSS, Compact, Valid CSS/HTML, This Template is Realized Under Common Creative Lisence, that Mean You have to Leave the Footer Links Intact in Order to use it, Don't Forget To add Some Modules and Plugins To Make Your Joomla Website More Attractive and Flexible.
sarah ockonor

Free Joomla Themes Templates Business Blue - 0 views

  •  
    Joomla Office Business Company Web2.0 Theme Template, Nice High quality Design Theme Template for Joomla 1.5 Version, available For Business Companies, Office Or Real Estate Company Websites, come with 2 columns, Web2.0 Illustration, Gray, White, Blue and Orange, English Language, Ready Modules, Ready Widgets Integration, Rounded Corners and Fixed Width, This Template Was Tested On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, 100% CSS, Compact, Valid CSS/HTML, This Template is Realized Under Common Creative Lisence, that Mean You have to Leave the Footer Links Intact in Order to use it, Don't Forget To add Some Modules and Plugins To Make Your Joomla Website More Attractive and Flexible.
shiv0040

Chrome can send web pages to other devices: Here's how - 0 views

  •  
    Google is pushing the next big update for Chrome web browser - Chrome 77. The update comes with a number of features, but the thing that has drawn most of our attention is its ability to share a web page from one device to another in a matter of seconds. Here's how you can use this capability.
originsoftwares

Ecommerce Website Development Company | Ecommerce Web Design Company - 0 views

  •  
    Originsoftwares believes good customer experience is the key to business success. Being a leading custom web development company, we have proven experience in developing powerful single-page applications for businesses of any size and from any vertical. Since SPA contains only one page working within the user's browser, it allows loading the page only once. All the core elements remain the same, only the content changes depending on the users' actions. This is why a SPA is much faster than ordinary web apps. Take advantage of our Single-Page Application Development services and meet the growing demand for interactivity for users on the web as well as mobile.
‹ Previous 21 - 40 of 136 Next › Last »
Showing 20 items per page