
Search In
Debugging means finding out the bugs.We all need to be sure that our applications is bug free, so here we have another tool for debugging our application that is "FIREPHP".
Firephp is a Firefox extension, similiar to FireBug. It enables you to log
Strong Parameters in Rails
Strong parameters are used to prevent the action controller parameters that are used in Active Model Mass Assignment. If you want to use them, you need to white-list them. It is basically used as a security for sensitive mo
Here is the example where various functionalities like styles (StyledMapType), info window, marker events, etc, have been implemented
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
The transition from OpenERP 7 to Odoo (OpenERP 8) visibly highlights power of the web. Odoo comes with more than 4,000 apps for sundry business needs and requisites.
There has been a worldwide acceptance for version 8.0 among its partners and users
In Javascript there are several ways to detect array(variable is an array). But through this post , I will tell you ony four different ways to detect variable is an array .
Below there are 4 different ways are :->
1) Array.isArray(object) ->
Hello Guys ,
In this tutorial we will learn how to animate a car along a curved road .
In the scene you will see we have a path and a car placed .
We will first draw an EP curve on top of the path so that it follows the path.
Complete th
Hi Guys,
Do you know how to implement PageViewController ?
This is an IOS very good and efficient feature. Below I have implemented a example which will help you use the PageViewController.
Lets assume you have create a Book for kids which helps
Following code will help you to create dynamic UITableViewCell w.r.t to its content of message.
-(void)setChatData:(ChatMessage *)messageObj memberDict:(NSDictionary *)memberDict isCurrentUser:(BOOL)isCurrentUser{
NSDictionary *userDict = [m
Hello All,
If you want to make an accordion, this code will help you to make a dynamic accordion using HTML, CSS and Jquery.
An accordion is a stacked list of items. Each item can be "expanded" or "stretched" to reveal the content associated with t
Hello readers,
If you want to create a horizontal menu bar in a web page using HTML and CSS follow the below code.
CSS:-
<style type="text/css">
#menu
{
font-family: Arial, Verdana;
font-size: 14px;
margin: 0;
padding: 10px;
