Catálogo de publicaciones - libros
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional
Nick Symmonds
Resumen/Descripción – provisto por la editorial
No disponible.
Palabras clave – provistas por la editorial
Software Engineering/Programming and Operating Systems
Disponibilidad
Institución detectada | Año de publicación | Navegá | Descargá | Solicitá |
---|---|---|---|---|
No detectada | 2006 | SpringerLink |
Información
Tipo de recurso:
libros
ISBN impreso
978-1-59059-681-4
ISBN electrónico
978-1-4302-0180-9
Editor responsable
Springer Nature
País de edición
Reino Unido
Fecha de publicación
2006
Información sobre derechos de publicación
© Apress 2006
Cobertura temática
Tabla de contenidos
The Basics
Nick Symmonds
This chapter has covered the basics of what you need in order to effectively use this book. By basics, I mean not only the physical aspects but the conceptual ones as well.
You will need to know something about web pages and maybe a little programming. Mostly, though, you will just need to be willing to experiment with writing code. If you are willing to try out new things, you will go far in creating web pages.
This chapter has also covered the hardware and software necessary for the projects in this book. The hardware is something you most likely already have, and all the software you need is free.
Chapter 2 will explain why the combination of VWD and DNN is the choice for you to create professional web pages in a short amount of time.
Pp. 1-21
The Express and DotNetNuke Combination
Nick Symmonds
This chapter has taught you how to create your own website using the tools that DNN gives you; you haven’t even used any of your new programming skills.
DotNetNuke gives you the ability to control what is on your page, and also to control the settings for the site, pages, and modules.
You saw how to choose a skin for the site and a layout that renders the menu either horizontally or vertically.
DNN is an easy-to-use framework to create websites. There are many good modules that are provided with the DNN install. There are also many modules that you can buy to get just about any functionality you desire.
The true power of DNN comes into play when you create your own modules, which you will do in the next chapter. You will take the WebPunch program and turn it into a module that you can use on the final page of this project.
Pp. 23-34
Installation
Nick Symmonds
All in all, DotNetNuke is a great way for you to establish a web presence. It doesn’t require that you be an expert to create dynamic websites, and there’s little you can’t do with DNN if you take time to learn a bit more about it.
Considering that all the tools you need are free, and the websites you can create can be pretty slick, you can’t lose.
I hope that you have found this book useful and interesting, and that you will expand your knowledge even further with the suggestions I’ve made in this chapter.
Pp. 35-64
Basic C#
Nick Symmonds
How cool was that? You got to make your own skin and container. You found out that it was not really all that hard, and in fact consisted almost entirely of look-and-feel design-oriented code.
There was no C# code in here, and if you did not have VWD as a designer, you could have done the whole thing in a simple text editor.
DotNetNuke has enabled you to create a two-tiered presentation layer. The use of tokens inside the skin and the ability of ASP.NET to compile user control code make for a fast load of the skin for the user.
While this skin is not the prettiest or the most involved as far as images go, it does give you the foundation to be able to create your own with confidence.
The next chapter will be rather advanced. It will cover topics such as JavaScript and Ajax technologies to enable your website to be more efficient and faster.
Pp. 65-98
Visual Web Developer
Nick Symmonds
This chapter has introduced you to ASP.NET programming. The project in this chapter taught you how to take the code from the Windows Forms program you wrote in Chapter 4 and transfer it here.
While all the code was transferred directly, you saw that it did not work unless some modifications were made. Generally, the modifications involved solving session management issues. Here is a list of what you learned in this chapter:
The next chapter will take you back to DotNetNuke. This WebPunch project will eventually be turned into a DNN module for inclusion in your DNN project.
Pp. 99-141
DotNetNuke Basics
Nick Symmonds
This chapter has taught you how to create your own website using the tools that DNN gives you; you haven’t even used any of your new programming skills.
DotNetNuke gives you the ability to control what is on your page, and also to control the settings for the site, pages, and modules.
You saw how to choose a skin for the site and a layout that renders the menu either horizontally or vertically.
DNN is an easy-to-use framework to create websites. There are many good modules that are provided with the DNN install. There are also many modules that you can buy to get just about any functionality you desire.
The true power of DNN comes into play when you create your own modules, which you will do in the next chapter. You will take the WebPunch program and turn it into a module that you can use on the final page of this project.
Pp. 143-180
Creating a DNN Module
Nick Symmonds
How cool was that? You got to make your own skin and container. You found out that it was not really all that hard, and in fact consisted almost entirely of look-and-feel design-oriented code.
There was no C# code in here, and if you did not have VWD as a designer, you could have done the whole thing in a simple text editor.
DotNetNuke has enabled you to create a two-tiered presentation layer. The use of tokens inside the skin and the ability of ASP.NET to compile user control code make for a fast load of the skin for the user.
While this skin is not the prettiest or the most involved as far as images go, it does give you the foundation to be able to create your own with confidence.
The next chapter will be rather advanced. It will cover topics such as JavaScript and Ajax technologies to enable your website to be more efficient and faster.
Pp. 181-227
Finishing the DotNetNuke Module
Nick Symmonds
This chapter has introduced you to ASP.NET programming. The project in this chapter taught you how to take the code from the Windows Forms program you wrote in Chapter 4 and transfer it here.
While all the code was transferred directly, you saw that it did not work unless some modifications were made. Generally, the modifications involved solving session management issues. Here is a list of what you learned in this chapter:
The next chapter will take you back to DotNetNuke. This WebPunch project will eventually be turned into a DNN module for inclusion in your DNN project.
Pp. 229-250
DNN Permissions and Portals
Nick Symmonds
This chapter has taught you how to create your own website using the tools that DNN gives you; you haven’t even used any of your new programming skills.
DotNetNuke gives you the ability to control what is on your page, and also to control the settings for the site, pages, and modules.
You saw how to choose a skin for the site and a layout that renders the menu either horizontally or vertically.
DNN is an easy-to-use framework to create websites. There are many good modules that are provided with the DNN install. There are also many modules that you can buy to get just about any functionality you desire.
The true power of DNN comes into play when you create your own modules, which you will do in the next chapter. You will take the WebPunch program and turn it into a module that you can use on the final page of this project.
Pp. 251-273
DNN Hosting
Nick Symmonds
This chapter has introduced you to ASP.NET programming. The project in this chapter taught you how to take the code from the Windows Forms program you wrote in Chapter 4 and transfer it here.
While all the code was transferred directly, you saw that it did not work unless some modifications were made. Generally, the modifications involved solving session management issues. Here is a list of what you learned in this chapter:
The next chapter will take you back to DotNetNuke. This WebPunch project will eventually be turned into a DNN module for inclusion in your DNN project.
Pp. 275-291