CommunityServer 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
Web calendar VCalendar – Open Source Web Calendar Application with Related Tools; Event Calendar:… Read More
Sending authenticated e-mails in .NET 2.0 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
Dict lookup Dict lookup: Dict lookup This MS IE 4+ add-on lets you easily look up words using the dict.org server. Just highlight the word, right click, and chose dict. A new window will open with the dict.org page and the word’s available definitions. Installation Download the archive (36KB), extract to a directory then run dict-install.bat. You… Read More
Enterprise .NET Community: Build a Data Access Layer with the Visual Studio 2005 DataSet Designer: ASP.NET.4GuysFromRolla.com: Custom Paging in ASP.NET 2.0 with SQL Server 2005: SELECT RowNum, EmployeeID, LastName, FirstName FROM (SELECT EmployeeID, LastName, FirstName ROW_NUMBER() OVER(ORDER BY EmployeeID) as RowNum FROM Employees e ) as EmployeeInfo… Read More
Enterprise .NET Community: Build a Data Access Layer with the Visual Studio 2005 DataSet Designer: Enterprise .NET Community: Build a Data Access Layer with the Visual Studio 2005 DataSet Designer:… Read More
ASP.NET RSS Toolkit 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
Ajax初体验(一) 博客园 – 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