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

Search In

How to convert from NSSTRING TO NSDATE ?

// date from string NSString *dateString = [NSString stringWithFormat:@"%@",_model.time]; // model.time is the field in which we are fetching the string. NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; [dateFormatter se

How to Convert Currency in PHP with Google?

Hello Reader's! In this blog i m going to show how you can convert currency using PHP, first u need to create index page where u can define field for conversion.. index.php <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.or

Best Five Lead Generation Strategies for Your Small Business

    In every sales cycle, lead generation is the initial and most important step. After all, when you google ‘lead generation’, you get about 365,000,000 results.     Everybody who runs a business wants to know

Creating templates in Odoo

If you want to creating templates in OpenERP(Odoo) follow the below mentioned code in your .xml file. <openerp> <data> <template id="index"> <title>Academy</title> <t t-foreach="te

How to set session time out for fix time period in PHP

Hello Reader's, If you want to set session time out for fix time period in PHP use the below code. $page = $_SERVER['PHP_SELF']; $sec = "1"; header("Refresh: $sec; url=$page"); session_start(); $now = time(); if(!isset($_SESSION['start'])

Hide TabPages dynamicaly...

Hi..! I am working on Windows application using c#, in which I am using a TabControl. What I have to do is to open a tabpage dynamicaly on user's choice i.e if the user clicks on the NewUser button then the "New User" tabpage should get open &

Hide TabPages dynamicaly...

Hi..! I am working on Windows application using c#, in which I am using a TabControl. What I have to do is to open a tabpage dynamicaly on user's choice i.e if the user clicks on the NewUser button then the "New User" tabpage should get open &

Hide TabPages dynamicaly...

Hi..! I am working on Windows application using c#, in which I am using a TabControl. What I have to do is to open a tabpage dynamicaly on user's choice i.e if the user clicks on the NewUser button then the "New User" tabpage should get open &

How to Hide TabPages dynamicaly

Hi..! I am working on Windows application using c#, in which I am using a TabControl. What I have to do is to open a tabpage dynamicaly on user's choice i.e if the user clicks on the NewUser button then the "New User" tabpage should get open &

How to implement underline textfield in Xcode

Hi, The tutorial will help you to set underline textfield in Xcode. #import <UIKit/UIKit.h> @interface UnderlinedTextField : UITextField @end #import "UnderlinedTextField.h" @implementation UnderlinedTextField // Only override d

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