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

Search In

How to Create Real Time Changing Clock

With the help of javascript we can create changing clock time function. In the example given below I am using setTimeout function (changed other value) when clock refresh it will show the exact time once in every seconds. <html> <head> &

How to make report template in Odoo ?

There are some specific variables accessible to make template reports. 1. docs : records for the current report 2. doc_ids : list of ids for the docs records 3. doc_model : model for the docs records 4. time : a reference to time from the Python stan

What is rand() function in php?

The rand() function is used to generate a random integer number. How to use rand() function? Syntax of rand() function:rand(); or rand(min,max); min:- min is use for Specifieing the lowest number that is retuned. Default min is 0. max:-max is use

Expression Tag in JSP

JSP Expression Tag : In JSP the Expression tag is used to print in the output stream.So whenever you have some data to print into the screen or can say browser you can use the JSP Expression Tag. The java code '<% out.println(“msg”); %>' can b

How to Print reports in Odoo-9

If any report have a combination of two elements,like below-> 1-in reporting all session contain an ir.actions.report.xml, for which a <report> shortcut element is provided, for example code is below--> <report id="account_invoices"

How to delete characters which can not be printable

Hello Reader's if your page is generating some non readable characters that are not able to print then by using PHP you can remove them as follows:- Many of the other answers here do not take into account unicode characters (e.g. öäüßйȝîûηыეமிᚉ⠛ ).

Cron job process in wordress

Welcome to FindNerd. Today we are going to discuss the concept of cron in wordpress, how we can set up the cron in wordpress. We use the cron_schedules filter to set the time intervak to schedule, ewp_send_email_cron_hook function to check the next a

How to remove borders of a portlet in liferay

Hello Guys Now, We are removing borders of a portlet in liferay that added using tag as below : <liferay-portlet:runtime portletName="customSocialNotifications_WAR" /> You can use below attribute available in same tag as defaultPreference

How to set values of select box dynamically using Jquery

Hello Reader's if your building the html 5 based web form and want to set the value of select box via Jquery then you can learn it from code as below:- First you need to set the value from html page <input type = "text" id = "txtEmail" value =

How to integrate time zone in jquery calender

Hello Reader's If you are making the html 5 form then you can integrate the user time zone in the date time calender also, Lets see the example below:- first you have to downoad the JS an CSS file from here Now you have to create an html page and l

1 90 170
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: