Post Views: 1,324 If you want to know all detail information of you laptop or desktop, run this command Start> RUN> “MSINFO32” without the quotes then hit [Enter].
How to disable Hibernation and Sleep in Windows Server 2008 R2
Post Views: 951 How to disable Hibernation and Sleep in Windows Server 2008 R2 To Disable Hibernation, follow these steps: Click Start, and then type cmd in the Start Search box. In the search results list, right-click Command Prompt, and then click Run as Administrator. When you are prompted by User Account Control, click Continue. At the command prompt, type powercfg.exe /hibernate off, […]
How to enable Hibernation and Sleep in Windows Server 2008 R2
Post Views: 1,029 To Enable Hibernation, follow these steps: Click Start, and then type cmd in the Start Search box. In the search results list, right-click Command Prompt, and then click Run as Administrator. When you are prompted by User Account Control, click Continue. At the command prompt, type powercfg.exe /hibernate on, and then press ENTER. Type exit and then press ENTER to […]
React JS Interview Questions and Answers
Post Views: 1,719 React JS is most popular JavaScript libraries now a days because its simple and declarative API produces highly-performant applications. If you are planing to build a robust web application, React JS can be best suit JavaScript libraries for UI development. and you are React JS developer, here we are providing mostly asked questions in […]
Site is being redirect to https://redirect.trafficreceiver.club/landing/
Post Views: 1,587 WordPress site is hacked My WordPress has been hacked yesterday, site name is www.examconnect.com, site was automatically being redirected to https://redirect.trafficreceiver.club/landing/ and showing some pop ups and then again was redirecting to some random Urls I have clear all files but site did not work, then I removed […]
Mixed Content: The page at ‘https://yourdomain’ was loaded over HTTPS, but requested an insecure script ‘http://url’. This request has been blocked; the content must be served over HTTPS.
Post Views: 1,675 Mixed Content: The page at ‘https://yourdomain’ was loaded over HTTPS, but requested an insecure script ‘http://url’. This request has been blocked; the content must be served over HTTPS. If you are getting the same error means you are calling HTTP from HTTPS, to avoid the error you can use src=”//yoururl/yourscript.js” in your script tag […]
No ‘Access-Control-Allow-Origin’ header is present on the requested…
Post Views: 1,186 No ‘Access-Control-Allow-Origin’ header is present on the requested … XMLHttpRequest cannot request ressources on domains that are different from the one of your current domain One way you could try to get around it is to use JSONP. JSONP : JSON with padding, is used to request data from a server residing in […]
Read and Parse a Json File in C#
Post Views: 1,330 Situation : when you get JSON from source, it can be any source or JSON return by any service and you want to get data from JSON or want to access any retrive particluar data value from JSON Here requiredfield is field dynamic stuff = Newtonsoft.Json.JsonConvert.DeserializeObject(res); string RequiredData = stuff[“requiredfield”].Value; if […]
9 Top Plugins To Speed Up WordPress Websites on any Server and Theme
Post Views: 1,296 In 2010, Search Engine Land detailed that it was at long last authority – Google numbers the stacking pace of your site as a positioning component. Also, we as a whole need to rank better and convey surges of movement to our site right? The thing is, speed is not quite recently […]