CodeSteps

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

How to add POP3 email accounts in Gmail?

Usually, we will configure our email accounts to desktop email applications eg: Microsoft Outlook. Gmail also provides a feature to allow users to add their email accounts. This article explains how to add an email account to Gmail. Step (1). Log in to your Gmail account. Step (2). Click on the Settings icon which is […]

How to set a theme in Oxwall based websites?

Oxwall is one of the best community software used to develop Social Networking based websites. Oxwall provides an easy-to-use interface that allows the admin to select the theme for Oxwall based websites. This article explains the steps to select the theme for Oxwall based websites. Step (1). Log in as an Administrator into Oxwall based […]

How to update Drupal core?

When any Drupal core updates are available, Drupal will display available updates in the Available updates report. This report is available only when you enable the Update manager module. This article explains how to update Drupal core. Step (1). Take a backup of your site and its database. Step (2). Log in to your Drupal-based […]

C# – Value Types and Reference Types

C# types majorly of two kinds, which are; Value Types and Reference Types. Value Types When you define a variable of this type; the variable holds the data directly. And each variable occupies it’s own memory to hold it’s value. That means, each variable has it’s own copy of the data; and if you change […]

How to set Drupal to generate clean URLs?

When you are developing websites using Drupal™ (Open Source CMS), one thing you need to remember is enabling clear URLs is recommended. Once you enable it, the URLs will become more readable. Eg: example.com/q?=user will become as example.com/user. This article explains how to enable Clear URLs in Drupal™ based websites. This article applies to: Drupal 7.x […]

How to disable “Show all Content” prompt in Internet Explorer?

When you are browsing the internet, sometimes Internet Explorer will display the message “Only secure content is displayed”. It means your Internet Explorer browser is displaying only the secured content from the website you visited. This article explains how to disable Internet Explorer to stop showing the message “Only secure content is displayed” and allows […]

Scroll to top