Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

jQuey scrollTop()

this method is used to set the position of vertical scroll bar for a particular element. 0 Position of scrollbar means it is at the Top. In a web page, when ever we want to adjust the scrollbar according to its content, we make use of this  me

Bit Fields in C

To provide manipulation in a single bit of data or into the multiple bits we will use the things for these bit manipulation.   struct { unsigned int widthValidated; unsigned int heightValidated; } status;   This will give you the

How to make nav tabs using html code

Nav-Tabs can be really useful especially for content-crowded web sites or in that project where large number of interlinked pages to it. By using nav-tab in html a user can save plenty of space just by placing your block of content in tabs and displa

Selection sort in C

Selection sort as the name suggests, first select the least element from the entire list in every iteration and swap it with the position for which iteration is being performed.   In the given figure it is seen that in the first iteration the

How to create UINavigationController Based Application in iOS

The UINavigationBar class provides a control for navigating hierarchical content. It’s a bar, typically displayed at the top of the screen, containing buttons for navigating within a hierarchy of screens. The primary properties are a left (back

.htaccess: How to do Apache gzip compression?

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

Difference between yield and return statement in C#.

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

How to move an override of the ir.actions.report_xml.create() method in Odoo-9?

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

How to use event.data property in jQuery ?

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

Hot to use action script to call ANE ?

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

1 153 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: