摘要:     MetaWeblog是基于XML的RPC下通信(一个传输协议),是现在最热门的API之一,就连微软的Windows Live Spaces 也 支持MetaWeblog API。 此文将参照 Windows Live Spaces MetaWeblog API 实现在客户端操作博客园的个人MetaWeblog API。对不起,,语句实在组织不好。。 以下定... 阅读全文
posted @ 2008-08-21 14:08 真见 阅读(509) | 评论 (2)编辑

浏览器过滤

       想要ASP.NET 服务器控件在不同的浏览器中有不同的值可以如下声明:

<asp:Button ie:Text="IE文本" runat="server" mozilla:Text="FF文本" />

     全一点的标记:

 

ASP.NET浏览器过滤 就是通过 ie 和 mozilla 前缀 附加在 Text 和 OnClientClick 属性上的。

在IE中:

在Firefox中:

注意:如果客户端浏览器既不是IE也不是FF的话,,就默认为一般属性值,而且IE不区分IE6和IE7。。。

虽然这里只是简单的Text属性,但也可以是其他所有属性,ID和事件处理函数名除外。。

 

网站离线

       此技巧可能一般人都知道。如果在ASP.NET应用程序的下创建一个 “app_offline.htm” 的文件,那么该网站的所有请求都会重定向到 “app_offline.htm”。。

此功能很好,一般用在 网站维护,升级,以及数据库方面的原因,而且非常灵活,直接让整站离线,而不是去IISRESET。。

如果想要解锁的话,请直接删掉“app_offline.htm”,或者 将“app_offline.htm” 文件 改名为 “app_online.htm”。。

注意:请在“app_offline.htm” 文件的字节数一定要大于512字节,否则IE会将已404的错误页面处理。。

 

Happy 共享此文 :
posted @ 2008-08-14 23:42 真见 阅读(1613) | 评论 (20)编辑
     摘要: 一.启用(增强)RSS浏览器按钮。 RSS订阅按钮在IE8中没有启用时 RSS订阅按钮在IE8中启用时(来自博客园 ) RSS按钮启用或禁用只是一个放在<head> <head/>网页区段的<link>指令,如下示例。 <link rel="alternate" type="application/rss+xml"... 阅读全文
posted @ 2008-08-11 12:39 真见 阅读(1668) | 评论 (2)编辑

自定义Visual Studio主题

app_img1

SQL SERVER 2008最好的特性-sqlps.exe???

 

Yahoo! UI Library: YUI Compressor for .Net

app_img5

IronPython - Release 2.0 Beta 4

 app_img3

 

