Friday, 11 July 2008

使用Google的 Website Optimizer 来检查优化你的网站

Google提供了一个 Website Optimizer 工具
  可以来检查网站,以提供优化建议。
  这个工具需要有Google帐号,注册即可使用。
  工具目前可以检查两张情况
  1 A/B Experiment A/B体验 这个方法是检验两个完全不同的页面的运行效率情况,适用于:
  页面周访问量小于1000 你想移动栏目或变换页面布局
  2 Multivariate Experiment
  这个方法是比较内容在多个页面位置的运行情况,适用于: 页面周访问量小于1000 页面中不同部分的内容都有同时的改变 使用方法,注册帐号后 即可以按照Google的提示进行测试


有没有效果看他运行段时间再说吧 更多有用的链接可以参看

http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en&answer=55917

07/11/2008 Daily

今天我较以前起得晚了些,感觉有些困!
上午部门经理要求我们测试我们产品ppt2dvd的破解情况, 我们找了一上午, 发现只有极少数网站能找到我们产品的"破解版"下载, 等我们下载装后,并没有发现与试用版有什么区别, 接着我们寻找注册机, 但下载的注册机根本就不能用,而且我下载的个注册机是个病毒,安装后把我计算机系统都搞坏了, 所以关于破解版的查找没有好的结果!
下午,我们公司开了个季节性会会议----2008年第一季度公司总结会议
会议完成后, 由于我的计算机被破坏得太厉害,我只有把系统还原到了7月9日,重启后系统运行良好!
下个工作日的计划: 完成今天没有完成的工作计划表, 提起精神,高效地工作
今天工作心得: 公司有着人性化的管理制度, 使我信心更加充足

English:
I got up later than before, feeled a little tired!
In the forenoon, our department manager required us test the condition of product ppt2dvd which we thought it have been cracked badly. We find it all the a.m, but find little sites which provide the Url of our product's cracker, when download the cracker, we can't find the difference between our trial's copy. After that, we become to find the register of our product, but it can't use when download it , and get a virus which download by me, when I set up it , my computer' s system been cracked. At last, we didn't find any threat about our product's crack, we couldn't find the reason of our marketing's decline!
We took a meeting about summarization by season----our company's summarization of the first season of 2008
I had to revert the system on 2008-07-09 because my system cracked too badly, it runs good when restarted!

The plan of next work day: Finish the plan which I didn't finish this day, take the enough energy on work effective
what one has learned: More confidence brcause our compay has the humanism management and leader

Thursday, 10 July 2008

07/10/2008 Daily

I said we should plan by days on work when we graduated on training, But we did not do it like this . We worked random , ignored the plan by the passed days we worked .
In the afternoon, we took a meeting to discuss the marketing's decline, but couldn't get the answer .
I think the reason of our marketing's decline is our team do not effective , I think we shoule divide the work , and everybody work on his expert.


Hard working, Make a detail plan by days !
fluster

Wednesday, 9 July 2008

诊断 aspnet_merge.exe 已退出,代码为1

VS2005发布网站时不会像VS2003一样生成规则的DLL文件、而生成的DLL文件名含有随机数且不能一个项目生成一个DLL文件。
所以,每次网站改动了,一发布,就要全站上传,很不习惯,很不爽;
为了做到像vs2003一样,听说微软发布了WebDeployment Project插件可解决此问题,就搞了一个;安装很简单。
下载网址:http://download.microsoft.com/download/c/c/b/ccb4877f-55f7-4478-8f16-e41886607a0e/WebDeploymentSetup.msi
但是发布时老是报出"aspnet_merge.exe”已退出,代码为1的错误而且发布的DLL并没有合成一个,还是像以前一样,一大堆;
去网上查了一下,有的说是中文编码问题,有的说是数组索引超出限制等;没办法啊,自己解决吧,但是这错误从哪里找起啊;
还好,看网上有人说,将VS 2005的工具-选项-项目和解决方案-生成并运行,设置“MSBuild 项目生成输出详细信息”,选择“详细”。再次生成Web Deployment Projects项目,“输出”框内的信息就变得非常丰富了;这样就可以查看哪里出错了;
果然,再次发布,错误停在了An error occurred when merging assemblies: ILMerge.Merge: ERROR!!: Duplicate type ‘web_left’ found in assembly ’App_Web_k7ytr’
它的意思是说web_left的类,已经存在了,我去项目里搜索这个字符串,果然,出现了四次;两次是在cs文件中的class定义处,另两处自然是页面的inherits调用处;
不用说,这是某个程序员在复制页面时,没有做任何改动,连cs引用也没有改;我马上改了,再次生成;
又停了下来,提示与前面一样,只是类名不同罢了,看来同样的错误有很多,唉,只好再改,然后再生成,根据提示,找到错误处,再改;生成是好慢的,搞了一个下午,全改完了;
最终,生成成功!呵呵;所有的cs生成的dll合成了一个dll;
在页面的头部,cs引用处,变成了<%@ page language="C#" autoeventwireup="true" inherits="web_GovOpen_Article, BuilderWeb" enableEventValidation="false" viewStateEncryptionMode="Never" %>注意,inherits处,引用的dll名称,不再带有随机数了;
再说些其它的,在VS2005的“输出”窗口中,还看了这样的信息命令: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /webSite -p "D:\项目二期\webSite" -u -f -d "D:\项目二期\BuilderWeb\webRoot\\" 任务“AspNetCompiler”正在使用“C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe”中的“aspnet_compiler.exe”。
挺熟悉的,原来它是用aspnet_compiler.exe来生成的,当初自己还用它的命令行形式自己搞过呢;
再看后面Running aspnet_merge.exe ... 命令: C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\aspnet_merge.exe "D:\项目二期\BuilderWeb\webRoot" -o BuilderWeb -debug -copyattrs 任务“AspNetMerge”正在使用“C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\aspnet_merge.exe”中的“aspnet_merge.exe”。
不用问,aspnet_merge.exe的功能是合并dll文件了;
正是因为aspx引用的cs文档中的类重名,所以在合并时才会报错,以前是分开在不同的dll中的,重名问题没有暴露出来,合并了就出问题了;
现在可以明白这个“代码为1的错误”了吧。

Microsoft .NET Pet Shop 4.0 Download

If you are a C#/.Net programmer , you should download the Microsoft .NET Pet Shop 4.0 , it's the standard frame of WebSite!
You can find the download site on http://msdn.microsoft.com/en-us/library/aa479071.aspx .
Download the PetShop 4.0 Installer.msi.

Free Monitor for Google----A good tool for analysis Google Engine's keywords

Name:Monitor for Google
Language:English
Size: 2.5M

Add Url----> Add Keywords---->Search
Then you can get the rank of site's keyword!
You can download it on the site: http://www.cleverstat.com/en/

20080709Daily

For finishing the plan established yesterday , I designed two pages about Press Room. It's the start of our coorperatin on work . I and Li hu made a team of Web Editor !

Cooperation
Find some pages need to be changed!

20080708Daily

Our group analyticed the Season Marketing this morning . It's not optimistic , we should work harder !

Easy and Efficient
Planed by the today's plan !

20080707Daily

Today, I get up early as previously, it's a beautiful day , new work, new leader and new working place!Analysis the websites about our group、find some errors from sites and suggest how to improve the sites to make the Google Search result friendly But I get a punishment , because somebody called my phone and rang loudly at the noon , It was so noisy that made somebody awake!

Busy,Fullly
Planed by leader --Find Errors from our sites!

Thank you for visiting my Blog !