際際滷shows by User: dstockto / http://www.slideshare.net/images/logo.gif 際際滷shows by User: dstockto / Wed, 16 Nov 2016 21:21:55 GMT 際際滷Share feed for 際際滷shows by User: dstockto Phone calls and sms from php /slideshow/phone-calls-and-sms-from-php/69117862 phonecallsandsmsfromphp-161116212155
How let your PHP application interact with phones through incoming and outgoing SMS and voice calls. This talk uses the Twilio platform and API to show how to send and receive text and voice calls to allow for different interactive options for you and your applications.]]>

How let your PHP application interact with phones through incoming and outgoing SMS and voice calls. This talk uses the Twilio platform and API to show how to send and receive text and voice calls to allow for different interactive options for you and your applications.]]>
Wed, 16 Nov 2016 21:21:55 GMT /slideshow/phone-calls-and-sms-from-php/69117862 dstockto@slideshare.net(dstockto) Phone calls and sms from php dstockto How let your PHP application interact with phones through incoming and outgoing SMS and voice calls. This talk uses the Twilio platform and API to show how to send and receive text and voice calls to allow for different interactive options for you and your applications. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/phonecallsandsmsfromphp-161116212155-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> How let your PHP application interact with phones through incoming and outgoing SMS and voice calls. This talk uses the Twilio platform and API to show how to send and receive text and voice calls to allow for different interactive options for you and your applications.
Phone calls and sms from php from David Stockton
]]>
679 4 https://cdn.slidesharecdn.com/ss_thumbnails/phonecallsandsmsfromphp-161116212155-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
The Art of Transduction /slideshow/the-art-of-transduction/67444120 theartoftransduction-161020082149
Transducers are a type of reducing function that take in a reducing function and give back another reducing function. They allow you to compose functions together in a chain or pipeline structure to quickly, easily and efficiently transform data. In PHP, we have the mtdowling/transducers library, built off the basis of the idea of Clojure's transducer library.]]>

Transducers are a type of reducing function that take in a reducing function and give back another reducing function. They allow you to compose functions together in a chain or pipeline structure to quickly, easily and efficiently transform data. In PHP, we have the mtdowling/transducers library, built off the basis of the idea of Clojure's transducer library.]]>
Thu, 20 Oct 2016 08:21:48 GMT /slideshow/the-art-of-transduction/67444120 dstockto@slideshare.net(dstockto) The Art of Transduction dstockto Transducers are a type of reducing function that take in a reducing function and give back another reducing function. They allow you to compose functions together in a chain or pipeline structure to quickly, easily and efficiently transform data. In PHP, we have the mtdowling/transducers library, built off the basis of the idea of Clojure's transducer library. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/theartoftransduction-161020082149-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Transducers are a type of reducing function that take in a reducing function and give back another reducing function. They allow you to compose functions together in a chain or pipeline structure to quickly, easily and efficiently transform data. In PHP, we have the mtdowling/transducers library, built off the basis of the idea of Clojure&#39;s transducer library.
The Art of Transduction from David Stockton
]]>
593 4 https://cdn.slidesharecdn.com/ss_thumbnails/theartoftransduction-161020082149-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Using queues and offline processing to help speed up your application /slideshow/using-queues-and-offline-processing-to-help-speed-up-your-application/66645960 usingqueuesandofflineprocessing-4x3-161002170101
By parallelizing and time-shifting when we do work we need to do to present a web page, we can speed up the response time so users experience a nice quick site and we can control the amount of load to smooth out traffic spikes.]]>

By parallelizing and time-shifting when we do work we need to do to present a web page, we can speed up the response time so users experience a nice quick site and we can control the amount of load to smooth out traffic spikes.]]>
Sun, 02 Oct 2016 17:01:01 GMT /slideshow/using-queues-and-offline-processing-to-help-speed-up-your-application/66645960 dstockto@slideshare.net(dstockto) Using queues and offline processing to help speed up your application dstockto By parallelizing and time-shifting when we do work we need to do to present a web page, we can speed up the response time so users experience a nice quick site and we can control the amount of load to smooth out traffic spikes. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/usingqueuesandofflineprocessing-4x3-161002170101-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> By parallelizing and time-shifting when we do work we need to do to present a web page, we can speed up the response time so users experience a nice quick site and we can control the amount of load to smooth out traffic spikes.
Using queues and offline processing to help speed up your application from David Stockton
]]>
403 2 https://cdn.slidesharecdn.com/ss_thumbnails/usingqueuesandofflineprocessing-4x3-161002170101-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Intermediate OOP in PHP /slideshow/intermediate-oop-in-php-55282686/55282686 intermediateoopinphp-151119071341-lva1-app6891
For beginners who want to go to the next level of OOP in PHP, we talk about magic methods, iterators, filters, some parts of the SPL, the subject/observer pattern and how you can build classes that have a lot of power and responsibility by implementing interfaces and then type-hinting and using just methods that are defined in the interface. Prefer composition over inheritance.]]>

For beginners who want to go to the next level of OOP in PHP, we talk about magic methods, iterators, filters, some parts of the SPL, the subject/observer pattern and how you can build classes that have a lot of power and responsibility by implementing interfaces and then type-hinting and using just methods that are defined in the interface. Prefer composition over inheritance.]]>
Thu, 19 Nov 2015 07:13:41 GMT /slideshow/intermediate-oop-in-php-55282686/55282686 dstockto@slideshare.net(dstockto) Intermediate OOP in PHP dstockto For beginners who want to go to the next level of OOP in PHP, we talk about magic methods, iterators, filters, some parts of the SPL, the subject/observer pattern and how you can build classes that have a lot of power and responsibility by implementing interfaces and then type-hinting and using just methods that are defined in the interface. Prefer composition over inheritance. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/intermediateoopinphp-151119071341-lva1-app6891-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> For beginners who want to go to the next level of OOP in PHP, we talk about magic methods, iterators, filters, some parts of the SPL, the subject/observer pattern and how you can build classes that have a lot of power and responsibility by implementing interfaces and then type-hinting and using just methods that are defined in the interface. Prefer composition over inheritance.
Intermediate OOP in PHP from David Stockton
]]>
1704 5 https://cdn.slidesharecdn.com/ss_thumbnails/intermediateoopinphp-151119071341-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Building APIs with Apigilty and Zend Framework 2 /slideshow/building-apis-with-apigilty-and-zend-framework-2/55282673 buildingapiswithapigiltyandzf2-151119071311-lva1-app6892
Intro slides for workshop on how to build REST APIs with Apigility and ZF2. Some discussion about what is needed to be considered when building an API and how Apigility has made those decisions so you can build consistent APIs quickly and easily.]]>

Intro slides for workshop on how to build REST APIs with Apigility and ZF2. Some discussion about what is needed to be considered when building an API and how Apigility has made those decisions so you can build consistent APIs quickly and easily.]]>
Thu, 19 Nov 2015 07:13:11 GMT /slideshow/building-apis-with-apigilty-and-zend-framework-2/55282673 dstockto@slideshare.net(dstockto) Building APIs with Apigilty and Zend Framework 2 dstockto Intro slides for workshop on how to build REST APIs with Apigility and ZF2. Some discussion about what is needed to be considered when building an API and how Apigility has made those decisions so you can build consistent APIs quickly and easily. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/buildingapiswithapigiltyandzf2-151119071311-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Intro slides for workshop on how to build REST APIs with Apigility and ZF2. Some discussion about what is needed to be considered when building an API and how Apigility has made those decisions so you can build consistent APIs quickly and easily.
Building APIs with Apigilty and Zend Framework 2 from David Stockton
]]>
1027 6 https://cdn.slidesharecdn.com/ss_thumbnails/buildingapiswithapigiltyandzf2-151119071311-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
API All the Things! /slideshow/api-all-the-things/47894615 apiallthethings-150508034203-lva1-app6891
Building APIs, whether just for internal use or for sharing and external use is a great way to build and architect your application. This is the companion slide deck for the OpenWest 2015 tutorial about building APIs using Zend Framework's Apigility]]>

Building APIs, whether just for internal use or for sharing and external use is a great way to build and architect your application. This is the companion slide deck for the OpenWest 2015 tutorial about building APIs using Zend Framework's Apigility]]>
Fri, 08 May 2015 03:42:03 GMT /slideshow/api-all-the-things/47894615 dstockto@slideshare.net(dstockto) API All the Things! dstockto Building APIs, whether just for internal use or for sharing and external use is a great way to build and architect your application. This is the companion slide deck for the OpenWest 2015 tutorial about building APIs using Zend Framework's Apigility <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/apiallthethings-150508034203-lva1-app6891-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Building APIs, whether just for internal use or for sharing and external use is a great way to build and architect your application. This is the companion slide deck for the OpenWest 2015 tutorial about building APIs using Zend Framework&#39;s Apigility
API All the Things! from David Stockton
]]>
620 2 https://cdn.slidesharecdn.com/ss_thumbnails/apiallthethings-150508034203-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Intermediate OOP in PHP /slideshow/intermediate-oop-in-php-47894533/47894533 intermediateoopinphp-150508033757-lva1-app6892
For PHP developer who have begun to use OOP and are looking to take things to the next left. We talk about some more complex topics, about moving beyond inheritance, some of the PHP SPL and a couple of patterns that get you thinking about how to really start utilizing OOP in PHP the right way.]]>

For PHP developer who have begun to use OOP and are looking to take things to the next left. We talk about some more complex topics, about moving beyond inheritance, some of the PHP SPL and a couple of patterns that get you thinking about how to really start utilizing OOP in PHP the right way.]]>
Fri, 08 May 2015 03:37:57 GMT /slideshow/intermediate-oop-in-php-47894533/47894533 dstockto@slideshare.net(dstockto) Intermediate OOP in PHP dstockto For PHP developer who have begun to use OOP and are looking to take things to the next left. We talk about some more complex topics, about moving beyond inheritance, some of the PHP SPL and a couple of patterns that get you thinking about how to really start utilizing OOP in PHP the right way. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/intermediateoopinphp-150508033757-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> For PHP developer who have begun to use OOP and are looking to take things to the next left. We talk about some more complex topics, about moving beyond inheritance, some of the PHP SPL and a couple of patterns that get you thinking about how to really start utilizing OOP in PHP the right way.
Intermediate OOP in PHP from David Stockton
]]>
1193 9 https://cdn.slidesharecdn.com/ss_thumbnails/intermediateoopinphp-150508033757-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Hacking sites for fun and profit /dstockto/hacking-sites-for-fun-and-profit-47894529 hackingsitesforfunandprofit-150508033745-lva1-app6892
Intro slides for a tutorial on hacking common vulnerabilities and how to prevent those problems in your own code. This is a PHP based tutorial that's hands on, but the slides can help as reference material for a few common hacks]]>

Intro slides for a tutorial on hacking common vulnerabilities and how to prevent those problems in your own code. This is a PHP based tutorial that's hands on, but the slides can help as reference material for a few common hacks]]>
Fri, 08 May 2015 03:37:45 GMT /dstockto/hacking-sites-for-fun-and-profit-47894529 dstockto@slideshare.net(dstockto) Hacking sites for fun and profit dstockto Intro slides for a tutorial on hacking common vulnerabilities and how to prevent those problems in your own code. This is a PHP based tutorial that's hands on, but the slides can help as reference material for a few common hacks <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/hackingsitesforfunandprofit-150508033745-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Intro slides for a tutorial on hacking common vulnerabilities and how to prevent those problems in your own code. This is a PHP based tutorial that&#39;s hands on, but the slides can help as reference material for a few common hacks
Hacking sites for fun and profit from David Stockton
]]>
875 3 https://cdn.slidesharecdn.com/ss_thumbnails/hackingsitesforfunandprofit-150508033745-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Beginning OOP in PHP /slideshow/beginning-oop-in-php/47894521 beginningoopinphp-150508033734-lva1-app6892
This is a beginner level deck about how to start moving from procedural php code to understanding the basics of OOP. It's mostly terminology and a few concepts to help make understanding OOP just a bit easier.]]>

This is a beginner level deck about how to start moving from procedural php code to understanding the basics of OOP. It's mostly terminology and a few concepts to help make understanding OOP just a bit easier.]]>
Fri, 08 May 2015 03:37:34 GMT /slideshow/beginning-oop-in-php/47894521 dstockto@slideshare.net(dstockto) Beginning OOP in PHP dstockto This is a beginner level deck about how to start moving from procedural php code to understanding the basics of OOP. It's mostly terminology and a few concepts to help make understanding OOP just a bit easier. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/beginningoopinphp-150508033734-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This is a beginner level deck about how to start moving from procedural php code to understanding the basics of OOP. It&#39;s mostly terminology and a few concepts to help make understanding OOP just a bit easier.
Beginning OOP in PHP from David Stockton
]]>
3605 2 https://cdn.slidesharecdn.com/ss_thumbnails/beginningoopinphp-150508033734-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Common design patterns in php /slideshow/common-design-patterns-in-php/44909928 commondesignpatternsinphp-150219223522-conversion-gate01
A quick overview of some common design patterns in PHP]]>

A quick overview of some common design patterns in PHP]]>
Thu, 19 Feb 2015 22:35:22 GMT /slideshow/common-design-patterns-in-php/44909928 dstockto@slideshare.net(dstockto) Common design patterns in php dstockto A quick overview of some common design patterns in PHP <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/commondesignpatternsinphp-150219223522-conversion-gate01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> A quick overview of some common design patterns in PHP
Common design patterns in php from David Stockton
]]>
1661 4 https://cdn.slidesharecdn.com/ss_thumbnails/commondesignpatternsinphp-150219223522-conversion-gate01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Intermediate oop in php /slideshow/intermediate-oop-in-php/41547282 intermediateoopinphp-141114023636-conversion-gate01
Intermediate OOP in PHP is for developers who have moved past the basics of OOP and want to start exploring what's available and the power that OOP brings.]]>

Intermediate OOP in PHP is for developers who have moved past the basics of OOP and want to start exploring what's available and the power that OOP brings.]]>
Fri, 14 Nov 2014 02:36:36 GMT /slideshow/intermediate-oop-in-php/41547282 dstockto@slideshare.net(dstockto) Intermediate oop in php dstockto Intermediate OOP in PHP is for developers who have moved past the basics of OOP and want to start exploring what's available and the power that OOP brings. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/intermediateoopinphp-141114023636-conversion-gate01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Intermediate OOP in PHP is for developers who have moved past the basics of OOP and want to start exploring what&#39;s available and the power that OOP brings.
Intermediate oop in php from David Stockton
]]>
1083 1 https://cdn.slidesharecdn.com/ss_thumbnails/intermediateoopinphp-141114023636-conversion-gate01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Grokking regex /slideshow/grokking-regex/34973825 grokkingregex-140521172013-phpapp02
Understanding regular expressions gives developers another extremely useful and powerful tool they can use to perform some operations that would otherwise be very tedious or difficult. This presentation goes over how to build and test regular expressions so developers can start using them within their own code.]]>

Understanding regular expressions gives developers another extremely useful and powerful tool they can use to perform some operations that would otherwise be very tedious or difficult. This presentation goes over how to build and test regular expressions so developers can start using them within their own code.]]>
Wed, 21 May 2014 17:20:12 GMT /slideshow/grokking-regex/34973825 dstockto@slideshare.net(dstockto) Grokking regex dstockto Understanding regular expressions gives developers another extremely useful and powerful tool they can use to perform some operations that would otherwise be very tedious or difficult. This presentation goes over how to build and test regular expressions so developers can start using them within their own code. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/grokkingregex-140521172013-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Understanding regular expressions gives developers another extremely useful and powerful tool they can use to perform some operations that would otherwise be very tedious or difficult. This presentation goes over how to build and test regular expressions so developers can start using them within their own code.
Grokking regex from David Stockton
]]>
1696 4 https://cdn.slidesharecdn.com/ss_thumbnails/grokkingregex-140521172013-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Hacking sites for fun and profit /dstockto/hacking-sites-for-fun-and-profit-34925519 hackingsitesforfunandprofit-140520181648-phpapp01
際際滷s from May 20, 2014 talk at PHP Tek on hacking sites. Examples of potential vulnerabilities and how to prevent them.]]>

際際滷s from May 20, 2014 talk at PHP Tek on hacking sites. Examples of potential vulnerabilities and how to prevent them.]]>
Tue, 20 May 2014 18:16:48 GMT /dstockto/hacking-sites-for-fun-and-profit-34925519 dstockto@slideshare.net(dstockto) Hacking sites for fun and profit dstockto 際際滷s from May 20, 2014 talk at PHP Tek on hacking sites. Examples of potential vulnerabilities and how to prevent them. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/hackingsitesforfunandprofit-140520181648-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> 際際滷s from May 20, 2014 talk at PHP Tek on hacking sites. Examples of potential vulnerabilities and how to prevent them.
Hacking sites for fun and profit from David Stockton
]]>
4476 4 https://cdn.slidesharecdn.com/ss_thumbnails/hackingsitesforfunandprofit-140520181648-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Hacking sites for fun and profit /slideshow/hacking-sites-for-fun-and-profit/30167734 hackingsitesforfunandprofit-140118155057-phpapp02
How common exploits are used to take over a website, how to identify those vulnerabilities in your own code and prevent your site from being compromised. The bad guys know all the techniques, but it doesn't mean we should make it any easier to take over sites. Preventing some vulnerabilities is done by keeping these issues in mind as you're developing your code.]]>

How common exploits are used to take over a website, how to identify those vulnerabilities in your own code and prevent your site from being compromised. The bad guys know all the techniques, but it doesn't mean we should make it any easier to take over sites. Preventing some vulnerabilities is done by keeping these issues in mind as you're developing your code.]]>
Sat, 18 Jan 2014 15:50:57 GMT /slideshow/hacking-sites-for-fun-and-profit/30167734 dstockto@slideshare.net(dstockto) Hacking sites for fun and profit dstockto How common exploits are used to take over a website, how to identify those vulnerabilities in your own code and prevent your site from being compromised. The bad guys know all the techniques, but it doesn't mean we should make it any easier to take over sites. Preventing some vulnerabilities is done by keeping these issues in mind as you're developing your code. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/hackingsitesforfunandprofit-140118155057-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> How common exploits are used to take over a website, how to identify those vulnerabilities in your own code and prevent your site from being compromised. The bad guys know all the techniques, but it doesn&#39;t mean we should make it any easier to take over sites. Preventing some vulnerabilities is done by keeping these issues in mind as you&#39;re developing your code.
Hacking sites for fun and profit from David Stockton
]]>
8035 6 https://cdn.slidesharecdn.com/ss_thumbnails/hackingsitesforfunandprofit-140118155057-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Increasing code quality with code reviews (poetry version) /slideshow/increasing-code-quality-with-code-reviews-poetry-version/30161542 increasingcodequalitywithcodereviewspoetryversion-140118100006-phpapp02
]]>

]]>
Sat, 18 Jan 2014 10:00:06 GMT /slideshow/increasing-code-quality-with-code-reviews-poetry-version/30161542 dstockto@slideshare.net(dstockto) Increasing code quality with code reviews (poetry version) dstockto <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/increasingcodequalitywithcodereviewspoetryversion-140118100006-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Increasing code quality with code reviews (poetry version) from David Stockton
]]>
2637 5 https://cdn.slidesharecdn.com/ss_thumbnails/increasingcodequalitywithcodereviewspoetryversion-140118100006-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Tame Your Build And Deployment Process With Hudson, PHPUnit, and SSH /slideshow/tame-your-build-and-deployment-process-with-hudson-phpunit-and-ssh/6715664 tameyourbuildanddeploymentprocesswithhudsonphpunitandssh-110127003025-phpapp01
Wil Moore III's presentation at the January 20, 2011 Front Range PHP Group.]]>

Wil Moore III's presentation at the January 20, 2011 Front Range PHP Group.]]>
Thu, 27 Jan 2011 00:30:22 GMT /slideshow/tame-your-build-and-deployment-process-with-hudson-phpunit-and-ssh/6715664 dstockto@slideshare.net(dstockto) Tame Your Build And Deployment Process With Hudson, PHPUnit, and SSH dstockto Wil Moore III's presentation at the January 20, 2011 Front Range PHP Group. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/tameyourbuildanddeploymentprocesswithhudsonphpunitandssh-110127003025-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Wil Moore III&#39;s presentation at the January 20, 2011 Front Range PHP Group.
Tame Your Build And Deployment Process With Hudson, PHPUnit, and SSH from David Stockton
]]>
2679 4 https://cdn.slidesharecdn.com/ss_thumbnails/tameyourbuildanddeploymentprocesswithhudsonphpunitandssh-110127003025-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Mercurial Distributed Version Control /slideshow/mercurialkey/3743557 mercurial-key-100416022412-phpapp02
Learn about the Mercurial Distributed Version control system and some of the awesome features it has.]]>

