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

Search In

Hiding "My Sites" Menu in Docbar in Liferay

You can hide the "My Sites" menu from Liferay Docbar by creating hook. In my example i am hidding the menu option for all the users except those whose role is Administrator. You need to Hook the html/taglib/ui/my_sites/page.jsp Add the following cod

Accessor Methods in iPhone

accessor methods is used to access or set an object’s properties: Syntax- NSString *firstName = [somePerson firstName]; [somePerson setFirstName:@"Johnny"]; These accessor methods are by default and automatically synthesized by the compiler, th

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

PayPal Integration in Android

PayPal Integration : I am introducing step by step points for integrating paypal into your application with understanding of different terms used in programing. Creating developer account in paypal : a. For development purpose we need to cr

Randomization of the colors

Web color can be expressed in hexadecimal , or as RGB value. With the RGB value, each color is represented as a number between 0 and 255. The example demonstrates one technique to generate a color, using one function to randomly generate the number,

How to use parallax scrolling?

HI all, Parallax scrolling is very popular now days in website making. it is not very difficult you just have to understand some basic method to use it. Below is an example which will shows you how it works. HTML:- <section class="mainWrap">

Passing a DataTable Parameter to Stored Procedure from C#

Some time we need to pass a tabular form data to our database. one option is to using loop in Datatable and on every iteration we have to make a Database call. But this approach is not too good and also it's a time taking and decrease our application

Key concepts of Unreal Engine 4 and Unity

Key concepts of Unreal Engine 4 and Unity : Game logic Unreal Engine 4 Game logic is written using C++ or Blueprint Editor. C++ class and blueprint manipulates the objects. Object has only one class and blueprint is connected to this class. Unit

WebMethod overloading in asp net web services

Hello all, Working with .net web services, at time we have to overload our WebMethod, and the process of WebMethod overloading is very much same to the method overloading in C#. Method overloading allows a class to have multiple methods with the sa

Sorting In Linklist

Sorting inside Linklist:- This Blog will show you, how to create a sorted linklist. By using that can achieve the Sorting inside our Linklist. The Element will Enter inside Linklist in Sorted Manne. #include<stdio.h> #include<conio.h> #

1 116 320
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: