
Search In
Remember Me using Cookie
We can remember username and password by using Cookie. As we know cookie resides in a browser and used to store user data and other informations.
We will remember username and password by using cookie when user check the re
Hello Friends,
Now-a-days composer is widely used in the PHP applications like Laravel, CakePHP and so on. Let's talk about Composer this is a command line tool for dependency management in PHP. This allows you to integrate libraries require in
Hi Reader's,
Welcome to FindNerd,today we are going to discuss how to customize flash message in Cakephp 2.x?
If we want to customize flash message with alert flash box in our CakePHP web application.So for that we have to follow below process.
Instructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, it uses loops, arrays, decisions, accumulating, counting, search
Event-
An "event" generate a specific action in the browser. When an event occurs,like click on an HTML element, then a JavaScript can be executed.
A page load, pressing key, window resize are also example of an event. Events are p
In WPF, this is the property which gets or sets a value at the time of binding source updates. It is used in TwoWay binding. The Mode Sets the direction of the binding and Mode = TwoWay binding means that any changes occurs in target of the bind
Hello Friends,
If you are looking to flash success messages in Symfony. Please review the code below:
1) Open your controller and put the below code with your changes:
// Define your success message as below
$request->getSession()
Hello Readers,
If you want changes in any page inMagento, Then you should surely know from which file the code is generated. In magento, the code on any page comes from different phtml files. if you are beginners, you should know about tem
This blog is about counter badge on icon of Menu . like counter of Notification.
Here is code of this tutorial.
1. Create project.
2. Create text_circle.xml in res->drawable folder.
3. Write below code to text_circle.xml.
<?xml version="1
Bind() method:
Bind method is used to attach events to selected elements and also used to specify a function when the event occurs.
Syntax:
$(selector).bind(event,data,function,map)
Example:
<!DOCTYPE html>
<html>
<head>
<
