Blog Articles by tag: Umbraco DataType

RSS feed

AutoTag v1.3 released

12 Feb 2010

Ok, so following an email from Darren Ferguson; Umbraco MVP nominee, I finally got round to updating my AutoTags project.

Theres been some pretty hefty updates, mainly to the user interface. As the original UI was, well, rubbish!! Hopefully it looks a bit better anyway. I've also added better notifications when errors occur, as well as adding errors to the Umbraco Log table.

Also, as requested by an Umbraco community member, I have enabled the ability to choose when node properties are used for tag generation. By default, all properties are used, but its possible to limit the number of properties using a semi-colon seperated string in appSettings section of web.config, e.g:



You can download it from my read more

Umbraco TinyURL Datatype

18 Sep 2009

Once again another short one all. I have developed a custom datatype for use with the Umbraco CMS which generates a shortened version of the page. This datatype send the current page tinyurl.com when the page is saved and saves the returned value as a property.
The value can then be retrieved as in exactly the same was as any other, e.g:

<xsl:value-of select="$currentPage/data[@alias='propertyName']" />
So thats it really, download it here or at my projects page at our.umbraco.org....read more

AutoTags Umbraco DataType

20 Aug 2009

One of my biggest irritations as a web developer is populating web pages with content. Ok, it needs to be done, but it can get a little tedious. One of the more tedious tasks are SEO, and page categorisation. So wouldn't it be good if you could automatically generate keywords that relate to the page content, categories for news articles and tags for blog posts?

With this in mind I have written a Custom DataType for the Umbraco CMS (Version 4) which does exactly this. I've ported Dan Grossman's Open Calais class; written in PHP, to the .Net Framework so it can be used with Umbraco. You can find Dan's PHP class here.

It takes the content from the body of the web page and using the OpenCalais API, generates a list of words which relate to the content. You can then select the words which...read more

Developed by Grail Technology, hosted by DjangoEurope, powered by Django