Knowledge Base

Snippets

07
http://www.forbes.com/forbes/2010/1025/technology-mobile-payments-cellphones-fraud-visa-calling.html?feed=rss_technology

[Read the rest of this article...]

Posted in: Technology
07
http://www.forbes.com/forbes/2010/1025/focus-tim-wu-verizon-at-t-columbia-open-internet-guy.html?feed=rss_technology

[Read the rest of this article...]

Posted in: Technology
07
http://www.forbes.com/2010/10/06/iran-nuclear-computer-technology-security-stuxnet-worm.html?feed=rss_technology

[Read the rest of this article...]

Posted in: Technology
06
http://www.forbes.com/video/?video=fvn/tech/nvidia-jen-hsun-huang-on-why-dennys-matters?feed=rss_technology

[Read the rest of this article...]

Posted in: Technology
05
http://www.forbes.com/2010/10/04/entrepreneurship-investing-checklist-technology-healthcare-infotech.html?feed=rss_technology

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

SQL, FUNCTION
Page 31 of 33First   Previous   24  25  26  27  28  29  30  [31]  32  33  Next   Last