Javascript
There are 7 entries for the tag
Javascript
Go to the forum control panel, Templates. If want to modify the ForumView, click on it and insert your Adsense code after the very first [BREADCRUMB], ie: <%@ Register TagPrefix="am" TagName="ForumJump" Src="~/DesktopModules/NTFor... <%@ Register TagPrefix="am" TagName="Stats" Src="~/DesktopModules/NTFor... <%@ Register TagPrefix="am" TagName="WhosOnline" Src="~/DesktopModules/NTFor... [BREADCRUMB]...
This post is the fourth in a series of postings, containing examples of SharePoint WebParts that anybody can build all by themselves. To read all posts in this series, or to get started with the RSSBus WebPart, go here. #4 – List Active Directory Groups and Users This web part will list each user group and its members, as defined in your Active Directory (or other LDAP server) installation. Step one is to make sure you have the RSSBus Web Part installed. See here for instructions. Step two, make...
I’ve always wished I could customize the skin on my blog at GeeksWithBlogs.Net. GeeksWithBlogs is built on SubText, and of course its just a skin, but since GWB is hosting my blog and I don’t have control over the skin files myself I am limited to what I can do with it. Well, today I finally did it, after some inspiration from John Resig (@jeresig) and his “Easy Retweet Button”. I added a “Tweet This!” button to the footer of each post. First, I modified the default styling of John’s retweet.js so...
Update: deadline pushed back (another week?) for the scripting contest. In case you missed it, the guys over at the PowerScripting Podcast are hosting a scripting contest. Hurry though, the deadline is Sunday! They’re giving away free licenses of NetCmdlets and PrimalScript 2007. Technorati Tags: PowerShell, NetCmdlets...
Lyrics below...uh oh...how white and nerdy are you? Here are the lyrics I'm guilty of: My MySpace page is all totally pimped out I ain’t got a gat but I got a soldering gun Even made a homepage for my dog Only question I Ever thought was hard Was do I like Kirk Or do I like Picard ... actually no, Picard rules. White & Nerdy by Al Yankovic They see me mowin’ My front lawn I know they’re all thinking I’m so white and nerdy Think I’m just too white and nerdy Think...
I run an old DotNetNuke 2.11 website that uses the NTForums module from Active Modules, Inc. NTForums is actually outdated and the current product has be rebranded as Active Forums. Active Forums supports DNN 3.1, 3.2, 3.3, 4.0, and 4.3. The only reason I haven't installed the upgrade yet is that I keep having trouble with the DNN upgrade itself (not the module upgrade). Last night I had some trouble with a sql injection (fun times!). Luckily, the injected script was basically harmless, just annoying....
I've mentioned before how you can generate Google Earth KML using RSSBus. The current beta of RSSBus already comes with a yahooMaps operation that will generate an RSS feed that contains a Yahoo Map of a particular location. Virtual Earth, you say? The LoadMap function of Virtual Earth takes a latitude and longitude coordinate as input, so here is some RSSBus Template code that will call the RSSBus yahooGeocode operation and use its lat/long output to generate a Virtual Earth map. The first step...