Click here to Skip to main content
15,891,136 members
Everything / Web Development / HTML

HTML

HTML

Great Reads

by Colin Eberhardt
This article describes the development of a cross-platform HTML5 application for Windows Phone and iPhone.
by Jovan Popovic(MSFT)
Mapping properties in EF model to database columns that contain JSON
by Marcelo Ricardo de Oliveira
A shoot'n'up HTML5 game made with Phaser game framework
by Chris Maunder
Some tips and tricks to help you format your articles and tips simply and consistently.

Latest Articles

by Xavier Junqué i de Fortuny
Converts MathML coded string to/from plain text string
by Member 4206974
FormGen, a JavaScript Form Generator
by Shao Voon Wong
C++ SAX library to simplify XML parsing
by Dan Letecky
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP and ASP.NET Core REST API backends.

All Articles

Sort by Title

HTML 

6 Jan 2011 by mbcrump
Here is a list of 15 things I've discovered about Silverlight
25 Sep 2014 by morzel
Part 1 described the general idea behind Sonar project, hardware components used and Arduino sketch... This second post in "Out of Boredom" series is about C# and JavaScript programs that make it possible to display ultrasonic range sensor data in web browsers.
19 Nov 2018 by tranthanhtu.vn
Overview. As mentioned in "Manage Staffs - Part 2" part, It was easy to query the list of staffs as they were prepared before hand.. All necessary preparation steps occurred in "Add/ update staff information".. Let see "Add staff" first.. Add the following line into staffs.
9 Dec 2018 by tranthanhtu.vn
Overview. In this article, let see how we use multiple languages in TinyERP.. Currently, In html files, ts file for HRM were still using hard-code value (I mean hard-code value of string). And this was not good for enterprise application which supports multi languages as default..
31 Mar 2014 by Manas Bhardwaj
Here is a minimalist example of using Html5 Canvas to save signature as Image using Web API
26 Apr 2019 by Benktesh Sharma
Here is a simple branching strategy to work in CI/CD and code review policy in Agile
19 Dec 2012 by Cruz Boon
How to design a simple in-page pop up panel
19 Aug 2012 by wullinkm
A single file login page for ASP.NET
13 Feb 2015 by Afzaal Ahmad Zeeshan
This blog post shares a tip for Ajax developers in ASP.NET MVC framework.
15 Apr 2019 by John Bandela
As brought up in the a reddit post with lambdas in inline functions you can run into ODR violations and thus undefined behavior.
11 May 2015 by John Bhatt
Accordion Panel with CSS
14 Jan 2014 by Cindy Potvin
How to add a favicon to a site
6 Jan 2020 by Ahmed Bouchefra
We’ll continue building our example app by setting up the router and adding routing for the home and about components
9 Oct 2012 by jotorres
Adding Pagination within Codeigniter
15 Oct 2010 by eglasius
How to add reCAPTCHA to ASP.NET MVC
19 Oct 2010 by eglasius
Adding sharing buttons for all your blogger posts
24 Feb 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will see how to add two numbers from TextBox and show the result in AngularJS.
20 Nov 2019 by Jeremy Likness
Advanced Blazor techniques are covered such as sharing Razor class libraries between a Blazor WebAssembly project and Blazor server-side. Shows how to reference embedded resources like JavaScript libraries, debug on server-side then deploy as client-side and debug in the browser.
10 May 2011 by Christoph Keller
A simple element with big lists
21 Oct 2010 by Mohamemd Magdy Diab
AjaxFormSubmitter
15 Jun 2014 by Right Handed Monkey
Android Database Example and Tutorial (thread safe version)
19 Feb 2015 by Right Handed Monkey
This post explains how to use the WorxForUs Network framework to have an Android app that works robustly even in areas that have poor network connectivity.
28 Jul 2020 by Ahmed Bouchefra
In this post, we’ll see by examples how to use the ngFor directive to iterate over arrays of data and even objects in Angular 10 templates.
24 Nov 2016 by Petru Faurescu
Build step by step an Angular 2 application running on IIS and ASP.NET Core. The project also has live samples. This is the first part of building an Angular 2 Notebook WebApp.
28 Apr 2018 by Bryian Tan
How to dynamically display controls in FormArray using Angular 5 Reactive Forms and enable/disable the validators based on the selection
3 Jan 2020 by Ahmed Bouchefra
How to import HttpClientModule and send Http Ajax requests to JSON REST API Servers
15 Dec 2019 by Ahmed Bouchefra
How to upload multiple image files using FormData, HttpClient (for posting multipart/form-data), Angular 9/8 and TypeScript
28 Dec 2019 by Ahmed Bouchefra
In this post, we’ll see by examples how to use the ngFor directive to iterate over arrays of data and even objects in Angular templates.
17 Jan 2017 by tranthanhtu.vn
29 Sep 2015 by Sibeesh Passion
In this post we will discuss how we can apply CSS important in JQuery. We all know that we can not apply a important CSS property directly to an element. It does not work. But still there is a solution for that. Here I am going to share you that. I hope you will like […]
9 Dec 2015 by Andy Feng
This article introduces how to apply Google reCAPTCHA into form submission of your site.
4 Jun 2011 by Bryian Tan
How to retrieve a checkbox value from an ASP.NET DataList control
7 Oct 2009 by trottin
In .NET 4.0, there is a new option when adding controls to a page or user control: ClientIDMode. This property offers you four choices: Legacy, Static, Predictable, Inherit...
29 Dec 2013 by Vivek Goyal
Web forms URL routing.
27 Dec 2012 by Jeffrey T. Fritz
I've been spending a bit of time over the past month looking into ALL of ASP.NET, not just MVC or SignalR or WebAPI.  
1 Sep 2017 by User 1043264
How does ASP.NET Core MVC uses Razor engine to create dynamic views. Continue reading
4 Sep 2017 by User 1043264
How to work with structured logging in ASP.NET Core and Serilog. Continue reading...
8 Dec 2014 by Kinyanjui Kamau
ASP.NET GridView: CRUD operations
5 Mar 2010 by teebot
If you are already familiar with ASP.NET MVC, you have probably seen the repository pattern in a few examples (such as NerdDinner), maybe you even use it in your own app.One of the most frequent way to hot-plug a Repository class into a controller is to use the Strategy Pattern.
7 Oct 2009 by Tom Janssens
Handling all your images through a custom ActionResult/Controller.
18 Sep 2011 by Gediminas Geigalas
ASP.NET MVC localization using ActionFilter
22 Jun 2014 by Arun Ramachandran India
CodeProject In the last blog post, we have discussed about HiddenInput and ReadOnly attributes in ASP.Net MVC. You can read that article here. In this article we will go over different kinds of Templated Helpers.  Templated Helpers are introduced in MVC 2.
16 Jun 2014 by Arun Ramachandran India
ASP.NET MVC - HiddenInput and ReadOnly attributes
19 May 2014 by Arun Ramachandran India
Uses of Display, DisplayName, DisplayFormat and ScaffoldColumn attributes
4 May 2014 by Arun Ramachandran India
CodeProject In the last blog post on ASP.Net MVC, we have discussed about setting initial selected value in a RadioButtonList. You can read that article here. In this article we will go over implementing CheckBoxList  in ASP.Net MVC. Let’s try to understand this with an example.
3 Apr 2012 by Rui Jarimba
You can use Metadata Providers to add microdata to your ASP.NET MVC applications.
30 Sep 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This blog will take you through the steps to call a simple WebMethod to get the details of one record shown on a Repeater and show the retrieved details on jQuery Dialog popup.
16 Apr 2012 by cpsglauco
Little-Big bug from ScriptManager
23 Jan 2013 by eric hexter
ASP.NET Web Config Transform Console Utility released on Nuget
16 Sep 2010 by Syed Mujtaba Hassan
When using text field date, Double type (decimal places or different decimal characters in globalization etc) and currency validation on client-side we often use regular expression validator and try to write complex regular expressions.
9 Feb 2015 by madan535
Authorize.Net Credit card processing Integration in ASP.NET
29 May 2011 by Omar Al Zabir
Automatic JavaScript, CSS versioning to refresh browser cache
1 Apr 2013 by Colin Angus Mackay
Automatically replacing an image on an HTML page when it is not found
1 Sep 2017 by User 1043264
How to use Azure NoSQL database in ASP.NET Core. Continue reading...
6 Apr 2021 by TelerikCode
Become a Visual Studio 11 Master Detective – A Look into the Page Inspector
28 Dec 2014 by Prava-MFS
As we all know about CSS (Cascading Style Sheets) is a language used for styling the web pages written in HTML, XML or XHTML. In CSS, selectors play a vital role to declare which part of the web page, the style applies to and it is done by matching the tags or attributes present in […]
24 Feb 2012 by Stephen Dycus
Introduction to HTML5 game development.
28 May 2014 by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivet.js
30 May 2014 by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivets.js
16 Sep 2010 by Syed Mujtaba Hassan
Implementing paging in ASP.net with fast page loading has always been a heck of a task. If we use datagridview’s default paging it has so many drawbacks like it loads all the data into the data source and then select the required number of rows on required page number.
20 Jul 2011 by AlexCode
A clean, fast and stand-alone solution
16 Apr 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will see one example of how to bind one DropDownList using jQuery Ajax and C# WebMethod.
23 Mar 2012 by jqwidgets
Bind jqxChart to SQL Database using ASP.NET MVC3
22 Jan 2020 by Jeremy Likness
Blazor Server and Blazor WebAssembly (client) don't store state by default, resulting in a subpar user experience. This article tackles solutions to the problem.
4 Jan 2015 by Sampath Lokuge
Book Review: Kendo UI Cookbook
2 Jan 2016 by Passion4Code
Bored with Alert!!
1 May 2015 by Ben Liebert
Bridging the client-server boundary – an experiment in architectures for next-generation web applications
27 Feb 2020 by Jeremy Likness
See what is possible to build using only plain, native "Vanilla.js" JavaScript. No frameworks!
15 Mar 2022 by Nikola Breznjak
This blog entry covers what we learned at the first Ionic framework meetup in Čakovec.
25 Jan 2010 by Tom Janssens
A very simple tasklist in order to show you on how to get started using this library.
20 Sep 2015 by Anuraj Parameswaran
Few days back I wrote a post on ASP.NET 5 Tag Helpers, this post is about building your own tag helper. As the first step you need to inherit from TagHelper class, which is available in “Microsoft.AspNet.Razor.Runtime.TagHelpers” namespace.
11 Aug 2015 by Christian Specht
Building a pseudo-dynamic tree menu with Jekyll
6 Jan 2020 by Ahmed Bouchefra
How to build a fake REST API backend for our Angular frontend using json-server and faker
25 Mar 2016 by Sibeesh Passion
How to use caching in Web API
12 Aug 2015 by Gaurav Aroraa
Calling an API using RestSharp in ASP.NET
21 Nov 2011 by JCrocker
How to call ASP.NET WebMethods using jQuery
18 Jan 2013 by Thanigainathan.S
Calling ASP.NET WebService from jQuery
25 Apr 2013 by Rion Williams
Canceling file uploads using the ASP.NET FileUpload control
23 Apr 2013 by Rion Williams
Centering a SliderExtender control in ASP.NET WebForms
30 Jan 2014 by Dmitriy Kozlov
Change of approval status in SharePoint edit form
4 Jul 2014 by Alexander Turlov
Cheat sheet for enabling output caching in ASP.NET MVC
17 Oct 2011 by Paulo Morgado
Cleaning HTML With Regular Expressions
19 Feb 2012 by Neeraj Kaushik1980
Client side Model binding with ASP.NET MVC 3 and KnockoutJs
27 Nov 2019 by Jeremy Likness
The one feature that is not fully supported natively by the latest JavaScript versions is databinding. But how hard is it to implement? If your only motivation for using a heavy framework is databinding support, you may be surprised! Let’s roll up our sleeves and try it out.
17 Jan 2017 by Anton Angelov
A tool for creating a report for author's articles for a specific year or from the beginning of time. Calculates the total number of views.
5 Mar 2014 by ashishjindal
Yes, coffee with AngularJS !
10 Feb 2014 by Timmy Kokke
A very simple Windows Store application based on TypeScript that uses jQuery and KnockOut to get some data from the internet and show this in a GridView
26 Jul 2009 by Abhishek Sur
Use of GZipStream or DeflateStream to compress your HTML output in your response when available. Added new class as WhiteSpaceFilter to remove whitespaces from HTML.
17 Jan 2017 by Robert Edström
Conditionally set sliding expiration time on authentication cookies in ASP.NET Core
13 May 2009 by Jonathan Wood
When deleting an item from an ASP.NET grid, it would be nice to ask the user to confirm this is what they really meant to do.
28 Apr 2020 by Ahmed Bouchefra
Possible ways that you can use to connect or integrate Python with Node.js and Electron with simple examples
12 Mar 2015 by Graham D Smith
Continuous Delivery with VSO: Configuring the Basics
14 Sep 2012 by Richard James Moss
A brief article into how to use a C# library that converts BBCode used by popular forums into HTML
22 May 2017 by Gordon Beeming
Converting HTML to PDF using C# and magic
27 Feb 2012 by Steve Wellens
CSS 4? Really? CSS 3 isn't fully released yet! What on earth is going on here?It all started when I was fooling around with GIMP, the extremely powerful free graphics editor. I took a public domain image, re-sized it, gave it a transparent background and then added a perspective shadow.
21 Nov 2019 by Jeremy Likness
A Content Security Policy (CSP) helps prevent a variety of attacks on your site. This article describes how to implement one for a static website when you don't control the headers.
20 Feb 2019 by Melick
How to create a custom layout for SharePoint 2016 and upload to the page layout library
21 Nov 2019 by Jeremy Likness
Generate a thumbnail for your Hugo posts on the fly, then create a custom short code that uses thumbnails and page data like title and description to embed a post preview to interlink documents.
29 Jul 2017 by Debashis 10433656
How to create an ASP.NET control for image resizer and cropper keeping aspect ratio
11 Aug 2020 by Christian Specht
How to create an image gallery with Lightbox2