A tutorial to create an automatic newsletter that reads your RSS feed and monthly sends an email to your subscribers with your latest posts.
Replace Bootstrap's checkboxes and radio buttons by an elegant switch... a Bootstrap Switch.
If you need to call a web method but fail to have a WSDL or want your code to be dynamic, then SOAP and `HttpWebRequest`s are the way to go.
What's the right way, on Visual Studio, to call an external web service, without WSDL, ASMX or adding a web reference? Solution: make a C# SOAP request!
This tutorial will guide you through the complete lifecycle of a Subversion branch, full of examples and screens, including how to resolve conflicts.
This tutorial explains how you can use VisualStudio's build configurations to compile differently for separate clients. Refactor your code using #if syntax.
If you deployed your app to heroku you probably ended up with a weird URL. You can rename your app, but it's even better to use your own custom domain.
Maybe your page under test that behaves differently based on a config. You can use JS inheritance to avoid duplicated code on PageObjects with Cypress.
This is a collection of simple and recurring scenarios when writing Cypress tests. It covers setup, assertions, actions, selectors, waits and mocks.
A download counter like CCounter not only provides you useful metrics but also gives your visitors a hint about the most interesting files.