
Search In
Hi Friends,
As we all know rails works on MVC Architecture, where the controllers acts as the receiver of the requests and sends the response back to the requester. There are actually 3 ways a controller can send a response :
a) render: It sends a
Hello readers, Today in my blog I will discuss about a new topic related to images i.e Sprite images.
As in a web page it includes number of images whether small or even it could be icons or the buttons which basically takes a long time to
Introduction
If you want to do data binding between incompatible types, you need to use a converter. A converter converts the value from source type to target type and vice versa. A value converter is a class, that implements the simple
Moving Your Data Warehouse to the Cloud
Is your data warehouse in the Cloud? Are you thinking of moving it there? Once there, what if you want to change to a faster, cheaper database?
Moving to the Cloud can be a great u
Hello readers, Today in my blog I will discuss Scaleable Vector Graphics Images.
Introduction:-
It is an XML-based vector images created for 2D graphics.
Using the Vector Graphics we can create geometric objects such as lines and curves.
1- System Requirements
1- PHP version 5 or greater
2- MySQL version 4/5 or MSSQL Server 2005/2008/2012 or PostgreSQL 9.2-9.5
&n
In this article, you can see how to create custom animated check boxes using css3.
Suppose you have some input type checkbox. Now you can add a label after checkbox and animate it with css3. Here is an example that shows the animated check boxes.
E
Today in this blog, we will learn how to implement chart on our web page using CanvasJs plugin. This CanvasJs plugin supports many different types of charts like line, column, bar, stacked, pie, doughnut ... etc. Some of the built-in features that ar

Configuring gmail in Cakephp 3.x
Hello friends, welcome to findnerd. Today I am going to tell you how to configure gmail in cakephp 3.x. First of all you need to load the class for email in Controller:
use Cake\Mailer\Email;
Secon
Hi,
Sometimes we need to show our custom accessory view when UITextField/UITextView is in editing mode or being edited. We can use inputAccessoryView property to assign a view just above the system keyboard.
Input accessory view is very help