再次Sql Server2008链接汇总:

  • SQL Server 2008 在 MSDN Subscriber 下载。 -  这里我想说明一下,此网下载必须用Live帐号登录,hotmail不行,而且MSDN Subscriber对中国版的好像去掉了,晕。建议到微软下载中心找其他地址下载,建议等VSP1出来后在安装。
  • Microsoft SQL Server 2008 Release Notes
  • Microsoft Sync Framework  - 包括ADO.NET对ADO数据来源脱机工作。
  • SQL Server Compact 3.5 SP1 Released - 最终会包括在Visual Studio SP1。
  • SQL Server 2008 RTM samples. - 在codeplex上的新sql server samples.
  • SQL Server 2008….Finally - SQL 2008其他部分年发布在下个月的日期说明。
  • Happy 共享此文 :
  • posted @ 2008-08-08 15:27 真见 阅读(1220) | 评论 (15)编辑

    I hope the title of this post is not too much misleading, by IT I don't mean to talk about which brand of CPUs is being used to host the official games website, or which Imaging technology is being used by which vendor. By IT I mean that I need and want to see the Olympic games Information ,now show me which Technology I can use to get it .
    Well there is of course the official Beijing and Olympics games sites. But since according to my world time zone a lot of the events would take place when I sleep or when I'm at work so watching it on a plain TV wouldn't always be an option. With RSS I can get interesting almost real time results streamlined into my favorite RSS reader. Now the only problem is to actually find the RSS feeds. The official Beijing web site has a 13 category RSS page which was actually a bit hard to find (there is a small RSS link at the bottom of the main page). For me the most interesting one is Sports News: News on the Games' sport events , only trouble is that it only includes a segment of the first sentence. You have to actually press the link to read the full detail.
    There are also some more RSS feeds :

    But the king of them all RSS feeds has got to be NBC's

    It's the king because it lets you customize your RSS feeds according to nation or sport events or other relevant criteria. Here is for example the rss feed for just the Sailing events or Judo events

    NBC also offers a set of gadgets that can be embedded in your favorite Web 2.0 social network ,or on your desk as a vista widget or in your blog (if your reading this from the actual web site , check out the results and schedules widget on the right pane)
    I highly recommend checking it out. more info here

    So what can I also get on other media fronts ? you would expect that IPTV would be huge by now , getting a boost by this global event. Well , the situation here is not that great.
    Here are some IPTV options:

    Youtube's dedicated channel is a bit ironic , it only serves countries where the IOC failed to sell exclusive rights which means , in my guess , that these are countries that the economic situation is not that good , which also means that a broadband connection needed to watch YouTube's streams is not that common ;-(

    There are also some podcasts and videocasts
    http://www.olympic.org/uk/news/podcast/podcast_vodcast_help_uk.asp

    And your occasional on location video blogs

    And there are also some Media you should probably avoid. here is a toolbar designed for the Olympics [ttp://2008summergames.ourtoolbar.com] (add a prefix h to this url) http://www.trustedsource.org/en/feedback/url say they are a shareware legit site, yet I would double check the end user and setup to understand what's really in there that they are installing.

    I just wish that there was a cool results screen saver.

    Good luck to all of the athletes!! 

    原文这里:http://weblogs.asp.net/zroiy/archive/2008/08/08/beijing-2008-it.aspx

    祝大家节日快乐,我祝国家金牌多多,平平安安。

    posted @ 2008-08-08 09:11 真见 阅读(1489) | 评论 (17)编辑
         摘要: 1.Microsoft Sync Framework v1.0 Released (   特色:Sync Services for ADO.NET v2 AND Sync Framework v1 and Sync Services for ADO.NET v2 are now Generally Available!  )   2.BlogEngine... 阅读全文
    posted @ 2008-08-07 14:47 真见 阅读(1257) | 评论 (6)编辑

    一早开电脑就看到此消息了,内容就不翻译了,因为要上班怕迟到暂时放在首页吧。。

    Microsoft Releases SQL Server 2008: http://www.microsoft.com/presspass/press/2008/aug08/08-06SQLServer2008PR.mspx

    Microsoft Releases SQL Server 2008 功能包: http://www.microsoft.com/downloads/details.aspx?FamilyID=c6c3e9ef-ba29-4a43-8d69-a2bed18fe73c&displaylang=en 

    上述下载可能需要登录,因为饿链接时看到浏览器转向了,但我是保存用户信息了的。

    posted @ 2008-08-07 07:43 真见 阅读(921) | 评论 (8)编辑
         摘要: 友情提示:请大家直接看原英文,参照系列标题就是简介。 消息与工具 第一名:31天的Visual Studio提示和技巧。   2.微软下载(TFS ) -VSTS 2008 技术可行性说明书(TFS )MSSCCI V2.1 发布 和 TFS一个技巧 和 如何利用TFS 和 TFS安装问题  和 创建VSTS团队特定版本。   3.Enterprise Lib... 阅读全文
    posted @ 2008-08-06 14:04 真见 阅读(1207) | 评论 (7)编辑

    简单概述 :通过以下一系列的影片,我们教您许多经验 { 安装控件和编写代码, 实现基本特征 }。 每部影片是相当详细大约5 - 7min 。因为他们使用了Silverlight Streaming服务。所以您需要安装最新的beta2 silverlight客户端或下载wmv文件观看。

    Download and Install the control

    下载 Windows Live Tools 工具包

    设置地图属性

    View Video

    Live Sample Here

    服务器端改变地图属性

    View Video

    Live Sample Here

    对客户端不用JavaScript改变地图属性

    View Video

    Live Sample Here

    服务器端处理地图事件

    View Video

    Live Sample Here

    客户端处理地图事件

    View Video

    Live Sample Here

    在地图插入图钉,标记,四边形。

    View Video

    Live Sample Here

    输入数据

    View Video

    Live Sample Here

    Download

    从这里下载全部示例模板 here. View如下:

    原文链接( 请大家看原文 ):http://dev.live.com/blogs/devlive/archive/2008/07/27/386.aspx

    http://dev.live.com/tools/ 

    http://veasp.soulsolutions.com.au/download/default.aspx

    http://www.liveside.net/blogs/developer/archive/2008/08/04/deep-dive-introduction-into-the-virtual-earth-asp-net-control.aspx  ( 原文 )

    Happy 共享此文 :
    posted @ 2008-08-03 23:37 真见 阅读(997) | 评论 (3)编辑

    消息

    第一名:1.New Messenger library – and a word about Windows Live Dev (dev.live.com).

    2.BlogEngine.NET 1.4.5 released

    3.ASP.NET AJAX In Action

    4.Facebook Developer Toolkit 2.0 Release Candidate Now Available。

    5.Windows Live Tools for Microsoft Visual Studio 2008. 以及 http://dev.live.com/tools/

    6.Missing Dynamic Data Templates - VS 2008 SP1 and .NET 3.5 SP1

    7.Visual Studio 2008  Web部署项目 {  Web Deployment Projects (WDP) }  RTW version 发布。

    8.Microsoft  New WebSite - Microsoft Higher Education.

    9.Visual Studio 2008 SP1 ( 只是介绍,并没正式发布,不要被我的标题迷惑了 ).

    10.Ratings and Reviews for CodePlex Projects( codeplex 新特色 ).

     

    微软框架

  • 11.Composite Application Guidance for WPF
  • 12.Unity
  • 13.Managed Extensibility Framework (MEF) CTP

     

    Twitter

    14.twitter强大的80个链接。

     

    Visual Studio

    15.RockScroll 工具。

     

     

    ASPX - C# - AJAX - Silverlight:

    16..Net工具清单,以及如何将它们下载。

    17.Visual Studio 2008年 Service Pack 1 Beta 发行说明和固定问题的列表.

    18.在Asp.Net 3.5中如何获得ListView 的 DataItem  ( 相比Repeater,又是一个ListView的好技巧!)

    19.Effects and Transitions for Silverlight。   木野狐(Neil Chen) 已经详细介绍了。

    20.44个Silverlight 视频。

    21.2个很酷的调试技巧。

    22.使用ASP.NET AJAX4.0 Preview 1 客户端 templates, part 1。

    23.C#预处理指令概述。

    24.如何在asp.net从浏览器中获得区域语言和国家。

    25.显示“加载… ”信息。

    26.优雅漂亮的C#3.0判断语句。

    27.如何判断会话已过期,并重定向到另一个网页。

    28.使用ASP.NET AJAX TAB Control。

     

    css

    29.50个CSS创意例子。

    30.CSS圆角生成。

    app_img1

     

    Happy Share this post :
  • posted @ 2008-08-03 00:01 真见 阅读(722) | 评论 (7)编辑