Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to change image onmouseover event

Hello Reader! If you are looking for a quick onmouseover event that changes the image over another image then you can use the following library code :- <img src='FirstImage.jpg' width='120' height='70' onmouseover="this.src='SecondImage.jpg';" o

Correct way to write disabled textbox

Hello Reader! If you got confuse to write the correct syntax of writing the disabled text box then you can use these types of code as below:- <input type="text" disabled /> <input type="text" disabled="" /> <input type="text" disabled

Call a procedure with in procedure in SQL server

Call a procedure with in procedure in SQL server :- While working in sql Some times you need to Calling one stored procedure within another stored procedure. So you can implement this using below sample code:--- //Store Procedure 1 CREATE PROCEDUR

How to block enter button for submitting the form using Javascript

Hello Reader! If you want your html form that block the pressing action of enter button and accept only submit button then you can see how its working in the example below :- $("FormSubmit").bind("keypress", function (e) { if (e.keyCode == 13) {

CUSTOM MUSIC WEBSITE

I need a PHP developer to develop for me a very custom music portal with features like audio, video, artiste profiles, lyrics, shows…with other custom functionality. It is a big project with somehow complex functionalities. The website must be done i

What is the difference between '|' and '||' operators

Hello Reader's you might have seen the coding standard with the common syntax | and || is used. These are the syntax used for checking the conditions and sub conditions. The first | is called as bit wise Operator. It is used to make the condition be

How to search a specific column in all the tables of database?

Hello All, Working with the SQL Database, I wanted to search a specific column in all the tables of database and to do that I use the following code packet. SELECT TABLE_NAME,COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE COLUMN_NAME LIKE '% You

How to refresh the web page using Angular JS

Hello Reader's if you need to refresh the webpage using the Javascript then Angular js offers you many ways but you can use the best and the shorted way , as below:- var PageLandURL = "http://www.abc.com"; //Just set ur URL $window.location.href = P

How to create a basic plugin using jquery

If you want to make a functionality that can be used anywhere in the code. For example, you want some method that can be called on the jquery selection and it can perform number of operations on the selection. For this, you can write a plugin. For e

How to Add Skype Indicator in UBUNTU System?

Hello everyone, From past day I am trying to get Skype indicator on top right tray of my screen. I tried the below command to install indicator: sudo apt-get install sni-qt:i386 And restarted system, but it didn't worked. Some says, I have to

1 38 409
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: