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. […]
Exception handler levels Code level Use try/catch/finally block Page level Use Page_error [js] public void Page_Error(Object sender, EventArgs e) { // Implementation here } [/js] […]
What’s in it for me? Learn how to be uniquely humane with the uniquely human. Have you ever seen the film Rain Man? Or do […]
What’s in it for me? Probably, at one point or another, someone, somewhere has told you that the secret to success and happiness is to […]
What’s in it for me? Become more productive by doing less. Most of us would love to be more productive, but struggle to get a […]
Copyright © 2026 | WordPress Theme by MH Themes