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

Search In

Maintenance Testing

Once the application is deployed, the application system remains in service for years or even for decades. During the service period the operational environment of the system is corrected or updated. Testing the application when it is deployed on th

Local JavaScript Variables

Local JavaScript Variables A variable declared inside a function has the scope only in that function, thus the variable is the local variable. The variable doesn't have any recognition out side the function definition. Local variables scope starts

Setting up a GCM Client App on iOS

Google cloud messaging services is now available for ios developer, Previously For push in IPhone We have to use APN. and For push in Android we have to use GCM. I think it is very difficult to implement both APN and GCM at SERVER level Now Both

Drupal 7 views filter by dynamic taxonomy term

If we want to create a list of contents which can be filtered by a taxonomy term the we can use Views 3 contextual filter. This will enable views to get filter from url or also from current node which is being viewed in content area. Get complete s

Wordpress plugin interfere with the template in wordpress

Hello, I have a problem my plugin which I build it changes the style of my template. I would like to know how to avoid a problem like this. My plugin should take the main style of the template and not modify it. Please take a look on my attachment

Virtual Memory in Operating system

It is a mechanism for the execution of processes which are not completely available in memory. The main advantage of this technique is that programs is larger than physical memory. Virtual memory is basically a separation of user logical memory

What is the best place to load JS in html

Hello Reader's!, If you need to know which is the best place for putting the JS. You can put the js functions in the head part. But it'll be a good habit to put all of your functions in a separate file. You can also call for the external script refe

How to create a UIAlertView in swift

Hello friends , To create UIAlertView in swift -> UIAleartView is deprecated in iOS 9, so you need to use UIAlertController instead . let alertController = UIAlertController(title: “test alert”, message: “this is a test alert”, preferredStyle:

Event Loop in node.js?

As we know that , Node js is a single threaded application but it also support concurrency based on concept of event and callbacks. Every api that we are doing using node.js are asynchronous and single thread,node js uses asynchronous function ca

Resource selection process by RMS.

Resource selection process by RMS. RMS means “Resource Management System”. RMS play’s the important role for hiring the resource in the industries / firms. This module mainly reduces the Un legally resource selection process. The RMS can be defin

1 9 179
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: