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

Search In

How to apply CSS style in CakePHP ?

To apply a CSS Class to a form generated by the Form Helper in CakePHP see the example below 1. To add a class to a form tag: echo $this->Form->create('User', array('class'=>'form')) 2. To add a class to a input tag: echo $this->For

How to manage each tax group in Point Of sale in OpenERP(Odoo)?

In below example, I have written Python script for each tax group. see below python code in .py file : (tax_code_pos, base_code_pos, account_pos, tax_id)= (0, 1, 2, 3) for key, tax_amount in group_tax.items(): tax = s

How to print HTML code of any website using PHP

Hello Reader's if you want to get all of the HTML code of any website then you use the function as below:- The first way is by using PHP in built function url fopen, and its code will go like this:- $ShowHTML = file_get_contents('http://findnered.c

How to run a program without a main metod in JAVA?

First of all see the following program:: public class Hello{ static{ System.out.print("Hello! Running Java program without main method.") System.exit(0); } } The output of above program will be:: Hello! Running Java progra

How do I debug this code of the 'TypeError: 'int' object is not callable' error in Python?

Hey guys! I want to write a program that finds the sum of cubed terms. i.e. 1**3 + 2**3 + n**3 I wrote down the following code:        // n = input('Give the value of n.') n = int (n) s = ((n(n+1))/2)**2 print ('Sum equals =', s

How to check Project web app settings using PSI in SharePoint

Whenever we create new site in SharePoint site collections its default settings is "SharePoint Permission Mode". But to create Groups, Categories, Security Templates,User Sync Settings,Delegates and so on we require "Project Permission

Pagination using Hibernate Criteria

Hi friends ! I am writing this blog to guide you about pagination. Examples are written for MySQL and Hibernate framework to bring the data. This is not a limitation and you can use your own database and framework if you wish. The concept is almost s

how to remove index.php in codeigniter url

Hello Friends, When we are working on Codelgniter the URL in the browser appear with index.php generally, the URL appear like :: "http://localhost/codelgniter/index.php/app/setuser"   and we would like to see this as "http://

Google App Engine: How to get Storage Access with the help of a Service Account

First get logged in to a GCE instance via SSH. From there you can access the Storage with the help of a Service Account: Step 1:  Open Command line of google app engine and enter following command.        &nb

How to convert image into base64 string using javascript

Here is the example that shows converting an image file to base 64 string code. It can be done by the canvas method. HTML5 provides the canvas tag that is used to draw a canvas. For converting an image file to base 64 string you need to create a can

1 68 408
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: