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

Search In

How to integrate PHP Mailer

Hello Reader's! If you want to send email some other than php mail then php mailer is the best option. PHPMailer provides an object oriented interface, but in case of php mail() is not object oriented. Let's see how to integarte php mailer function.

Different position values used in xpath

In Odoo/OpenERP many times we need to inherit views in order to add/remove/replace few elements of the original view. Simple use of `` can make that easier. With this tag we have to provide an attribute called "position". This attribute contains foll

Split array up into n-groups of m size?

A very good method i found in ruby so just thought to share it with everyone, so i am writing this blog to share and help others. This particular blog is for splitting up of array into many groups. Lets see this as an example below: 1) arr = (1..6).

Recursive function in cakephp

Recursive in Cakephp is used to set the depth of result when find() methods are used. It retrieves the records associated with model data.Using recursive we can limit the required data. Lets consider an example of recursive by taking an example of bo

CSRF configuration in Spring

In this blog, I am going to explain how to implement Cross-Site Request Forgery protection in Spring. No need to worry to enable CSRF in Spring. Spring Security comes with CSRF enabled. And if required we can disable it as well. Although disabling CS

What should be the process of testing ?

Many people have an idea that testing is not a mandatory task for an application which is in development or has been developed but I think that testing equally plays the same roles as development in the successful launch of the application. If the de

How to apply security patches in magento using php file

We need to upgrade our magento setup time to time with release of the editions because of security reasons. Sometime we need to apply the security patches also to resolve security issues. Here I am explaining how to apply securtiy patches without ssh

How to change add to cart text on product page by its type?

Hello Everyone, today I will guide you "to change add to cart text on product page by its type?" If you want to change the add to cart text according to product type, the first thing is you have to get the product type. In the below code $product i

How to send SMTP email with gmail account

Hello Friends, If you are looking to implement SMTP email via gmail account. Please follow the below code: $mailObj = new PHPmailObjer; $mailObj->SMTPDebug = 3; //SMTP debugging on. $mailObj->isSMTP(); $mailOb

How to make Menu Groups in android

In the below code I have created Menu Groups. Simply I have added menu items in menu folder, all menu item are added in group. See the below code it will clearly described how to make Menu Groups . Step(1)-MainActivity- public class MainActivity ex

1 231 720
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: