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

Search In

3D Flip Rotate animation CSS3

For making a flip roatation we use CSS3 3D property. Child elements will preserve its 3D position that is specified by Preserve-3d. The nested elements are rendered in 3D space are specified by transform-style property. Here is the example:- <!

serialize and unserialize function in php

Serialize is a function which is used to convert a storable representation of a value. It converts an array into string containing a byte stream representation of a value. <?php $serializeddata = serialize(array('apple', 'mango', 'banana

MVC Structure Flow

The MVC structure breaks an application's interface, into three parts: the model, the view, and the controller. It can be mapped with the traditional input, processing & output roles . Input --> Processing --> Output Controller -->

The return Statement in Python

The return statement indicate that return exits in a function and optionally pass back an expression to the caller variable and return statement with no arguments is the same as return None variable. For example you can see below code and try it. #

The return Statement in Python

In return statement return exits a function, optionally passing back an expression to the caller and value. A return statement with no arguments is as same as return None and function. For example you can see below example for return statement. # Fu

Maintaining scroll after postback

While handling postback when we have pages with large data have scrolls .So when doing that postback occurs and the position where last scroll is done gets lost by the browser. So for doing that we can use the page property which can make the thi

Parallaxing in unity 3d

For Parallaxing the background, we need to follow few steps: 1. The type of image using for parallax must be of type texture  2. Set it's wrap mode to be repeated. 3. Assign the image to a quad  4. set shader as Uint/Texture 5. Assign

Any Alternative to WordPress for Easy Content Management By End User?

Can anyone please suggest some good alternatives to WordPress for client sites, so that it is easy for them to manage themselves?   We all knows that Wordpress provides us many different features to build as well as manage the website. Wordpre

Convert file to Byte Array and Get back file from Byte Array

In this article, we will learn how to convert a file into byte array and get back the original file from the byte array via FileUpload control.   Step 1: Create a page having control FileUpload and Button   <div> <asp:FileU

Query String surfacing on my URls during the Google Search Results!

While entering the URL of my website, I’m getting the URL back but with  added query strings. I have tried disallowing the robots.txt file as Disallow: /*? and received a message stating:   ‘A description for this result is

1 7 159
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: