Category: Programming
-
+
+
+
+
+
+
You may have the classic issue of needing logs cleared but you do not have time to log onto each server and delete files for space. Here’s a script that will do it for all IIS sites and will let you select how many days back you wish to keep.…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
If you have .Net web applications that are connecting to data sources that you do not want other users to know about then chances are it is about time to start encrypting the connection strings. Why is this important? If you have an external website that fails (and you do…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
Users are getting more and more tired of interpreting images with random numbers or letters that take 2-3 tries to get. Google has a new release of the reCaptcha to include a “No Captcha” feature. You can read about that more here. Here are the steps that I took to include…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
There may be a case where you are taking information from a form and need to post it to a web site somewhere else. One quick method of performing that post is to execute it from the code behind using C# (via context.response) and JavaScript. This is a scaled down…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
So I have been enjoying the benefit of Mike Smith’s article for a while now (http://techtrainingnotes.blogspot.com/2010/12/sharepoint-convert-links-list-to.html). A client I did a project for was wanting to carry this functionality forward to 2013. The problem: this method didn’t work in 2013. So I took a programmatic approach to lose the JavaScript…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+