
Search In
Here is the blog which describes that how you can play around with path & patterns. This feature helps you to fill any pattern along the desired path, it is however semi hidden. Below are the simple steps:
1.Select the Pen tool(P)and create a pa
We can change the text format, style,font size by adding a class created as per the requirement to the div or any html element dynamically using the addClass method of jquery.
For Example: let us change the content inside the div that contains two
MACROS
A macro is a piece of statements(code) which we provide a name or give that piece of statements a name. so whenever we used that name which we provide to that piece of code in the program, that code get replaced by the contents of the macro
Aggregate Functions:
Oracle has many built-in functions which are used to process numbers or strings. They are very useful as we can directly use them , we just have to write the aggregate function name and in braces the column name on which we have
In the below example I have created Drawing Polyline and Markers along the tapped position in Google Map. ”Polyline is a list of points where line segment are drawn between consecutive point”. Here I have created fragment attribute in activity_main.
RegularExpressionValidator is very useful and powerful validation control in asp.net We can check the value of an associated input control that matches the pattern specified by a regular expression or not. The Property which is specific to RegularExp
These are the following Data Type Conversion in c#
Implicit conversion
Explicit Conversions
Difference between Parse() and TryParse()
Implicit conversion is done by the compiler:
1.When there is no loss of information if the conversion is done
In C++ program the compiler converts every statement in machine language of one or more lines, during compiled time. Every line is provided with the unique address. So each function of the program is provided with the unique machine language address.
Android provide many ways to store or save data of an application, like Shared Preferences, internal storage,external storage, SQLite database and storage on network.
Here we will learn how to save data in the internal memory of the android device.
Access Modifiers:
Access Modifiers are used to provide access level and visibility to variables,classes and to methods. There are four access modifiers in Java.
Default
Private
Public
Protected
1. Default Access Modifier:
If we do not p
