Dive into the archives.


  • Cutting text , handy php function

    I know everybody knows how todo it, but cutting text according to text length is needed almost in any content driven website to avoid breaking design. here is my handy function for cutting text:
    function wordcutter($string , $cutnum) {
    $wordcutter = strlen($string);
    if ($wordcutter > $cutnum) {
    $titlecut = substr($string, 0, $cutnum);
    $titlecut .= ‘…’;
    echo $titlecut;
    } else {
    echo $string;
    }
    }

  • Start modding your website to iphone!

    Macosxtips.com has posted a great note about modding your blog to be best viewed on an iphone, its great for any website that wants an iphone friendly stylesheet.
    Check it out
    PHP START
    $iphone_stylesheet = str_replace(”.css”, “_iphone.css”, get_bloginfo(’stylesheet_url’));
    ?>

  • Excellent article about color theory

    http://ryanfait.com/articles/2006/08/12/color-theory/
    For a long time, now, there has been a problem that fledgling designers have run into on a constant basis. This problem seems insignificant to most, but in actuality it is quite possibly the most important factor in a design or piece of artwork. Yes, you guessed it…I’m talking about the issue of COLOR.
    Color can […]

usability

This is the archive for usability.

FRESH / LATEST POSTS

My Mobbroll



www.flickr.com

Tags


apple ,  asi dayan ,  auction ,  bill gates ,  bizwise ,  Bugile ,  bukaa ,  cloverfield ,  code ,  death ,  Deface ,  design ,  develop ,  digg ,  Disc review ,  domains ,  fashion ,  firefox ,  first timer ,  funny ,  geek ,  General ,  gizmos ,  gmail ,  google ,  great service ,  hackers ,  icq ,  idf pizza ,  instant messenger ,  israel ,  jj abrams ,  life ,  linux ,  metalist ,  microsoft ,  model ,  movie ,  music ,  negotiation ,  New start? ,  news ,  Nokia ,  nuclear ,  oron ,  peace ,  phising ,  poor ,  pub ,  review ,  security ,  selling ,  service ,  social ,  software ,  spam ,  ssl ,  starwars ,  stupid ,  terrorist ,  toaster abuse ,  tshirt hell ,  ubuntu ,  usability ,  useless id ,  web 2.0 ,  web savvy ,  Yeah right ,  zoho ,