Google Analytics: Come See The Big Three
2008-06-30 00:17Who are our big three? You might be able to guess: one of them is Google Analytics, so you can start getting your “Whoo-hooot!” ready. Rounding it out are Webmaster Tools and Website Optimizer, two other free Google tools for website-owners. The first helps you improve your site’s... [阅读全文]
How To Implement Scrum In 10 Easy Steps
2008-06-30 00:16When I first encountered agile software development, I found it hard to understand. Okay, I might not be the brightest person you’ve ever met! But I’m not stupid either, I think ... [阅读全文]
10+ Collection of Ruby Quick Reference Sheets and Cheat Sheets
2008-06-30 00:13A great handy collection of Ruby Quick Reference cards and Cheat sheets . Select your pick and get it printed or keep it handy. ... [阅读全文]
The 20 most kicked “top-10 stories” for Developers
2008-06-30 00:13Top-10 do enjoy great popularity! Why could that be? Well, it all comes down to laziness Someone scanned all the web and simply wrote down the best for me. In fact those compilations – as also this one – usually are just a cross section within a small range of experience and sight. That is also th... [阅读全文]
Sparklines in Javascript With Sparklines.js
2008-06-29 23:57Earlier this week I spent a couple of days playing with the idea of sparklines, and ended up making a JavaScript library for generating sparklines in the canvas element. Because I’ve been using it a bit recently, I used Processing.js to handle the visualization. ... [阅读全文]
Don’t call it a static or dynamic language!
2008-06-29 23:40Well this one guy asked me a standard question, ‘what are the advantages and disadvantages of statically typed versus dynamically typed languages?’ Now the full debate on that question could not only fill a whole series of blog entries, but could be a book by itself, which I will not ge... [阅读全文]
升级到WordPress 2.6 Beta 2
2008-06-29 23:10把站点程序升级到了WordPress 2.6 Beta 2。今天听Leo 同学说他已经“生了”(寒一个先……)。而且是顺产,那我也就顺便凑下热闹。 升级过程比较顺利,SVN 上下了最新的程序,打包上传到服务器覆盖原有文件。进入后台提示升级数据库。按照提示一步步做就OK 了 … ... [阅读全文]
What Is the Future of C# Anyways?
2008-06-29 23:08…The question was asked, why bother learning F#, when eventually I’ll get these things for free once they steal it and bring it to C#… ... [阅读全文]
Joomla相关的一些网站
2008-06-29 22:31joomla是一款优秀的国外开源cms系统,有两大特点:. 1.开源:这个是从mambo演化出来的,由于开源,joomla的发展势头非常迅猛,最近几年连续获得多项业界奖项. 2.完全的模块化:根据层次和嵌入不同,分做组件、模块、插件、模板等,都可以外挂和单独开发, … ... [阅读全文]
Famous Quotes From Bill Gates
2008-06-29 22:27“Success is a lousy teacher. It seduces smart people into thinking they can’t lose.” ... [阅读全文]
python学习笔记3
2008-06-29 22:18isinstance() 函数 我看得这本书说要13章重点来讲,先看一个小例子举例: def dispayNumType(num): print num,’is’, ... [阅读全文]
python学习笔记2
2008-06-29 22:09布尔逻辑操作符 and 、or 和not 都是python 关键字 与其他语言一样 not 逻辑非 and 逻辑与 or 逻辑或 标准类型内建函数 cmp(obj1,obj2) 比较obj1 和obj2,返回整形结果 repr(obj) 或’obj’ 返回一个字符串表示 str(obj) 返回对象适合可读性好的字符串表示 … ... [阅读全文]
My Language of the Year
2008-06-29 21:46Erlang of course because … it combines both functional and concurrency-oriented programming models in a very powerful way. ... [阅读全文]
又一个wordpress皮肤站
2008-06-29 21:19阅读全文 类别:默认分类 查看评论. ... [阅读全文]
WordPress主题推荐-Limau Orange
2008-06-29 20:58WordPress漂亮的后台插件; 七十二松即将结束Beta测试; 生日快乐!WordPress五岁喽! 20个wordpress主题收集网站; 4款web2.0 WP themes; 中文WordPress 工具箱; 用WampServer架设服务器及本机按照调试Wordpress; CMS WordPress Theme 推荐 … ... [阅读全文]
个人站长赚钱新思路
2008-06-29 20:32我做站长的时间不是很长,错过了SP短信联盟赚钱的大好时光。但还是靠Adsense赚了第一桶金,想05、06年每次点击0.1$的感觉好爽啊,每天3万流量的垃圾站每天竟然有50多$的收入,随便搞几个垃圾站每天就有100多$;可是好景不长,持续短短几个月以后收入直线 … ... [阅读全文]
安装WordPress后应该做的几件事
2008-06-29 20:25WordPress是当前最流行的开源博客程序,现在有越来越多的人开始采用WordPress来建设自己的博客。如果你是一位博客新手,来自Hongkiat的这篇You’ve Installed Wordpress, So What’s Next?或许很值得阅读一下。在这里将之简单翻译一下,并融入自己的理解, … ... [阅读全文]
MySQL 6.0.5-alpha Released
2008-06-29 20:00MySQL 6.0.5-alpha, a new version of the MySQL database system including the Falcon transactional storage engine, has been released. ... [阅读全文]
以色列“蟒蛇”(Python)3近距空对空导弹
2008-06-29 19:52“蟒蛇”(Python)3在1982年黎巴嫩战争期间仓促进入服役,使用预生产导弹在对抗叙利亚飞机的实际空对空战斗中被测试。传统的杆-式高爆弹头重量11公斤。它最大射程大约15公里和最高飞行速度Mach 3.5。“蟒蛇”(Python)3的红外导引头有一个正负30度的万向架 … ... [阅读全文]
Python 设计模式——用模式改善软件设计
2008-06-29 19:18一、什么是设计模式设计模式(design pattern)的提出,是面向对象程序设计演化过程中的一个重要里程碑。正如Gamma,Helm,Johnson和Vlissides在他们的经典著作《设计模式》一书中所说的:设计模式使得人们可以更加简单和方便地去复用成功的软件设计和 … ... [阅读全文]
最新评论