春节技术关注:Atlas CTP版本推出

  • [Atlas; ajax] Atlas相关的消息 #
    Atlas一月份CTP版推出,主要作者Nikhil Kothari对该版本的功能做了总结:--对异时PostBack时的重新定向和错误报告的支持--新的控件atlas:UpdateProgress对进程指示的支持--Atlas控件对真实PostBack的支持--UpdatePanel控件的自动和有条件的更新
  • [ajax] AJAX技术如何节省应用的带宽:多次交互,每次少量更新 #
    AJAX技术比刷页方式节省带宽的比例换算公式:( 交互次数(刷页交互流量 - AJAX交互量) - (AJAX版首次加增加量) ) / (刷页*交互次数 首次加载页面大小)
  • [.NET开发; RSS; opml] RSS 2.0 Framework #
    The Raccoom.Xml namespace contains interfaces and classes that deal with RSS 2.1 and OPML 1.1 data. It provides strong typed classes which meet the required specifications. These classes help you to consume or create these kind of documents in your code, no knowledge about XML or the data specifications needed.
  • [.NET开发; ajax] AJAX Pager control #
    After AJAX Repeater control next logical thing was to try and create paging control, a control which renders paging links when you set its properties like page count and page number, I have been using similar control in asp.net page so I decided to implement same thing with JavaScript.
  • [搜索技术; Google] Google's BigTable 原理 #
    BigTable 从 2004 年初就开始研发了,到现在为止已经用了将近8个月。(2005年2月)目前大概有100个左右的服务使用BigTable,比如: Print,Search History,Maps和 Orkut。根据Google的一贯做法,内部开发的BigTable是为跑在廉价的PC机上设计的。BigTable 让Google在提供新服务时的运行成本降低,最大限度地利用了计算能力。BigTable 是建立在 GFS ,Scheduler ,Lock Service 和 MapReduce 之上的。
  • [borland] 它終於發生了! #
    其實對我個人而言,我覺得這樣做是對的,因為不在Borland工作的人不會知道我們這些相信開發工具,喜歡開發工具的人在Borland為開發工具而戰是多麼的辛苦,Borland已經確定要走ALM的路,因此幾乎把所有的資源都投入了ALM,就像David I Blog中說的一樣。雖然開發工具仍然是賺錢的生意,但是開發工具部門並沒有得到應該有的照顧和資源,Chuck爭的累了,Danny爭的也累了,我們許多人都累了,因為這些人中大多數只是技術人員,我們不是Borland的高層人員,我們無法決定Borland的走向。記下這一天,『2006年2月8日』 ,因為不管你喜不喜歡Borland,這一天在未來人們回顧IT歷史時,將是軟體界重要的一日。
  • [Atlas; ajax] New Atlas Build Available for Download with ASP.NET 2.0 #
    The January CTP build of Atlas was made available today and can be downloaded from http://atlas.asp.net. This is a pretty big release of Atlas that has a number of new and improved goodies (I'm planning on hopefully doing some blog posts walking through some samples soon).
  • [ajax; Web服务] 送別2005,迎接2006! #
    想想iPod為什麼會成功? MP3是iPod創造出來的嗎? 當然不是,iPod的成功是因為它成功的結合了設計,音樂,機動性,而創造了新的使用者經驗(User Experience)。Ajax也不是以創新的技術為本,而同樣是提供了以往未曾有的使用者經驗。因此Ajax會不再流行嗎? No ,no,我覺得Ajax會繼續的進化,Ajax會結合Web Service,SOA,再次提供更新的使用者經驗。為什麼? 因為Ajax的4大支柱之一就是從後端擷取用戶端必要的資料或是服務,那種技術正是為了這種目的提出的呢? 不正是Web Service和SOA嗎?Ajax Web Service SOA也許是2006年的重點之一。
  • [ajax] 让MagicAjax支持中文! #
    过年啦,回到家一直不能上网,很是一个郁闷,不过大年廿九晚上闲来无事,终于解决了MagicAjax中文乱码的问题
  • [.NET开发; Google; map] Print Story #
    I am sure that most of you have heard about or have had a chance to use Google Maps. It's a great service and I was really impressed by the responsiveness of the application and the ease with which users could drag and zoom maps from a Web browser. It has in many ways heralded the arrival of AJAX (Asynchronous JavaScript and XML), which I am sure will revitalize Web development in the days to come.
  • [互联网; 技术; 新闻] How to get latest (tech) news on the internet? #
    This is something for the news freak. If you are always looking for the latest news then there are few places where you can keep you eyes to get everything.
  • [.NET开发; ajax; javascript] AJAX Repeater control #
    Repeater control with ItemTemplate, HeaderTemplate, FooterTemplate, AlternatingItemTemplate and SeperatorTemplate created using JavaScript for binding data from XMLHTTP request.
  • [.NET开发; cms] umbraco cms, open source ASP.NET Content Management System written in C# #
    For the first time on the Microsoft platform a free user and developer friendly cms that makes it quick and easy to create websites - or a breeze to build complex web applications
  • [ajax] ASP.NET AJAX framework comparison #
    Frameworks included in this comparison are:ComfortASP.NET V0.45 (beta) MagicAJAX.NET V0.2.2 ZumiPage V2.02 ComponentArt V3.0 Callback Control ATLAS CTP December 2005 Telerik r.a.d.callback 1.5.2
  • [Ruby] 37signals-Ruby on Rails #
    更进一步的话,只要有了系统的完整设计,比如 一张完整的 E-R 图的话,你就可以在 Rails 中让其自动生成所有的 CRUD 的 Models,Views 和 Controllers,你就可以在此基础上完善这些已经生成的脚本(都是使用 Ruby 语言写成,非常简洁,而且非常易懂),来完成你的 Web Application。而且 Rails 还提供了非常多的内置方法来加速你的开发(具体参看 Rails 的文档),在这些众多的内置方法中,甚至包括了相当数量的用于加速 AJAX 开发的内置方法。
  • [互联网; 翻译; W3C] W3C Glossary and Dictionary (Chinese Translations) #
    W3C关于一些术语的中译名
  • [搜索技术; Google] Google's BigTable #
    Google BigTable是Google的一种对于半结构化数据进行分布存储和访问的一个接口(服务)。半结构化数据,例如RSS的数据,虽然有明显的Field但是由于每一个Field的定义颇为宽泛,因此对每一个Filed并非是结构化数据。

更多技术动态,请访问我的365KeyRSS),你可以通过365Key订阅

你可能感兴趣的:(Ajax,Google,asp.net,asp,Rails)