wpdevtable.com
Jason Resnick | WP Dev Table
http://wpdevtable.com/author/jason
A hangout of developers in a loose, round table-like, discussion about tools, best practices, tips, and most importantly, WordPress. Posts By Jason Resnick. Episode 18: Advanced WordPress Development with Tim Nash. Middot; February 1, 2016. Middot; No Comments. Integration testing can be fun! WP-API Course came about because there was nothing at the time, and Tim need to feed his family. All 3 talk what it’s like as ManageWP moderators. As well as author of the WP-API Online Course. Get In Touch With Tim.
benmarshall.me
Drupal Archives | Ben Marshall
http://benmarshall.me/tag/drupal
HTML5 & CSS3. PHP Stock Market API. Facebook SDK PHP v4. Facebook SDK PHP v5. Posts Tagged Under: Drupal. Useful Drupal Console Commands. May 16, 2016. With the release of Drupal 8. Comes the new CLI to generate boilerplate code, interact and debug Drupal. It can be a little bit confusing if you’re coming from Drush. Just I’ve put together a list of useul Drupal Console commands. Drupal 8: Get an Array of User Roles. November 19, 2015. Need an array of user roles in your Drupal 8 site? November 18, 2015.
stormes.net
PHP Archives - Stormes.Net
http://www.stormes.net/category/php
Zend Framework 1 Changing all the DB Connections. March 31, 2016. We recently started upgrading our hosting and we (I) had not followed best practice. We used a static IP address in all our MySQL connections, very bad form. So I wrote a script to change the IP addresses to names:. Find -regex '.*.ini' -type f -exec sed -i ' -e "s/192.168.1.1/sqlprod/" {} ;. Integrating SlickGrid with Zend Framework 2 (Part 1). January 21, 2016. I am a avid fan of Michael Leibman’s. July 8, 2015. Zend Framework 2 JSON-RPC.
blog.bux.fr
industrialisation | Bux Blog
http://blog.bux.fr/tag/industrialisation
Archives par mot-clé : industrialisation. PHP : Industrialisation et bonnes pratiques. Note: Une version plus abouti de cet article est disponible ici. PHP est un langage à qui on peut faire beaucoup de reproches. Cependant, sa grande popularité à permis de doter son univers d’un large panel d’outils et de pratiques permettant de l’utiliser avec efficacité. Que le développement soit effectué par une équipe ou un développeur unique, la gestion de votre code source est essentielle. Et plein d’autres. Être ...
stormes.net
Building a ZF2 SAML Composer module Part 1 - Stormes.Net
http://www.stormes.net/building-zf2-saml-composer-module-part-1
Building a ZF2 SAML Composer module Part 1. Building a ZF2 SAML Composer module Part 1. June 23, 2015. In this set of posts I am gong to build a ZF2 Composer module that is based on SimpleSAMLphp that will authenticate a user using a SQL table. My intention is to integrate SimpleSAMLphp into a ZF2 vendor module touching SimpleSAMLphp as little as possible. This is so that code changes made to SimpleSAMLphp can easily be integrated back into the JStormes/SAML composer module. Pastacode lang=”markup&...
stormes.net
Beginner Archives - Stormes.Net
http://www.stormes.net/category/beginner
Zend Framework 1 Changing all the DB Connections. March 31, 2016. We recently started upgrading our hosting and we (I) had not followed best practice. We used a static IP address in all our MySQL connections, very bad form. So I wrote a script to change the IP addresses to names:. Find -regex '.*.ini' -type f -exec sed -i ' -e "s/192.168.1.1/sqlprod/" {} ;. MySQL Restore in distress. December 3, 2015. July 2, 2015. Hug a Programmer today…. 2015 Toshiba Chromebook Ubuntu 16 Bootable SDcard.
stormes.net
Games - Stormes.Net
http://www.stormes.net/james-games
These are some games my son James created at summer camp and gave me for fathers day. Time limit is exhausted. Please reload CAPTCHA. 2015 Toshiba Chromebook Ubuntu 16 Bootable SDcard. PHP Cron Management System Zend Framework 1. Zend Framework 1 Changing all the DB Connections. Integrating SlickGrid with Zend Framework 2 (Part 1). Zend Framework 2 JSON-RPC. The League of Extraordinary Packages (PHP). PHP The Right Way. Improve code quality with continuous inspection. Zend Framework Quick Bites.
stormes.net
Building a ZF2 SAML Composer module Part 2 - Stormes.Net
http://www.stormes.net/building-zf2-saml-composer-module-part-2
Building a ZF2 SAML Composer module Part 2. Building a ZF2 SAML Composer module Part 2. July 8, 2015. Building a ZF2 SAML Composer module. Read Part 1 of Building a ZF2 SAML Composer module. The data types. The meaning of the term has changed considerably in recent years. In this case it means integrating an older programming technique into a newer technique. Getting a copy of the Zend Skeleton Application. Using composer pull a fresh copy of the ZF2 ZendSkeletonApplication. Creating your composer package.
stormes.net
Installing XCode and Mac Ports - Stormes.Net
http://www.stormes.net/installing-xcode-mac-ports
Installing XCode and Mac Ports. Installing XCode and Mac Ports. March 19, 2013. 1) Download XCode from Apple from the page: https:/ developer.apple.com/technologies/tools/. After you ‘ok’ the license install the command line tools by going to XCode- Preferences then clicking on Download. Next click on the ‘Install’ button to download and install the command line tools. Download and install mac port. Port search search string. Next from the command line Install Apache2:. Sudo port install apache2. Find an...