Welcome to the Tech Info section of X-Stream Info! Explore insightful articles, tutorials, and guides on cutting-edge technology trends and tools. From mastering platforms like Salesforce, WordPress, and PHP to understanding MySQL databases, domain registration, and hosting solutions, this is your ultimate resource hub.
Whether you’re a tech enthusiast, developer, or entrepreneur, our curated content will help you stay updated and make informed decisions. Dive into the world of innovation and take your tech knowledge to the next level!
Show Full Date: (Method 1) $scope.currDate = new Date(); alert($scope.currDate ) Output like this: Wed Aug 16 2017 12:11:06 GMT+0530 (India Standard Time) Show Full Date: (Method 2) var date…
// Simple GET request example: $http({ method: 'GET', url: '/someUrl' }).then(function successCallback(response) { // this callback will be called asynchronously // when the response…
Ionic 3 CLI Syntax Check the installed version of Node.js: npm version Check the installed version of Git: git --version Check ionic version Details: ionic info Check Java version: java -version…
Ionic Version 3 Step 1: Installing Node.js Download the installer for Node.js 6 or greater and then proceed to install the Ionic CLI and Cordova for native app development: Download…
Ionic Version 3 Build your app for testing: ionic cordova run android ionic cordova build android --verbose PUBLISH:: 1>>Remove console ionic cordova plugin rm cordova-plugin-console 2>>Release: This will generate a…
On the past few days Ive been working on a PHP spamd client, and I think it is somewhat usable for now since it already implements all of the protocol commands. This is…
Port Forwarding In order to be reached by the world, you should tell your gateway where is your web server. All incoming request on port 80 should be redirected to…
Just Add the following short code in your theme function.php // Enable shortcodes in text widgetsadd_filter('widget_text','do_shortcode'); Now check it ... Don’t auto-p wrap shortcodes that stand alone use this like…