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

Search In

Workers in Rails

Sometimes to improve the performance of application we need to schedule some slow tasks into background. That is where Workers comes in the picture.So intead of executing slow tasks during the HTTP request execute them into background. There are many

How to share post/pics/link using IOSLinkedInAPI

Hello Reader's, I m using IOSLinkedinAPI to Share Video link to LinkedIn. But i m giving option to share picture URL , links and text post to LinkedIn. Install AFNetworking using pods. Download IOSLinkedinAPI and drag-drop "IOSLinkedInAPI" fol

Sort object array alphabetically and arrange according to first letter.

Sort the values of an an Object array alphabetically in php and arrange them in to sections of alphabets according to the first letter of their name . /* Code to sort the data elements in alphabetic order . The following snippet will sort the arra

Defect Report Fundamentals

Defect Report: Testers creates a defect report after finding the defect or bugs. Defect report is used to explain or describe the bug or issue to the developers in a clear manner so that they can easily reproduce the issue and fix it.   Defec

add() method in Javascript

add() Method The add() method is used to add an option in a drop-down list. This simplifies the work of user whenever it is required to add element or option. below is the example of add() method which is used in dropdown menu and gives the idea how

Load And Parse XML in Action script

It is very easy to load and parse XML in Action Script 3.0 Suppose we have xml like this - <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <images> <image> <url>"first.jpg"</url> </image> <image>

Cost of a bug

Suppose you do a typo, a simple spelling mistake in your code. What is the cost of the bug? If it is caught: at development environment - 1 min of developer's time at code review - Reviewer's time and developer's time . at testing environment - Bu

Debugging techniques for PHP programmers

Error messages area unit your 1st line of defense as a developer. you do not need to be developing code in PHP on a server that's not organized to show error messages. However, confine mind that once your code is debugged and prepared to travel live,

Jquery Return false, event.preventdefault and event.stopPropagation

Return False :- Basically returning false is a way to tell your action (like button click event, submit and load etc. ) is not firing. Return false do the three basic things event.preventDefault(); event.stopPropagation(); Stops the callback execu

How to use hide() and show() methods in jQuery ?

Welcome to findnerd Today we are going to discuss hide() method and show() method in jQuery firstly, let start hide() method hide() method is used for hiding data with HTML elements Syntex of hide() $(selector).hide(); And now about show() metho

1 388 423
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: