Friends, Technology, Web2.0 - What I am reading

    [Home] [Recent] [Site Map]

   

Monday, July 07, 2008

7/7/2008 7:15:05 AM 澳洲电讯演绎互联网“三国演义” >> Feed

[转载自腾讯科技 2008年7月3日] 
 
腾讯科技上海报道 文/孟鸿
 
在汉理资本的一间会客室里,除了江南春亲笔签名的一封感谢信外,在角落里还有一顶带有“鼎晖”标志的棒球帽。
 
“那是合作帮分众融资成功后,鼎晖吴总送的”,汉理资本执行合伙人钱学锋笑着向腾讯科技解释。
 
汉理资本是国内领先的投行类专业财务顾问,分众传媒、第九城市、和讯和PPlive等企业的融资背后,都有着汉理资本成功运作的身影。
 
皓辰传媒也是汉理资本的客户,皓辰旗下有三个媒体品牌:IT168、联合商情以及CHE168。6月27日,澳洲电讯宣布收购皓辰传媒(IT168/CHE168)及泡泡网(PCPOP/Autohome)两家公司各55%股份,消息称此次收购澳洲电讯共花费约7300万美元。而此前,澳洲电讯2006年收购了搜房网51%股份,当时花费2.54亿美元。
 
澳洲电讯是谁,为什么要收购这些中国垂直网站,带着这些问题,腾讯科技专访了汉理资本董事总经理钱学锋,从资本的角度来解读澳洲电讯的中国策略。而钱学锋正是皓辰传媒从兰馨亚洲融资时的独家融资顾问,也是皓辰传媒的投资人之一。
 
澳洲电讯是什么
 
澳洲电讯原本是一家澳大利亚的固话运营公司,经营固话业务的市盈率只有5-6倍,而经营移动和新媒体业务却能达到15-20倍。钱学峰认为,澳洲电讯转战互联网领域正是看到了盈利瓶颈。
 
实际上,澳洲电讯在北京有自己的团队。钱学峰对腾讯科技说,“澳洲电讯的高管有一个中国策略,而且执行的比较得力”。
 
谈及此次收购,钱学锋指出“澳洲电讯很早就已经进入中国,一直在寻找投资机会,而且上市公司的投资一般都会带有控股的性质”。可以预计,澳洲电讯将来还将继续在新媒体领域继续寻宝。
 
对于澳洲电讯,钱学锋将其评价在中国互联网行业内,为位数很少的,有明确的战略并且持续在投资的国外公司。
 
有趣的是,澳洲电讯似乎仅在中国进入了互联网投资领域,而没有在世界其他地方有类似的投资。
 
为何收购皓辰和泡泡
 
钱学锋认为,此次澳洲电讯收购皓辰传媒(IT168/CHE168)及泡泡网(PCPOP/Autohome),带有很强的整合性质。
 
这两家公司旗下的网站,基本都是两个行业前三名的网站。通过整合,新公司在IT和汽车领域的垂直网站中,将稳稳的排在第一方阵。
 
钱学锋指出,两家公司的广告营销会进行整合,而在运营上则没有整合的必要。PCPOP和IT168有共性也有不同。PCPOP被称为粉红色的PCPOP,主要专注于个人消费领域;而被称为蓝色的IT168,则相对更关注企业用户。
 
IT和汽车是互联网广告投放最多的地方,钱学锋认为,“在这两个领域,通过整合能够形成舰队。”
 
垂直整合不是趋势
 
想要整合出舰队的不止澳洲电讯自己,在其周围还有CNET中国和太平洋网络。
钱学锋说,“这有点像三国演义”。
 
他继续剖析道,CNET刚被CBS收购,其中国战略的整合还有不确定因素;而太平洋网络上市之后并不被资本市场认可,而且其并购之路走的并不顺利。
“相对而言,澳洲电讯比较有实力,旗下三家公司都可能独立上市。”
 
然而钱学锋并不认为垂直整合是一种趋势。钱学峰认为,首先这需要很大的资本,或者广告投放平台、技术上出现“杀手级”的应用,同时还要有好的商业模式,能让结盟的网站共赢才行。
 
