Tips and Tricks

SharePoint Best Practices : Part 1

Create SQL Server Alias in SharePoint Farm Recently we ran in to a problem, where our production application suddenly started throwing 502 errors due to performance degradation. After analyzing few things, we suspect that our database server has some problems. As this was a production server and we didn’t want to keep this problem for SharePoint Best Practices : Part 1

Create large size file for testing on the fly!

Suppose we write some custom code for uploading/downloading files. Now we want to test the size limitation of a file for Uploading/downloading the file. So for achieving this we look a large file here and there in our system for testing. Here i am demonstrating that how to create a large file for testing in Create large size file for testing on the fly!

Saving Flash files from websites

Here’s how you can save flash files from websites. Visit the webpage (here i’m using http://www.xyz.com, just for an example) Select Source( View > Source ) Now it would show up the HTML code for the site. Now click CTRL+F buttons together or go to the Edit menu and select Find( Edit > Find ) Saving Flash files from websites