Monday, June 1, 2015

QA Automation - Alpharetta GA - 3+Months Contract

 
Hello,
 
I saw your details in our Database and wanted to talk with you about a QA Automation position (contract) I have for one of my clients in Alpharetta GA. Please see details below  and contact me if you are interested in discussing further.  If not, perhaps you might know of someone who is looking and can refer?
 
Job Title  : "QA Automation"
Location  :   Alpharetta GA
Duration  :  3+Months Contract
Start Date :  ASAP
 
Local to Alpharetta GA only – Face to face required.
 
We need 2 QA Automation testers for 3+ month contracts in Alpharetta, GA.  We can pay up to $40 an hour.  Looking for 4-6 years experience, and excellent communication skills.
 
Skills required:
Selinium with Ruby and Java
Use of UI automation tools (.Net and C#)
3-5 years' experience in testing
Location: Alpharetta GA – Face to face required.
 
Thank you and I look forward to hearing back from you!
--------------------------------------------------------------------------------
Warm Regards,
Andy Johnson • Sr. Technical Recruiter • Panzer Solutions, LLC
50 Washington Street • 9th Floor, SONO Corporate Center • Norwalk CT 06854 USA
Office: 203 -652 -1444 Ext 259 • Fax: 203-286-1457 • Email: ajohnson@panzersolutions.com
(In case you are not able to reach me or for any escaltions, you can reach my Accounts Manager - Sam Riley @ 203 652 1444 ext 203; Sam.Riley@panzersolutions.com)
 
Notice of Confidentiality:
The information contained herein is intendaed only for the confidential use of the recipient. If the reader of this message is neither the intended recipient, nor the person responsible for delivering it to the intended recipient, you are hereby notified that you have received this communication in error, and that any review, dissemination, distribution, or copying of this communication is strictly prohibited. If you receive this in error, please notify the sender immediately by telephone, and destroy this e-mail message OR reply with the subject"REMOVE" such that your email would be taken.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Re: I need some help with CakeDC Search

Hola

También hablo español. Cuentame exactamente que no funciona

Saludos

Enviado desde Gmail para Android en Moto G

www.oxicode.io

El jun. 1, 2015 4:57 AM, "euromark" <dereuromark@gmail.com> escribió:
See http://sandbox3.dereuromark.de/sandbox/search-examples and the code to it for example.


Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR:

I need some help with CakeDC Search i configured the plugin with the instructions and nothing happens.

Only show the text of the search on the Web Browser search input.

Please if someone have a working configuration and can share with me.

thanks in advance!


I need the most simple configuration nothing special.

Sorry for my bad english.

Jesus Castro - Costa Rica

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Re: Help with Breadcrumbs

Hola

Después del foreach has un pr($cat);
Nos muestras los resultados

Saludos

Enviado desde Gmail para Android en Moto G

www.oxicode.io

El may. 31, 2015 4:39 PM, "Jekill CR" <pcmancr@gmail.com> escribió:

Hi! friends i am  from Costa Rica and need some help with the breadcrumbs

This is the problem im trying to generate the breadcrumbs with this code in my view:


<?php foreach ($category as $cat): ?>


 <?php $this->Html->addCrumb('Categorias', array('controller' => 'categories', 'action' => 'index'));?>
 <?php $this->Html->addCrumb($cat['name'], array('controller' => 'categories', 'action' => 'view',$cat['id']));?>



<?php
    echo $this->Html->getCrumbs(' ► ', array(
    'text'=>'Inicio',
    'url' => array('controller' => 'anuncios', 'action' => 'index'),
    'escape' => false));
?>
<?php endforeach ?>



but jump a Notice:

InicioCategoriasJuguetes <<< Well formed breadcrumb
Notice (8): Undefined index: name [APP\View\Categories\view.ctp, line 276]
Notice (8): Undefined index: id [APP\View\Categories\view.ctp, line 276]
InicioCategoriasJuguetesCategorias<<< Bad formed breadcrumb

If you can help me with this error.

Thanks in advance!!!


--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Auth MD5 password on the Cake 3 ?

Guys, I'm studying the Cakephp 3, however, I am unable to set the setting so that the system can log in with md5 passwords.

I'll put my codes here:

AppController:
https://gist.github.com/anonymous/bc94065a0ff60b555fe7

LegacyPasswordHasher:
https://gist.github.com/anonymous/261e281a37fda9164f63

UsersController:
https://gist.github.com/anonymous/ecc811c842f564f6f251

I think it has no importance at login time, but the beforeSave did not convert the password when creating a user, then, to put the TBM code!

UsuariosTable:
https://gist.github.com/anonymous/f71543419b037625adec

I think these are the files that need to set up, anyone know what might be going wrong? !!
Auth's always more work for me! rsrssrrs!

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Re: Cake 3 - Modelless Forms with nested forms / elements



Hi, Create the form name in /src/UserForm1.php
namespace App\Form;

use Cake\Form\Form;
use Cake\Validation\Validator;

class UserForm1 extends Form {

    protected function _buildValidator(Validator $validator) {
        return $validator
                        ->notEmpty('annul_income', 'please enter the Annual income')
                        ->add('annul_income', 'annul_income number should be numeric', ['rule' => 'numeric'])

                        ->notEmpty('terms', 'You must accept our terms of service')
                        ->add('terms', [
                            'equalTo' => [
                                'rule' => ['equalTo', '1'],
                                'message' => 'You must accept our terms of service'
                            ]
                        ]);
    }

    public function setErrors($errors) {
        $this->_errors = $errors;
    }

}
In Controller File:
-------------------------
        $rate = new UserForm1();
 
      $this->set(compact('rate'));
Don't forgot to add use App\Form\UserForm1;
Top of the controller


--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Re: I need some help with CakeDC Search

See http://sandbox3.dereuromark.de/sandbox/search-examples and the code to it for example.


Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR:

I need some help with CakeDC Search i configured the plugin with the instructions and nothing happens.

Only show the text of the search on the Web Browser search input.

Please if someone have a working configuration and can share with me.

thanks in advance!


I need the most simple configuration nothing special.

Sorry for my bad english.

Jesus Castro - Costa Rica

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Re: How to use Plugins in CakePHP 2.6..??

http://book.cakephp.org/2.0/en/plugins.html


Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Solomon Gebreslasie:
Hello there,

My name is Solomon G. I am making E-commerce website for a friend and I was wondering if some one could tell me how to use cakePHP Plugins..?? 

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.