This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Install-WindowsUpdate -AcceptEula | |
#Update-ExecutionPolicy Unrestricted | |
#Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
#Enable-RemoteDesktop | |
#Enable-MicrosoftUpdate | |
#Set-TaskbarSmall | |
# install Visual Studio instances, SQL Server first | |
# Web Platform Installer (get a full list of packages you can install from webpi using "clist -source webpi") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
NOTE!!!! | |
The most updated version of this code is here: | |
https://github.com/scottjehl/iOS-Orientationchange-Fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form data-bind="submit: addSpeaker"> | |
<fieldset> | |
<legend>Speaker Info</legend> | |
Name: <input type="text" data-bind="value: name" /> <br /> | |
Bio: <textarea data-bind="value: bio"></textarea> <br /> | |
Twitter Handle: <input type="text" data-bind="value: twitterHandle" /> <br /> | |
State: <input type="text" data-bind="value: state" /> <br /> | |
</fieldset> | |
<fieldset> | |
<legend>Languages</legend> |