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

Search In

Update 'column' to date datatype

If a column is not in date datatype but the inserted values in that columns are as date type. and you want to update that column in date type but without loosing values in that column. You can use the following query- UPDATE `tbl` SET `date1` = ST

How to customise the information shown in the Login Form module?

To customize the information of Login Form module according to your requirement you need to follow the following steps: Login to the backend of Joomla site(administrator). Select Extensions -> Module Manager. A list module appears. Search for Lo

Localization in Laravel 5.x

In Laravel 5.x we have lang class which will help us to retrieving string in different languages that will help us to easily support multiple languages. The folder structure for /resources/lang files are /resources /lang /en

When to use dup, and when to use clone in Ruby?

Clone copies the exact copy of the original (same address.id) and the dup copy is a new record (address.id = nil). Any changes you will made in the clone copy will be changed the original object, but any changes to the dup copy attributes will remain

Locked and logged out when on maitenance page, Drupal 7

All major development or changes to a site should be performed on the development machine and once thoroughly tested then only be implemented to the live site. There are chances when you have to make changes on live site directly. In this case y

How to get the current Cordinate in OpenERP/Odoo ?

For current cordinate we have to add a button resetting the product's coordinates to the location of the user, you can get these coordinates using the javascript geolocation API. Now we would like to display an additional button to automatically set

How to get DataKey value on check box checked event in a GridView

Get DataKey value on check box checked event in a GridView Here is the .aspx code for the following:- <asp:GridView ID="grdTest" runat="server" AutoGenerateColumns="False" DataKeyNames="ID"> <Columns> <asp:TemplateField Hea

WP_Query for post pagination

Here is the code to get your posts pagination. Here you give the number of posts which you want to print in the every page. Chang something according your custom post type or other. // WP_Query arguments $paged = (get_query_var('paged')) ?

Get rid of the difference in base and subtotal amounts in an invoice

It has been noticed that if we create an invoice in OpenERP, we see a difference between the subtotal of a line and the base amount for taxes, and this amount can vary hugely as the quantity of the product/item increases. For this, I have been search

Integration Testing

Integration testing is performed to know whether system's different modules or third party services with system work together correctly or not. Integration Testing is performed by tester only, it comes under the Black Box testing. We should consider

1 33 342
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: