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

Search In

Basic Query Using Eloquent ORM in laravel 4.x

As we know Every DB table has a corresponding "Model" that is helpful to interct with the table. By using Eloquent we can implement query using MODEL NAME. The basic query using Eloquent ORM in laravel 4.x are All Query: $users = User::all();

Challenges in Testing

As a tester you need to understand what the different challenges in testing stream as you will need to overcome the same STLC process related challenges : 1.1 Limited time available for testing, Late engagement of testing team 1.2 Test enviro

MongoDB Query Optimization using explain

The MongoDB query optimizer processes chooses the most efficient query plan form the available indexes. Then mongoDB query system use this index to execute and return the result. You can use the db.collection.explain() or the cursor.explain() method

PDCA Cycle for Software Development

PDCA Cycle for Software Development:- As we all know that the software testing is a very important section of every software development process. Basically for any software development there are many steps to follow, but mainly there are four steps

Checking for undefined in Javascript

Undefined is a variable in global scope. A variable that has not been assigned any value is referred as undefined. You can check for undefined in various ways.Here are some ways to check :- Checking via Strict equality(===) var a; if(a=== un

Touch event

Hello, I have a doubt regarding Touch Event. Say I need to write something like my name "Sangita" with just single tap on the keypad. In short I need to automate the whole process in one touch that would otherwise take 7 touches. The first touch work

How to manage your Resource in better way with ERP software ?

For an organization, human resource is the matter of paramount importance. Human resource acts as a clear for an organization, since it is the substructure to determine the generation and the activity of any organization. A company spends a huge s

How to Do a Perfect On-Page SEO of Your Website: Part 1

Hi , When we launch a website or taking steps to official launch, the Word SEO many times come in our mind. So what is this SEO? SEO: Search Engine Optimization (SEO) is the process of affecting the visibility of a website or a web page in a search

Implement hook_theme in drupal 7

As per Drupal's definition "A hook is a PHP function that is named foo_bar(), where "foo" is the name of the module (whose filename is thus foo.module) and "bar" is the name of the hook. Each hook has a defined set of parameters and a specified resul

How to Use XML-RPC of Odoo 8

XML-RPC is very useful in openerp. The XML-RPC protocol communicate to server and clients. XML-RPC is a very simple protocol which allows the client to do remote procedure calls. The called function, its arguments, and the result of the call are tra

1 92 282
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: