Login
Login
Search
Design
Consulting
DNN Apps
Content Management System
Custom DNN Modules
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Screenshot Gallery
TimeTracker
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
17
Add Domain Account as Local User Administrator
posted on April 17, 2011 11:59
Start > run > Type "control userpasswords2" Click Add Put in the username and domain Click Next Select the "other" radio button Select...
[Read the rest of this article...]
Posted in:
Networking Problems
,
Windows XP
Actions:
E-mail
|
Permalink
|
Comments (0)
13
Windows® XP File Association Fixes
posted on April 13, 2011 05:37
Malware these days can wreak havoc on your registry file associations. Here is a great resource for Windows® XP File Association Fixes from Doug ...
[Read the rest of this article...]
Malware
,
malicious software
Posted in:
Malware
,
Windows XP
Actions:
E-mail
|
Permalink
|
Comments (0)
10
DNN User Login report SQL script for DNN Reports Module
posted on April 10, 2011 13:27
Here's a great sql script to use for the DotNetNuke Reports Module: Select -- AU.Username, U.FirstName,  ...
[Read the rest of this article...]
Posted in:
DNN
,
Core Modules
,
Microsoft SQL Server
,
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
05
valuePair String Split
posted on April 05, 2011 14:16
string emailAddress = "email1@domain.com;address2@another.com;myaccount@somewhere.com"; string[] valuePair = emailAddress.Split(new char[] { ';' }); ...
[Read the rest of this article...]
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
05
DNN Remember Login Checkbox
posted on April 05, 2011 05:30
Enabling the "Remember Login" checkbox on your DotNetNuke web site requires a web.config change. If you want to make similar changes to your own site...
[Read the rest of this article...]
Remember Me
Posted in:
DNN
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)
01
Populate a Credit Card Expiration Month and Year DropDownList
posted on April 01, 2011 09:13
Populate a credit card expiration month DropDownList for (int i = 1; i <= 12; i++) { DateTime month = new DateTime(2011, i,...
[Read the rest of this article...]
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
29
DirectoryInfo Object GetFiles() - List Files in Folder
posted on March 29, 2011 10:51
List files in a folder . . . private void ListFiles() { DirectoryI...
[Read the rest of this article...]
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
26
DotNetNuke Project and Technical Documentation
posted on March 26, 2011 06:02
DotNetNuke is the leading open source web content management system (CMS) and application development framework for Microsoft .NET. DotNetNuke ...
[Read the rest of this article...]
Posted in:
Resource Links
Actions:
E-mail
|
Permalink
|
Comments (0)
17
Finding the Port of MS SQL Named Instance
posted on March 17, 2011 06:12
When running a named instance of MS SQL the instance will run on a port other than the usual port 1433. To determine the port you can use th...
[Read the rest of this article...]
Posted in:
Microsoft SQL Server
,
SQL Server 2008 R2
,
Stored Procedures
Actions:
E-mail
|
Permalink
|
Comments (0)
07
Disabling SSL v2 and weak SSL ciphers
posted on March 07, 2011 06:10
Disclaimer: The items mentioned in the following article involve making changes to your server’s registry. Incorrectly modifying your server’s registr...
[Read the rest of this article...]
Posted in:
IIS
,
PCI DSS Compliance
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 16 of 33
First
Previous
11
12
13
14
15
[16]
17
18
19
20
Next
Last
Categories
Azure (2)
C Sharp - C# (38)
..private void function() (11)
CSS (16)
DNN (60)
..Modules (21)
....Core Modules (6)
....Custom Modules (36)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (2)
..SQL Scripts (16)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
Operating Systems (1)
..Windows 7 (3)
..Windows Server 2003 (1)
..Windows Server 2008 (2)
..Windows Server 2012 (2)
..Windows Vista (2)
..Windows XP (4)
PCI DSS Compliance (1)
SSRS (2)
Technology (139)
VbScript (3)
Web Design (7)
Web.Config (5)
Archives
2024 (12)
2023 (1)
2022 (1)
2021 (2)
2020 (16)
2019 (11)
2018 (8)
2017 (14)
2016 (14)
2015 (4)
2014 (26)
2013 (11)
2012 (15)
2011 (30)
2010 (157)