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

Search In

QueryString Value in Javascript

Hi All, Here is quick way to get query string value in javascript: function getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results

How to scan image from cloud database using Vuforia ?

Using Vuforia we can scan any label and image from cloud database of Vuforia. You need to create free developer account there and then you can create your own application. Then you can create your database in develop tab where you  have 2 part

Query String surfacing on my URls during the Google Search Results!

While entering the URL of my website, I’m getting the URL back but with  added query strings. I have tried disallowing the robots.txt file as Disallow: /*? and received a message stating:   ‘A description for this result is

Java Interview Coding problems for Freshers- Part III

In the previous part, Java Interview Questions and Answers Part I and Java Interview Coding problems for Freshers- Part II, we have explained some basic questions of Java. This part is in continuation with the previous Java Interview Questions and An

Example of Stored Procedure using INOUT mode parameter

Example of Stored Procedure using INOUT mode parameter: INOUT mode is used when you pass and want to get the result using same parameter. Using INOUT mode parameter we can pass the argument to the Stored Procedure and also can get the result with th

My code Not Working On Hosting Server

Hi, My code working in my locahost wamp server. But if I uploaded it to my hosting server it's not working. Please give solution. Or reason for this problem. Thanks Here is my code : <?php session&#95;start(); if(!isset($&#95;GET['subm

Compare two numbers

Can you tell me why this isn't working with comparing numbers?? All assistance is truly & greatly appreciated. function init(){ var a = document.getElementById("a").value; var b = document.getElementById("b").value; var compare = do

Using AJAX in ASP.NET

Ajax Calls in ASP.NET For removing postback in web page you use 1 Update Panels Update Panels are used when there is partial postback of page can happen. 2 Ajax Calls If you want to minimize postbacks to the extent Ajax calls are used. F

How to get image in product module in openerp

To get small image in product module first inherit the product.product object in product module and add one fields like image_small and write the fucntion _get_image in your own module in openerp. for example you can use the below fucntion in .py fil

Display a random entry from a MySQL database in PHP

To display a random entry from a MySQL database we need to use a MySQL function rand(). To display the entry from MySQL database in PHP following script is used: <?php //connect to server with username and password, $connection = mysql_connect ("

1 6 282
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: