
Search In
We know that in android only main thread can touch the UI but there are some severals methods that can touch the UI from background thread that are following as :
1. Handler
2. PostDelayed
3. RunOnUIThread
4. AsyncTask
1. Handler is basically us
Many entrepreneurs boast about their workforce, how great a job they do and how they function next to each other with the business owner/entrepreneur, indicating that the owner must be an extraordinary leader that each time they walk into the shop ev
'No man is an island' the saying goes. The suggestion is that people can't exist alone. I would make the island adage a step advance and contend that nobody can be fruitful/successful alone. Only existing everyday is insufficient. Achieve
It's difficult to work in the area of creating/developing leaders without tending to the issue of management versus leadership. Much discussion has been had about what each of these words means in the business world and which one is more essentia
To create models in dijango to following thses step in given below:
Step1- First you check your mysql is proparlly working in your systems.
Step2- Than DB setting in the settings.py in your project like as
DATABASES = {
'default': {
'ENGINE': '
Razor and ASPX both are engines are used for designing and defining the HTML part in your application.
While working with normal websites we go with the ASPX engine
While working with new kinds of project like MVC we use Razor engine for it.
SMTP stands for Simple Mail Transfer Protocol. This is the basic protocol used for email transfer in the internet.
SMTP is the protocol that will access details from the web server and will allow you to email the user any time you want.
&
Sometimes you want to notify your visitors of the change of the new domain name when your webpage is moved. At that time it is good way to place a “redirect page” at the old location which, after a timed delay, will forward visitors to th
In PHP files we have weak type-checked content (Weak type-checked means no way to check the variable is of what type). Now, in PHP7 we can check what type variable we are using in our code by using SCALAR TYPE.
Declare scalar type in the starting of
Hello Reader's if you are new to asp.net and looking to see how email is send then this blog is helpful to you. Sending the email in asp is comparatively similar with php just you have to follow the coding syntax.
<%
Set myMail=CreateObject(
