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

Search In

Set up remote access to MySQL database on Ubuntu

Without database any application is almost redundant. So this post might help you to setup access to MySQL database on Ubuntu. Firstly you need to open up the MySQL server config file present at /etc/mysql/my.conf and search for the line bind-a

Hide and Show TabBarController in iPhone

Sometimes we need to hide or show TabBarController from the bottom of the screen then we can just use following functions to do so... In AppDelegate or Singleton class for .h class :- - (void) showTabBar:(UITabBarController *) tabbarcontroller; - (

UITableView or UIScrollView scrolls to top not working.

UIScrollView has a property called scrollsToTop which sets y of content offset of scrollview to zero on tapping the statusbar. But there might be situation when this functionality does not work. According to apple documentation "The scroll-to-top ge

REST attributes of WCF Service

Objective: In this article we will explain what are the REST Attributes of WCF service and there usage. Here WCF Stands for Windows Communication Foundation WebServiceHost: This is a class which is inherited from ServiceHost Class. ServiceHost cl

Types of Mask in Photoshop (part 5)

Welcome back to "Part 5 - Types on Mask in Photoshop". Hello Guys !! In this Blog iam gonna tell you about Adjustment Layer Mask. OK Let's get started. Question 1: How to apply Adjustment Layer Mask? Adjustment Layer Mask is an another type of mas

HTML5 Page Structure

Hello readers! Here is demo of HTML5 page structure. In this structure we are using semantic elements, so its also called Semantic HTML5 Page Layout. Semantic Elements :- In many website we see html write like shown below- <div class="header"&

BeanPostProcessor in Spring

BeanPostProcessor :- It is an interface that defines callback methods by which you can provide your own instantiation logic and your own custom logic before and after the bean creation. along with this you can perform some additional logic or your

Destrction method of bean lifecyle in spring

Destruction Methods:- the destroy method of spring bean container it can specified a method that is called just before a bean is removed from the spring container. Address.java package com.chandan; public class Address { private String

Destrction method of bean lifecyle in spring

Destruction Methods:-The destruction method of a spring bean container is called when bean is removed from the spring container. Example: Address.java package com.chandan; public class Address { private String city; public Address

Special fields in OpenERP

Openerp contain different types of fields and these Fields are divided into three different categories, they are simple fields, relation fields and functional fields. So lets discuss this one by one- 1. Simple Fields- The simple types are integers, f

1 291 331
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: