
Search In
I am writing this blog, because there was a case when I have to send email without the link. For example: If in email I send some data:
<p>Your Email id is: amuk.saxena@evontech.com.</p>
Now when the email is sent to gmail, then gmail a
How to customize Map Marker:
This blog will help you understand how to customize the markers in google map. Specify the icon option on MarkerOptions to change the marker’s icon. The icon option can be either a string (the URL to the marker ico
Media query is css technique that is being introduce in css3.
It is used to set the css and display the page properly when seen on the different screen size.
It uses $media rule to include a block of the css only if a certain condidtion is true.
e
In php we have both constant and variable
A constant is a name for a value which can not be changed during the execution of the script.
It start with a letter or a underscore.
It start with constantname().
The differences-
There is no ne
In this blog tutorial, i will explain how to override magento blocks using an XML- based configuration file. Config.xml is module configuration file in which we will override magento block.
As magento best practices, we should not change any core fil
Delegates in C#
1) Delegate is a kind of function pointer as we have in C or C++.
2) It holds the reference to a method.
3) Reference to a method can be changed at run-time.
4) We can add or remove reference to method using += and -= respectively
Here is the code for creating the triangular uiimageview -
UIBezierPath *bzrPath = [UIBezierPath new];
[bzrPath moveToPoint:(CGPoint){0, self.imgView.frame.size.height}];
[bzrPath addLineToPoint:(CGPoint){80, 0}];
[bzrPath addLineTo
Here are some features of Android Support library 23.2
1. Support vector drawable (support-vector-drawable).
Help to replace multiple bitmap images to single vector graphic xml file. While vector drawable only support in lollipop and
Hi Readers,
To refresh the table whenever you pull down the table, we need to use Refresh Control.
To add a UIRefreshControl on a TableView you just have to add a below code in your viewController.
UIRefreshControl *refreshControl
add class( ) event is used to add class in a element during run time.It helps in animating designs.Through this we can change the property during run time.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"
