-
as seen on Article City
- Search for 'Article City'
Those enterprises looking forward to hiring DotNetNuke Programmers and DotNetNuke Portal Development Managers will find the whole exercise to be quite enterprising as there is no dearth of talent out... [Author: John Anthony - Computers and Internet - May 24, 2010]
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
DotNetNuke 5.3.0 Released! New Features Templated User Profiles - User profile pages are now publicly viewable, and layout is controlled by the Admin. Photo field in User Profile - Users can upload a photo to their profile. We also added support for User Specific data storage. …
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So i have dotnetnuke community version 5.2 and i downloaded the source for blog 3.5. For the purpose of learning i want to build the module using source code. But no matter how i add the module from the host account, it fails. Any experience dotnetnuke user able to guide me through? There is practically…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have dnn 5.2 running on my machine, and installed the blog module, the blog module is also reflected in the development environment i have. But i want to find out, how do i actually develope, or build the blog from source, so i can actually output the .dll file, instead of just running it. If i…
>>> More
-
as seen on Code Plex
- Search for 'Code Plex'
CodePlex Daily Summary for Thursday, March 18, 2010New ProjectsBordecal tools for FxCop: Bordecal tools for FxCop provides an extended framework for FxCop rule development. It allows rule developers to avoid using embedded XML resource...DotNetNuke® Skin City: A DotNetNuke Design Challenge skin…
>>> More
-
as seen on Simple Talk
- Search for 'Simple Talk'
There are a number of news-feeds for the Simple-Talk site, but for some reason they are well hidden. Whilst we set about reorganizing them, I thought it would be a good idea to list some of the more important ones. The most important one for almost all purposes is the Homepage RSS feed which represents…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Depending on the application sometimes we have to maintain some shared service throughout our application. Let’s say you are developing a multi-blog supported blog engine where both the controller and view must know the currently visiting blog, it’s setting , user information and url generation service…
>>> More
-
as seen on Ezine Articles
- Search for 'Ezine Articles'
There are so many informative blogs in the online arena today. Sadly, not all of them are getting the kind of attention they deserve. One of the reasons is because their content is not properly optimized. SEO blog writing doesn't need to be a complicated task. Here's an easy...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two models defined
from django.db import models
class Blog(models.Model):
title = models.CharField(max_length=144)
@property
def posts(self):
self.Post_set.all()
class Post(models.Model):
title = models.CharField(max_length=144)
text = models.TextField()
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Don't really know how to formulate the title, but it should be pretty obvious from the example.
More specifically, what rules do you use for naming "dependent" classes. For example, Blog is a pretty descriptive name itself, but how do I deal with posts? BlogPost or Post? Clearly, first name clearly…
>>> More