Register
Login
Register
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
QR Code Maker
Open Weather
Tide Chart
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
30
Verizon SMTP Port 587
posted on April 30, 2010 06:56
Configure Outlook to use port 587 for sending email In order to change your port 25 settings to port 587 in Outlook, you must do the following: ...
[Read the rest of this article...]
Posted in:
E-Mail
Actions:
E-mail
|
Permalink
|
Comments (0)
30
SQL SPLIT Function
posted on April 30, 2010 05:15
Add the helper SPLIT function to your database CREATE FUNCTION dbo.Split ( @List nvarchar(2000), @SplitOn nvarchar(5) ) RETURNS @RtnVal...
[Read the rest of this article...]
SQL
,
FUNCTION
Posted in:
Microsoft SQL Server
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Windows 7 Pro can't join to Windows Server 2003 domain server
posted on April 23, 2010 06:48
Solution was to configure the NTLM security. From Windows 7, click start, type local and open the Local Security Policy Manager. Sele...
[Read the rest of this article...]
Networking
,
Windows 7 Professional
Posted in:
Networking Problems
,
Windows 7
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Check for Null Value in a Stored Procedure
posted on April 21, 2010 04:54
Within a stored procedure use an IF STATEMENT to check a parameter for a NULL VALUE if( @CustomFieldID is null) begin print 'NUL...
[Read the rest of this article...]
Stored-Procedure
,
Null-Value
Posted in:
Stored Procedures
Actions:
E-mail
|
Permalink
|
Comments (0)
19
Date and Time
posted on April 19, 2010 05:25
Get the date and time in C# vDate = Convert.ToString(System.DateTime.Today.Date.ToShortDateString()); vTime = Convert.ToString(System.DateTi...
[Read the rest of this article...]
Date
,
Time
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
17
Web Safe Fonts
posted on March 17, 2010 05:45
Here you can find the list with the standard set of fonts common to all versions of Windows and their Mac substitutes, referred sometimes as "browser ...
[Read the rest of this article...]
Posted in:
Web Design
Actions:
E-mail
|
Permalink
|
Comments (0)
12
SEO Content Pages
posted on March 12, 2010 08:31
PROCEDURE GIBS_SEO_Content nvarchar(50) = null AS BEGIN if (len(@city)=0) begin set @city=null end SET NOCOUNT ...
[Read the rest of this article...]
Posted in:
Microsoft SQL Server
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Abbreviated State Dropdown List
posted on March 06, 2010 14:31
Handy for various DNN modules that required a pipe seperated list of states. This list is for StateCode.
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Shrink DNN Database Log File
posted on March 06, 2010 06:17
Script to shrink the DNN log file. use inetDNN_DATABASENAME GO BACKUP LOG inetDNN_DATABASENAME WITH TRUNCATE_ONLY GO DBCC SHRINKFILE (inetDNN_DAT...
[Read the rest of this article...]
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Enable DNN Login Save
posted on March 05, 2010 05:06
<add key="PersistentCookieTimeout" value="20160" />
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 33 of 34
First
Previous
25
26
27
28
29
30
31
32
[33]
34
Next
Last
Categories
Azure (3)
C Sharp - C# (41)
..private void function() (11)
CSS (17)
DNN (66)
..Modules (25)
....Core Modules (6)
....Custom Modules (41)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (4)
IIS (3)
Malware (1)
Microsoft SQL Server (18)
..Azure SQL Database (5)
..SQL Scripts (19)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
nopCommerce (3)
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
2025 (12)
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)