
Search In
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
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
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
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
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
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
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
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
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
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
