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

Search In

Parallel Programming with .NET

There might be some scenario in your code, where some of the tasks should be performed in the background without affecting the current task. Some time we have scenario, where we needed to fire the function, which consists of some function call, where

How to create PDF report using python script in OpenERP(Odoo-8)

In OpenERP first, create existing module and then inherits the account.invoice object in your own module and also create report file in your own module. Follow these step given belowas Step1- First create module like, test then create file in your

Importance of Technology in the Classroom

  Saying that technology has become part of our daily lives is not an exaggeration. The truth is here to stay. We cannot run away from it, no matter how desperate we become. It has affected every aspect of our lives, and education is not left

Creating custom alert and waiting popup using jquery

Creating custom alert and waiting popup using jquery function displayWaitingPopup(){ var dynHtmlPart1 = ''; //insert lightbox HTML into page $('body').append(dynHtmlPart1); $("#shade").css('height', $(document).height()); $("

Animated Trafficlight Using CSS3

Hello, readers In today's blog I have tried to create something different with the help of CSS3 properties. I have created an animated traffic light using animation, box-shadow, linear and radial-gradient and various others properties of CSS3.

How to find the diffference of arrays in PHP

My previous blog Compute intersection of two or more arrays demonstrates about PHP functions which are used to compute intersection of two or more arrays. These functions return an array of common elements from first array which are also present in o

A Comparison of Compilation Speed of Kotlin Vs JAVA

Java has become the reference language when it comes to programming applications for Android, but serious rivals have arisen, from C++ to Scala. One of those competitors is Kotlin, a language that was conceived and started to be developed in 2011 by

jQuery Accordion

Hello readers! In this Blog we will gain knowledge about Accordion and how to use it . An Accordion is a vertically stacked list of items which allows users to toggle the display of sections of content. Each item(Header in this example) can be expan

Using tabbed controls in .NET

While designing applications in .NET sometimes you need to mention the UI in a single page such that they appear one by one not at a single go. For doing that you need to use the tab control provided by .NET framework. We have multiview controls in

How to Find or Validate an Email Address using regular expression

Sometimes we need to validate an email address using regex in our script in automation. In the below code I have used "^[_A-Za-z0-9-]+(\\.[_A-Za-z0-9-]+)*@" + "[A-Za-z0-9-]+(\\.[A-Za-z0-9]+)*(\\.[A-Za-z]{2,})$" pattern which mean

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