Skip to main content

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

Rss Feed Group items tagged

Vernon Fowler

@font-face gotchas « Paul Irish - 1 views

  • There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well.
  • And.. regarding @font-face syntax I now recommend the bulletproof smiley variation over the original bulletproof syntax.
  • @font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('?'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); }
  • ...5 more annotations...
  • in Webkit (Chrome/Safari), applying font-weight:bold to faux-bold some @font-face'd text will not succeed. Same applies for font-style:italic.
  • text-transform doesn't play well with @font-face in current implementations.
  • @font-face doesnt play nice with css transitions.
  • If a @font-face declaration is within a media query @media screen { ..., it will fail in Firefox.
  • SVG Fonts - Currently SVG is the only way to get webfonts working on iPhone and iPad.
  •  
    "There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well. "
awqi zar

FaceAccess - 6 views

  •  
    We created a standalone face recognition system for access control. Users enroll in the system with the push of a button and can then log in with a different button. Face recognition uses an eigenface method. Initial testing indicates an 88% successful login rate with no false positives. There are currently commercially available systems for face recognition, but they are bulky, expensive, and proprietary. Our goal was to create a portable low-cost system. Our design consists of an Atmel ATmega644 8-bit microcontroller, a C3088 camera module with an OmniVision OV6620 CMOS image sensor, Atmel's AT45DB321D Serial Dataflash, a Varitronix MDLS16264 LCD module for output, a 9-volt battery, and a small wooden structure for chin support.
Karl Parker

Know About Face Recognition Mobile App Development - 0 views

  •  
    Face recognition (that became all the rage with the introduction of the iPhone X) is a relatively new technology in mobile app development whose depths still need to be explored completely. Furthermore, if you're thinking about including face recognition in your mobile app, it's important to check all the available research and resources on the subject. And so, what follows is some advice that could help make the task of building an app with facial recognition much easier.
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."
htmlslicemate.com

30 Cool Designs of Face Logo for your Inspiration - 0 views

  •  
    A human face can be a nice inspiration for logo design since it is thought to be among the most noticeable and viewed features that any of us stumble upon in our everyday life. We interact with lots of persons every single day. We come across some of their emotional behavior such as annoyance, joy as well as sadness. All of these emotional expressions can certainly be employed as an image in designing a logo. If you want to develop a brand that illustrate reliability and emotional aspect of business then face logo designs are definitely the ideal choice.
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.
Gary Thackrah

Label Face | App Development in Melbourne - 0 views

  •  
    Label Face is the fastest & easiest way to make personalized labels. The labels come in different sizes & are perfect for wine/beer bottles, kid's lunch boxes, mobile phones & more. This App was developed by Production Media App Development Company in Melbourne & available from the iTunes App Store.
builderfly

Note the point to keep in mind for reaching the maximum customers with minimal investment - 0 views

  •  
    Know the ways to create an appealing online food store. It is an all-inclusive ecommerce platform that enables the user to build a fully customizable online store and an AI-driven Native Mobile App. The mobile app comes with a Do-It-Yourself design editor tool that does not require any technical skill. Considering the enormous growth of the ecommerce industry and the ever-increasing demand for online services, Builderfly is bringing a complete solution to face the hurdles businesses face in the highly-competitive ecommerce market.
Vernon Fowler

Best Practice: Get your HEAD in order - EricLaw's IEInternals - Site Home - MSDN Blogs - 1 views

  • To ensure optimal performance and reliability when rendering pages, you should order the elements within the HEAD element carefully.
  • Optimal Head Ordering <doctype>     <html>         <head>             <meta http-equiv content-type charset>              <meta http-equiv x-ua-compatible>             <base>             <title, favicon, comments, script blocks, etc>
  • If you must specify the character set using a META tag for some reason, it is critical that the META tag is the first element in the HEAD.
  • ...1 more annotation...
  • If you must specify the X-UA-Compatible value using a META tag for some reason, this element MUST appear before any script blocks and SHOULD appear as early in the HEAD element as possible.
Julie Arceneaux

Precautions to be Taken While Installing Toner Cartridges in Canon Printer - 0 views

  •  
    Follow the mentioned steps in this blog, while installing the toner cartridges. Because one of the biggest issues faced by the users arises while installing the toner cartridges.
  •  
    Follow the mentioned steps in this blog, while installing the toner cartridges. Because one of the biggest issues faced by the users arises while installing the toner cartridges.
Luciano Ferrer

Font2Web - Your Online Font Converter Converting .ttf and .otf to .woff, .eot and.svg - 1 views

  •  
    "This little tool converts any .ttf (TrueType Font) or .otf (OpenType Font) file to .ttf, .otf, .eot, .woff and .svg files. It also creates a CSS file and a demo HTML file to show you how to use it on your website - using CSS @font-face."
pr yphmysql

Making Your PHP MySQL Based Site More Secured - 0 views

  •  
    Are you facing some problems with your Php MySQL powered website. here are some vital tips for you. Making your website secured from unwanted visitors is very essential. Php MySQL websites have great security.
carlosjohn791

One More Major Problem Comes in Apple's Latest iPhone 6 | News Fly - 0 views

  •  
    Is your iPhone 6 captured a blurred picture? If it happened so then you are not alone facing this problem because most iPhone 6 users have filed complain for this problem, before this its alignment is not accurate after using, after that issue of operating system and now it's back camera does not captured clear photo.
lisaglover

Prepare yourself for Software Testing and Quality Assurance Certifications - 0 views

  •  
    Presently the software industry is facing the problem of shortage of certified software testers in US software market so to fulfill the demands of the quality employee resources there are many institutions which are engaged in providing the training to the students in software testing domain. Among these QACampus is one of them which is a leading institute engaged in shaping up the careers of students in software testing since year 2005 and prepare them for international certifications.
  •  
    Presently the software industry is facing the problem of shortage of certified software testers in US software market so to fulfill the demands of the quality employee resources there are many institutions which are engaged in providing the training to the students in software testing domain. Among these QACampus is one of them which is a leading institute engaged in shaping up the careers of students in software testing since year 2005 and prepare them for international certifications.
janereyes

Difficulties To Face In PSD To WordPress Conversion - 0 views

  •  
    WordPress development company briefly describe here the difficulties face by designers and developers while converting PSD file to WordPress
Anthony Montoya

Eight Challenges of Legacy Systems that Businesses are Facing - 0 views

  •  
    Learn what challenges businesses face in legacy systems and why your company should think about legacy system modernization.
1 - 20 of 242 Next › Last »
Showing 20 items per page