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

Search In

Difference between Frame and IFrame

Frame Frames are HTML tag which divides the browser's window into multiple parts where each part can load a separate HTML document. <frame> tag specifies each frame within a frameset tag. A collection of frames in the browser window is known

For the love of light - Tips on digital photography

For the love of light “If I could eat that light, I would eat that light” Sometimes the most random thing can set off a bulb inside you, or an inspiration that was sitting dormant inside of you. Like a song, a movie, an article, a conversation,

How to change the text of an input using jquery

How to change the text of an input using jquery We can change the text of an input with the help of attributeEquals selector in Jquery Syntax: $(“attribute='value of the attribute'”) attribute can be : name , value, title, style, src, id, href,dis

How to check if the password is same as one typed before.

Here we will learn how to check if the password entered in the two input boxes, is correct or not using jquery. In the below example initially there will be two input box with labels “password” and “confirm password”. When we type a password in eithe

jQuery.param() method in jQuery

jQuery.param() Syntax: $.param(object,traditional) object: object parameter in param method is an array, a plain object, or a jQuery object which needs to be  serialized. traditional: This parameter is a boolean indicating whether a tr

jquery methods: addClass toggleClass and Remove class

jQuery has Basically three methods for CSS manipulation Following methods is explained using below example:     1.addClass() - Adds one or more classes to the selected elements     2.removeClass() - Removes one or more

jquery validation method

jquery validation is a pattern of checking of input desired code user need a standard library of validation method and include the file into the same folder. it is a process of ensuring that computer input is clean and correct by using the rules and

Table Schema from SqlDataReader

While using ADO.NET classes we perform manipulations with data and tables.   But if in any case we first want to know the table structure or want to get the schema structure then we can also use this classes for that.   This is to insta

Structures in C#

In C# it is a value data type. It contains information of different type of variables.   Srtuctures are mainly used to store homogenous information.     Structures are used to represent record. You might want to track the follow

  • 125
Attribute Routing in MVC

Attribute routing in MVC is used to call your Web API methods.   You can define the route and theri prefixes so that whenever these API are called you can call it with your defined name.   You can bind the route according to your need b

1 169 287
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: