Thursday, November 20, 2008 Home RegisterLogin
Menu
 
Counter
 
Tomasz Modelski IT site
86_115_web.jpg

My name is Tomasz Modelski.
This is my website about IT & my proffesional interests.
If you're looking for my CV / resume, please go
here.
Main topics of this site are : .Net, web development, software architecture, frameworks, BizTalk Server, project management, DotNetNuke, ...... .

I'm also owner of 'IDev Tomasz Modelski' company.

 
My blog
Author:Tomasz ModelskiCreated:2007-03-16 23:22:24Z
Tomasz Modelski IT blog

By Tomasz Modelski on 2008-10-17 08:22:03Z

I've fixed error on Links Tagged -> Online Demo -> My Links page .
Registered user was unable to edit links (add, edit, update), now it's fixed.

By Tomasz Modelski on 2008-10-16 11:24:04Z

Finally, I've done release 1.0 of 'TM Links Tagged' project - DNN modules that allow display, browse, manage links (bookmarks) with tags. Links can be even imported from Firefox 3.x backup file. 
Please, go to project page.
There is online demo and free version available.

You can buy Links Tagged on Snowcovered.

I'm very very happy. I've learned a lot doing this project and release.

By Tomasz Modelski on 2008-10-15 22:18:23Z

I've done upgrade to Dot Net Nuke 4.9 version.
Upgrade was smooth and without any problems.

But I've noticed one bug, releated to FckEditor (new provider) and blog.
On add or edit blog entry, in Summary text box, auto text is inserted '<p>&#160;</p>'.
You can't see it in Rich Text mode, but it is, and when you finish, summary from blog entry won;t be generated, because there is already invisible summary '<p>&#160;</p>'.
I need to remember always to switch summary to Basic mode and remove auto inserted HTML characters.

By Tomasz Modelski on 2008-08-08 20:01:24Z

I needed T-SQL split function and found on : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=543217&SiteID=1
by Jens Suessmeyer :

CREATE FUNCTION dbo.Split
(
    @String VARCHAR(200),
    @Delimiter VARCHAR(5)
)
RETURNS @SplittedValues TABLE
(
    OccurenceId SMALLINT IDENTITY(1,1),
    SplitValue VARCHAR(200)
)
AS
BEGIN
    DECLARE @SplitLength INT
    WHILE LEN(@String) > 0
    BEGIN
... Read More »

By Tomasz Modelski on 2008-08-07 13:06:05Z

I've encountered some very little small issue - string should not be longer that a certain number.
Substring method [ s.Substring(0,number) ] raises exception when string lenght is lesser than above number.

So small thing and additional code is required. 
The best solution that come to my mind is to write extension method to string class.

Google .. and I've found it on Codeplex:
dotNetExt - .NET Extension Method Library

It has method Left(number) - I needed exactly such.
Another nice thing is that methods are well writen and deals nicly with nulls strin ...
Read More »

By Tomasz Modelski on 2008-08-05 09:23:50Z

After upgrade DotNetNuke to 4.6 and higher versions error occurs : Page Host > Module Definitions > Import module definition is empty.

I've found solution  on DNN forums , and posted it in 'usable' version :.

So, the solution is to run SQL script with Run as Script option, in Host > SQL :

IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = object_id(N'{databaseOwner}[{objectQualifier}GetUserRoles]') AND OBJECT ... Read More »

By Tomasz Modelski on 2008-05-20 05:27:54Z

Text by Panos Tzirakis & George Dounavis found on http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=722132&SiteID=1

 

As you may all know, SQL Server 2005 requ ... Read More »

By Tomasz Modelski on 2008-04-26 16:04:41Z

I didn't post anything for so long time.
A lot avtivities, studing & work. If I will find I'll write down new things I've discovered and worked on, ex: Ajax Pro on .Net 1.1 ans Sharepoint 2003, stored procs execution caching in SPS development, business methods caching, ... .

Found recently :

 
MCP-RGB-smaller.gif

Quick links
 
Whats New?
 
Partners
 
Copyright 2008 by Tomasz ModelskiTerms Of UsePrivacy Statement