To switch Terminal Server between full screen and a window use CTRL + ALT + BREAK.
Month: October 2007
Reset the Outlook Junk Email Rules
How to reset the junk email rule:http://www.outlook-tips.net/howto/fix_junk.htm
SQL Server 2005 Remote Connections
How to configure SQL Server 2005 to allow remote connections: http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277
Redirect to a single site
Use this ASP code to redirect your pages to a single site. Search engines may penalize you for duplicate content if they find content at yoursite.com and www.yoursite.com or multiple domains pointing at the same site. ‘—————————————–If lcase(Request.ServerVariables(“HTTP_HOST”))=”lyonscom.com” OR lcase(Request.ServerVariables(“HTTP_HOST”))=”www.sitenumber2.com” OR lcase(Request.ServerVariables(“HTTP_HOST”))=”sitenumber2.com” Then Response.Status = “301 Moved Permanently” If lCase(Request.ServerVariables(“URL”)) = “/default.asp” Then ‘ change home page here If Len(Request.Querystring)=0 […]
ASP to PHP Convert Functions
This site might be useful for finding the PHP equivalents of ASP tasks: http://www.resources.fortunedesign.co.uk/jspack/asp2php.html Also, here is a chart of difference between the two languages: http://design215.com/toolbox/asp.php
SQL Server 2005 Command Line Backup
See this post: http://www.developmentnow.com/blog/SQL+Server+2005+Backups+From+The+Command+Line.aspx