Scrollable Window in JupyterAre you working in Jupyter Notebook and using DataFrames? Sometimes you want to display hundreds or thousands of […] November 25, 2024 in Python tagged html / window / scroll / pandas / dataframe / scrollable by Mike
Tables in WordPressIf you are a WordPress developer you can easily add tables to your pages or posts with the […] October 22, 2024 in Plugin tagged html / plugin / table / tables by Mike
HTML Horizontal Line (hr)The hr tag in HTML draws a horizontal line (row) across the page, that’s it. The hr element […] August 27, 2024 in HTML tagged html / style / rule / line / horizontal by Mike
Tim’s Four Things for 2021Tim Corey is one of my favorite instructors on YouTube. He’s just posted a video on YouTube called […] January 5, 2021 in Programming tagged css / html / learn / C# / web / technology / Docker / Azure by Mike
HTML File Table ExtractorThis is a WPF sample program that scrapes an HTML file for the data it contains in all […] April 2, 2020 in WPF tagged Pack / html / table / extract / scrape / HFTE / hefty / title / Agility / HTML Agility Pack by Mike
Embedding Images with Data URIsYou can embed an image directly into an HTML document with data URIs. You don’t need a link […] April 12, 2019 in Graphics tagged uri / data / embed / html / image / optimization / compression by Mike
HTML Email in GmailHere below are the steps to creating an HTML email in Gmail, based on a YouTube video called […] April 7, 2019 in Marketing tagged email / gmail / html by Mike
CSS Layouts for HTML EmailWe have an example of some HTML code and CSS layouts code below. The purpose of this is […] January 22, 2019 in CSS tagged html / layout / template / transparent / spacer / clear / css / inline / design / float / email / border / gmail by Mike
C# Asynchronous Program 1We are now going to demonstrate C# asynchronous programming with a Windows Presentation Foundation (WPF) program. We have […] January 5, 2019 in C# tagged html / download / asynchronous / await / C# Asynchronous by Mike
HTML File Agility Pack Table DataThis post follows from our previous post called HTML Agility Pack Website Tables. Here we are extracting data […] September 23, 2018 in C# tagged Pack / html / scrape / Agility / HTML Agility Pack by Mike
HTML Agility Pack Website TablesIn this post we have a C# console program example that scrapes the data in a table from […] September 23, 2018 in C# tagged table / scrape / Agility / Pack / html / HTML Agility Pack by Mike
HTML Agility Pack SelectorsSelectors allow you to select HTML nodes from an HtmlDocument. Once you have loaded in the HTML document […] September 22, 2018 in C# tagged html / selector / node / select / Agility / Pack / HTML Agility Pack by Mike