
Search In
I am in need of a method written in typescript to validate the inputs of a JSON file.
Need help in writing method(function) to analyze the contents of the JSON and make sure that it is internally consistent
For ex: Content of the dat
Remove markers from Google MAPS API v3:
I was facing issues while removing all the markers from the Google map API. I know how to remove markers in Google Maps API v2 by :
map.clearOverlays();
Now the question is how to remove markers from Google
Hi Readers,
In this blog we will get to know how to resize collection view cell dynamically and according to the screensize of iPhone.
Here is a very simple code given below to perform this task in a very easy way. We will use a method inside which
Hi Readers,
We can download video file from Youtube if we know youtube URL of the video. First you need to add attached files (HCYoutubeParser) into your project. Now you need to call following function into your code:
let video = HCYoutubeParser
Hi Team
i am struggling to implement two things on this class,
1) to define a property when creating a modifier for using std::map<K, V> that one K is an int and V string.
2).how to create a test function inside a class?
- this clas
It is answer to the questions like
a- how to verify address of partner in openerp
b- how to correct address entered by user
We need to verify and valid address in several cases like for - shipping address.&n
If you want to change or hide RSS link in the primary navigation of your WooCommerce website, without getting into the php files. Use below 2 line code to make this possible-
#navigation ul.rss {display:none !important}
#navigation ul.rss.cart-enabl
If you want to create php pages in wordpress or in other way you want to create templates in WordPress then you need to simply create a file in your activated theme and write below code in top of the file.
After that you can create a wordpress page
If you would like to know your web application running on which platform like mobile or web browser. Please use the below code for the same.
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ){
alert('This
If you want to defines a new notebook page for the view in OpenERP use below code -
<page string="Order Line"> :
Notebook page is used to create the new page and divide the section of pages.
