Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to reset admin password from database in Magento?

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

Variable Types In Ruby

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

How to create marquee effect on imageview in Objc

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;

Ionic Framework - ion-slide-box

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

.Net Boxing and Unboxing explained with example

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

SweetAlert- Replacement of Javascript's Alert.

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

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

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: "

Create amazing charts and graphs with angular-fusion-charts

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

How to use NSAttributedString in UITextView?

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

1 298 331
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: