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

Search In

How to print current date in html div using Javascript

Hello Reader's If you want to show current date in a html div, Then you can genrate it in JS then show back to html. Here is the example below:- <div id="Console"></div> Now the script will go like this:- window.onload = function() {

How to apply the domain of the user's selection in OpenERP?

In OpenERP first we create the user's in user form. Then the user clicks the selection's icon in the web client, compose a default action for the model in the user's selection and  Return the action that contains all of this and vali

How to toggle class dynamically using jquery

There are many times when we need to toggle the class dynamically. Some time for changing the css. Some time for adding html. Some time to display html. Some time to change dom. That is all depend on your need. Now here I have tried to gave you

How to create a custom helper in ember js, handlebar and ghost node.js

Sometimes, you may have repeated HTML on your handlebars template. In those cases, you can create and register a new helper, that can be invoked from hbs templeate. Gost: Ghost it a blogging platform developer on the top of express framework of node

Magento shipping module configuration

To create new magento shipping module one need to know all the useful functions to be used inside the shipping method class to put in various configuration options. When looking for available shipping methods, Magneto first gathers all available car

How you can stop the re submit of form using Unique id of form

Hello Reader's!, If you need a nice method to stop the form from again and again submit via refresh, PHP offers you many ways like header redriect or unset the $_POST but a pretty way is to implement a unique ID into the post and cache it in the Le

Regular expensions in PHP

Welcome to FindNerd. Today we are going to discuss the pattern making for regular expersions in php. We use the inbuild functions named preg_match and preg_match_all to find the matching one from the string. Before starting using this functions you n

Cursor

In MySQL, to handle a result set inside a procedure we use cursors. Cursors are: Read only Non-scrollable Asensitive Cursors can be used in stored procedure, stored functions and triggers. Syntax: Declare cursor: Declare cursor_name cursor f

NSTimer In Swift

Hi all, You can use the NSTimer class to create timer objects or, more simply, timers. A timer can wait and call a method or selector after defined period of time. for example :- if you want show a seconds clock and stop when it completed 60 seconds

How to notifychannel API and logging module instead in OpenERP

In OpenERP notifyChannel API shouldn't be used anymore because API is used to connect to other framework. OpenERP provide the logging module instead and it is used for any one in OpenERP server. Use this funtion given below def notify(self, na

1 468 481
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: