Fogbugz Module for DotNetNuke? - dotnetnuke

Is there a Fogbugz Module for DotNetNuke?
I googled it and couldn't find one.

As of April 2011, there is no publicly available DNN Module for FogBugz.
For somebody who simply wants to submit bugs using the API, it would not be terribly difficult to make a DNN Module that accomplishes this.
I hope if #EfficionDave or #leannd00 finish a public version of their module that they will make it available on SnowCovered.
For now, I think the best bet is to make a request at the FogBugz stackexchange site.
It's Stackoverflow, but for FogBugz!
http://fogbugz.stackexchange.com/

Related

How can you build React on top of Drupal?

I've never used Drupal, but have been looking up tutorials online. My client would really like the adaptability of React and to have more flexibility in terms of design. I could make my own database and React app, but I have not studied security (I'm a team of one, so no one for security on my end, either). Security and access to a content management system was the main reason we decided to go with Drupal. However, I would still like to be able to code in React/something I'm familiar with to produce a site I am proud to say I made.
I've been Googling and Youtubing tutorials and help, but not having anyone to ask specific questions is making this difficult.
If anyone knows of a relatively easy way to build a React app on Drupal, I would really appreciate the advice. Or if there is a better way I should go about beginning a project as I've briefly mentioned above, I would also be open to that. Thank you in advance and sorry for the long message!
What you are asking is quite broad in concept and not easy to answer in just one answer post. Try to look for Headless / Decoupled Drupal.
https://www.acquia.com/drupal/decoupled-drupal
What this essentially means is that all the services and the content management are handled by Drupal while the core user experience or the way the site is displayed in a browser is controlled via a JavaScript framework such as React.js or backbone.js. This is achieved via Drupal’s RESTful API service.
Hope this helps.

How to change core functionality on DotNetNuke 7

I search this question on uncle google, and in this site, but didn't find a explicit answer.
Can you guys teach me how to make an extension point from an existing core functionality on dotnetnuke7?
For example, I want to change the default behaviour of the "add new page" functionality, implementing different permissions according to user's profile.
Sorry for any English mistake, thanks.
DNN is open source meaning you can download the source code and check under the hood how things are done. Then you can make a module that has a custom implementation of what you want to do. Every good module developer always has a copy of the source code for reference. Otherwise you are asking someone to do the work for you. Good luck

DNN and Claims-Based Identity Using WIF

I'm quite surprised, but after a day of searching, I don't see any DNN authentication providers for WIF. I found a set of 3 articles, paraphrased as: "1) Hey, I found a solution that doesn't require a new provider, 2) woops, forgot something, 3) oh, and I forgot this other thing."
Has anyone heard of or implemented such a thing? I have a DNN web site for which I would like to implement a WIF provider to connect to ADFS 2.0. Both have been around for quite a while. Where is a good place to look?
Thanks!
Isn't DNN just ASP.NET? Why wouldn't you use the SAM/FAM from WIF then?
I am not aware of any existing solution, however, after integrating DNN with at least 60+ different authentication stores/systems I can say that it should be pretty easy to integrate.
As Brock mentioned, if you find an ASP.NET solution it is just a little bit of tweaking to get it to work for DNN.

Creating Classified add site with dotnetnuke

I need to create classified add site with dotnetnuke is there good open source module or suggest a good approach,quick tutorial
thanks to all..
Honestly, all of the high quality and complicated modules are pay. DotNetJedi has a good classifieds module.
http://www.dotnetjedi.com/Store/tabid/53/uc/info/ItemID/8/Default.aspx
A quick codeplex search revealed this:
http://simplyclassified.codeplex.com/
But the links provided in the site don't work so I have no idea if it's good or not.
It might be overkill for what you're wanting to do, but Property Agent from Ventrian is a great, flexible and powerful module that might meet your needs. It isn't free but does come with Source code for a very reasonable subscription.

What database options do I have for the Blackberry?

I notice most of the discussions about Blackberry database options are old, and generally not too informative.
As of today, March 31st, 2010, what is the best, most universally supported, free database option available for Blackberry developers?
I heard SQLite is available for JDE v5, but last I checked, that was still in beta, and I didn't want to commit to developing on a system that is not supported by most of the phones in service.
Thing is, I don't see any dates on these claims. For all I know, the announcements I am reading are from 2008.
So, I am still on v 4.7. I need to use a relational DB for the app I am developing, but there aren't many resources for DB handling available - or at least resources that are useful to me. I find a lot of "tutorials" that assume you know everything there is to know about Blackberry development, or Java. But no complete classes or anything. Many of these examples don't even work. Eclipse gives warnings and errors from code copied and pasted from other people's examples.
I can answer any questions that may assist in this case. Hopefully, this thread will help many BB developers in the future.
Before v5 I don't think there is a native relational database that you can work with on the Blackberry, the closest thing is the Persistant Store API, however I think that there are 3rd party libraries that you can use, like SQL Anywhere.
Depending on the Java dialect supported on your Blackberry version, db4o could also work well for your usecase. It's an object database, quite similar to Perst.
Ok, in case anyone has had similar experiences with this, here is what I have done:
The JAR class path thing was resolved through no help at all from these sites.
What I did to get an outside JAR included in my package was to right click the package name in the navigation menu (Eclipse) - then select Build Path - then add libraries.
From this I was able to modify an existing library to include the JAR for the perst package.
Now I am able to import org.garret.perst.*
We'll see if there are any complications.
Forgive the number of posts, maybe it will help someone else down the way.

Resources