
Search In
CMS
A Content Management System (CMS) is a software tool that provides functionalities to manage content like: create, edit, delete, and publish content. The main goal of CMS is to provide user interface for building and editing websites content.
Hello Readers,
Here, I will tell you about the character limit on textarea using Jquery.
For Example, If the character limit to write on textarea is 100 character ,then we write only 100 character on the textarea not more than 100.
Therefore, we u
Hello Readers,
slice() is the jquery method which is used to select the subset part of all the part of the element or it is used to select the element from start to end position having indexing zero. Both start and end are integer value and start pa
Hi Readers,
Pagination is required in most of our apps in today scenario. We can achieve it either pull to refresh from top or bottom. UIRefreshControl is the feature if you want to implement it from top side and insert processed records into top of
What is Realm?
We all are aware of SQLite for internal storage in android but now we can use Realm as SQLite replacement.
Realm has become popular for being a database with its own C++ core. It’s not just an alternative for SQLite, but much ea
Hello all, Below is the process to create Line Items in DPP (Double Click for Publishers),
To create a line item first you need to create an order if the order is already created then you don't need to do that, else every time whenever you have new
Binary Search:- The Binary Search is one of the most important searching technique in Searching Algorithm. The one of property of this searching algorithm is, all the elements are in sorted order in array. The worst case and average case complexity o
Hello
Today, we will discuss about the tasks that need to carried out in order to upload an .ipa to the apple store.
Following are the things that need to be accomplished to upload the .ipa file:
Prepare the PhoneGap Build to produce a .ipa file
Active records provide us with ways to set constraints in our queries to specify the order in which we have to get the records from the table.
This can be done through the following ways:
order
This method is used to get records from the
Hello, Readers !!
Today we are going to discuss the video part in the Unity Games.
What if you want to play and video in the Unity Game. How will you do this? For this only I am going to explain you about the Movie Textures.
Movie Texture&
