Welcome to the Live Labs Pivot Technical Preview! 

 

To download Pivot, visit our download page. Then, use the following installation code:

 

2C3F 6B9F D5EC 3A79 (还有9个可使用)

 

This code is good for 10 installs – give it to 9 friends and keep 1 for yourself!

 

We hope that you will join our discussion forum to share your feedback and interact directly with the Pivot team.

 

Thanks,

The Live Labs Pivot Team 

 

 

FAQ:

Pivot has very limited configuration support, and both the language and date time settings must be standard English-US.

 

http://getsatisfaction.com/live_labs_pivot/topics/no_setup_internet_connection - has more details.

posted @ 2009-12-05 15:37 S.Sams 阅读(25) | 评论(0) |  编辑

1. 打开vs 2008的工具>选项>HTML设计器时提示:加载此属性页时出错

2. 打开 .aspx 文件是, 只有HTML编辑视图,没有视图切换选项

在命令行中运行:devenv /ResetSkipPkgs 即可解决该问题.

posted @ 2009-03-17 16:57 S.Sams 阅读(491) | 评论(3) |  编辑

该错误只在IE中出现,出现该提示的原因主要有两种:

     1. 重定义了系统的触发事件名称作为自定义函数名如:  onclick / onsubmit ...  都是系统保留的事件名称,不允许作为重定义函数名称。

     2. 出现死循环,都提示:Stack overflow at line: 0 , 如:在图片对象定义了 onerror 事件的循环处理、

          <img src="http://images.cnblogs.com/a.gif" onerror="this.src='/image/block.gif'" />

          这里并不是说 /images/a.gif 不存在, 可能是由于网络原因造成, 这时会执行 onerror 事件,  调用 /images/block.gif 去做当前图片的路径, 但如果当前 /image/block.gif 这个图片文件不存在, 再或者由于网络原因, '/image/block.gif' 下载又出现错误时, 就出现了死循环。

          所以在处理 onerror 事件时,要考虑是否是出现这样的问题。

     ” Stack overflow at line: 0 “ 该错误不是一直出现,是有时会出现, 是网络不正常导致死循环引起的, 查了好半天, 最后才找到这个原因,做下记号吧, 给有需要的人。

posted @ 2009-01-18 12:06 S.Sams 阅读(3912) | 评论(4) |  编辑
     摘要: This week I’ve been working on a project that required data to be shown visually. I needed a Chart Script that was attractive yet gets the data across. The Charts scripts below are built using JavaScript, Flash, Silverlight, and Java. Flot - Flot is a pure Javascript plotting library for jQuery. The focus is on easy usage , attractive plots and interactive features. With Flot you can interact with the data, look at specific data by zooming in, plot a time series, and other various options.   阅读全文
posted @ 2009-01-02 19:09 S.Sams 阅读(325) | 评论(0) |  编辑
     摘要: I’ve seen a lot of reports where people have trouble getting ASP.NET MVC up and running on IIS 6. Sometimes the problem is a very minor misconfiguration, sometimes it’s a misunderstanding of how IIS 6 works. In this post, I want to provide a definitive guide to getting ASP.NET MVC running on IIS 6. I will walk through using the .mvc or .aspx file extension for URLs first, then I will walkthrough using extension-less URLs. If you’re running into problems with IIS 6 and ASP.NET MVC, I recomm  阅读全文
posted @ 2008-12-11 19:19 S.Sams 阅读(1449) | 评论(1) |  编辑
     摘要: 今天在查阅 MSDN 文档时发现这个接口, 其实在线状态的接口, Live已经提供了, 但是需要用户自己操作才能获到该地址. 而且是加密的. [代码]现在有以下的接口参数就太方便了. 可在自己定义状态的图片信息等.http://messenger.services.live.com/users/youliveid@msn.com/presence/?cb=showpresence{ "icon":...  阅读全文
posted @ 2008-09-19 16:49 S.Sams 阅读(2211) | 评论(4) |  编辑
     摘要: BIND 9.5.1b1 is a beta release for BIND 9.5.1BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. BIND 9.5 is the current release of BIND. It is supported, and ...  阅读全文
posted @ 2008-09-12 14:19 S.Sams 阅读(367) | 评论(2) |  编辑
     摘要: Olympic Medal winners at NBC Olympics.com!  阅读全文
posted @ 2008-08-11 21:15 S.Sams 阅读(36) | 评论(0) |  编辑