Skip navigation

Lost password? | Help

DeadFire's Blog

Komodo Media 介绍

, , , ...

网址:http://www.komodomedia.com/
名称:Komodo Media
介绍:
  Komodo Media 是一个承接网站建设的设计公司(还是个人?这个不清楚。)。技术力量非常强大。网站设计非常棒。其中一篇用 CSS 来实现等级分投票效果的文章在国内被众多网站建设者所知。
  Komodo Media 直接翻译的话是“巨蜥媒体”了,基本上他们网站自己定位也是这样的意思可能,从他们的 Logo 上可以看出来一点,是一个类似的动物的形状。不过我个人感觉更像是恐龙,哈,叫恐龙媒体好了。
  在 Google 中搜索 Komodo Media 得到“约有351,000项符合Komodo Media的查询结果”。搜索结果中是被很多专门从事 CSS 研究的网站和书籍所介绍这个网站的内容,看来这个网站在互联网网站建设方面已经有了很高的位置。如果搜索范围定在中文范围内的话呢,哈,“郭爽的 Blog 的 Komodo Media 的 webdesign 报价”排在第一。

这是 Komodo Media 的webdesign 报价,嗯,咱要是能有人家的1/10就满足咧...
* Per Hour ~ 65 USD
* Per Day ~ 500 USD
* Websites start from around 2000 USD
* Logos and branding start from around 750 USD

年轻淫啊...2003 1月出道至今...

Education

* Bachelors of Liberal Arts in Computer Science - Carroll College, May 2003
* Bachelors of Liberal Arts in Mathematics - Carroll College, May 2003

Skills

* Web Design: Flash MX 2004, Fireworks MX 2004, Dreamweaver MX 2004, Adobe Photoshop, Adobe ImageReady, W3C Standards Compliance
* Programming Languages: C++, ASP, PHP5, VBScript, JavaScript, HTML,DHTML, XHTML, XML, XSLT, CSS, JETSQL, SQL, PLSQL, Flash ActionScript 2.0, Mathematica
* Database: ORACLE, MS Access, mySQL
* Hardware Experience: PC construction, troubleshooting, upgrades and maintenance


  上面是引用郭爽的文章的内容。唉,看了以后真是感觉到惭愧呢,真是一个人怎么能会那么多东西呢(有可能是指的是公司吧),唉,惭愧惭愧……
  看他们的网站代码就能感觉到一些不一般,文件头代码摘抄如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Komodo Media, Web, Web Application and Identity Design Company</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Web and Web Application design company, Rogie King, Komodo Media aims at creating beautiful websites paired with powerful programming methods using JavaScript, Macromedia Flash, and Server Side programming.  As a one man show komodoMedia focuses on good communication as the heart of its relationships with its clients.  Rogie King is a over-caffienated work horse and loves what he does way too much.  He relies on old-fashioned work ethic and a passion for new technologies." />
<meta name="keywords" content="Rogie, King, design, web design, print design, logo design, information architecture, web standards, css, design help, victorian talent, helena, montana, pixelart, pixel, art, drawing, vector, terrain generator, tgen, xhtml, flash, mx, actionscript, komodo, media, consultant, iGal, image, gallery, ASP, PHP, JavaScript,coding, programming, komodomedia,komodo media,ting chat,ting, logie,komodoChat" />
<meta name="author" content="Rogie King" />
<meta name="revisit-after" content="1 Week" /> 
<meta name="robots" content="index, follow" />
<meta name="language" content="EN" /> 
<meta name="copyright" content="Copyright 2004 to Present" /> 
<meta name="rating" content="general" />
<link rel="alternate" href="http://feeds.feedburner.com/Komodomedia" type="application/rss+xml" title="Blog Entries RSS 2.0"/>
<!--link rel="alternate" href="http://komodomedia.com/wp-commentsrss2.php" type="application/rss+xml" title="Blog Comments RSS 2.0"/-->
<link rel="shortcut icon" href="/includes/themes/business/images/favicon2.gif" />
<link rel="pingback" href="http://www.komodomedia.com/xmlrpc.php" />
<link rel="start" href="http://www.komodomedia.com/" title="Home" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/includes/css/main.css" title="main" />
<link rel="alternate stylesheet" type="text/css" media="screen, projection" href="/includes/css/main_left.css" title="main_left" />
<link rel="alternate stylesheet" type="text/css" media="screen, projection" href="/includes/css/simple.css" title="simple" />
<!--[if lt IE 7]>
<![endif]-->
<script src="/includes/themes/business/js/js_theme_switcher.js" type="text/javascript"></script>
<script src="/includes/themes/business/js/js_functions.js" type="text/javascript"></script>
<script src="/includes/js/ufo.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var logoFO = { movie:"/includes/themes/business/flash/logo_blur.swf", width:"120", height:"75", majorversion:"8", build:"0" ,wmode:"transparent", menu:"false"};
UFO.create(logoFO,"ufo-logo-container");
document.write('<style type="text/css" media="screen,projection">#ufo-logo-container{display:none;}html>body #folio-wrapper{background:url(/includes/themes/business/images/folio_bg.png) top center no-repeat;padding:20px 0px 0px 12px;}</style>');
//]]>
</script>
        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
        <script type="text/javascript">
        //<![CDATA[
             _uacct = "UA-132070-1";
             urchinTracker();
        //]]>
        </script>
</head>

  根据上面的代码,能看出来他们的网站应该是用 Wordpress 建设的。而且根据代码看居然都对 IE 7 做了一些相应的优化或者预备将来使用的功能。并且所有的 Javascript 代码都有 //<![CDATA[ 和 //]]> 注释包括。真的做到完全标准化的样子。
  奇怪,好像在代码标签中如果包含<title></title>标签好像会被过滤掉。在下面在试验一下,我在下面的代码标签中放置了如下语句:“<title>Komodo Media, Web, Web Application and Identity Design Company</title>”。如果不能显示出来,看来就是过滤掉了。这句话的前面的代码用中文的<>代替了英文的<>。
<title>Komodo Media, Web, Web Application and Identity Design Company</title>

  看来真的是吧这句给过滤掉了,不过在你再编辑这个文章的时候它不会把他过去掉的话去掉,还保留在那里,这种模式做的真不错。过一下再发一个文章,记录这个事情,哈。算是一个“砖块”积累。
  补记:刚刚又研究了一下,发现不是过滤的问题了,因为在页面中代码是存在的,在发表文章的时候本来遇到左尖括号和右尖括号的时候会自动转化为“ &lt ; &gt ;”的,可是<title></title>却没有转化,所以,代码在页面中算是被解析了的,而这个代码被解析了以后应该是显示在浏览器的标题栏上的,所以在这个地方自然无效了,而在当前位置也无法显示,所以就是不显示了,这个很让人感觉到奇怪,不知道为什么 Opera 的这个系统为什么会对这个代码特殊处理不去转换。待研究一下,或者看看社区的帮助有没有说到过这个。还发现了一个问题,就是代码块的区域,在 Opera 的浏览器下看,如果有超出宽度部分的呢,是出现滚动条的,而在 IE 下是没有的,就直接裁切宽度了不显示了。