-
Recent Posts
Archives
Categories
Meta
Monthly Archives: June 2010
AJAX. Javascript Function, XML Service
If you have found a pretty good javascript control that requires data to be loaded from server asynchronously – XsltDb is something you’d appreciate. It provides a very simple way to load data asynchronously by javascript function or by providing … Continue reading
Posted in DotNetNuke, XsltDb
2 Comments
Show a DotNetNuke Module In a Telerik Window
Live Demo: http://xsltdb.com/Telerik/RadWindow.aspx As I have shown in many tutorial XsltDb is a good tool to use with Telerik Controls. Now I going to demonstrate how to use XsltDb to put a DotNetNuke module in a Telerik RadWindow. The process … Continue reading
Posted in DotNetNuke, XsltDb
2 Comments
DotNetNuke Menu Localization
If you are building a multilingual site you can use DotNetNuke localization interfaces to translate names, field labels etc. But what about your main menu? If you have in English Home | Services | Products | Contacts you may want … Continue reading
Posted in DotNetNuke
1 Comment
Accessing DotNetNuke Tables
As you know, DotNetNuke Database objects are named with a prefix that you supply during install and also you can setup a specific owner for all tables, stored procedures and other objects. In DotNetNuke you can use macros {databaseOwner} and … Continue reading
XsltDb Goes Localizable
Some developers ask me how they can develop a multilingual forms and reports using XsltDb. I have just finished a Localization API that allows to setup all strings on every language and switch them when user changes current language of … Continue reading