Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
Question:Display text vertically readable from bottom to top using css?
Description:Needed to display one of my page’s heading vertically and it should be readable from bottom to top of the screen. Currently my html looks like the following one, any help would be appreciated. <h2 class="vertical-heading">About Us</h2>
Posted by: Umer khan | Posted on: Jan 03, 2022
Question:is it possible to limit text to specified N number of lines using css?
Description:I wanted to limit text to let say 3 lines and all the text exceeding 3 lines should be cropped or hidden and content should show … at the end of the content/text, is it possible through css
Posted by: Umer khan | Posted on: Dec 20, 2021
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