Localization in DNN with what - dotnetnuke

I wanted to localize my Dotnetnuke to German Language.. any package or give me a clue to do it,So it would be better any package direct installation

You can use Languages in Admin Panel.and use Delidoft package.It's easy

Related

how to Install a DNN module with code instead of the interface?

I am developing a modue for a DNN website and i would like to make a little tool that is able to perform the installation process without having to go trough the CMS and install it with the extension installer.
This would probably be a lot faster. For this i need to know all the steps the installation follows and convert this to code. However Google does not seem to help me out here so far.
Does anyone have any information or code regarding this?
Read this and the referenced links:
http://mitchelsellers.com/blogs/2009/10/14/dotnetnuke-bulk-extension-installation.aspx

Upgrading Bootstrap SASS in Visual Studio hosted Angular app

I have an application that is using an ASP.NET MVC project and controllers that is an envelope to an Angular-based SPA hosted inside of that project. Previous developers implemented SASS port of Bootstrap 3.3.0 and I need to get it up to 3.3.7. Most documentation on the Official Port of Bootstrap 2/3 is catering to ruby/npm implementations. How does one keep up on updates effectively in a Visual Studio world or should I simply update it externally using rake, ruby, npm, etc? Any guides or assistance is welcome. Thanks in advance.
After more research it looks like rake and the instructions found on the twbs readme may be sufficient from a command line standpoint but if anyone has further thoughts feel free to add.
https://github.com/twbs/bootstrap-sass#upstream-converter
Also have found a Nuget package that may provide better support than the handrolled version in place in the project now. https://www.nuget.org/packages/Twitter.Bootstrap.Sass/

Fisheye for Winforms

Does anybody if there is a fisheye (menu/pane) windows forms control like it is often seen in Ajax applications:
example: http://interface.eyecon.ro/demos/fisheye.html
A googled around, but I only found this one at codeprojece:
http://www.codeproject.com/KB/menus/FishEyeMenu.aspx
Have you checked out : DotNetBar BubbleBar. It works and looks pretty similar to FishEye.
Also FYI, if you download and register VB Express Edition 2008 (not sure on any other express edition) you get access to download a copy of the bubblebar as a thank you for registering (there is other stuff too). I do not recall the license on it, but I think it was a single install license.
You should try Flash components . I have seen plenty of them on the internet. This is one fo them: http://www.shinedraw.com/animation-effect/flash-and-silverlight-fish-eye-menu/
Even Adobe Flare could help. You might need Adobe Flex builder to create one.

dotnetnuke doubts

i want to build a website in dnn 5. i have studied dnn5, its installation, starter-kit installation, built-in modules (both of Host and Admin), installing a custom module (from module extension), creating packages.
I had rather still some doubts left in my mind.
1.How should i progress if i need to built my custom module in some new website (& not in dotnetnuke.com website)
2.How is deployment done at client side? Is it done by creating packages or what, i dont know.please suggest some possible solution
3.I want to create a document module to satisfy my client requirements. This module is already built by dotnetnuke.com as an extra module. What should be done to include this module in my new website so that only my requirements could be reflected instead of creating the module entirely from scratch?
thanks
I'm not entirely sure about what you're looking to do, but I'll answer as much as I can.
I would suggest setting up a DotNetNuke website on your local machine, using the Source package. You can then create a new module (starting it either through the website itself, or by using a Visual Studio template). I strongly suggest using a Web Application Project for the module, keeping it in the website's DesktopModules folder (so that you're only dealing with the module's code, and don't have the entire website open in your project). Also, make sure you use the module and any other extension points to implement your functionality, rather than making changes to the actual DNN core code (since any changes to the core will make it that much more difficult to upgrade to newer versions of DNN).
I strongly suggest getting some automated packaging in place (the template that I linked to has a NAnt build script with it that you can use to package your module). It is so much easier to deploy modules as installable packages than trying to migrate individual files.
You can get the source version of the Documents module from its Codeplex project. It's licensed under the MIT license (like DNN itself), so you're free to use it as a starting point for your own module. Just download the source package and install it into your development site. The install will include all of the source and also includes a Visual Studio project that you can use. After installing, I would suggest that your first step be to rename the namespace (so that you're differentiated from the core module).
UPDATE
To deploy the website, I would suggest installing DNN on the server using the main DNN Install package. Then, once that is installed, you can install the module into the website using the package that you have created. A default installation of DNN will only have the Text/HTML module, in addition to administrative modules, so you shouldn't have very many extra, unused functionality present in the site.
Leave me a comment & update your question (or start a new question) if there's anything else you need to know.
It sounds like you are looking to use DotNetNuke as a development environment to write code that won't be deployed in a DotNetNuke site. While I love DNN, there's absolutely no reason to do this. Only use DNN for developing DNN stuff.
To address point #1, if the functionality you want is somewhere else you could use an IFRAME module. Check out: http://www.dotnetnuke.com/Community/Extensions-Forge/view/ProjectDetail/project/dnniframe.aspx

Drupal: Which MySQL do I need?

this might sounds silly but I am super confused.
I want to install drupal on localhost but I need to install a SQL database for it too.
Which database package do I get (for free) ?
I went to MySQL website but I do not understand which one I need to download, or if mysql at all.. ?
I have win 7 32 bit and I only care that drupal is installed on my machine and for me to see, don't care about outside world, don't want to webhost.
I found an excellent video on installing Drupal on your home windows machine for personal use. It uses XAMPP and it works GREAT. XAMPP installs and configures WAMP environment for you, one click, no hastle. Wow, this made everything so simple and easy, one click! (and a very long wait for file extraction XD )
If you just want to get Drupal up and running, you should take the Aquia stack installer, it will install all the things you need, so you want have to deal with the fuss of installing MySQL and all the other things needed. It only works for 32 bit windows, but that's no issue for you.
Edit to clarify mac's misunderstanding
Aquia stack installer installs what acquia calls DAMP. Drupal Apache MySQL PHP. It also installs phpmyadmin and few other things. The perfect 1 click drupal install on a clean box.
Aquia Drupal is a package including Drupal core and the most used contrib modules like CCK, Views, Date and many more. This package is tested to make sure all modules integrate and if a bug is introduced in a module they will usuallly either fix it or use a bugfree version. This is like a normal drupal install and requires a stack like WAMP, LAMP, MAMP or alike.
Acquai is started by Drupal's creator, so their staff has some of the best Drupal experts.
Download the mysql community server.
http://dev.mysql.com/downloads/mysql/5.1.html
You should look at a tutorial to install Drupal because you'll need also a web server(Apache) and php.
Good luck!

Resources