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

Search In

What are the Core Benefits of Technology on Business

New and Improved Businesses   Technology has made our lives easier in ways we could not have imagined it could. Lengthy and complex tasks have been made simple and time-saving with the help of technology. Various technologies have helped impro

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

PHP Code to connect to MongoDB

To connect MongoDB with PHP you need to install MongoDB php driver. After you successful install MongoDB php driver, you need to create connection with MongoDB. MongoDB default port is 27017. To connect with localhost and default port $connection =

SQL Unique/DIstinct Statement

Basically Unique and Distinct both are same means both do the same work , Unique statement was used earlier by the oracle database but Now a days Distinct statement is using by the oracle ( Now it is the official keyword ) , Though Unique statement

SQL Top Statement

Using this SQL Top statement we can select the topmost( first element from top ) element from the table in database . We can also select one or more element from the top in a table . This clause tell how many rows is returned . Syntax -> selec

SQL In statement

In SQL Database " In " is used as a operator. It help user to reduce the " OR " statements, means In operator avoid multiple statements . It is used withe select , insert , update or delete statements only . Advantage -> It reduce the " or " opera

How to show loading icon while page is loading

Hello Reader's, If your webpage is taking too long to take data from database and you want to fix a loading icon for the time then you can use the following Javascript based code for that:- First Step:- Write the following code just after you <b

Naming Conventions in CakePHP- Model, View, and Controller

CakePHP model, view, and controller naming conventions If we have a database with table named users, then following standard Cake PHP naming conventions should be used: 1. For Model filename = User.php classname = User directory = app/model

Change name of Laravel's created_at and updated_at

As we all know when we create table using php artisan and migration. Laravel create 2 column in the end of the database that column are created_at and updated_at . We have a situation when we want to override these two names created_at and updated_a

Logging and errors

Navigate to Logging and errors in the `DEVELOPMENT` section of the `Configuration`. This page provides a few options used to control how errors are displayed and logged Under the ERROR MESSAGES TO DISPLAY you have three options None Errors and

1 93 161
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: