
Search In
Hi Reader's,
Welcome to FindNerd, today we are going to discuss export MySQL Table Records into CSV file.
If we are developing any web application in PHP then sometimes we need to export MySQL Table Records into CSV file. fputcsv() is a function
Hi Reader's,
Welcome to FindNerd, today we are going to discuss File upload in PHP.
When developing a web application in PHP sometimes we need to upload images in our application. Basically, we can say that when a user goes for registration in a
Data validation plays an important role in any application, It helps to confirm that the data in a Model confirms to all the rules of any application.
There are 2 types of validation in cakephp. First one is server side and the next is
Hello Readers!
Many a times, we must have seen a magnifying glass (search icon) in a search type input box. There are many input types in various web pages that have an icon relating to that input type. It makes them look appealing but doing this ge
We often need to integrate search functionality in our application, If our rails application is using PostgreSQL as a database, then we can use pg_search gem. This is the easiest way to add a search feature on any rails application having postgres as
Hi Reader's,
Welcome to FindNerd,today we are going to discuss speed up our CakePHP Website.
When implementing any web application in CakePHP sometimes we observe the application speed very slow and data is not coming in view page and it take
Draw an image using HTML5 Canvas
Hello friends, today I am going to tell you how to draw an image using HTML5 Canvas. Before moving ahead, first of all let us understand the basic of canvas. The HTML5 canvas is used to draw graphics using Ja
Pagination with search in Cakephp 2
Hello friends, today I am going to tell you how to use searching with pagination in Cakephp 2. If you want to search multiple things like first name, last name, email etc then it can be done easily. Lets begin sea
Hii,
In this blog i am going to create a pure CSS ribbon or strip which can be used to display some important information,link etc with highlighted, eyecatching view on a webpage.
While we create any ribbon or strip design we must use eye
ImageView can be used for animation with a set of multiple images using various properties offered by apple.
Here are I’m going to tell you steps to animate images in ImageView:
1- Initialise an array of UIImage type.
