by Melissa Dickinson | Jun 12, 2018 | Tech Snippets
You’ve enabled SSL on your DNN Site, and you’ve set your home page to be secure. Your SSL certificate is active, and all is good…but there’s a problem. When you click on the logo, it takes you to a non-secure version of the home page. ...
by Evelyn Dickinson | Jul 18, 2017 | Tech Snippets
Our client Legacy Protection Lawyers recently asked us to automate the creation of contacts and on boarding when new potential clients submit a form on their website. This is a bit tricky because Lexicata doesn’t actually support integration or publish...
by Evelyn Dickinson | Mar 30, 2016 | Development, Tech Snippets
If you’re doing LAMP web development on the Mac chances are that you are using MAMP. I’ve recently configured all of my Macs to sync the Apache doc root, mySQL database and logs using dropbox for seamless access to all of our projects from any...
by Evelyn Dickinson | Nov 6, 2014 | Tech Snippets
USE DatabaseNameGOCREATE TABLE #temp (table_name sysname ,row_count INT,reserved_size VARCHAR(50),data_size VARCHAR(50),index_size VARCHAR(50),unused_size VARCHAR(50))SET NOCOUNT ONINSERT #tempEXEC sp_msforeachtable ‘sp_spaceused ”?”’SELECT...
by Evelyn Dickinson | Nov 6, 2014 | Tech Snippets
After scouring through the Amazon Web Services (AWS) management console I discovered that there is, in fact, no GUI method for scheduling elastic block store (EBS) snapshots. Snapshots are one of the great good glories of virtualization in my opinion. Being keen to...
Recent Comments