Learn about the Mercurial Distributed Version control system and some of the awesome features it has.]]>
Fri, 16 Apr 2010 02:24:06 GMT /slideshow/mercurialkey/3743557 dstockto@slideshare.net(dstockto) Mercurial Distributed Version Control dstockto Learn about the Mercurial Distributed Version control system and some of the awesome features it has. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/mercurial-key-100416022412-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Learn about the Mercurial Distributed Version control system and some of the awesome features it has.
Mercurial Distributed Version Control from David Stockton
]]>
1639 43 https://cdn.slidesharecdn.com/ss_thumbnails/mercurial-key-100416022412-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Regular expressions and php /slideshow/regular-expressions-and-php/3743346 regularexpressionsandphp-100416020614-phpapp02
Learn beginner to intermediate level regular expressions with some examples in PHP]]>

Learn beginner to intermediate level regular expressions with some examples in PHP]]>
Fri, 16 Apr 2010 02:06:05 GMT /slideshow/regular-expressions-and-php/3743346 dstockto@slideshare.net(dstockto) Regular expressions and php dstockto Learn beginner to intermediate level regular expressions with some examples in PHP <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/regularexpressionsandphp-100416020614-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Learn beginner to intermediate level regular expressions with some examples in PHP
Regular expressions and php from David Stockton
]]>
1834 5 https://cdn.slidesharecdn.com/ss_thumbnails/regularexpressionsandphp-100416020614-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
PHP 5 Magic Methods /slideshow/php-5-magic-methods/3145725 magicmethods-100211231143-phpapp01
A brief overview of magic methods/functions in PHP 5 along with sample usage.]]>

A brief overview of magic methods/functions in PHP 5 along with sample usage.]]>
Thu, 11 Feb 2010 23:11:32 GMT /slideshow/php-5-magic-methods/3145725 dstockto@slideshare.net(dstockto) PHP 5 Magic Methods dstockto A brief overview of magic methods/functions in PHP 5 along with sample usage. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/magicmethods-100211231143-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> A brief overview of magic methods/functions in PHP 5 along with sample usage.
PHP 5 Magic Methods from David Stockton
]]>
6693 43 https://cdn.slidesharecdn.com/ss_thumbnails/magicmethods-100211231143-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
FireBug And FirePHP /slideshow/firebug-and-firephp/1913292 firebugandfirephp-090827001346-phpapp01
Why you should use Firebug and FirePHP if you're a PHP programmer.]]>

Why you should use Firebug and FirePHP if you're a PHP programmer.]]>
Thu, 27 Aug 2009 00:13:38 GMT /slideshow/firebug-and-firephp/1913292 dstockto@slideshare.net(dstockto) FireBug And FirePHP dstockto Why you should use Firebug and FirePHP if you're a PHP programmer. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/firebugandfirephp-090827001346-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Why you should use Firebug and FirePHP if you&#39;re a PHP programmer.
FireBug And FirePHP from David Stockton
]]>
2075 5 https://cdn.slidesharecdn.com/ss_thumbnails/firebugandfirephp-090827001346-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://public.slidesharecdn.com/v2/images/profile-picture.png I've been programming for 35 years, and programming PHP since 1997. I like video games, skiing, racquetball, pickleball and software development. I used to be the President of the Front Range PHP User Group. davidstockton.dev https://cdn.slidesharecdn.com/ss_thumbnails/phonecallsandsmsfromphp-161116212155-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/phone-calls-and-sms-from-php/69117862 Phone calls and sms fr... https://cdn.slidesharecdn.com/ss_thumbnails/theartoftransduction-161020082149-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/the-art-of-transduction/67444120 The Art of Transduction https://cdn.slidesharecdn.com/ss_thumbnails/usingqueuesandofflineprocessing-4x3-161002170101-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/using-queues-and-offline-processing-to-help-speed-up-your-application/66645960 Using queues and offli...