他说中国的确有人想把众多垂直网站收购在一起,但是怎么做仍有待于进一步探索,钱学锋认为现在还没看到谁有能力做好这件事。
 
“怎么才能让1+1>2”,值得深入考虑。

7/7/2008 9:31:54 AM RS Tips 101 - 使用RSS在指定的服务器上自动进行ReportingService报表发布 >> joycode

ReportingService有三种报表发布方式:

一、是在报表管理器上直接上传报表,创建数据源,这种方式很麻烦,只适用于少量的报表。

二、是在VS.net里的project里面直接发布,这种只适用于开发环境。

三、就是使用RSS脚本进行自动发布。下面我们就来初步了解一下RSS这种发布方式。


默认情况下,安装完Reporting Service,我们可以在Microsoft SQL Server\90\Samples\Reporting Services\Script Samples目录下找到一个名为PublishSampleReports.rss的文件,同时在联机文件中,我们也可以找到该文件。这个RSS文件就是自动发布的脚本,但是内容比较基础简单,下面我们在这个文件基础上进行一些扩展。


1.    这个是一个比较重要的问题,提供的RSS脚本,要求默认windows认证或者允许匿名访问,但是在实际的生产环境中,一般是用的域认证,且出于安全考虑,禁止匿名访问。所以这一块,我们要改变RSS的认证方式。
       已有的代码是:
rs.Credentials = System.Net.CredentialCache.DefaultCredentials
       改为:
rs.Credentials = new System.Net.NetworkCredential(User_Name,User_Password,User_domin)
       然后在命令行里面加上这三个参数即可:
rs -i PublishSampleReports.rss -s http://ReportServerName/reportserver -u UserName -p UserPassword\Userdomin


       在指定的服务器上进行发布时,有关权限问题这一块,我们还应当考虑是否拥有报表服务器的访问权限,以及是否对对要访问的报表服务器的根文件夹具有相应的权限。在实际操作中,权限问题是报得最多的error。


2.该脚本必须用Visual Studio VB.NET语言编写,因此也可以用VB.NET进行一些额外的操作,例如判断报表是否已经被发布。

7/7/2008 8:16:41 PM Anti-Obama Blogspot Blogs in Spam Trap >> Google Blogoscoped

Larry Johnson writes that a lot of Blogspot blogs opposing US presidential candidate Barack Obama had been falsely marked as spam. As you may know, Google both offers a "report a spam blog" form, and they also have a Flag Blog feature at the top bar. Larry"s theory as to what happened: "It appears that anyone who blogs with Google supported [Blogspot] is vulnerable to being shutdown unilaterally if they are targeted by a group of bloggers who claim the site is responsible for spam." Larry adds that all you need to do is fill out the spam complaint form, suggesting that "a ...

7/7/2008 7:02:04 PM Watch to Learn Chinese, a YouTube-Powered Learning Site >> Google Blogoscoped

Together with Yinxue I"ve been working on a new site lately and it goes live today: Watch to Learn Chinese. Originally the idea was spawned when I saw Totlol, a YouTube API powered site aimed at parents who watch videos with their kids. Using the YouTube API in such custom ways looked extremely interesting. At Watch to Learn Chinese, we"ve used it to compile a help site for language learning. Here are some of the things the YouTube "Chromeless Player" JavaScript API enables you to do: completely customize the player layout... well, except the actual movie rectangle and its YouTube logo. Other than that, you can add your own time bar, your own play buttons, volume control a ...

7/7/2008 12:05:53 PM Criticism of Google on Day Care Facilities and More >> Google Blogoscoped

The New York Times has a piece critical of Google"s handling of their day care management facilities for parents. Besides the core issues surrounding a 75% raise of the in-house day care costs, there"s several peppered quotes. For instance, the author Joe Nocera refers to people who heard Google co-founder Sergey Brin saying he has no sympathy for the parents and that he was tired of "Googlers" who felt entitled to perks like "bottled water and M&Ms". Google denies Sergey made this statement, the NYT says. Over at Friendfeed, so ...

