C# – Windows Phone 8 – SMS Via Program
GitHub: https://gist.github.com/dkittell/025bfa7e07b7a052eee6 Reference/Credit: http://abundantcode.com/how-to-send-sms-in-windows-phone-8-programatically-using-c/
This area of the site is dedicated to code snippets for quick and easy reference
GitHub: https://gist.github.com/dkittell/025bfa7e07b7a052eee6 Reference/Credit: http://abundantcode.com/how-to-send-sms-in-windows-phone-8-programatically-using-c/
This script below will connect to a FTP server and upload the folder with sub-directories and content to the defined path. Currently this script will assume it needs to create the directories. GitHub: https://gist.github.com/dkittell/f029b6c7d1c46ebcffcb
GitHub: https://gist.github.com/dkittell/746e69967a7f4d0f0c52 Reference: https://gallery.technet.microsoft.com/Rename-picture-files-with-97738191 (Magnus Ringkjøb)
This script below is an extension of this script PowerShell Download Latest WordPress Plugin. This download script uses two XML files, primary XML will serve as the configuration file where the secondary will have the plugins that we currently have installed and then this script will run through the XML and download any free plugins…
Forgetting or never having the root password for a MySQL database can be rather difficult if it is now your job to support it. Note: You will need root access on the UNIX box to follow these commands. If for some reason you get an error saying mysql database doesn’t exist you may need to…
Reference: https://github.com/alastairtree/deploy-websites-with-powershell
This script relies on this post currently as it gets a test ASPX site to make sure everything was setup correctly.
Approach 1 Approach 2 Approach 3 – More Details
UNIX Terminal commands can really speed things up, take grep for example if you are not sure of where you put a file or if some text is in a file you can run a simple command like this. Find all references to “www.domain.com” PowerShell has a similar command If you don’t want to show…