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

Search In

How to Fetch data from Plist in Swift?

Hi Property List  or plist files provide a convenient way to store and access our data. Data can be stored in the form of array as well as Dictionary. It supports various primitive types such as boolean, data, date, number, and string. We add

How to Prevent Flickering in Angularjs While Page Loads?

Hello All, We are sometimes in a situation when a particular page loads up on the browser and there are some incomplete contents, raw code displayed in the browser while Angular Js is loaded.   So in order to prevent the browser to show the r

How to Resolve "Unhashable Type: Index" Error Code in Python3?

I'm getting "Unhashable Type: index" error in python code. Can you please help to resolve this? I'm using python3.   df_temp_cns = pd.read_excel(r"/nsmnt/NS_Exec_DSHBD/IS_IT_Demad_Perf/cns_weekly/SrcFile/JnJ_CNS_Weekly_No_In

How To Change Total Count Of Items Displayed Per Page in WordPress

Hello readers! In my previous blog I have explained you how you can change number of products displayed per row in WordPress. So here I will guide you how you can change total count of items displayed per page in WordPress. Lets take an example. As

Sync with gmail.

Im making a 2d multiplayer game, can u tell me how to sync contacts from gmail, for ex if iam downloading my game app, so i want to sync those contacts from my gmail who has already downloaded that app, like the game clash of clans, in which contacts

How to delete IE cookies in QTP.

Web application use cookies to store user related information . While testing web application It is a best practice to delete cookies before starting a new test. IE cookies can be deleted using WebUtil object which come along with QTP. We need to u

How to unlink the selected link in HTMLEditor

Hello all, While working with HTML Editor, we wanted to give a functionality to user where He/She can selected a link inside the HTML Editor and he can Unlink it. To do this, we have this block of code.: var current = window.getselection(); if (cu

How to create selection field in openerp

To make selection field in OpenERP (Odoo) In Selection Field first we have to go in .py file (python file) After that we have to decide where you want to give selection Field and then give attribute Selection to that field. Like below python co

How to load Vendors in CakePhp

Loading vendors usually means you are loading packages , so in CakePHP you can use: App::import('Vendor',''); As an expample if you want to load a vendor named “recurly” which is saved in your app's Vendor folder and you want to access the file n

How to replace a text with a string?

To replace a text with a string a function str_replace() is used. It replaces all the occurences of the string that you have searched with the string you want to give in that place. For example: <?php $str = "String in which you replace the stri

1 48 408
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: