
Search In
Hi Readers,
This blog includes a very simple example to convert a string into barcode image. As in one of my previous blogs I have explained how to read barcode with the help of iPhone camera and now in this blog I will explain how those barcodes wi
Welcome to Findnerd. Today we are going to discuss the wordpress function register_post_type. If you are working on word-press then you should be familiar with different post types in word-press like post,page,revision,draft etc. Word-press stores th
Google Map provides a facility to display maps on web page of web application. We used Google map API to show and customize the gmap on our web page.
The GMap API is a kind of JavaScript library. Here we will learn how to implementation and customiz
Welcome to FindNerd. Today we are going to discuss schemas in mongoose with nodejs. There are other blogs available on FindNerd which are describing different features of nodejs so you can read out these blogs as well. Question is raised that what is
Hello Reader's ,
Hope your are doing good today.
After working on CURD in cakephp 2.x+ version ,today i am going to update you with Cakephp 3.0 CURD example.
Some directory changes made in cakephp 3.0 you can read here http://book.cakephp.org/
Welcome to FindNerd. Today we are going to discuss one of feature of angularJS that is filters. We will discuss angularJS features one by one so keep reading our blogs. Filters play with data. It transforms the data as well as change the format of da
Hello!!
HTML 5 provides an API, called "Web SQL" API. It is new feature in HTML5 and it also helps to the developer for doing CRUD operation on the client side. It give the permission to client side for doing some operation:-
Create a D
In this blog we illustrate the types of a triggers in SQL.
Triggers are those which executes automatically when some event arise with their related tables in database.
Triggers are divided into two types:
1. After Triggers (For Triggers)
WordPress dominates almost 28% of websites from the total 10+ million websites in the world. Development team from WordPress keeps on updating it to make this framework more robust and secure.
Recently WordPress has rel
DataBinding is the process to establish a connection between UI elements and the Activity class. This will synchronize your user interface with your application model and logic. DataBinding will also minimize your code and utilize your layout file fo