brightlemon web design london [accesskey: .] brightlemon london web design
company services products support case studies training resources contact us
Web contact
Call me back
Request a quote
PQQs/RFPs

Search blog

Pages
  • About the Brightlemon web design london blog

  • Archives
  • August 2009
  • July 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • December 2007
  • November 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006

  • Categories
  • Accessibility (16)
  • Adobe (3)
  • ajax (3)
  • Analytics (1)
  • Apache (9)
  • Blogs (5)
  • Brightlemon news (19)
  • case study (8)
  • command line (6)
  • content management (4)
  • CSS (28)
  • database administration (1)
  • Design (11)
  • Dreamweaver (12)
  • Drupal (34)
  • Drupal configuration (22)
  • Drupal courses (4)
  • Drupal customisation (20)
  • Drupal development (27)
  • Drupal modules (22)
  • Drupal optimisation (13)
  • Drupal regions (9)
  • Drupal scalability (11)
  • Drupal styling (12)
  • Drupal Themes (19)
  • Drupal training (6)
  • Drupal video (10)
  • Drupal views (10)
  • e-commerce (6)
  • Email (2)
  • Errors (5)
  • Firefox Add-Ons (6)
  • Flash (18)
  • FTP (5)
  • HTML (20)
  • Illustrator (13)
  • Information Architecture (4)
  • Internet Security (10)
  • JavaScript (9)
  • javascript (3)
  • jquery (2)
  • LAMP (10)
  • Linux (12)
  • mathematics (3)
  • maths (3)
  • mobile web (2)
  • mysql (7)
  • Open Source (15)
  • Photoshop (22)
  • php (15)
  • Quality Assurance (4)
  • research & strategy (5)
  • Search engine optimisation (8)
  • seo (7)
  • Server administration (7)
  • Smarty (1)
  • social bookmarking (5)
  • social networking (15)
  • social tagging (4)
  • ssh (3)
  • subversion (2)
  • svn (1)
  • Tips (23)
  • typography (3)
  • Uncategorized (1)
  • Unix (4)
  • Usability (4)
  • Useful Links (14)
  • version control (1)
  • W3C (17)
  • Web 2.0 (44)
  • Web browsers (18)
  • Web design (84)
  • Web development (133)
  • Web marketing (5)
  • Web standards (12)
  • Web video (8)
  • xhtml (3)
  •       go - (© brightlemon web design london)

    Archive for March, 2009

    Font Families for the web

    Friday, March 13th, 2009

    The essentials of CSS and HTML as web standards opened new doors for web designers but also forced them to adapt their thinking. A case in point is fonts.

    In web terms there are few fonts which are recognised by all browser/operating system combinations. Split into font families these are:

    Serif: Times, Times New Roman, Georgia, New Century Schoolbook.
    Sans-Serif: Arial, Helvetica, Verdana, Trebuchet.
    Monospace: Courier, Courier New.
    Cursive: Comic Sans, Zapf Chancery, Coronet.
    Fantasy: Impact, Western, Papyrus.

    Controlling fonts online is not easy since each browser has got a different default font; the best way to declare fonts is in cascading style sheets (css).

    It is always good not to declare just one font type

    body {font-family: Times;},

    In case the browser doesn’t have a default font as the chosen font.

    Instead use multiple font decoration:

    body {font-family: Times, Times New Roman, Georgia, New Century Schoolbook;}

    In this way you ensure that if the first font is not available the browser will choose a latter one and your design will look as you intended.

    We can force css to use a font that is not in the list of fonts for the web. But other browsers might not support the same font and the result would be a different work flow from our design. To be safe always use the fonts for web.

    Keep in mind:
    - font with the same decoration should relate to the same font family;
    - size and spacing could have a different visual effect even if the fonts are from the same font family.

    Source: Lynda.com

    Different measurements for fonts in css

    Friday, March 13th, 2009

    There are 2 general categories for measuring font sizes in cascading style sheets (css) - fixed units and relative measurements.

    Fixed units are used for print:
    points (12pt)
    in (.25in)
    cm (30cm)

    Relative measurements are used for the web:
    em (1em)
    ex (1.2ex)
    percentage (100%)
    pixels (16px)

    1em: is relative to the nearest parent font size, and is the most secure because it is supported in Internet Explorer (I.E.).

    Ex: is equal to the “x” size of particular font, but the size of the font can change dramatically when changing the font family.

    Percentage: is the percentage of the size of the text compared to the default value (100%).

    Px: pixels are based on the current resolution of the view, but with I.E. 7 this can create some problems, because the browser doesn’t allow for screen resizing by pixel based font size, so users are not able to change the font size.

    The most secure font measurements to use for a web page are therefore: em and percentage.

    Source: http://www.lynda.com interactive training.

    Favicons in drupal

    Friday, March 6th, 2009

    The favicon is the little icon that usually appears next to the navigation tool bar of your browser.
    img 01

    First of all, you need to create a favcion.

    In Photoshop open the icon or logo that you want to use as favicon.
    Reduce the size of the icon to 16 pixels by 16 pixels, and save it in PNG 24.

    After you save the icon in your image folder, change the name of the file to favico.ico (instead of png).

    Then open the website that you are working on, login as admin, go to
    ADMINISTER > Themes > Configure

    img 02

    img 03

    img 04

    At the bottom of the page you will see a box “Short cut icon settings”.
    Browse the file called favicon.ico and upland the file.

    img 05

    Tick off the “default shortcut icon” and save configuration.

    social networking
    e-commerce
    search engine optimisation
    web design
    content management
    accessibility
    brightlemon london web design
    UK and London web site visitors

    Visiting from the UK or London? Visit our London web site...