Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
Question:Saved user, password appearing in wrong fields even autocomplete=off is not working in mvc5?
Description:I have a mvc view(page)for verify otp where I have three fields for verification code,password and confirm password but in the code field saved email address is appearing, I have tried using autocomplete=off with no luck
Posted by: Khalid Abbas | Posted on: Aug 26, 2020
Question:How to know whether the website was built using sitecore ?
Description:I want to detect if any website was built using sitecore while I don't have access for the site i.e I am visiting the website as a general user of the website, is it possible ?
Posted by: Sam Smith | Posted on: Aug 08, 2019
Question:how to display/render "@" symbol as string in mvc view as razor syntax uses the @ symbol to transition from HTML to C#?
Description:I am trying to write following code in my MVC View. <script type="application/ld+json"> { "@context" : "http://mywebsite.com", "@type" : "WebSite" } </script> but it is throwing error "The name 'context' does not exist in the current context" as it consider it as C# code.
Posted by: Samantha Jones | Posted on: Jun 27, 2019
Question:how to setup a "website down for maintenance" page for any major updates in a asp.net (MVC) website?
Description:I have to deploy some major updates in my website build on asp.net MVC and I can't afford to let my site running during the deployment so I need to setup a page which can be displayed during deployment or the site's down time. preferable I need some settings in web.config or at IIS level so that I can easily remove that maintenance page immediately once the deployment process completed.
Posted by: Umer khan | Posted on: Jun 21, 2019
Question:what is purpose of using async or defer attribute ?
Description:what is purpose of using async or defer attribute on script tags or files and on css files and what is the difference between async and defer attribute and how to use them to efficiently load my scripts and styles.
Posted by: Umer khan | Posted on: Feb 11, 2019
Question:how to stop google from indexing specific pages of my site?
Description:There are some pages of my website that I don't want google to index/crawl right now. because these pages are not finalise yet.
Posted by: Khalid Abbas | Posted on: Jan 03, 2019
Question:cookie value breaking at comma in some browsers
Description:I am storing some dynamic value in cookies which may or may not contains comma and I noticed that in some mobile browsers it is breaks the value and create a new cookie instead
Posted by: Umer khan | Posted on: Jan 02, 2019
Question:how to make my ajax based content visible to search engines to index?
Description:I have build a website which mainly update its content through ajax requests and I have noticed that this content is not visible to search engines, need help!!!
Posted by: Umer khan | Posted on: Dec 19, 2018
Question:what is maximum numbers of cookies allowed in website and what is maximum size of a web browser's cookie?
Description:I want to know about maximum numbers of cookies allowed in website and also what is maximum size of a web browser's cookie as per my knowledge it is 4kb?
Posted by: Umer khan | Posted on: Dec 17, 2018
Question:window.onload() is not firing in IE while same code working fine in chrome
Description:I was trying to register click event onload and it is working fine in chrome but the event not firing at all in IE even in the latest version of IE. I have tried following code <script type="text/javascript"> window.onload = function(){console.log('event fired');} </script>
Posted by: Junaid Aziz | Posted on: Dec 17, 2018