December 8, 2015

Check for Float value on keypress using JQuery

Following is script by which you can put check for float value. html input field on which you want to put check for float value: <input class="checkfloat" type="text"> Script for Float Value check: $(".checkfloat").on("keypress keyup",function (event) { $(this).val($(this).val().replace(/[^0-9\.]/g,''));...

July 8, 2015

Stop or disable skype Auto-launching in Windows 8 on startup

We can stop/disable skype on windows startup by following steps:   Method 1: Ctrl+Shift+Esc (open Task manager) > Startup > Disable Skype Method 2: Open Run > type msconfig > System Configuration (Disable Skype here or it will give open task manager link) >Task Manager > Startup...

Error [solved] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path

Problem : The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path. Faced this error while using maven integration with eclipse.  <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> First found this error on the start of JSP...

July 6, 2015

June 29, 2015

Block or stop connecting Peers or IP Addresses to utorrent

uTorrent is one of the more popular free torrent clients. The installer size is tiny and only a fraction of system resources are used when the program is running. µTorrent is Very Easy Way to Download Files. Its Very Convenient to Download through this Software. The Main & very Excellent Feature...

June 26, 2015

Oracle and MySql : Find Top 3rd highest salary row from employee table

In Oracle using ROWNUM : For each row returned by a query, the ROWNUM pseudocolumn returns a number indicating the order in which Oracle selects the row from a table or set of joined rows. The first row selected has a ROWNUM of 1, the second has 2, and so on. You can use ROWNUM to limit the number...

June 15, 2015

Maven Installation under Windows: “JAVA_HOME is set to an invalid directory”

Problem : JAVA_HOME is set to an invalid directory. please set the java_home variable in your environment variable to match the location of your java installation. Solution :   Computer > Properties > Advanced System Settings > System Properties > Advanced > Environment Variables In...

May 28, 2015

Error-JavaEE-Oracle[Solved]-Apache Maven install “'mvn' not recognized as an internal or external command”

Problem : Apache Maven install “'mvn' not recognized as an internal or external command” Solution : Here I am using Windows 8.1 and Java 8. 1. Check out Maven in your Apache Tomcat Directory. If Maven folder is not there then download it first from this site : https://maven.apache.org/download.cgi Download...

May 23, 2015

Error-JavaEE[Solved] : m2e Maven Dependency Plugin Install in Eclipse

Problem : Cannot complete the install because one or more required items could not be found. Software being installed: m2e connector for the Maven Dependency Plugin 0.0.4.201410161303 (com.ianbrandt.tools.m2e.mdp.feature.feature.group 0.0.4.201410161303) Missing requirement: m2e connector for Maven...

April 19, 2015

Styling Hyperlinks by CSS

a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouses over it a:active - a link the moment it is clicked /* unvisited link */ a:link { color: #FF0000; } /* visited link */ a:visited { color: #00FF00; } /* mouse...

April 17, 2015

How to Open the Control Panel in Windows 8 and 8.1

Below, I have given different ways to open control panel in Windows 8 and 8.1. 1. Right click on Windows and click on Control Panel. 2.  On your desktop, open the Charms Bar, click on the Settings charm, click on Control Panel. Or you can directly open Settings charm by pressing Windows...

April 16, 2015

Windows 8 : Add or Remove Sleep or Hibernate in Power Options Menu of your PC

By following simple steps you can add Sleep or Hibernate to your  PC's Power Option Menu : 1. Open Control Panel > Power Options. Or you can directly open Power Options by clicking on battery icon. 2. Now click on "Choose what the power buttons do" link given in left sidebar. 3. Then click...

Float an image to the Left or Right of Text using CSS

Float an Image to Left : (use any one) 1. Add a style attribute to the image, and apply the float property: <img src="image-sample.jpg" alt="image-caption" style="float:left;" /> 2. You can add some margins to the image to increase its readability: <img src="image-sample.jpg" alt="image-caption"...

April 13, 2015

Enable USB Debugging Mode on Android

USB Debugging grants you a level of access to your device. This level of access is important when you need system-level clearance, such as when coding a new app.USB Debugging Mode is a mode that can be enabled in Android after connecting the device directly to a computer with a USB cable. The primary...

April 12, 2015

March 7, 2015

Creating Computer Viruses for fun by Notepad

I am providing easy codes that will make you viruses using notepad. This code based files can harm your computer so do not try these tricks on your own computer. Copy given code to Notepad and follow the given instructions. 1. Toggle your friend's Caps Lock, Num Lock, Scroll Lock buttons : Set wshShell...

February 28, 2015

Top 100 Free Proxy Sites – Free Proxy Servers List

A proxy server is a dedicated computer or a software system running on a computer that acts as an intermediary between an endpoint device, such as a computer, and another server from which a user or client is requesting a service.  HideMyAss - https://www.hidemyass.com/proxy Proxify...

January 29, 2015

Disclaimer

We shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its response or damage to your system. We do not guarantee that the integrity or security of this communication has been maintained or that this communication is free of viruses, interceptions or interferences. Anyone communicating with us by email accepts the risks involved and their consequences. We accept no liability for any damage caused by any virus transmitted by this site.