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

Search In

Static Map in android

Static Map in android Here I am writing a way to show static map on ImageView. Its image of map that displays on mobile without the help of any api key. Here we just make String url to add your latitute and longitute. like private double latitut

Creating .p12 for apns with server side in Java

Generally in iOS apps server side is coded in PHP and to integrate APNS we can create .pem file by following this RayWenderlich tutorial. But we might face difficulty in receiving remote notification on device when server side coding is done in Java

Method definition not displayed on mouse hover in eclipse.

Sometimes the method definition is not displayed hovering over the method name. On hovering the desired method, following message is displayed: "Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.

How to Update Modules List in OpenERP-7.0 ?

If you want to import the customer data through csv file in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to Settings Menu and Click it. Step-2 Go to Modules -> Update Modules List and Click it. Step-3 Click on Update button

Drivers in MySQL

Drivers enables the developers to build database applications in their language of choice. Drivers available in Mysql: PHP Driver:The MySQL native driver for PHP is a replacement for the MySQL Client Library for the PHP script language. JDBC Drive

How to highlight a div using Javascript

Hello Reader's! If you want to make a html page that based on user activity, As user clicks on div then JS will make that div highlight. Let's say our div is - <div tabindex="0">Hello World</div> Here div with tabindex of 0 will put

Websites speed optimization process.

Following are some steps to increase page loading speed: Step 1: HTML Design Use Div based html design for your website. Table based design will take more loading time as compare to div based design. Step 2: Use External JavaScript and CSS Files

How to use Ext.define in ExtJS 4

Ext.Define function is a part of EXTJs. ExtJS is a advance javascript framework, It used to create java class and their method by using javascript. I write the Ext.define method below : Ext.define ( String className, Object data, Function crea

Send HTML email in php

Hello reader's we discussed about "Send HTML email in php". In this code we use Html tags in the " $message " for the better user interface. example: " h1 " tag for heading and " p " tag for paragraph (write a message). Hence You can use all HTML ta

How to make a Round UIView with selected Daimeter programatically in iOS

Create UIView as UIView *myroundView; or watever name suits u... Allocate it itz memory as well as its frame & its diameter as- myroundView = [[UIView alloc]initWithFrame:CGRectMake(40, 18, 15, 15)]; [self setRoundedView:myroundView toDiamete

1 89 217
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: