My Blog

June 18, 2019

Get csv file count in php

echo count(file(“xyzfileofcsv.csv”));
April 9, 2019

Remove focus from searchbar in nativescript

HTML <TabView #tabview [selectedIndex]=”tabindex” (selectedIndexChanged)=”indexChanged($event)” sdkExampleTitle sdkToggleNavButton> <StackLayout *tabItem=”{title: ‘NativeScript’}”> <SearchBar id=”searchbarid” (loaded)=”sBLoaded($event)” #sb hint=”Search” [text]=”searchPhrase” (clear)=”onClear($event)” (submit)=”onSubmit(sb.text)”></SearchBar> <Label text=”NativeScript” class=”m-15 h2 text-left” color=”blue”></Label> <ScrollView> <Label […]
January 22, 2019

how to convert current date to YYYY-MM-DD format with angular nativescript

Step 1 : app.module.ts import {DatePipe} from ‘@angular/common’; . . . providers: [DatePipe] Step 2 : demo.component.ts import { DatePipe } from ‘@angular/common’; . . constructor(private […]
December 20, 2018

Passing Data Through using Angular Router With NativeScript

Page 1 TS File Raw code : import {Component} from “@angular/core”; import {Router, NavigationExtras} from “@angular/router”; @Component({ selector: “page1”, templateUrl: “./components/page1/page1.html”, }) export class Page1Component { […]
December 13, 2018

Update Nativescipt Component

sudo npm i -g nativescript
October 8, 2018

Generate Nativescript Android Certificate Production / how to upload android app to play store nativescript

To use keytool to generate a keystore for code signing, take the following command, replace tj-vantoll with your name or company’s name, and replace NameOfYourApp with […]
October 1, 2018

How to zip a folder via SSH Terminal

zip -r filename.zip foldername/
September 8, 2018

which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

Go To D:\wamp64\bin\mysql\mysql5.7.14\my.cnf Add following code [mysqld] sql_mode = STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
August 21, 2018

NATIVESCRIPT COMMANDS IOS

tns doctor tns platform add ios tns prepare ios tns build ios  
0
Contact us

We are glad that you preferred to contact us. Please fill our short form and one of our friendly team members will contact you back.


    X
    Request a Quote