Skip to main content

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

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. "
Cygnet Infotech

Things to be considered before Choosing a Windows Application Development Partner - 0 views

  •  
    Microsoft is the prominent names in the field of technology which has given many advanced technology enabled solutions to the corporate world to ease their business operations.
alicejen monahan

Samsung Galaxy Tab 10.1 - 1 views

Samsung is all geared up to challenge the longtime favorite in touchscreen tablets, the Apple iPad. Announced in September and released in November 2010, the Samsung Galaxy Tab 10.1 is the long awa...

started by alicejen monahan on 09 Oct 12 no follow-up yet
Jessica Wilson

WordPress Development - A Solution To Every Business Needs - 0 views

    • Jessica Wilson
       
      WordPress is an open source blogging Content Management System that was introduced in year 2003 and WordPress Web Development offers exactly what you have in your mind. This most intuitive tool "WordPress" allows developing of beautiful, fully integrated websites having all of the backbone features like social media, signup list, mailing list etc required for professional websites. It does not demand for any license fee nor does it ask you to be a technical or programming expert. Still in critical situations you can hire WordPress developer to integrate or customize your blog and website.
  •  
    WordPress is an open source blogging Content Management System that was introduced in year 2003 and WordPress Web Development offers exactly what you have in your mind. This most intuitive tool "WordPress" allows developing of beautiful, fully integrated websites having all of the backbone features like social media, signup list, mailing list etc required for professional websites. It does not demand for any license fee nor does it ask you to be a technical or programming expert. Still in critical situations you can hire WordPress developer to integrate or customize your blog and website.
Arch Aznable

Time Ago - Display How Long Something Has Been Posted Using PHP | Blogfreakz - Web Desi... - 0 views

  •  
    Usually, websites and blogs display the date (month-day-year) of published posts, and then there are some that show you how long it has been since an entry was published by displaying something like "Posted 1 week ago", "2 months ago", "3 days ago", etc.
wajah pribumi

IT Ebook - begining wordpress 3 - 0 views

  •  
    This book is for people who want to use WordPress. It's for web designers who'd like to get to know WordPress a little better-or a lot better. It's for writ ers who have been asked to contribute content to a WordPress site, but haven't been shown how to use the software.
Mishael Ekeyi

Live Demo - Lifespring Creative Studios - 0 views

  •  
    Prestashop Games store Web Template. Features include: Minic slider (powered by Nivo Slider), Fully configurable at the backend, julien Breux top horizontal menu V 2.8.6, Manufacturer block in carousel, Mobile application, prestashop 1.4.5 - 1.5, Works in all modern browser, Animated cart features, extended social block.
Jessica Wilson

Hire CakePHP Web Programmer - 0 views

    • Jessica Wilson
       
      We offers variety of cakephp web application development, cakephp programming and web development services to its client global. We have great team of highly proficient cakephp developer, php designers and programmers to take up any web development.
  •  
    We offers variety of cakephp web application development, cakephp programming and web development services to its client global. We have great team of highly proficient cakephp developer, php designers and programmers to take up any web development.
richard ontong

Vancouver Web Design | SEO Vancouver | WittyCookie - 0 views

  •  
    WittyCookie is a Vancouver web design company that offers affordable website design starting at $19/month with unlimited updates and 100% money back guarantee.
Vernon Fowler

Which responsive images solution should you use? | CSS-Tricks - 1 views

  • The only technique I know of that works with absolutely no markup changes is Adaptive Images. It works by routing requests for images through a PHP file which intelligently serves (and creates if need be) images of the appropriate size for the screen width.
Vernon Fowler

Details | Adaptive Images - 1 views

  • Here you can find out how Adaptive Images works, how to install it, how to customise it for your needs, and learn about the limitations of the approach.
  • Installation One important thing: do not over-write any existing .htaccess file. If you have one already, back it up. Feeling up to it? Excellent
  • If you already have an .htaccess file, open it in a text editor and add the code from the supplied file into your existing one. To support Retina displays use the alternate JS.
  • ...4 more annotations...
  • configuration section at the top of the PHP file
  • This is a PHP solution.
  • Adaptive Images will not work if you’re using a CDN to deliver your website.
  • there is no way to guarantee that a cookie will be set before images are requested
Arch Aznable

Getting A File's Information In Ruby Using File::Stat | Blogfreakz - Web Design and Web... - 0 views

  •  
    An example scenario would be like this: a program has to iterate over the files in a directory and determine the files sizes and the total size. Plus, it must work recursively, totaling the file sizes of all the files in all subdirectories of the current directory. To be able to achieve this task, we use the find library included with Ruby.
Arch Aznable

How To Show An Urgent Message In WordPress Admin Area | Blogfreakz - Web Design and Web... - 0 views

  •  
    Today's helpful tip comes from the people behind WPDoctors and it's a nifty ready-to-use WordPress action hook that displays a custom message to admins that indicates urgency.
Justin Version

Designer Flash Sale For Everything Home - 0 views

  •  
    Designer flash sale for everything home. At up to 70% off retail on furniture, home decor, fashion and accessories.
Richard Boss

Mobile Application Development - 0 views

  •  
    Weblineindia is a leading Mobile Application Development Company offers custom Mobile App Development services for iPhone, iPad, Android, BlackBerry and windows Mobile. Hire Mobile Application Developer at affordable cost for Mobile Apps Development solution.
anonymous

Hook (informatique) - Wikipédia - 1 views

  •  
    "Hook (informatique) Cet article est une ébauche concernant l'informatique. Vous pouvez partager vos connaissances en l'améliorant (comment ?) selon les recommandations des projets correspondants. Un hook (littéralement « crochet » ou « hameçon ») permet à l'utilisateur d'un logiciel de personnaliser le fonctionnement de ce dernier, en lui faisant réaliser des actions supplémentaires à des moments déterminés. Le concepteur du logiciel prévoit des hooks au long du fonctionnement de son programme, qui sont des points d'entrée vers des listes d'actions. Par défaut, le hook est généralement vide et seules les fonctionnalités de base de l'application sont exécutées. Cependant, l'utilisateur peut « accrocher » des morceaux de programme à ces hooks pour personnaliser le logiciel. Techniquement, un hook peut se présenter sous la forme d'un fichier, généralement dans un langage de script, localisé à un endroit particulier. Le programme principal impose généralement les caractéristiques du hook : son type, sa localisation, voire son nom, et le moment auquel il sera exécuté."
1 - 20 of 18714 Next › Last »
Showing 20 items per page