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

Search In

Ruby Constructors and Setter and Getter

Ruby Constructors  1. Ruby supports constructors.  2. They are declared with the method initialize.  3. Initialize method is called automatically when the object is created. Example: class Cons def initialize(name,email,pa

3D Spinning Cube Using CSS3

Hello reader's. I have created a 3D spinning cubes using CSS3 by simply using the transform,animation and transition property over the elements. In my example, I have taken a cube element comprising of each face of the cube having its own elemen

How to connect to database

We can connect our C# application to data in a SQL Server database by using following ways: 1. First Method Firstly, we need a connection string to connect to database.This connection string contain the information about the server to which we are

iCloud

Apple iCloud With the help of cloud computing technology Apple introduces iCloud storage for Apple devices. It's an online storage space given by apple so that you can save any data or access it. iCloud, is designed to work seamlessly with all y

How to start an Ionic Application Project

In this post, you will learn how to start any application using Ionic Framework. We will start with the downloading process of ionic and all the dependencies that are needed for developing any application. Also we need to know the platforms that are

How to get Bundel items from the bundel product in magento?

In Magento, if we are required to check the items of Bundle product for some purpose, then we can do it by following way: For the same purpose lets check the below code: < ?php       $product = new Mage_Catalog_Model_Product();             $pr

How to create a menu in Angular js with demo file

Hello readers here we will discuss about angular js menu with angular menu controller.  I have created a multi-level menu with a hide-away sub menu, comes from an external source. The sub menu will display when any user click over the menu. In

How to implement zip compression in .Net ?

Hi Friends, Sometimes we need to compress some files programmatically in our code particularly in the case when you are developing any multiple download scenario. We compress the files for following reasons: 1-Compressed files are smaller in size,

How to inherits views and replace any fields in views in Odoo?

In Odoo first, we create existing modules and then we inherits the views in modules. Like first, we install the accounting modules in database and then inherits the account modules. Object is the account.invoice in existing modules and if user wants

How to find which .NET Framework versions are installed on machine?

  There are different method to find which .NET Framework versions are installed on machine.These are:   1. Using Command Prompt   Open command prompt window and type the following command: dir %WINDIR%\Microsoft.Net\Framework\v

1 644 949
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: