<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d4684235500622716427\x26blogName\x3dCaiwangqin\x27s+blog\x26publishMode\x3dPUBLISH_MODE_HOSTED\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttp://blog.caiwangqin.com/search\x26blogLocale\x3dzh_CN\x26v\x3d2\x26homepageUrl\x3dhttp://blog.caiwangqin.com/\x26vt\x3d3393395200455623441', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Caiwangqin's blog

Focus on Life, Cloud Service, Smart Hardware, Architecture, Technic and beyond…

Compare EngineYard AppCloud and Voxel VoxCLOUD

2011年2月18日星期五


Hardware (instance)EngineYard AppCLOUDVoxel VoxCLOUD

CPU5ECU2 Core(s)

RAM1.7GB4GB

Storage350GB100GB






SummaryHigh-CPU Medium Instance 1.7 GB of memory, 5 EC2 Compute Units (2 virtual cores with 2.5 EC2 Compute Units each), 350 GB of local instance storage, 32-bit platform2 Dedicated CPU Cores
4GB of Fast DDR3 RAM
100GB of Cloud Storage












Platform bit3232/64

IP2 (one internal, one extrnal)2 (one internal, one extrnal)

Database auto daily backupYesNo

SnapshotYesNo






Price with 2 instances$0.40/hour, $308/month$0.23/hour x 2 = $0.46/hour, $328.4/month

标签: , , ,

posted by Caiwangqin, 17:24 | Permalink | 0 comments |

Bindo implementation tools

2011年2月14日星期一


Bindo implementation tools, originally uploaded by caiwangqin.

All development tools for implement bindo.com we are using.

posted by Caiwangqin, 17:59 | Permalink | 0 comments |

互联网创业公司每天可以利用的在线服务

1. 基于Web的客户管理服务
提供这样服务的公司其实很多,我举个例子 有zendesk

2.email递送服务
发送重要的交易类邮件(注册确认,密码取回,订单通知等)
免受 SPF记录,黑名单白名单,email服务器过载的困扰
我推荐的是sendgrid
这个我想找国内的服务商好像没找到

3.营销email和邮件列表
发送新闻邮件。
不晓得ushi用的是啥系统:)
这个我推荐mailchimp或者getresponse

4. 嵌入式本地化管理
假如你管理的是跨语言的系统,嵌入式的本地化管理会帮助你大幅度降低译员管理的成本
市场上也有较多类似的, 但是人工翻译的并不多,这方面我正在开发类似的服务接口。
回头会先推中外文本地化翻译的接口,品牌定为chinesetranspro

5.API 流量管理
有效跟踪API的来源和流量
这个比较专业,运用的公司其实不会太多,Apigee是我觉得不错的一个

6.非App内容的管理
选择一个好的CMS系统也很重要,其实你也有大量开源的系统可以用
这个我就不举例,市场上实在太多

7.实时数据分析
站点访问数据的实时分析,是的,已经有这样的服务了
Chartbeat,我认为这个很酷

8.半实时数据分析
可以安装在你自己网站上的app,5分钟更新一次数据,比Google Analytics要快
haveamint,这个也很好

9.开发项目管理和bug跟踪
PivotalTracker,这个是软件工程师和我推荐的,我自己没有用过

10.企业销售管理和CRM
我承认他有点贵。呵呵
我觉得salesforce很贵,sugarCRM据说不错,也有免费版本,还有pipejump这样的小公司,可以说针对不同公司的不同需求来选择吧

11.在线文档签名
这个东西我觉得非常实用,尤其是Iphone和Ipad流行的今天(当然还有更多的phone和pad)
RightSignature,以后法律文件可以通过这样的插件来在线签名

12.远程会议
多人的远程会议可以选择比skype更可靠的服务
gotomeeting

13.基于web的企业客服管理工具
这个国外的人用的比较多,GetSatisfaction评价比较高,我个人还没意识到这个有多大用处

14.账务管理和发票管理
这个提供的公司很多

15.在线备份和文档分享
Box.net, 据说dropbox也不错,还没有测试
还有超赞的evernote,强力推荐,免费版本一个月可以传60M,当然国内的山寨版本麦库也很不错,最重要的是免费版本容量也很大 

from  "互联网创业 (Internet Startup Bootcamp)

posted by Caiwangqin, 17:01 | Permalink | 0 comments |

Useful test helper with rspec for write test code

2011年2月12日星期六

assert_difference

http://shanesbrain.net/2007/5/24/assert_difference-exposed

* Stub - method with canned response
* Mock - object with canned response

http://railsforum.com/viewtopic.php?id=16758

Factory

https://github.com/thoughtbot/factory_girl_rails

factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.

标签: , , , ,

posted by Caiwangqin, 10:27 | Permalink | 0 comments |