Search found 6243 matches
- Thu Dec 15, 2016 11:16 am
- Forum: Job Hunt
- Topic: Seeking part-time/contract (20hrs/week) PHP/JS developer
- Replies: 0
- Views: 8893
Seeking part-time/contract (20hrs/week) PHP/JS developer
We are developing an sophisticated ERP system for Aerospace re-manufacturing. Currently the platform is built on a legacy PHP MVC framework and Sencha ExtJS 3.2.1. We are launching in the next month or so and will require on-boarding a junior/intermediate developer to assist in daily developments, b...
- Sat Jul 30, 2016 3:40 pm
- Forum: General Discussion
- Topic: What does your dev environment look like
- Replies: 2
- Views: 5346
What does your dev environment look like
Hey all - it's been a while :) Several years back I began using VirtualBox which eventually led me provisioners like Vagrant and that eventually led to CM tools like Puppet, which I use today. All in all the experience has been positive, albeit frustrating at times. I use NetBeans as an IDE - it's s...
- Thu Nov 19, 2015 3:22 pm
- Forum: General Discussion
- Topic: Merging approved changes
- Replies: 2
- Views: 4319
Merging approved changes
Been a while since I posted - figured I'd through this out there to hear others experiences, suggestions, etc... I am part of a small team of 3-4 developers. We host on GH using private repos. I am the primary DM/QA/BA/etc. Despite our limited automated tests - I still need to manually go over the a...
- Thu Aug 20, 2015 12:50 pm
- Forum: PHP - Frameworks
- Topic: Application platforms
- Replies: 1
- Views: 3909
Application platforms
I am considering writing a white paper based on my views and understandings of the market place/ecosystem of open source web-based (PHP focused) applications, platforms, frameworks and libraries. Please consider this an initial (unorganized) brain dump. My hope is to harvest new ideas or concepts wh...
- Thu Aug 20, 2015 10:09 am
- Forum: General Discussion
- Topic: Hello! I've not been around for a while.. I'm back!
- Replies: 7
- Views: 5033
Re: Hello! I've not been around for a while.. I'm back!
I remember you...it's been ages since I have been here too. 

- Thu Aug 20, 2015 10:07 am
- Forum: General Discussion
- Topic: Google Apps for Work: do they host / let you change name svs
- Replies: 3
- Views: 2825
Re: Google Apps for Work: do they host / let you change name
1. There are step by step instructions available through Google by Google a. You create aliases through google accounts and/or forward your emails from the registered domain b. You create a separate dedicated user account ($5/month) 2. Google hosting comes in multiple flavors. Google application eng...
- Wed Jun 17, 2015 3:09 pm
- Forum: Job Hunt
- Topic: Freelance/Contract PHP/Sencha developer
- Replies: 5
- Views: 8795
Re: Freelance/Contract PHP/Sencha developer
Greetings,
I am just in the process of candidate reviews on some freelancing sites...opportunity still exists....what is your hourly rate and do you have email and/or a phone number? I don't have Skype...
I have several tasks lined up ready to rock should you still be interested???
I am just in the process of candidate reviews on some freelancing sites...opportunity still exists....what is your hourly rate and do you have email and/or a phone number? I don't have Skype...
I have several tasks lined up ready to rock should you still be interested???
- Tue Mar 03, 2015 9:29 am
- Forum: Job Hunt
- Topic: Freelance/Contract PHP/Sencha developer
- Replies: 5
- Views: 8795
Freelance/Contract PHP/Sencha developer
I am seeking freelance/part time assistance in developing and maintaining a moderately complex business application(s) specifically tailored to manufacturing industries. + PHP/MVC experience is required (currently using a bespoke MVC minimalist framework -- moving towards Slim) + Extensive/extJS/Sen...
- Tue Aug 23, 2011 10:36 am
- Forum: General Discussion
- Topic: Reviewing PHP-Based Mailing List Products/Projects
- Replies: 5
- Views: 1353
Re: Reviewing PHP-Based Mailing List Products/Projects
They are all poorly done, IMO. Like already stated, it's a lot of work, existing web services like CampaignMonitor, etc do the job very well already.
- Tue Aug 23, 2011 10:33 am
- Forum: PHP - Frameworks
- Topic: Get country code from Zend_Locale
- Replies: 2
- Views: 3920
- Thu Aug 18, 2011 3:24 pm
- Forum: PHP - Frameworks
- Topic: Should I develop atop WordPress?
- Replies: 4
- Views: 5084
Re: Should I develop atop WordPress?
WordPress is not the framework of choice, personally. I'd prefer Drupal, module architecture is slightly cleaner. The hang up for msot people is that Drupal interface is very complex. For a developer it makes sense, for the end user probably not.
Cheers,
Alex
Cheers,
Alex
- Fri Jul 29, 2011 2:03 pm
- Forum: PHP - Frameworks
- Topic: control flow in php
- Replies: 6
- Views: 5567
Re: control flow in php
Do what has already been suggested...use .htaccess and index.php to handle the request, dispatching to appropriate controller:action pairs.
- Fri Jul 15, 2011 8:14 am
- Forum: PHP - Theory and Design
- Topic: Multiple-table Models
- Replies: 9
- Views: 5327
Re: Multiple-table Models
Or should I make another model that represents the overall item of interest and contains the 5 db table classes? Interesting question one I still struggle with occasionally. Personally I would implement each as a separate distinct model, with it's own business logic, validations, etc. However I wou...
- Fri Jul 08, 2011 9:27 am
- Forum: The Enterprise
- Topic: Security consulting - who the heck would pay for it?
- Replies: 20
- Views: 37933
Re: Security consulting - who the heck would pay for it?
Tough market, IMO. For starters, most small/medium software factories probably prefer to have a on-staff security "expert" - which leads me to my next question. How do you distinguish yourself from other developers who also claim to be security experts? Personally, if I had a small team I ...
- Fri Jul 08, 2011 7:49 am
- Forum: PHP - Theory and Design
- Topic: Designing a basic CMS
- Replies: 7
- Views: 5118
Re: Designing a basic CMS
Great advice given above, although I wouldn't say Drupal is better than Joomla, that is subjective to a developers experience, requirements and the end-users involved in managing a site. Drupal is not work the lazy or non-tech savvy. WordPress is a far better choice if user simplicity is a must. Joo...