Why your website should have accessibility support There are many reasons why your website should have accessibility support. Here are a few of the most important reasons:... Read More
How a Document Management System(DMS) Can Help Government Departments in Providing Better Citizen Centric Services In today's digital age, citizens expect government departments to be able to provide them with the information and services they... Read More
Which features to look for in a Document Management System (DMS) A document management system (DMS) is a software application that helps you to organize, store, and manage your documents. It... Read More
Configure Asp.net website to send E-mails using SMTP server/Gmail account Hi :) we all are developing websites for ourself, college projects and clients and every website requires the ability to... Read More
c/c++ pattern printing program using for/while loop Write a program to print following pattern in C/C++. 1 12 123 1234 12345 1234 123 12 1 #include<stdio.h> #include<conio.h>... Read More
Difference between Java and C programming language Java is an pure object oriented programming language, it uses the concepts of Classes, Objects, Inheritance, Polymorphism. And the execution... Read More
Operating Systems important interview questions These are the some of the important interview questions regarding operating systems Explain the concept of semaphore? A semaphore is... Read More
Get current page/post id in wordpress If you are customizing wordpress theme then many times you need to get current page id to show/hide some code... Read More
Apply same css style to multiple IDs controls How to apply Multiple IDs # on one css? You can easily apply multiple id’s to a single css style... Read More
Asp.net url rewrite rule to redirect http to https <rule name=”HTTP to HTTPS redirect” stopProcessing=”true”> <match url=”(.*)” /> <conditions> <add input=”{HTTPS}” pattern=”off” ignoreCase=”true” /> </conditions> <action type=”Redirect” redirectType=”Found” url=”https://{HTTP_HOST}/{R:1}”... Read More