CakePHP Job Opportunity, UK Liverpool

2015-05-15 Thread Stephen S
Hey We're looking to hire a CakePHP developer to work with us in our Liverpool HQ office. You'll be working with CakePHP 2.4.3, it's a large system with probably over 160 models so upgrading to 3 is very far away, but we are constantly working on new features and integrations which is fun. All

CakePHP Job Opportunity

2012-03-03 Thread Matthew Porter
Hi everyone Long time reader, first time poster. I'm hoping one of you can help with a project I have right now: http://www.scriptlance.com/projects/1330758916.shtml Seeking friendly, professional CakePHP/MySQL developer for an exciting project. You will be working with an experienced and

Re: CakePHP Job Opportunity

2012-03-03 Thread John L
On Sat, Mar 3, 2012 at 5:38 AM, Matthew Porter matthew.por...@porterinnovative.com wrote: Hi everyone Long time reader, first time poster. I'm hoping one of you can help with a project I have right now: http://www.scriptlance.com/projects/1330758916.shtml Seeking friendly, professional

CakePHP Job Opportunity in Orange County, California

2010-10-28 Thread ProLoser
Here's a link to one of the listings we're posting: http://www.eliteopensourcejobs.com/jobs/view/4cc9a9c8-0ca0-4181-b3cf-657e45591f8c If you're interested you can email me here dj (at) isvonline (dot) org International Student Volunteer ISV is creating a new database-driven International website

CakePHP job in South Florida

2010-03-09 Thread Bnardi
Job Requirements: Strong knowledge of PHP, jQuery, AJAX, XML, HTML, CSS and database technology. Ability to work in either Windows, *nix or Mac’s environments. Organized, with strong understanding of business processes, familiarity with bug tracking and OOP principals. API integration experience

Cakephp Job in Cordoba, Argentina

2010-03-08 Thread Lucas Caro
Hi all, Triple Smart (http://www.triplesmart.com) is looking for CakePHP programmers for freelance projects or a full/part-time jpb in Córdoba, Argentina. The workplace would be our offices near ciudad universitaria, and you should also have experience with XHTML/CSS and jQuery, and be open to

CakePHP Job

2010-01-08 Thread foldiman
Hi, I'm looking for a CakePHP developer to join an existing CakePHP development team for a 2-3 month contract in NYC. CakePHP knowledge is required. Any front-end skills such as jQuery and CSS are a bonus. This project is for a major media/entertainment brand and will require some work on-site at

Re: CakePHP Job

2010-01-08 Thread BrendonKoz
Hi Vince, You may also want to post your job posting at the following sites as well if you haven't already: - http://cakephp.org/jobs - http://www.withcake.com/ Good luck. On Jan 8, 10:18 am, foldiman vi...@vinceallen.com wrote: Hi, I'm looking for a CakePHP developer to join an existing

Re: CAKEPHP Job

2008-10-16 Thread techiguy
Hello Marcus I am intrested to work for you let me know how much you offer if have done all the features for you? On Oct 15, 2:48 pm, marcusgoede [EMAIL PROTECTED] wrote: Hi there, we are a young startup in Germany and develope an internet plattform for flights. we started already

CAKEPHP Job

2008-10-15 Thread marcusgoede
Hi there, we are a young startup in Germany and develope an internet plattform for flights. we started already programming the site with cakephp but some help would be great before our launch in december/january. if you are interested in programming some cool features for our project, let me

Re: CAKEPHP Job

2008-10-15 Thread 4Algorithms.com
Hello Marcus, We are a young dynamic team, but we are looking forward to grow our partner/developers list. :) Give us an email at: [EMAIL PROTECTED] or just reply here, if it is easier for you to see how exactly we can help you guys out! Thank you, I am looking forward to hear from you! On

Re: CAKEPHP Job

2008-10-15 Thread cakeFreak
Hey Marcus, te 4webby.com team is up as well. Dan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send

Re: Check out this CakePHP Job Board - Small Problem

