I’m OK, you’re OK (book review from blinkist)
What’s in it for me? Master your inner child and parent. We’ve all been there. In the heat of an argument, or when discussing a […]
What’s in it for me? Master your inner child and parent. We’ve all been there. In the heat of an argument, or when discussing a […]
GET (https://www.w3schools.com/xml/ajax_intro.asp) [js] var xhttp = new XMLHttpRequest(); xhttp.open(“GET”, “ajax_info.txt”, true); xhttp.send(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { […]
[js] function get_browser_info(){ var ua=navigator.userAgent,tem,M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || []; if(/trident/i.test(M[1])){ tem=/\brv[ :]+(\d+)/g.exec(ua) || []; return {name:’IE ‘,version:(tem[1]||”)}; } if(M[1]===’Chrome’){ tem=ua.match(/\bOPR\/(\d+)/) if(tem!=null) {return {name:’Opera’, version:tem[1]};} } M=M[2]? [M[1], […]
Calendar ASP.NET – Telerik [js] [/js] [js] // Get selected date var StartDatePicker = $find(“<%=txtStartDate.ClientID %>”); var StartDate = StartDatePicker.get_dateInput().get_selectedDate(); [/js] [js] // Fix selected […]
Install/ Uninstall service Open “Developer Command Prompt for VS2012” [js] //Install installutil “C:\IFTUploadApp\App\IFTLabUpload.exe” //Uninstall installutil /u “C:\IFTUploadApp\App\IFTLabUpload.exe” [/js] Debug Windows Service from Visual Studio 1. […]
Copyright © 2024 | WordPress Theme by MH Themes