CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : venkat

How to set PATH environment variable in Windows?

Two ways we can set the PATH environment variable. One is through command prompt and other way is through System properties window. Keep that in mind that, when you set the PATH environment variable through command prompt, it will be available to that particular command prompt window. If you set the PATH environment variable through System […]

How to change website title for TYPO3 based websites?

TYPO3 is a CMS software useful to develop websites. The following article explains how to change the title for TYPO3 based website. Step (1). Log-in to TYPO3 based website as an administrator. Which will open TYPO3 based back-end website. Step (2). The backend website opened with 3 columns by default. The first two columns will […]

How to uninstall Internet Explorer from Windows?

Windows Internet Explorer is a popular web browsing application. Usually, when you install any software in Windows Operating System, it will display it in the “Programs and Features” window. To uninstall Internet Explorer do the following steps: This article applies to: Windows 7 Operating System Step (1). Open the “Program and Features” window. If you […]

How to open Programs and Features (OR) Add Remove Programs window in Windows Operating System?

Windows Operating System will display all the installed applications/updates in the “Programs and Features” window to allow the users to uninstall/repair the installed software. This article applies to: Window 7 Operating System Follow the below steps to open the “Programs and Features” window. Step (1). Click on the Windows Start button. Step (2). Then select […]

How to align div tags side by side?

An HTML <div>tag is used to define a section in an HTML document. This tag is more often used to create web-layouts. Some times, it is required to place two <div> tags side by side. As it is not straight forward, below steps are helpful to achieve this: Step 1. First, write the HTML code […]

Scroll to top