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

Search In

How to Introduce Magento on AWS - The New Method

Magento is certainly a well known open-source CMS (content management system) quite useful for all e-commerce websites. Both sellers & and Magento developers admire its flexible framework, scalability, architecture plus the ability

3 Reasons Your Start-up Will Succeed

Being a business owner is exciting and can bring many rewards. It can, of course, also be frightening, worrying, and even frustrating. However, when you get it right and you start to see success coming your way, it really is worth every second of wor

Test Case Review process / Peer review process

Test Case Review process When Customer gives requirements, development team start developing the product looking at the requirements and testing team start writing test cases looking at the requirements. Test engineers are writing test cases for a p

Configuring Unicorn for rails app

Unicorn is an HTTP server for Ruby. It is designed to be used in production environment unlike Webrick which is designed to be used at the time of development on local machine. Because it is very fast, efficient and offers lots of good features like

Type of "properties of object" in JavaScript

In this tutorial we will learn about the properties of an object in JavaScript, classification of the properties, attributes of properties.There are 3 kinds of properties an object in JavaScript have: 1: Data Property: In this property of javascri

How to integrate google reCAPTCHA in your html form?

To integrate reCAPTCHA in your HTML form, you need a public & secret key. You can get the both keys from this URL https://www.google.com/recaptcha/admin and it will look like Public Key: 9Madr_cSZZADgLy9zeFTEraGn9ogHhxuh_6pquJUHYyt Secret Key

Using var dataType in C#

What and why we need to use Var dataType? This is one simple question that many of us might not know. So here it is, illustrated with a simple example: When we declare any variable as int i = 0; this is an explicit conversion. But when we write var

HUD (Head Up Display) in Unity

HUD (Head Up Display) A head-up display or heads-up display—also known as a HUD—is any transparent display that presents data without requiring users to look away from their usual viewpoints. The origin of the name stems from a pilot being able to v

How to send an e-mail with attachment and delete the attachment afterwards in C#

Sending an e-mail with an attachment through a .net application include these simple steps:- 1)- Use the following namespaces - using System.Net; using System.Net.Mail; using System.IO; 2)- Call the following function where you have to send

Memory Management for Unity3D

Many a times while developing a game in unity3D we encounter issues like crashing in between the game play due to low memmory warnings. This is because the game is consuming unexpectedly high memmory. Developers not usually think of this while develo

1 114 320
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: