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

Search In

How to Write Typescript Function to Validate Inputs of JSON File

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

How to remove markers from Google Maps API?

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

How to display collection view cells based on screen width dynamically in iOS?

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

How to download videos from YouTube in iOS

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

how to create a test function and define a property when using std::map in c++?

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

"How to validate address of customer in Ava Tax in openerp-7 (Odoo) " ?

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

How to Hide RSS link in WooCommerce

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

How to add a PHP page to WordPress?

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

How to detect your website is running on mobile or web browser with jquery

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

How to defines a new notebook page for the view in OpenERP/Odoo ?

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.

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