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

Search In

How to hide portlet in liferay by using javascript

When we add protlet on the page it by default set visible. Now, hide the portlet or set visible false using javascript. For this you can combine your javascript approach with the parameter approach as follows: <% String paramFromRequestToHide =

How to make ajax hit in Angular JS

Hello Reader's if you want to get data from another webpage then you have to make ajax hit. Angular JS also provide you to get your data and redesign it into it's script. Then you can generate the design itself. Let's see it's working example as bel

How to change add to cart text on product page by its type?

Hello Everyone, today I will guide you "to change add to cart text on product page by its type?" If you want to change the add to cart text according to product type, the first thing is you have to get the product type. In the below code $product i

How to show user's Lat and Long using google script

Hello User if want to show user's lat and long to screen then you can use the code as below:- First you have to create a html page and named it file.html and paste the following code in it. <!DOCTYPE html> <html> <body> <p>

How to play a vedio from your own server to your web page

Hello Reader's if you want to integrate vedio from your own server to your webpage then you can use HTML5. Now HTML5 offers you to use <vedio> tag. Lets see the example as below to show vedio <!DOCTYPE html> <html> <body>

how to remove index.php in codeigniter url

Hello Friends, When we are working on Codelgniter the URL in the browser appear with index.php generally, the URL appear like :: "http://localhost/codelgniter/index.php/app/setuser"   and we would like to see this as "http://

How to create users in login form in OpenERp

In OpenERP first create the users and then users is retrieve an active resource of model res_users with the specified login. When users login in web page then verify all the rights and authentication. If users rights and authentication both is fine t

How to make AJAX call in jQuery?

Sometimes we need to make AJAX call in our Web page. The purpose of AJAX call is that you want to get/submit data without refreshing your page or you want to submit your form by calling an API. We can do this very easily by using ajax() method of jQu

How to convert query string to json object in javascript?

You need to parse an URL and return all the parameters from the URL, you can use the below javascript function:- var getURLParameters = function(url) { var result = {}; var searchIndex = url.indexOf("?"); if (searchIndex == -1 ) re

How to Save data using cakephp

CakePHP will save model data as a snap to your database, User's Data will be ready to be saved in database it should be passed to the model’s save() method using this, in the giving format below. This is Controller action that uses a Cakeph

1 64 170
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: