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

Search In

How to add a video as background of your website

Hii, While designing a web page our main motto is to design the web page beautiful and attractive with the help of CSS. Here is one more option i.e to add a video in the background of a webpage to make it more attractive and beautiful. Adding video

How to make CustomDialog Fragment in android

In the below example code I have created a CustomDialog Fragment. Here, first I have created custom_dialog.xml layout , On this xml layout I have added EditText and  Button. In next step, in activity_main.xml layout I have added a Button and Tex

Push Notification - Android using GCM

This post will help you to send push notification to Android devices using server side scripting language called php. click below Link to get Google cloud messaging api- https://console.developers.google.com/project Here is a code to send push not

How to use applet with portlet in liferay?

Hello Guys Below code will help you to build java applet in liferay portlet. Write below code in view.jsp : <applet name="Demo" id="Demo" code="com.AppletDemo" codebase='<%= themeDisplay.getCDNBaseURL()+"/PortletName" %>' width="450" heig

Making UIImageView Clickable Using UITapGestureRecognizer

Hi,   We all know that buttons has their own IBActions that can be drawn easily via xibs/storyboard and codes. But what if the view type is UIImageView or UILabel or any other. In that case we can use UITapGestureRecognizer which is a concrete

Binary search in C++

If you want to find the presence of a element in a given sorted range, then you can use the binary_search function defined in the STL algorithm. The range should be sorted in ascending order to perform binary search. It returns true if element is

Using rolify devise and cancan gem together for user authorizations and access in rails

Hi friends, Whenever we create an application, there is always a case where we want to have different kind of users who needs to login into the app but they have different access rights, so that some functionalities are hidden for some users and some

Setter-based and constructor based dependency injection in Spring

In this blog I am going to explain you about the Spring Framework implementation of the Inversion of Control (IoC), which is also known as Dependency Injection (DI). DI is a process in which objects define their dependencies and the other objects the

Create new project in Ionic framework

If you want to create a new project in Phone gap with Ionic framework, you can do that with the following lines: First of all we have to install ionic, to install ionic in the system we have to run the following command in our terminal: $ npm insta

Default Methods for Interfaces in Java 8

Interfaces always contained only method declaration and there was no way of defining method definition in the interfaces because java did not allow multiple inheritance of classes. Java only allowed multiple inheritance of interfaces. Since Java 8 i

1 204 423
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: