Knowledge Base

Snippets

06
Jen-Hsun Huang explains why just being a good student isn't good enough anymore.

[Read the rest of this article...]

Posted in: Technology
05
The most important things to consider when creating a health IT firm.

[Read the rest of this article...]

Posted in: Technology
28
To create a hyperlink to a Google Map with an address use this URL in your anchor tag: http://www.google.com/maps?f=q&hl=en&q=[ADDRESS] ...

[Read the rest of this article...]

Posted in: Web Design
27
Public string ReplaceWithBR(string target) {  Regex regex = new Regex(@"(\r\n|\r|\n)+"); string newText = regex.Replace(target, "<br />...

[Read the rest of this article...]

Functions
Posted in: C Sharp - C#
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: DNN
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
Page 50 of 53First   Previous   44  45  46  47  48  49  [50]  51  52  53  Next   Last