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

Search In

UITableView extra spacing(padding) on the top in IOS7

When using xcode4.5 or 4.6(i.e ios6) UITableView added to xib files appears as it is. But when it comes to IOS7(i.e When you are using xcode5) along with adding the UITableView to xib you also need to add a small code which will remove that padding.

How to convert given digits to words using PHP

Hello Reader's! If you have given digits of number and you want it to convert into words for example 76 will be converted as seventy six and 102 will be convert as one hundred two Lets see the function below:- <?php function digittiwords($nu

Custom pop-up example

A pop-up is usually a small window that appears in front of the original web page. It is a graphical user interface(GUI) display area. The pop-up window opens on the single or double click and can be occured in a particular time period. The size of

Getting Springs, Hibernate Exception in Java

Can someone help me with this exception in Java,Springs,Hibernate.   Caused by: java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException at com.mchange.v2.sql.SqlUtils.toSQLExceptio

How to Animate the Table cells

Hi Readers, To make the tableView cell animate from a particular point to its position, you just have to add the lines below in the “willDisplayCell:” delegate function of the table view as shown below. -(void)tableView:(UITableView *)tableView wi

Incorporate Progress Bar in Unity3D

How to make a progress bar in Unity3D Game Calling LoadLevelAsync like TheDarkVoid suggested will start the loading process. You could put it in a coroutine so other parts of the game can keep running. It returns an AsyncOperation. Example: var s

Function calling on button click in OpenERP

Adding a button on an OpenERP view is very easy and calling a function on it too. For example I created a function to add cartage amount on the sales order, I created a field to add cartage amount on it and then on button click it will be added to th

Rounded Circle Menu Example

Hi all, An interesting CSS trick is the creation of circles navigation, sometimes we need this type of navigation, mainly for mobile. Hence it can be useful. You need to know about pseudo elements for better understanding of this type navigation.

Merge images to make a single image

It is easy to merge different images to make a single image. It is like pasting images to a canvas and taking picture of that canvas. Below I have explained how to do it. -(UIImage*)combineImages:(NSMutableArray *)images{ CGRect frame = self.vi

PHP script for resize PNG image with transparent background

This article demonstrate a PHP script which can be used to resize PNG image with transparent background. With the script given below we can pass custom width and size for resized image. The script is given below: <?php $original_img = 'file_pat

1 7 76
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: