In this article I am going to explain How to Create and send outlook meeting calendar event using php.
Before getting started with the process, lets analyse the terms used in the article. Continue reading “Create and send outlook meeting calendar event using php”
Create Splash Screen in Xamarin Forms Android
In this article I am going to explain How to Create Splash Screen in Xamarin Forms Android App.
Before getting started with Splash Screen let’s analyse what is splash screen? and benefits of splash screen. Continue reading “Create Splash Screen in Xamarin Forms Android”
PHP code to send email using PHP mail function
In this article I am going to share the PHP code to send email using PHP mail function.
Nowadays every website has contact form to receive customers query through website contact form.
Actually this is a good idea to collect your visitors information so that later you can contact them regarding your products & solution. Continue reading “PHP code to send email using PHP mail function”
Create an e-commerce website with WordPress WooCommerce
In this article, I am going to explain How to Create an e commerce website with WordPress WooCommerce.
If you have some product range and you want to sell them online then it is not a big deal to create an e-commerce to sell your products. Continue reading “Create an e-commerce website with WordPress WooCommerce”
Redirect one domain to another by Domain Forwarding
In this article, I am going to explain How to Redirect one domain to another by Domain Forwarding.
Before moving to domain forwarding process, let’s analyse what is domain forwarding and what’s the purpose of domain forwarding? Continue reading “Redirect one domain to another by Domain Forwarding”
Run PHP script automatically at a specified time using Cron Jobs
In this article, I am going to explain How to Run PHP script automatically at a specified time using Cron Jobs.
If you are a website developer and working on web related projects, sooner or later you will face the situation, when you need to automate the code execution task on server. Continue reading “Run PHP script automatically at a specified time using Cron Jobs”
Send Email in Asp.Net C# Using SMTP
In this article I’ve implemented the code to Send Email in Asp.Net C# Using SMTP.
Many times when you implement a contact form page in Asp.Net website you need to send that data to email whenever client query through contact page.
Unlike PHP in ASP.Net C# you can’t send emails just by calling mail method, in C# you have to provide proper SMTP and credentials to send email.
You can use below code to Send Email in Asp.Net C# Using SMTP.
Setup Custom Email on Gmail to Send Receive Mail
In this article I am going to explain How to Setup custom email on gmail to send receive mail.
When you buy domain and hosting from any provider and starts your business online, it’s a good idea to use your branded email for business, it
also increase your brand visibility .
In a recent survey done by Verisign, 65% customers trust a business with custom branded email rather than free email account.
Now one of shortcoming of custom branded email is; they provide very basic interface to access your email.
Continue reading “Setup Custom Email on Gmail to Send Receive Mail”
Install and Run apk files in Android Emulator
In this article I am going to explain How to Install and Run apk Files in Android Emulator.
Recently I got an android apk file from my client to replicate that android app in Xamarin.
To check the functionality of that android app, I have to install and run that app in my mobile. Continue reading “Install and Run apk files in Android Emulator”
Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017
Xamarin is Cross Platform App development tool owned by Microsoft. By using Xamarin tools you can create hybrid as well as native application for Windows, iOS and Android.
Xamarin tools are available to download with Visual Studio and you can directly create Android, iOS and Windows apps from Visual Studio itself.
Most of the common code is written in C#. So you don’t need to learn Java, Objective-C or Swift to build apps if you already know C#.
In this tutorial I am going to show you how to create Xamarin Forms app using .Net Standard and Visual Studio. Continue reading “Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017”