Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for March 2010
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 ON; ...
[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_DATABASE...
[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)
01
Search All Tables
posted on March 01, 2010 07:32
CREATE PROC SearchAllTables ( @SearchStr nvarchar(100) ) AS BEGIN -- Copyright © 2002 Narayana Vyas Kondreddi. All righ...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)