By Bruce Chapman on
Monday, July 28, 2008 11:15 AM
If you're getting serious with your Google Adwords advertising, you should probably be trying out different types of page copy to see which works the best. Here's a quick guide on how to setup Google Adwords testing in a DNN site.
Read More »
|
By Bruce Chapman on
Friday, July 18, 2008 11:15 AM
If you've installed the Url Master module, and it's not working exactly as you want, here's some things to try to work out where you're going wrong.
Read More »
|
By Bruce Chapman on
Friday, June 20, 2008 1:33 PM
This entry is the first in a series about building SEO modules for DotNetNuke. It follows on from my earlier posts about building a module that is optimised for search engines, but in this series I am going to build a module and show the relevant steps and pieces of code that go into making it.
Read More »
|
By Bruce Chapman on
Tuesday, June 17, 2008 10:12 AM
For us 'English as an only language' folks, it's easy to skim over globalization issues. But with a global audience, sooner or later you'll run into problems. Here's one of mine.
Read More »
|
By Bruce Chapman on
Monday, June 09, 2008 6:25 PM
There are three main fields you should be concentrating on for each and every DNN page, and anyone who edits or maintains a DNN site should be doing this in their websites, each time they create or modify a new page.
Read More »
|
By Bruce Chapman on
Friday, May 23, 2008 11:39 AM
If you're building or maintaing a DotNetNuke module, then you need to consider these factors to see if the module is Search Engine Optimised, or Search Engine Compromised.
Read More »
|
By Bruce Chapman on
Tuesday, May 06, 2008 10:49 AM
Recently I've been requested by a number of people to explain the differences between the iFinity Friendly Url Provider, and the iFinity Url Master module. The obvious difference is one is free, and the other you have to purchase a licence. To help determine which one you need, I've done up a reference table of the features.
Read More »
|
By Bruce Chapman on
Thursday, April 17, 2008 12:37 PM
One of the things that has been bubbling away at the back of my thoughts for a while now is ‘DotNetNuke needs an API’. Of course, DNN already has loads of API, what I mean by this is an open, extendable, web-service style API. Lots of times I come across something I need to do, and I immediately think – ‘now this is where an API would be handy’. So, with a concrete project that I needed to do that really was best done with an API, I turned thoughts into code, and the result is a very early stage DNN Web service API.
Read More »
|
By Bruce Chapman on
Wednesday, April 09, 2008 11:46 AM
I spent a whole cache of hours yesterday tracking down a bug reported with the iFinity Friendly Url Provider. This bug was that the RSS feed button which is in-built into DNN modules didn’t work. The problem turned out to be the same old thing that causes the majority of incompatibility between my Friendly Url Provider and other DNN Core functions and DNN Modules – misuse or non-use of the Friendly Url Provider API. So, please, if anyone writes DNN code for anything, please see what I have to say
Read More »
|
By Bruce Chapman on
Tuesday, April 01, 2008 10:01 AM
With IIS7 starting to make inroads into the installed DNN base, I've fielded a few questions about IIS7 compatibility and my existing work with DotNetNuke friendly Urls. I know things are going to change in the future with the upcoming DNN 5 release and (probably) taking advantage of native IIS7 features. Here's my outlook on what we might expect.
Read More »
|