
Search In
How to setup a rating feature in rails application.
The best and simple way of doing so is by using RAILS GEM ratyrate by following simple steps.
Step 1: Include GEM in your gem file
gem 'ratyrate'
Step 2: Generate
Database is used to collect information, which is organized in a proper way so that it can be accessed, managed and updated easily.
CakePHP supports following database servers:
MySQL 5.1+
SQLite 3
PostgreSQL 8+
SQLServer 2008+
1. Cre
Hi guys,
I have created a tiny animation in Adobe Flash by using guide layers. It seems perfect when I play it or export the .swf file (https://drive.google.com/open?id=0B_T22xCgWSZsRVBUQ0JuTVJ5UkE).
but when I'm exporting the png sequence for
Icons and splashes both are specified to some platform like android, iOS, windows, blackberry. We can define a icon or splash for a particular platform by the following ways:
By specifying the platform attribute:
<icon src="icon-60@3x.pn
Hi Readers,
Mantle is latest and reliable framework which we can use while parsing JSON objects coming from server end. We can do this by simply initialize a class of type MTLModel.
We can understand framework working with following examples:
{
Protocol Testing:-
What is Protocol in a software industry?
When computer communicates with each other, there is a common arrangement of rules and conditions that every computer needs to follow. As such, protocols decide h
Indexing:
Solr gives you a quick response and results because of indexing. What does this mean? It means that it searches index instead of the text to retrieve the results for you.
In book , you search for the index in the index page of the book an
Integration of security processes with the SDLC:
It is constantly agreed, that cost will be more, if we put off security testing after software implementation stage or after deployment. In this way, it is important to include securit
Myths/Facts of Security Testing
Let's talk on an intriguing points on Myths and facts of security testing:
Myth #1 We needn't need a security approach as we have a little business
Fact : Everyone and each organization requir
Intent:
Subclass : android.content.Intent class
Intent is basically a way of communication between the various components such as activities, broadcast receivers , etc.
We use it with startActivity() method to start an activity
