View the source code of a page in IE8
On May 30,2022 by Tom RoutleyView the source code of a page in IE8View the source code of a page in IE8With development tools command...
How to Get a Venmo Credit Card
On May 27,2022 by Tom RoutleySmart banking isn’t something extraordinary nowadays, and almost every active millennial prefers onl...
VBA/VB6 - Select a list of files with Windows Explorer
On May 27,2022 by Tom RoutleySelect a list of files (or one only) with the API: GetOpenFileName. A simplified function using Windows...
Merge 2 videos with VirtualDubMod.
On May 27,2022 by Tom RoutleyBuild 2 videos with VirtualDubMod.Suppose you have several avi files and you want to merge them together...
How to Create a UserForm in a Class Module Using VBA
On May 24,2022 by Tom RoutleyCreate a UserForm containing a dynamic number of controls and make sure they are being triggered by certa...
How To Change the Notepad++ Background Color
On May 24,2022 by Tom RoutleyNotepad++ is an excellent free source code editor launched to help programmers create various programs...
CSS - Avoid distorted webpages
On May 24,2022 by Tom RoutleyAvoid distorted pagesA web page may be deformed because of its content: the text is not aligned correctl...
VBA code not working
On May 21,2022 by Tom RoutleyI have the following VBA code :IssuePrivate Sub Worksheet_Change(ByVal Target As Range) Dim cRow As Integ...
Creating your Professional website - The website wireframing tools
On May 21,2022 by Tom RoutleyOnce you have written your website specification and you may proceed to the wireframing stage. A necessar...
How to store and verify a password?
On May 21,2022 by Tom RoutleyIf you develop an application that manages passwords, it is important to do so on pain of risking pirac...
How To Enable Xbox One Guest Account
On May 15,2022 by Tom RoutleyWhen using the Xbox One, you're prompted to log into your dedicated account. However, you also have the...
What Is Amazon Music HD
On May 12,2022 by Tom RoutleyIf you are an audiophile, you will probably love Amazon Music HD because it has the best possible au...
Playing DVD with Windows Media Player using DVD Pack
On May 06,2022 by Tom RoutleyDVD Pack is available as a plug-in to Windows Media Player versions 9 and above for an enhanced multimedi...
How to increase the volume of a video
On May 03,2022 by Tom RoutleyHow to increase the volume of a videoIssueYou are viewing a video on your computer and realize that the...
Flags for Skype
On May 03,2022 by Tom RoutleyFlags for SkypeIssueCan i have a list of all flags code that can be used with SkypeSolutionAll code for...
Online Forms - The Input fields
On April 30,2022 by Tom RoutleyThe data typeOn most of the online forms, not all of the information is "mandatory". In many cases, howev...
Choosing a CMS for a blog or websit
On April 30,2022 by Tom RoutleyChoosing the right Content Management System, it's quite a task.Among all these proprietary or free softw...
Excel - Copy down formula if cells non-blank
On April 27,2022 by Tom RoutleyIssueI need code to copy down a formula from R2 to R3, R4, R5 etc only if H3, H4, H5 etc is non-blank...
JAVA - Cisco Telnet Applet touchTab
On April 27,2022 by Tom Routley[JAVA] Cisco Telnet Applet touchTabIssueI am working to modify a Java applet that allows me to make telne...
Progress bar in C#
On April 27,2022 by Tom RoutleyIssueI am creating a program which runs a parameterized query to add 14,370 records to a table. The downs...