bertjohnson.com
PowerShell BertJohnson.com
https://bertjohnson.com/category/powershell
Cloud, IoT, SharePoint geek and entrepreneur. PowerShell: Find all list items modified since a certain date. May 9, 2015. When doing test migrations or otherwise coordinating multiple environments, it’s sometimes useful to create a list of files modified since a cutoff date. PowerShell makes it easy:. Add-PSSnapin Microsoft.SharePoint.PowerShell $dateCutoff = "2015-01-01" $spQuery = New-Object Microsoft.SharePoint.SPQuery $spQuery.Query = " Where Gt FieldRef Name='Modified' / Value In...July 27, 2011.
bertjohnson.com
Azure BertJohnson.com
https://bertjohnson.com/category/azure
Cloud, IoT, SharePoint geek and entrepreneur. Automated Backups for WordPress (Project Nami) in Azure. June 7, 2015. Now that your WordPress Multisite install is up and running in Azure using Project Nami. It’s time to set up daily backups. Now what about the database? Fortunately, Azure databases on the basic, standard, or premium tiers are automatically backed up hourly. Installing WordPress Multisite on Azure. May 3, 2015. Simplify the underlying technology stack. Optimize security and performance.
bertjohnson.com
SharePoint BertJohnson.com
https://bertjohnson.com/category/sharepoint
Cloud, IoT, SharePoint geek and entrepreneur. Check out the new Apidae.com. January 23, 2016. I recently re-launched my company’s website at https:/ apidae.com. Is a technology architecture consultancy focused on modern applications. We specialize in intranets, mobile apps, and cloud strategy. PowerShell: Find all list items modified since a certain date. May 9, 2015. PowerShell makes it easy:. Add-PSSnapin Microsoft.SharePoint.PowerShell $dateCutoff = "2015-01-01" $spQuery = New-Object Microsoft...Re-pa...
zibertronicosen.blogspot.com
Geekitito: April 2014
http://zibertronicosen.blogspot.com/2014_04_01_archive.html
Saturday, April 5, 2014. Want or need for some reason to send secure mail? Here I leave a list of safe providers. You may want to. Some of the best. I do not pretend. Entrada en Español aqui. Posted by J Martinez. Subscribe to: Posts (Atom). Want or need for some reason to send secure mail? View my complete profile. Páginas vistas en total. This work is licensed under a Creative Commons Attribution 3.0 Unported License. Este obra está bajo una licencia de Creative Commons Attribution 3.0 Unported.
zibertronicosen.blogspot.com
Want or need for some reason to send secure mail? Here I leave a list of safe providers. : Geekitito
http://zibertronicosen.blogspot.com/2014/04/want-or-need-for-some-reason-to-send-secure-email.html
Saturday, April 5, 2014. Want or need for some reason to send secure mail? Here I leave a list of safe providers. You may want to. Some of the best. I do not pretend. Entrada en Español aqui. Posted by J Martinez. Subscribe to: Post Comments (Atom). Want or need for some reason to send secure mail? View my complete profile. Páginas vistas en total. This work is licensed under a Creative Commons Attribution 3.0 Unported License.
bertjohnson.com
BertJohnson.com: Cloud, IoT, SharePoint geek and entrepreneur | Page 2
https://bertjohnson.com/page/2
Cloud, IoT, SharePoint geek and entrepreneur. Embedding Tracx Data Using JavaScript. May 27, 2015. I recently launched a new intranet for a Fortune 500 client focused on internal communications and marketing awareness. To mine and aggregate insights from social networks like Facebook and Twitter. Tracx enables multiple views for slicing and dicing tweets and analyzing sentiments of social posts. Imagine being able to query across all of your brands, segmented by country, age group, or gender. Map["filter...
bertjohnson.com
Resources BertJohnson.com
https://bertjohnson.com/category/resources
Cloud, IoT, SharePoint geek and entrepreneur. Apidae Blog Rollup: Valentine’s Edition. February 14, 2016. Happy Valentine’s Day! If you’re looking for a last-minute card, check out Toni J’s Love Bug Valentines. I post at least one blog per week at Apidae.com. Here are the latest:. Introduction: Designing Modern Intranets Using Office 365. A Clever Way to Demonstrate Responsive Design. Evolution of the Digital Workplace. Gartner Evaluations of Intranet and Digital Workplace Platforms. June 8, 2015. Finall...
bertjohnson.com
CSSCompare BertJohnson.com
https://bertjohnson.com/category/csscompare
Cloud, IoT, SharePoint geek and entrepreneur. Clean up customized CSS files with CSSCompare. January 22, 2012. Have you ever come across a SharePoint installation that’s been customized in an unsupported way? You look at the 12 (or 14) hive and see that files have been modified by hand? As you may know, changing core SharePoint files is unsupported and can lead to problems when patching. For situations like these, I wrote a tool called CSSCompare. Which is hosted on CodePlex. You can then add MyCustomSty...
bertjohnson.com
Open Source BertJohnson.com
https://bertjohnson.com/category/open-source
Cloud, IoT, SharePoint geek and entrepreneur. Embedding Twitch into WordPress with WP Twitch. October 25, 2015. I’m going to start testing out live video streaming of open source projects. I’ve been a viewer on Twitch.tv. For a while and have recently started checking out LiveCoding.tv. I decided to dust off my PHP skills (which I haven’t touched in many years) and write my own plugin. Thankfully, Twitch provides an intuitive, anonymous API. And WordPress plugins are incredibly straightforward. In my cas...
bertjohnson.com
Home Automation BertJohnson.com
https://bertjohnson.com/category/home-automation
Cloud, IoT, SharePoint geek and entrepreneur. Magic Mirror Using Microsoft Surface RT. May 26, 2015. Ever since I saw Michael Teeuw’s Magic Mirror. Project, I’ve wanted to make my own. The idea is simple: place a monitor behind a one-way mirror and write software to drive a personal Heads-Up Display. Maybe place it in your bathroom to view the weather and your schedule while getting ready in the morning. Maybe place it in your foyer to read and share notifications when getting home. A few weeks ago. ...