Using wmi in vb.net programmatically,this article will tell you how to check if antivirus is installed or not,the name of the antivirus product and the status of the antivirus, if the antivirus is enabled or disabled and updated or not updated The appendOutput function in the example below appends output to a rich text box,you Continue Reading …
Latest Posts
Setup a new domain name to work with web host
If you have just purchased a new domain name name and you want to setup with the web hosting server then this article will tell you how to configure and setup your new domain name to work with your hosting server as also the settings required to be done at your hosting server. When you Continue Reading …
Show Adsense Ads Below Post Title in WordPress Blog
I am going to tell you how to show your google adsense ads below the title of the post.We are going to modify the theme directly and create a widget area below the post title.The Ad is going to show below the post title and the content will follow after the ad has finished. Step Continue Reading …
Why use PHP ? Dynamic html inside PHP
Why should we use PHP and what are the benefits of using PHP.Also how dynamic html can be generated by embedding html inside php constructs. PHP is a powerful language and can be used to render very dynamic html. The term dynamic html implies that html code which may vary depending on various conditions.You will Continue Reading …
Basics of Pointers in C++
This article will tell us all about the basics of using pointers in C++.To begin with a pointer should be understood as a pointer variable like all other variables.Now like a variable of type int can store integer values a pointer variable can store only memory addresses. First we should understand that when any variable Continue Reading …
Dns Settings For Domain Name at Domain Registrar
Dns settings for a newly created domain name enable the domain name to be resolved to the IP address of the web host.It may be noted that the website files are actually hosted at the web host and the domain is registered with the domain registrar.In some cases you would have registered the domain name Continue Reading …
WordPress Excerpt Showing First image of Post as Thumbnail if exists
In my own site I wanted a thumbnail to be shown in the excerpt with the thumbnail images being picked up from the first image of the post.It was also desired that no default image should be shown when the post does not have an image.So here we are avoiding a default image display. to Continue Reading …
Adding widget areas in wordpress header
To add a header widget areas,first in your theme’s function.php add the following code to register a sidebar. This is assuming that you want to add 2 header widgets Next you will need to insert the following code in your theme’s header.php above or below the navigation menu as you prefer where the widgets should Continue Reading …