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

Search In

How to change the number of records “show 10 entries” of jquery datatable

Hi If you are using the DataTable then by default it will show the records for 10,25,50 and 100. And if you want to change this number according to your needs. You just need to make changes inside the script by adding the aLengthMenu and iDisplayLeng

Ionic auth with express and mongoose

Hi! I'm trying to develop an application.But i'm a little bit confused about auth.I've seen more examples from github but their code are realy difficult and it's very hard to understand it .I need if it's possible,a small working example to understan

How to Update Your Theme in Odoo?

If you want to update Your Theme in OpenERP(Odoo) follow the below mentioned steps: - Step-1 Go to Settings menu and click Step-2 Select Users button Step-3 Select the logged-in User button Step-4 Click on Edit button Step-5 Enable "Technical Featu

How to Create a Theme Module in Odoo?

If you want to create a theme module in OpenERP(Odoo) follow the below mentioned steps: - Step-1 insatll web_theme module . Step-1 Go to Settings menu and click . Step-2 Select update theme. Step-3 Select the menu . Step-4 Click on Edit button. Ste

How the see the body of a submit post using PHP

POST is a common mode of sending or passing the values from one page to another, But on getting what exact is inside the post PHP will offer you the code syntax. Consider the example below:- We will get the body part froma POST request or can say a

How to print HTML page with tags using PHP

If you have any blogs or coding part that you need to show with the html tags, Then using PHP then you can perform this task Lets say print the line below:- <h1>I'm printing this line using the HTML tags</h1> To print this line I use

How to get month name from given date using Javascript

Hello Reader's! On a date given like (03/25/2014) if you want to get the month name from it then by using JS you can do this as follow:- var objDate = new Date("12/12/2009"), locale = "en-us", month = objDate.toLocaleString(locale, { month: "lo

How to adding a class to their root elements in OpenERP/Odoo ?

If you want to adding a class to their root elements in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file: local.HomePage = instance.Widget.extend({ className: 'oe_petstore_homepage', ... }); local.Greetings

Basic HTML Document

HTML stands for HyperText Markup Language. It’s a type of text document, where text is ‘marked up’ by using special tags that inform a program that reads the text in how to render the text. Typically that program is a Web Browser such as Internet Exp

How to Clearing floats

A common problem with float-based layouts is that the floats' container doesn't want to stretch up to accomodate the floats. If you want to add, say, a border around all floats (ie. a border around the container) you'll have to command the browsers s

1 52 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: