@manhng

Welcome to my blog!

Template Builder

October 1, 2019 23:49

Template Builder (edit)

https://github.com/mcintyre321/FormFactory (Generate HTML5 Form from your ViewModels or build them programatically in ASP.NET MVC)

https://xhalent.wordpress.com/2011/01/24/applying-unobtrusive-validation-to-dynamic-content/ (Unobtrusive Validation in ASP.NET MVC)

https://exceptionnotfound.net/asp-net-mvc-demystified-unobtrusive-validation/ (Unobtrusive Validation in ASP.NET MVC)

https://lostechies.com/jimmybogard/2014/07/23/conventional-html-in-asp-net-mvc-data-bound-elements/ (HTML Helper in ASP.NET MVC)

https://www.aspsnippets.com/Articles/Create-HTML-File-programmatically-using-C-and-VBNet.aspx (Auto Generate HTML Table)

http://csharp.net-informations.com/ (C# WinForms)

https://parallelcodes.com/c-windows-form-creating-login-form-with-sql-database/ (C# WinForms)

https://scholar.cu.edu.eg/?q=mhafez/files/windows_forms_using_c.pdf (C# WinForms)

https://www.thoughtco.com/programming-advanced-winforms-in-c-958378 (C# WinForms)

HTML Table Template (inline style)

Method Median StdDev Scaled Scaled-SD
JsMin 10.2008 ms 0.3102 ms 1.00 0.00
Nuglify 69.0778 ms 0.0180 ms 6.72 0.16
JsServicesUglify 1,548.3951 ms 7.6388 ms 150.95 3.73

Table HTML Examples

July 11, 2019 04:01

Table Responsive (edit)

https://codepen.io/chriscoyier/pen/qJBpF (Multipication Table)

https://learn.shayhowe.com/html-css/organizing-data-with-tables/ (Completely Styled Table)

https://www.red-gate.com/simple-talk/sql/t-sql-programming/time-slots-an-essential-extension-to-calendar-tables/ (SQL Time Slots)

https://www.rosettacode.org/wiki/Multiplication_tables#C.23 (C# Good Example)

https://www.mymathtables.com/easy-times-table-creator.html (Times Table)

https://css-tricks.com/simple-css-row-column-highlighting/ (HAY HAY HAY)

Random Clock Time Generator

https://www.random.org/clock-times/

https://math.tools/ (AdminLTE Example)

https://codyhouse.co/gem/schedule-template (Schedule Time)

Schedule Template

https://codepen.io/mrinal013/pen/ONmEra (Responsive Demo)

https://elvery.net/demo/responsive-tables/ (Responsive Demo)

https://css-tricks.com/accessible-simple-responsive-tables/

https://css-tricks.com/responsive-data-tables/

Date & Time Picker

https://demos.krajee.com/widget-details/timepicker

https://timepicker.co/

https://amsul.ca/pickadate.js/api/

http://pttimeselect.sourceforge.net/example/index.html

https://eonasdan.github.io/bootstrap-datetimepicker/

https://tarruda.github.io/bootstrap-datetimepicker/

http://www.daterangepicker.com/

https://www.htmlelements.com/demos/datetimepicker/overview/ (Smart.DateTimePicker)

Table CSS

https://css-tricks.com/complete-guide-table-element/

Table Examples

https://www.jquery-az.com/create-bootstrap-responsive-tables-by-jquery-plug-in/ (Responsive)

Bootstrap responsive table custom

https://www.jquery-az.com/html-table-basic-syntax-to-css-bootstrap-based-table-demos/

https://www.jquery-az.com/a-bootstrap-pricing-table-free-template-with-css/

Bootstrap price table CSS

https://www.jquery-az.com/an-html-table-plug-in-for-bootstrap-with-sorting-pagination-checkbox-etc/ (Checkbox, Radio Button in Table)

https://www.jquery-az.com/jquery-ajax-tutorial-syntax-and-using-in-div-form-tabs-accordion-and-table-demos/ (AJAX)

https://www.jquery-az.com/ajax-post-method-of-jquery-to-load-data-in-html-div-and-table-example/

https://www.jquery-az.com/bootstrap-scrolling-tabs-by-using-jquery-plug-in/ (Tabs)

https://www.jquery-az.com/jquery-html-table-to-excel-spreadsheet-export-plug-in-with-2-live-demos/ (Excel Export)

https://www.jquery-az.com/3-examples-create-sticky-html-table-header-using-jquery-bootstrap/

jquery sticky header

https://www.jquery-az.com/an-html-table-plug-in-for-bootstrap-with-sorting-pagination-checkbox-etc/

https://www.jquery-az.com/6-demos-of-bootstrap-data-tables-with-paging-rows-per-view-and-more/amp/

https://www.jquery-az.com/show-hide-html-table-columns-by-jquery-3-demos/

HTML Table

July 14, 2018 10:50

Định dạng cho Table trong HTML bằng CSS (StyleSheet) (edit)

Table với Header nằm ngang (Table with header cells in the top row only)

https://www.w3.org/WAI/tutorials/tables/one-header/#table-with-header-cells-in-the-top-row-only

Table với Header nằm dọc (Table with header cells in the first column only)

https://www.w3.org/WAI/tutorials/tables/one-header/#table-with-header-cells-in-the-first-column-only

Định dạng Table

https://www.w3.org/WAI/tutorials/tables/tips/

Định dạng khác

https://codepen.io/lukepeters/pen/bfFur

https://allthingssmitty.com/2016/10/03/responsive-table-layout/

https://css-tricks.com/accessible-simple-responsive-tables/

https://css-tricks.com/fixing-tables-long-strings/

Dòng chẵn, dòng lẻ

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}


Categories

Recent posts