Blog_List
Blog_Archive
Testimonials
I'm always amazed at the amount of options and resolutions available for any given problem within XMod. This is definitely the best module ever!
Julian (user: DrakinKorin) via our forums
|
|
DNNDev Blogs: Most recent blog entries
By dnndev on
2/23/2010 9:08 AM
It’s the holy grail of multi-language websites. If you’re running a French and English website, you want to present your French visitors with text in their language and your English visitors with text in their language. So, if you have built a real estate listing for your site, not only should labels (“Address”, “City”, “Number of Bedrooms”, etc.) be translated, but the actual data should be as well – like the description of the home.
Content localization is a tricky thing to implement. While DotNetNuke (DNN) provides an architecture for dynamically changing the static text in your website, there historically hasn’t been a way to localize the data in your site. XMod Pro’s 2.1 release adds a host of options that should make localization much easier. As of this writing, version 2.1 is in beta and available for download for XMod Pro users to download from the Clients section on the site.
Let’s start with the simple things:
Getting the Current Locale ID To render the locale ID of the currently...
Read More »
|
By dnndev on
1/25/2010 10:13 PM
Have you heard the news? We've just released XMod Pro 2.0. Just like we've done with XMod, we are letting our customers guide XMod Pro's development. In this release, you will see dramatic improvements in your ability to quickly create forms and views from your DotNetNuke databases. The best news is that, because of our policy of providing a year of upgrade protection to our customers, all XMod Pro 1.x owners get 2.0 for FREE. Read on for a list of new features
Read More »
|
By Buck Anderson on
11/2/2009 11:59 AM
Here's an easy-to-use tool for creating your own comic strips on your DotNetNuke site...
Read More »
|
By dnndev on
10/26/2009 6:00 AM
Since it's initial release, XMod Pro (XMP) for DotNetNuke (DNN) has been keeping to a pretty regular schedule of a significant release every month – in addition to more frequent maintenance releases. Since all XMod Pro owners automatically have upgrade protection for one full year, all our customers and their clients have been enjoying the latest new features for free. This month is our biggest feature release yet.
Read More »
|
By Buck Anderson on
10/19/2009 11:49 AM
Have you ever needed a method to check all of your Xmod listings for added unapproved comments?
I know I have. Here is how I did it...
Read More »
|
By dnndev on
10/13/2009 10:20 AM
Now that XMod Pro (XMP) for DotNetNuke (DNN) has been out for a few months, I'm starting to get a few questions about leveraging it's extensibility. Thus far, I've been responding to requests directly and haven't yet created any documentation for wider distribution. This series will help rectify that. We'll start with the most popular extension – custom form controls.
Read More »
|
By ryanscherer50 on
Tuesday, October 13, 2009
Hi All,
The power of XMod Pro never ceases to amaze
me. After Last month’s Video tutorials, I
starting researching what would be a useful tutorial to post on to the
Xmodtutorials.com website. I couldn’t help
thinking that while XMod Pro gives you the ability to create dynamic tables from
your own data source, it is still sometimes hard to read past all the rows of
data.
My aim this month was to turn data into
information. I decided that I wanted to
create a series of tutorials which demonstrates how to displays data as a graphical
representation; which is far more appealing than rows and rows of data!
About 3 weeks ago, I started working on the
course materials and code for this month’s tutorial. I was able to release a video which demonstrates
how easy it is to turn your code into a pie chart.
But it doesn’t stop there… I am going to
build more videos on creating bar charts, line graphs, plotted graph and more.
So check out this month’s tutorials on how
to use...
Read More »
|
By dnndev on
10/9/2009 10:34 AM
With XMod Pro and XMod, you can limit the length of the text entered through a (< input > for XMod). However, you cannot limit the length of text in a < textarea >. The reason stems from the underlying TEXTAREA HTML tag that is ultimately rendered for the control which has no maxlength property unlike the HTML INPUT tag which does. Fortunately, both XMod Pro and XMod provide a way for you to implement a maximum length for the control.
Read More »
|
By dnndev on
9/30/2009 6:07 AM
No matter what application we're using, when we run into a problem, it becomes necessary to do a little fact-finding, trying to discover what is causing the problem. XMod Pro is no different in this regard. Knowing where to look can greatly speed up the amount of time it takes to resolve an issue.
I received this question from a customer and not only wanted to post the solution but also provide a couple of things to look for should you encounter similar problems:
"When I attempt to edit any record in my list, the edit form always shows the last record in the table. I followed the examples in creating the forms and templates and have checked my work many times over."
The customer then supplied me with the form and template that was being used. The first thing I did was scan the Template for the Edit button. I wanted to ensure the Edit button (in this case it was an control) was properly formed:
...
...
The customer was also using the Alternating template so...
Read More »
|
By dnndev on
9/29/2009 11:18 AM
I still create compiled help files for most of DNNDev.com's modules, including XMod and XMod Pro. The primary reason for this is to provide a single-file solution that has a clickable table-of-contents and topics that can link to one another. However, security changes at Microsoft make compiled help files tricky to open for some people. Here's how to open them
Read More »
|
|
|
|
|
|