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

Search In

Play a video from a URL in iPhone SDK

To play a video from a url in iPhone sdk just write down following line of code: Step 1: Create a MPMoviePlayerViewController object as *moviePlayerController. Step 2: Create a Url and initialize your movieController with Url. Step 3: and Now play y

Twilio integration with laravel 4.x

We have to follow few steps to integrate twilio with laravel 4.x. Step 1: First we have to install package. For this we will add below code on composer.json. "require": { "dtisgodsson/twilio": "dev-master" } Step 2: Then we will update our

Selenium WebDriver Browser (Navigation) Commands:-

Navigation commands are used to navigate from one web page to another web page that we deal with. Below are some basic Navigation commands which are commonly used while writing the test scripts in Selenium. 1) Navigate To Command - "navigate().to(

Implement Generic Method in Java

Generic Methods:- The Below code will helps you to implement Generic Method using the Generic Programming in Java. The generic methods enable us to specify, with a single method declaration and use with different data types. we can write a single gen

Java web error in the servlet file

Hello, I have a problem to run the next code. I have a glassfish server and I add servlet api. The problem is when I try to run it this error occurs: In-place deployment at /Users/jakublemiszewski/NetBeansProjects/JspServletTutorial/build/web GlassF

ENABLE_BITCODE in xcode 7

Bitcode refers to an intermediate representation of a compiled program. The installation of iOS, tvOS, and watchOS apps by tailoring app delivery to the capabilities of the user’s particular device. Apple called this optimization,"app thinning". Note

How to make Purchase Usability Extension in OpenERP/Odoo ?

Step-1 Install the purchase_usability_extension module. Step-2 purchase_usability_extension->Purchases.py Step-3 After that custmozie purchases.py(Python file) file: In below example, I have custmozied purchases.py file. You can directly copy the

How to check invoice date in OpenERP/Odoo ?

Step-1 Install the account_invoice_sequential_dates module. Step-2 Account_invoice_sequential_dates->invoice.py Step-3 After that custmozie invoice.py(Python file) file: In below example, I have custmozied invoice.py file. You can directly copy t

unique records creation with account_number and company_id in avalara-salestax

To use constraints on unique records creation with account_number and company_id in avalara-salestax in OpenERP/Odoo follow below steps- Step-1 Go to avalara_salestax module. Step-2 avalara_salestax->avalara_salestax.py. Step-3 After that used be

How to get Session Object in Spring MVC

Hello Friends, we need the session object to maintain the session in the web applications. we have to get the session object in Spring MVC by the following method:- 1:- Put the Session object with the method parameter. Session Object is declared as

1 497 949
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: