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

Search In

Facebook SDK in iOS + Cordova.

Hello everyone, I need Facebook sdk in my app. I want to upload pic's ... So how to get Facebook SDK and Code In JS.. Using Cordova + iOS.. Please help.. Thanks & Regards Kishor

How to capture screenshot in selenium .

User can use the following code to capture screen shot using selenium Webdriver . File Scrfile = Driver.GetScreenShot As(OutputType.File); FileUtils.CopyFile(Scrfile,new File(“c:\\capturescreenshot.jpg”));

How to get HTML structure using document.getElementById

Hello Readers! In almost every web application their will be a need of javascript function "document.getElementById" , lets understand this how it work. Say suppose We have this HTML structure <div id="scores" style="display:none;">

How to use name_get method in OpenERP(Odoo)?

If you want to use name_get method in OpenERP(Odoo) follow the below mentioned code and paste it in your model.py file: def name_get(self, cr, user, ids, context={}): if not len(ids): return [] res = [] for r in self.read(cr, user, ids, [’name’,’zip

How to generate unique key of random numbers in PHP

Hello Friends, If you are looking to generate unique random string of numeric numbers. Please follow the below code for the same. <?php $uniqueKey = generateUniqueKey(); /** * generate unique key * @return unique key */ public function gener

How to encrypt password using SHA algorithm ?

Create a strong encrypted password in Java : In almost every application we need to create a strong encrypted password. There are many encryption algorithems to create password. It is good approach to have a strong salt and on the basis of that salt

Things to Consider Before Hiring Android App Development Company

Needless to say, Mobile App Development had modified the ecosystem of not only the way people used to operate smartphones, but instead it had given the rebirth to all the business verticals that are existing around the globe. The landscape of the sma

How to get session attribute in velocity template in liferay

Hello Guys, Here, I am writing code for get session attribute in velocity. First of all set session attribute in view.jsp or class of the portlet then get session attribute in velocity template. Follow below steps to implement. step : 1 put below

How to get the version numbers for Cakephp ?

I am writing this blog for beginners who are learning Cakephp. When you learn Cakephp then first thing that reminds is that which version are you installing Cakephp. To know the version of Cakephp let me tell you that there are two ways for getting t

How to Install Grails on Ubuntu?

About Grails: Grails is open source web framework based on Groovy programming language which runs on Java platform.   Steps to install Grail:   Step One: Install JDK   sudo apt-get install openjdk-6-jdk   Step Two: Insta

1 58 408
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: