CommunityServer

Posted by & filed under ASP.NET.

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>

Dict lookup

Posted by & filed under JavaScript.

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 …

ASP.NET RSS Toolkit

Posted by & filed under ASP.NET.

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

Ajax初体验(一)

Posted by & filed under Ajax, ASP.NET.

博客园 – 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