7/7/2008 11:39:40 AM Slideshow-based Google Image Ad >> Google Blogoscoped

Google already frequently shows text-based AdSense ads with a slideshow feature... two arrows where you can click through to more ads if you like. Now Bilal Hameed spotted an image ad with a slideshow feature, as shown above. I wonder... is this new, or is it perhaps one of those gadget ads? [Thanks Bilal! Screenshot by Bilal.] Update: Ionut in the comments says it"s a gadget ad indeed. [Thanks Ionut!]

7/7/2008 11:32:08 AM Dubious AdWords? >> Google Blogoscoped

Google has a couple of "success stories" on their AdWords promo page... like "Five Star Alliance used Google AdWords to increase sales by 75% in just one month" or "Twiddy used Google AdWords and Google Analytics to transform the way it does business". I wonder what the success story to the following ad might look like: Perhaps "we fooled Google searchers into clicking on the ad using a semi-official looking URL and then got them to register on our site for something they"d better be downloading at the official source"? [Thanks Russell O.!]

7/7/2008 11:10:26 PM Bruce Clay Housekeeping >> Bruce Clay, Inc. Blog

[dramatic exhale] Hi, kids. It"s the first day back after the delicious, most relaxing three day break ever which means one thing - OMGZ there"s a lot of work to do! With so many nuggets and developments and news bits floating around my head, I thought sharing them with you...

7/7/2008 12:13:45 PM Manyou体验版开放平台(MYOP)悄然上线! >> 分享网络2.0

Manyou Open Platform(Manyou开放平台/MYOP)服务是由康盛创想(Comsenz)公司为应用开发者提供的开放平台;旨在帮助开发者基于 Manyou Open API 开发基于 UCenter Home 的 应用 程序。

国内领先的社区平台与服务提供商康盛创想(Comsenz)在继两个多月前推出社会化软件UCenter Home以后,又于今天正式推出了紧密结合其SNS软件的开放平台—— Manyou Open Platform(MYOP)!旨在帮助开发者基于 Manyou Open API 开发基于 UCenter Home 的 应用 程序。Manyou Open API 是一套基于 Web Service 协议,实现与 UCenter Home 数据相互访问、存取的接口系统。基于这套系统,开发团队以及插件爱好者可以开发出与数万 UCenter Home 网站紧密整合的应用程序,为这些网站上的网民提供丰富的个性化互联网应用!

我完全没有想到康盛创想会以这种姿势介入开发平台的领域,以我之前的想法:理论上,开放平台的培养一个先决条件是要有一个庞大的用户基数,UCenter Home 在降低了SNS门槛的同时,也在无形中分流了社区用户,而每一个社区被分配到的用户只是很小的一部分,这一块很小的用户群体对于希望搭建开放平台的SNS网站而言是很难成气候的。如今,Manyou开放平台的推出,则打破了我之前我对UCenter Home一些偏见,可以这么评价Manyou Open Platform的发布:MYOP 进入的是一个长尾的SNS蓝海市场,没有大而全的传统社区作为其后盾,依托的只是一个个长尾上的垂直SNS社区!继续观望中。

另外,刚刚宣布巨人参股的51.com,也于近日低调推出了开放平台,并接受第三方开发者的内测申请;据悉,优酷,51玩,酷讯等数百家互联网公司都已经进行了第一期的上线申请。还有就是,校内官方也在最近几日在部分技术性论坛与网站,公布了校内网API平台的网络入口,以及使用规则与使用指南,邀请广大应用程序开发爱好者以及第三方合作公司使用校内网API平台,而在明天将会正式发布该开放平台!

看来,开放已经成为了2008国内SNS的主旋律!


Copyright © 2008 本站作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可 ...


^==Back Home

<==7/6/2008

==> 7/8/2008

Month Archives:

Top Tags:
Google Internet Technology Company & Product Profiles Search feature Business and Technology column Web2.0 analysis 服务介绍 comment application letter 业界信息 news China2.0 Startups 產業策進 deal 未來趨勢 Search Headlines 創投 业界动态 創業案例 Social Network Google/SEO widget news_in


@2007 All rights Reserved