
Search In
Hello Friends,
Initially when we are new in Magento after successful installation in local system, some time we forgot the admin password. With the reason the project setup is local, you can't call forgot password to retrieve your password.
So
1.Global Variables
2.Instance Variables
1.Global Variables:
They start with a $ sign.
If we do not initialize values to global variables , they take a default value of nil.
Example:
$ global_va
To create marquee effect first set scroll view either via storyboard or via code
Here in this example I am setting up scroll view via code.
declare these variables
UIScrollView *scrollView;
NSTimer *timer;
Hi All,
This blog is about ionic framework functionality ion-slide-box. Ionic framework has some beautiful features one of them is ion-slide-box. It is a directive that allows you to create simple and smooth slider in mobile application.ion-slide-bo
Boxing
The automatic conversion of value type e.g int,char,float etc to a reference type e.g object is termed as Boxing. In general the value type variables are stored in memory space called stack but whenever there is a boxing process the value typ
Hello Readers,
This blog is about about implementation of sweet alerts in our application.
Sweet alerts are the beautiful replacement of javascript's alerts. They look great on laptop,desktop, mobile and tablet. They are perfect for all screen
CRUD Operations in Rails
Before understanding CRUD operations in rails we will see what are active records. Active records point to the models of MVC architecture. Model is the component of mvc architecture which is responsible for persisting data s
Xpath Nodes:
We will use following XML to cover Xpath nodes:
<Film>
<title> Harry Potter </title>
<Director> Mr. X </Director>
<Producer> $500 </Producer>
</Film>
1. Parent: "
In this post, you will learn how to use fusion charts and graphs in angular. There is a plugin for using fusion charts in angularjs. you can add this plugin and use it for web or mobile applications.
Features of this plugin:
It will add a chart b
We can use attributed string with textView by following steps -
1. Make a IBOutlet of your textView
for eg -
@property (weak, nonatomic) IBOutlet UITextView *textView;
2. Now go to storyboard and select your textView and change &l