{}

Startup Lab help other startup projects to create website& apps include webapp& iOS/Android apps. We are building a  PaaS  platform with OpenSource like  CloudFoudry  or MongoDB  to support build& deploy quickly.

Blogs


Gentoo 安装使用教程

Gentoo的安装和内核的编译都是让普通Linux用户望而却步的事情,这个相对普遍适用的安装使用手册希望能降低Gentoo的门槛,让更多的Linux用户能定制一个属于自己的系统。 手册适用于在VirtualBox或VMware等虚拟机环境安装,同时会提供如何安装轻巧的XFce4桌面环境和进行一些简单的配置,内核编译的选项中会介绍一些涉及到OpenVPN、 iptables等常用软件的编译选项。

jQuery $.extend 和 $.fn.extend()

在jQuery中$.extend()和$.fn.extend()是容易让人混淆的,$.fn.extend()的写法还经常出现在jQuery的插件中,它们的用法和区别需要在实际开发的过程中仔细的分别。

this 和 jQuery $(this)

写jQuery程序的时候弄混this和$(this)两个this会让程序莫名其妙的bug,在stackoverflow中关于this和$(this)的提问也很多,很多解释一语道破。

Gentoo 安装 Wordpress 教程

虽然不再用Wordpress做博客了,但还是把Gentoo下配置Wordpress的博客研究了一下。尤其是涉及到Nginx和FPM-PHP的问题,还是让不做PHP开发的小小折腾了一下。

Gentoo 部署 Nodejs 的 Express 应用

虽然不再用Wordpress做博客了,但还是把Gentoo下配置Wordpress的博客研究了一下。尤其是涉及到Nginx和FPM-PHP的问题,还是让不做PHP开发的小小折腾了一下。

Tutorials


OSMF Tutorial

Open Source Media Framework (OSMF) simplifies the development of media players by allowing developers to assemble components to create high-quality, full-featured video playback experiences. This open framework enables development focused on web-based video monetization, with lower costs and faster turnaround.

Backbone Tutorial

Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.