CodeSteps

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

JavaScript – Access HTML DOM (Document Object Model)

DOM (Document Object Model) is a standard, allows to dynamically access the HTML documents, it’s styles, content and structure. It also allows dynamically update the content. JavaScript is a dynamically typed, object-based scripting language that runs in a host environment, usually a web-browser. But, it also used for server-side programming. JavaScript supports HTML DOM; so […]

C++ – Calling Virtual functions from class Destructors

C++ allows virtual functions to resolve function calls at run-time. This is called late-binding. Like virtual functions, C++ allows virtual destructors to delete the objects properly in an inheritance hierarchy. C++ allows calling virtual functions from class destructors. But what will happen when it calls these virtual functions from class destructors? Let’s take an example, […]

Skype – Adding Contacts

We can add contacts into Skype accounts in two ways. One is by adding a phone number and another one is by searching the Skype directory to find existing contacts and add them to the account. This article explains different ways to add contacts to Skype contacts list: This article applies to: Skype 6.11 Step […]

FireFox – Responsive Design View

Mozilla’s Firefox allows installing of developer tools to extend Firefox functionality and is also useful to develop Plug-ins or Add-ons. One of the developer tools is “Responsive Design View” which is useful to provide a presentation that is suitable for different kinds of devices; such as mobile phones or tablets. To test this feature, first, […]

Scroll to top