September 7, 2010         Register     Login  
 
 
Search
 
Archives
 
Tools   
 
Snippets
27
public string ReplaceWithBR(string target)Regex regex = new Regex(@"(\r\n|\r|\n)+"); string newText = regex.Replace(target, "</p><p>")...

[Read the rest of this article...]

Posted in: C Sharp - C#
05
So, if you are using DotNetNuke 5.4.1 you already have a cool alternative to default text html editor. Yes i am talking about Telerik RAD Editor. It r...

[Read the rest of this article...]

Posted in: DotNetNuke
27
Below you will find a few generic SQL queries for generating reports on DNN Users. Last Activity: SELECT     Users.Username, Use...

[Read the rest of this article...]

Posted in: DotNetNuke
30
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
30
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...]

23
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...]

21
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...]

Posted in: Stored Procedures
19
Get the date and time in C# vDate = Convert.ToString(System.DateTime.Today.Date.ToShortDateString()); vTime = Convert.ToString(System.DateTime.Now...

[Read the rest of this article...]

Posted in: C Sharp - C#
09
10 Reasons to use DotNetNuke for new websites
As a web design consultant specializing in DotNetNuke, I often get asked the question "why use DotNetNuke?". Why not use Microsoft's SharePoint, or...

[Read the rest of this article...]

Posted in: DotNetNuke
17
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
08
Handy for various DNN modules that required a pipe seperated list of state names. This list is for full state name.    
Posted in: DotNetNuke
06
Handy for various DNN modules that required a pipe seperated list of states. This list is for StateCode.  
Posted in: DotNetNuke
06
Script to shrink the DNN log file.
05
<add key="PersistentCookieTimeout" value="20160" />
Posted in: DotNetNuke
01

Purpose: To search all columns of all tables for a given search string

[Read the rest of this article...]

28
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" />
08
Create an Inline Scroll Box using CSS.  
Posted in: CSS
05
' INSERT COMMA IN STRING inString="020312181920" strLen=len(inString) xx=1 for x=0 to strLen -2   inPart=mid(instring,xx,2)   newStr...

[Read the rest of this article...]

Posted in: VbScript
 

P.O. BOX 2342 ~ BREWSTER, MA 02631
PHONE & FAX: (508) 714-0678

 
  Copyright 2010 by Global Internet Business Solutions   Terms Of Use  Privacy Statement