Community Place – Editing CommonTabStrip text and links: I edited the Resources.xml file like so: <!– Main Navigation –> <RESOURCE name=”home”>Home</RESOURCE> <RESOURCE name=”1000program”>The Program</RESOURCE> <RESOURCE name=”1000curriculum”>Curriculum</RESOURCE> <RESOURCE name=”1000events”>Events & Conferences</RESOURCE> <RESOURCE name=”1000news”>News Releases</RESOURCE> <RESOURCE name=”1000churches”>Member Churches</RESOURCE> <RESOURCE name=”admin”>Settings</RESOURCE> <RESOURCE name=”controlpanel”>Control Panel</RESOURCE> <RESOURCE name=”register”>Join</RESOURCE> <RESOURCE name=”mainnavigation”>Navigation</RESOURCE> <RESOURCE name=”user_myprofile”>Profile</RESOURCE> <!– <resource name=”weblogs”>Blogs</resource> <resource name=”forums”>Forums</resource> <resource name=”discussions”>Discussions</resource> <resource… Read More


VCalendar – Open Source Web Calendar Application with Related Tools; Event Calendar:… Read More


Sending authenticated e-mails in .NET 2.0 — devel.oping.net: ending e-mails in the .NET Framework 2.0 is about the same as in version 1.x. There are just a couple of variations. First, all the functionality is within the new System.Net.Mail namespace. The System.Web.Mail namespace, wich was used in the 1.x frameworks is now considered obsolete. Lets… Read More


dmitryr’s blog : ASP.NET RSS Toolkit: Please check out ASP.NET RSS Toolkit, one of my latest projects. The RSS toolkit includes support for consuming as well as publishing RSS feeds in ASP.NET applications. Features include: RSS Data Source control to consume feeds in ASP.NET applications Works with ASP.NET data bound controls Implements schema to generate… Read More


博客园 – YAO.NET℡ – Ajax初体验(一): script type=“text/javascript“ defer=“defer“> test.test.onLoading = function(b) { var l = document.getElementById(“loadinfo“); l.style.visibility = b ? “visible“ : “hidden“; } function doTest2() { test.test.getData(document.getElementById(“txtInput“).value, doTest2_callback); } function doTest2_callback(res) { var p = res.value; var layer1 = document.getElementById(“Layer1“); layer1.style.visibility = (p == “”) ? “hidden“ : “visible“; document.getElementById(“Layer1“).innerHTML = p; } script>… Read More