CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.custom_modules Tags:
Item Type: NewsGroup Date Entered: 12/2/2005 5:22:29 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 20 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
15 Items, 1 Pages 1 |< << Go >> >|
timrolands
Asp.Net User
House of Nuke Glossary Module Released12/2/2005 5:22:29 AM

0/0

The HouseGlossary module has been released in beta form. Please visit the House of Nuke site for more information and to download the beta.

This module allows you to display a glossary (or lexicon, dictionary, encyclopedia, etc.) on your DNN site, rendered as a straight-forward HTML DL (definition list). Features include optional multicolumn display, an alphabetical index, an informational header, rich HTML for definitions, related links for definitions, support for DNN localization and support for DNN search (coming).

The PA is a free download from the site, no registration required. Please check it out and let me know what you think. I am eager to get feedback and fine-tune this module for final release!


Tim Rolands
House of Nuke
Where DotNetNuke? Lives
leupold
Asp.Net User
Re: House of Nuke Glossary Module Released12/2/2005 8:53:26 AM

0/0

Tim,

I was unable to find the download link.


Sebastian Leupold
gamma concept mbH

DeutschNetNuke = DotNetNuke in German

DNN Project UserDefinedTable
timrolands
Asp.Net User
Re: House of Nuke Glossary Module Released12/2/2005 2:52:29 PM

0/0

There's a Downloads page, and HouseGlossary is the top item in the repository list. Beneath the description and some simple stats, there is a download link.
Tim Rolands
House of Nuke
Where DotNetNuke? Lives
ludis
Asp.Net User
Re: House of Nuke Glossary Module Released12/2/2005 4:08:08 PM

0/0

It looks good! Is there a way to import data? I have a glossary with about 2200 terms & definitions that I would hate to have to manually input!

Thanks

Luis

kevonh
Asp.Net User
Re: House of Nuke Glossary Module Released12/2/2005 5:28:46 PM

0/0

Tim,

I recall reading a bit about your glossary module earlier on... and indeed I was thinking about this last night as I couldn't sleep (coders curse?).  One module I thought would be useful, or to be perfectly clear about it, partial module would be an "Alpha-Numeric" module.  What the heck am I talking about?  Well, I can think of a few different modules that might benefit from the type of Alphabet button at the top of your glossary.  It is possible to seperate that out into it's own module.  Then, using Inter-Module Communication have the subscriber/listener/receiver module interact with it. 

Is this making sense?  Is this something you'de be willing to try?

 


Kevon
Ed_DeGagne
Asp.Net User
Re: House of Nuke Glossary Module Released12/2/2005 8:33:29 PM

0/0

Looks nice.

You may want to check it in FF though, the Letter Filter control at the top goes past your skin boundaries.

I have a very similiar module (custom client module) that is almost complete.



timrolands
Asp.Net User
Re: House of Nuke Glossary Module Released12/3/2005 12:58:51 AM

0/0

Importing data is a great idea, Luis, but that is not yet possible. I can think of a few different ways to approach this, and I'm sure I can come up with something that works -- eventually.

BTW, how does my HouseGlossary compare with this glossary you are currently using?


Tim Rolands
House of Nuke
Where DotNetNuke? Lives
timrolands
Asp.Net User
Re: House of Nuke Glossary Module Released12/3/2005 1:05:59 AM

0/0

Kevon, that's an interesting idea I hadn't even considered. I'm not familiar with the inter-module communications, but I'd be willing to give this a try. The alpha index in the HouseGlossary module is already a user control, so it shouldn't be too great a leap to turn it into a module.

What kind of modules are you imagining needing something like this? I can think of contacts modules, resource directory modules, some kind of user modules -- anything else?


Tim Rolands
House of Nuke
Where DotNetNuke? Lives
timrolands
Asp.Net User
Re: House of Nuke Glossary Module Released12/3/2005 1:08:04 AM

0/0

Ed, thanks for the tip on the FireFox rendering. I hadn't checked it in FF since an earlier version. Think I know how to fix this, though.
Tim Rolands
House of Nuke
Where DotNetNuke? Lives
kevonh
Asp.Net User
Re: House of Nuke Glossary Module Released12/3/2005 5:22:45 AM

0/0

Yeah, that's pretty much the extent that I was thinking of... I think there might be more applications, ya never know till ya do it :)

Inter-Module Communication is actually pretty easy.  Check out this other thread I was involved in..
http://forums.asp.net/1121142/ShowPost.aspx

I would be happy to take your code and modify it to what I'm talking about.

 

 


Kevon
Ed_DeGagne
Asp.Net User
Re: House of Nuke Glossary Module Released12/3/2005 2:43:15 PM

0/0

timrolands wrote:

BTW, how does my HouseGlossary compare with this glossary you are currently using?

It's very much similiar. I hadn't thought about the number of columns settings or the reference links (good ideas).

 

I had an Outlook style letter filter (like yours) already and it uses that. The only difference is we allow (in settings) where to place it (horizontal at the top or vertical to the left. One thing I do is disable letters in the filter that have no corresponding entries.

 

I guess thats how module development goes, huh? :)

 

