Great discovery if it can make it to market. Finally a solution for electric-powered vehicles and other technologies currently forced to use inefficient batteries. This could be a breakthrough leading us to a new way of using electrical items.
New material claimed to store more energy and cost less money than batteries:
PS C:\Scripts>Write-host "The Best Way To Predict The Future" -foreground white The Best Way To Predict The Future PS C:\Scripts>"is to create it!"|for-each {write-host $_.toupper() -foreground white} IS TO CREATE IT!
Friday, September 30, 2011
IIS Website Redirection (IIS 7.x)
If you wish to create a website that only connects via HTTPS (port 443) but want to ensure users don't see a blank website or receive an error when they type your URL into their browser, you can create an IIS redirection site. Here are the steps:
1. Open IIS Manager, right click on Sites, and "Add Web Site..."
4. Type in your redirected website name (i.e. HTTPS://www.yoursite.com) and click Apply. Web redirection is now in place. Obviously this not only applies to 443 redirections but pretty much any kind of web redirection -- for instance, a subsite (http://www.yoursite.com/MoreInfo) or different server (http://anotherserver.yoursite.com) altogether.
1. Open IIS Manager, right click on Sites, and "Add Web Site..."
2. Name the site something that will help you remember what it's for (I used Redirector) and ensure it's capturing requests going to port 80 (HTTP native port number)
3. Click on your website and double-click on the HTTP Redirect tool
4. Type in your redirected website name (i.e. HTTPS://www.yoursite.com) and click Apply. Web redirection is now in place. Obviously this not only applies to 443 redirections but pretty much any kind of web redirection -- for instance, a subsite (http://www.yoursite.com/MoreInfo) or different server (http://anotherserver.yoursite.com) altogether.
SharePoint Designer editing for SharePoint Server 2010
If your organization decides to edit/create SharePoint 2010 content via SharePoint Designer, ensure you use the correct version of the designer. I spent three hours trying to figure out why I kept getting "This web site has been configured to disallow editing with SharePoint Designer." I created a brand new SharePoint site, ensured the check-boxes were checked and still received that message. No where in Microsoft's website could I explicitly find a solution. Finally someone blogged a solution to the problem, mentioning that they installed SharePoint Designer version 2010 and the problem was solved. Luckily, SharePoint Designer 2010 is a free downloadable application. Click here to visit the Microsoft site.
Subscribe to:
Posts (Atom)