View the source code of a page in IE8

 View the source code of a page in IE8View the source code of a page in IE8With development tools command...   Read More

How to Get a Venmo Credit Card

 Smart banking isn’t something extraordinary nowadays, and almost every active millennial prefers onl...   Read More

VBA/VB6 - Select a list of files with Windows Explorer

 Select a list of files (or one only) with the API: GetOpenFileName. A simplified function using Windows...   Read More

Merge 2 videos with VirtualDubMod.

 Build 2 videos with VirtualDubMod.Suppose you have several avi files and you want to merge them together...   Read More

How to Create a UserForm in a Class Module Using VBA

 Create a UserForm containing a dynamic number of controls and make sure they are being triggered by certa...   Read More

How To Change the Notepad++ Background Color

 Notepad++ is an excellent free source code editor launched to help programmers create various programs...   Read More

CSS - Avoid distorted webpages

 Avoid distorted pagesA web page may be deformed because of its content: the text is not aligned correctl...   Read More

VBA code not working

 I have the following VBA code :IssuePrivate Sub Worksheet_Change(ByVal Target As Range) Dim cRow As Integ...   Read More

Creating your Professional website - The website wireframing tools

 Once you have written your website specification and you may proceed to the wireframing stage. A necessar...   Read More

How to store and verify a password?

 If you develop an application that manages passwords, it is important to do so on pain of risking pirac...   Read More

How To Enable Xbox One Guest Account

 When using the Xbox One, you're prompted to log into your dedicated account. However, you also have the...   Read More

What Is Amazon Music HD

 If you are an audiophile, you will probably love Amazon Music HD because it has the best possible au...   Read More

Playing DVD with Windows Media Player using DVD Pack

 DVD Pack is available as a plug-in to Windows Media Player versions 9 and above for an enhanced multimedi...   Read More

How to increase the volume of a video

 How to increase the volume of a videoIssueYou are viewing a video on your computer and realize that the...   Read More

Flags for Skype

 Flags for SkypeIssueCan i have a list of all flags code that can be used with SkypeSolutionAll code for...   Read More

Online Forms - The Input fields

 The data typeOn most of the online forms, not all of the information is "mandatory". In many cases, howev...   Read More

Choosing a CMS for a blog or websit

 Choosing the right Content Management System, it's quite a task.Among all these proprietary or free softw...   Read More

Excel - Copy down formula if cells non-blank

 IssueI need code to copy down a formula from R2 to R3, R4, R5 etc only if H3, H4, H5 etc is non-blank...   Read More

JAVA - Cisco Telnet Applet touchTab

 [JAVA] Cisco Telnet Applet touchTabIssueI am working to modify a Java applet that allows me to make telne...   Read More

Progress bar in C#

 IssueI am creating a program which runs a parameterized query to add 14,370 records to a table. The downs...   Read More