
Search In
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
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”));
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;">
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
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
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
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
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
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
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