I had developed a server uptime module months ago and kept it private. Imagine my suprise when another one popped up recently at Subzero (albeit, such a simple module to develop it's great training).

 

I had never really thought about sellng or offering free modules before and the 8 or 9 that I do have developed may just end up in that arena in the future.

 



timrolands
Asp.Net User
Re: House of Nuke Glossary Module Released12/3/2005 4:09:59 PM

0/0

Kevon, thanks for the pointer to that other thread, and thanks very much for the offer to help! It looks pretty straightforward, so I think I'll go ahead and tackle it. The only problem for me is time, but it doesn't look like it will take much time to add this, either.

When this is done, I will release it (the alpha index) as a free standalone module with source code and everything. Could be useful for someone else....


Tim Rolands
House of Nuke
Where DotNetNuke? Lives
timrolands
Asp.Net User
Re: House of Nuke Glossary Module Released12/5/2005 5:58:58 AM

0/0

Well, as suggested by Kevon earlier in this thread, I separated out the filter functionality from my HouseGlossary module and put it into a module of its own, HouseFilter. This new module simply displays a filter and uses inter-module communication to send the selected value to any listening modules.

I built in options for displaying pure alphabetic and alphanumeric filters, but it can also accept a comma-separated string of custom filter options (e.g., categories). You can choose to display it as either a series of LinkButtons or a DropDown.

Find out more at the House of Nuke site, and download it for free. Both PA-only and full-source versions are available under the same open source license as DotNetNuke.

There's also an updated version of HouseGlossary, now using the HouseFilter module for its filtering needs.

Please let me know what you thnk or if you spot any issues. Thanks!


Tim Rolands
House of Nuke
Where DotNetNuke? Lives
kevonh
Asp.Net User
Re: House of Nuke Glossary Module Released12/5/2005 5:23:30 PM

0/0

Thanks Tim, you're great!!!
Kevon
timrolands
Asp.Net User
Re: House of Nuke Glossary Module Released12/5/2005 9:05:40 PM

0/0

You're welcome, Kevon. I just hope I didn't overlook anything in my rush to get it done. I really wanted to finish it by the end of the weekend as I now have other demands on my time.

There is at least one minor bit I want to add -- the ability to display that list of LinkButtons either horizontally or vertically. I am open to any other suggestions as well!

Tim


Tim Rolands
House of Nuke
Where DotNetNuke? Lives
15 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
glossary module - ASP.NET Forums Tim Rolands House of Nuke Where DotNetNuke® Lives ... So far, the module ( previous release) is working great! I'm sure the enhancements ...
glossary module - ASP.NET Forums Is there a decent glossary module available for DNN? .... In the meantime, I launched a revised site for House of Nuke at ...
Glossary Module - Announce It! ( Public Postings ) - DotNetNuke Project Release Tracking · Release Schedule ... Re: Glossary Module ... does anyone have House of Nuke on a page so that I can see it before installing? ...
Site Review: IDTA DekHockey > DotNetNuke Forum, DNN Creative ... The glossary came from House of Nuke, www.houseofnuke.com ... DotNetNuke®, -- DotNetNuke® Questions, --Modules, --Modules - What's needed? ...
COPYRIGHTED MATERIAL Using House of Nuke Skin Objects ... Installing Available Modules. 131. Using the Announcements Module .... Glossary of Terms and Acronyms ...
Web Design and Development: Phpnuke database and services The most easy to use and install dictionary/glossary script available for ... sites reviewed, themes, phpnuke security, sentinel, released, modules, mods, ...
9 Games - PHP script modules for CPG Nuke and PostNuke | Nicolae ... Sep 16, 2008 ... 9 free flash games adapted from PHP-Nuke for other CMS. ... My virtual house and friends. Ads · Agora · Blogs · Contact · Domains for sale ...
Motorhome Glossary of Terms Glossary of Terms. ... The number and rating of house batteries used depends on the motorhome's battery compartment size and the motorhomer's camping ...
DotNetSlackers: ASP.NET News Archive This tutorial explains XHTML and how to improve your skin and module ... How to install and configure the House of Nuke menu for a DotNetNuke skin - part 8 ...
Shadowslang Glossary Any unofficial, corporate shadow-operations, either in-house or hired-out. ...... A personality module or cyberchip, which allows the user to become totally ...




Search This Site:










help! clipboard is filling up my toolbox!

need help with dymanic module loading

membership (activedirectory) and profile (sql server)

cost of visual web developer 2005

container

getting the page class

how can you create user list report - since the info is blobified?

trident designer package load error

session not available from authenticate_request??

nunit and wdp

digital signatures

using manage roles in web admin results thrown an exception

how to add an existing table to an existing dataset?

czeching for vwd2008 updates

portalcfg.xml

nothing happens on module upload

code page separation

forms authentication over ldaps -- problem

proper way to copy all modules to a new portal?

how to tell if vs2005 sp1 is installed?

securestring in system.diagnostics.process question

question about asp.net 2.0 login controls

can't get in to fix my site

can't install beta 2

very strange problem...help pls...urgent!

email form?

adding new page

menu arrows from left to right

can not build application/website in release mode

vcvarsall.bat + post build event

 
All Times Are GMT