2008-09-08 Thread kujina
Hi Wayne After I made my last post I could see that the changes probably should be made in the view.ctp file. I put in the code you sugested, (I'm 99.9% sure I did it correctly) but the job listings pages come up completely blank. Is it becuase the syntax (is that what you call it?) has a

Re: Check out this CakePHP Job Board - Small Problem

2008-09-08 Thread Wayne Fay
This is unfortunately something you will have to solve yourself, or with the assistance of a local PHP expert. Perhaps you can find a decent PHP IDE/editor that will highlight mistakes. Or you could try right-clicking and view source on the HTML to see the error. Or check the logs of your

Re: Check out this CakePHP Job Board - Small Problem

2008-09-08 Thread kujina
Oh wow, I seemed to of corrected it to make it work, it seems to work fine now with the following adjusted on the first line: ?php if ($job['Job']['information_doc'] != null) { ? ?php echo $html-image('pdf-icon.gif', array('alt'='', 'style'='vertical-align: bottom; margin-right: 5px')) ??php

Re: Check out this CakePHP Job Board - Small Problem

2008-09-08 Thread Wayne Fay
Good to hear you made it work. As for the healthy code bit, I don't like the ?php ... ? all over the place personally, but if it works, this is simply an issue of style preference. This would be my preference: ?php if ($job['Job']['information_doc'] != null) { echo

Re: Check out this CakePHP Job Board - Small Problem

2008-09-07 Thread kujina
Wayne, I just worked out how to remove not null in the information_doc entry in the DB, so that you dont have to attach a file. But as I said previously I dont really know any thing about cakephp/ php. How can I make the Information download link only appear if there is a file uploaded for it,

Re: Check out this CakePHP Job Board - Small Problem

2008-09-07 Thread Wayne Fay
Yes, you would alter the view.ctp file. Something along these lines... Wayne AND THE FOLLOWING IS THE view.ctp FILE fieldset legendApplication Pack/legend ?php if ({$job['Job']['application_form_doc] != null) { ? ?php echo $html-image('pdf-icon.gif', array('alt'='',

Re: Check out this CakePHP Job Board - Small Problem

2008-09-04 Thread kujina
Ok' I'll donate to the project. The school job board is nearly useable now! The last thing I need to do is make it so the Information download in the application pack section only apears if you upload a file for it. If I get the jobs_controller.php and view.ctp available (or the relevant code)

Re: Check out this CakePHP Job Board - Small Problem

2008-09-04 Thread Wayne Fay
I would have a db entry that indicates if Information (and the other PDF files) has been uploaded with a true/false indicator stored in the db. Then you simply show or hide the link depending on the indicator. This should be super simple for you to implement. Wayne On Thu, Sep 4, 2008 at 8:20

Re: Check out this CakePHP Job Board - Small Problem

2008-09-02 Thread kujina
The $5 goes to AD7six!!! On Sep 2, 12:11 am, AD7six [EMAIL PROTECTED] wrote: On Sep 2, 12:47 am, kujina [EMAIL PROTECTED] wrote: Thanks for the reply. I'm at a losss really, as I didnt put this together and I have no familiarity with cakephp. Can give me more detail? I'll paypal

Re: Check out this CakePHP Job Board - Small Problem

2008-09-02 Thread AD7six
On Sep 2, 1:50 am, kujina [EMAIL PROTECTED] wrote: The $5 goes to AD7six!!! $kujina-donate('http://www.cakephp.org'); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send

Check out this CakePHP Job Board - Small Problem

2008-09-01 Thread kujina
Please check out my simple job board here: http://82.34.51.7/jobboard My problem is with the Application Pack documents, the url path to the file is not complete! When you click to open a file, this error displays Error: The requested address '/uploads/App-Form_010908-202743.doc' was not found

Re: Check out this CakePHP Job Board - Small Problem

2008-09-01 Thread spub
look at previous posts on routing. You need to either use some rule in .htaccess or add some custome routes. cakephp is expecting to see a controller called uploads.. On Sep 1, 8:36 pm, kujina [EMAIL PROTECTED] wrote: Please check out my simple job board here: http://82.34.51.7/jobboard My

Re: Check out this CakePHP Job Board - Small Problem

2008-09-01 Thread kujina
Thanks for the reply. I'm at a losss really, as I didnt put this together and I have no familiarity with cakephp. Can give me more detail? I'll paypal $5 if somebody can lead me to sorting this ; ) --~--~-~--~~~---~--~~ You received this message because you are

Re: Check out this CakePHP Job Board - Small Problem

2008-09-01 Thread AD7six
On Sep 2, 12:47 am, kujina [EMAIL PROTECTED] wrote: Thanks for the reply. I'm at a losss really, as I didnt put this together and I have no familiarity with cakephp. Can give me more detail? I'll paypal $5 if somebody can lead me to sorting this ; ) move uploads alongside css and js in

CakePHP job open

2008-04-11 Thread studioetc
Hi All Cake Bakers. I am currently looking for a guru level CakePHP developer with good MySQL and Ajax (extjs will be great!) experience. We are a new media company based in London. Clients are all Blue Chips company. We don't care where you based. Because we are a true 21th century company.