
Search In
I am writing this blog, which will provide you help to compress files with the help of .htaccess file.
When Gzip Compression is enabled on your web server then it will make the file sizes smaller. This will load your website faster. When a req
return statement in C#
Example to demonstrate return statement:
static int SimpleReturn()
{
return 1;
return 2;
return 3;
}
static void Main(string[] args)
{
Console.WriteLine(SimpleReturn());
Console.WriteLine(SimpleRetu
If you want to move an override of the ir.actions.report_xml.create() method. Then you have to follow the following code in your .py file.
# -*- coding: utf-8 -*-
import time
import math
from openerp.osv import expression
from openerp.tools.float
Hi Reader's,
Welcome to FindNerd, in this blog I will guide you to use event.data Property in Jquery.
Basically event.data property is used when the current executing handler is bound. so we can say that it is an optional object of d
This post is helpful to generate action script to call adobe native extension files. Here we are using FDT IDE used to create Action script for ANE.
1. Download FDT from http://fdt.powerflasher.com/docs/Installing_and_Running_FDT#Standalone_Installa
Hello reader's in this tutorial we will discuss how to open a new stripped browser window?, Some time we want to open a web page in a new, stripped-down, fixed-size browser window.
To open a new fixed size window we use window.open metho
Data validation is the process to ensure that computer input coming from user is clean, correct and useful. Data validation also checks if field is not empty. If validation fails , response is sent back to the user, then display proper message, so th

As we know that in rails, in order to reach to any page or URL we have to create routes and resources for the same.
Namespaces and scopes are wrappers which can hold our resources inside them and create the routes accordingly.
Namespaces
Now if
CDN is Content Delivery Network which is fundamentally an extensive conveyed arrangement of servers which sent in various server centers over the web. It helps in reducing load time of a page by offering documents at a higher data transfer
Hi guys here's an example of how to add RefreshControl in your tableView
1. Take a refresh control object in your interface as UIrefreshControl *refreshControl;
2. Alloc init the refresh control & add it to the tableview you are using as a s
