
Search In
If you are unhappy with the performance of Android emulator, this blog will help you. Although Android's emulator execution is very slow and painful to work with, especially when using it into the debug mode, it can be sped up easily. The main re
Are you looking to start a career in Cryptocurrency and Blockchain? Do you want to know where to look for employment opportunities? If you answered yes to all or any of the questions above, then sit tight and follow me as I'll be doing justice to
To start up with CURD(Create,Update,Read,Delete) operations in unity3D using SQLite.
You need to follow few steps:
Steps for installing and use sqlite browser:
1.You need to have an SQLite Browser installed in your system:
Which you can get from t
Update one table with data from another table :-
Some time we need to update more than one column in a SQL table with values from column in another table.So we can achieve this using join. Please refer the below example:-
Table Structure & Value
//this code use to deduct amount automatically from buyers account
//step1. include paypal.class.php file (find attached file)
include_once('paypal.class.php');
$objPaypal = new MyPayPal();
$PayPalMode = 'sandbox'; // sandbox or li
This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period.
If you want to create Zoom-In and Zoom-out of an image using Touch events function check my below example. In below example First I have created a main layout named xml.layout then in xml.layout I have added 2 attributes, first is FrameLayout attribu
Page navigation means moving from one page to another in you website. In ASP.NET, there are different methods for navigation. These navigations are :
Client-side navigation
Cross-page posting
Client-side browser redirect
Server-Side
Panels in .NET is used to place controls in it.
We also use panels to create dynamic controls and placing inside a panel.
<asp:Panel ID= "Panel1" runat = "server">
</asp:Panel>
Properties
Description
contenteditable attribute is a new feature added to HTML5. By the terminology, we understand that this attribute is used to specify that whether the contents of an element are editable or not. This attribute was designed and implemented by Microsoft
