Category: Web development
For original inspiration see this excellent link by Stephen Cleary:http://blog.stephencleary.com/2013/01/async-oop-2-constructors.htmlStep 1: Create a new WPF applicationStep 2: Define your example serviceIn this example, a service to count the number of …
A simple console application to demonstrate the downloading of files form the internet.It is pretty much the same as the example at the dot net pearls website, with some screenshots …
Some instructions on using Google Docs Viewer to embed online documents into your web page.Step 1: use the iframe tag to create an “internal” frame within your documentSo the essential …
A minimalist explanation as follows.1. Create the HTTP Web Request Create the WebRequest object from the from the Universal Resource Identifier (URI) you supply eg2. Send the HTTP request and …
Very easy to do. Just execute the following steps:1. Create a new WinForms Project2. Add the WebBrowser control from the ToolBox.Select View > ToolBox. Select WebBrowser in the Common Controls:3. …
EasyTree is a JavaScript Menu handling mechanism that is concise but easy to configure. It has a comprehensive set of options that can be tweaked according to the complexity of …
As John Meyer states:“The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.”I am …
This basically replicates the “Simple C# Web Server” that is done over at “David’s” Blog:https://codehosting.net/blog/BlogEngine/post/Simple-C-Web-Server I use pretty much the same code – I have given the code the once-over …
Some particularly useful links:http://stackoverflow.com/questions/8778320/how-to-use-gecko-in-c-sharp https://xinyustudio.wordpress.com/2015/07/04/embedding-web-browsers-in-winform-applications/#more-3695See this link if you’re interested in using Gecko in a WPF project:https://www.technical-recipes.com/2017/using-the-gecko-web-browser-in-wpf/Installing and using the latest GeckoFX-45.01. Create a new WinForms application:2. Install the GeckoFX …
A guide to making your WordPress website a little more secure by getting rid of the ‘forgot your password?’ link/text (highlighted in red) that by default will appear on the …