<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/687523</link>
		<description>Comments by dlbrown06</description>
<item>
<title>Brown PHP : Contact</title>
<link>http://www.brownphp.com/contact/#IDComment211707145</link>
<description>Hi�Adrian,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I would be happy to help and share my experience. �I&amp;#39;m not sure how much involvement you are hoping for, but I just had a baby girl and she has obviously been taking up a lot of my free time.    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m a Software Engineer at an small engineering firm located in Michigan. �I have been a team engineering lead for the past 2 years at a Automotive Battery Manufacturing Facility. Much of my experience with PHP has been developing custom reporting and interface solutions for our customers main Oracle database. I have been working with PHP since my college days and that puts me right around 7 years of experience. �I only have about 2-3 years dealing with PHP frameworks though. So I may not have as much experience with PHP frameworks as a lot of other professionals out there, but I have a solid PHP background.    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Good luck with your PHP magazine. �I love hearing about PHP advancing in all the industries. � �&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Doug </description>
<pubDate>Mon, 24 Oct 2011 15:50:03 +0000</pubDate>
<guid>http://www.brownphp.com/contact/#IDComment211707145</guid>
</item><item>
<title>Brown PHP : Use PHP to Twitter Using OAuth</title>
<link>http://www.brownphp.com/2010/09/php-twitter-oauth/#IDComment100178016</link>
<description>Well, it is a little more tricky than just sending a blog post via curl script. Take a look at the Twitter Authentication Flow Overview that is in this post.    You can no longer send one &amp;quot;POST&amp;quot; to Twitter that updates your status.  You have follow the flow that is outlined above.  If you download the code that I linked to, you can take a look through that and see the exact process.  Are you just trying to make a &amp;quot;button&amp;quot; that is on a blog post that you would click to update your status with a link to the post? Maybe I can addon to this post with info into what you are looking for more specifically.  Just let me know. </description>
<pubDate>Tue, 21 Sep 2010 12:27:22 +0000</pubDate>
<guid>http://www.brownphp.com/2010/09/php-twitter-oauth/#IDComment100178016</guid>
</item><item>
<title>Brown PHP : Use PHP to Twitter Your Tweets</title>
<link>http://www.brownphp.com/2009/01/use-php-to-twitter-your-tweets/#IDComment99273847</link>
<description>Okay guys, I made a new update.  &lt;a href=&quot;http://www.brownphp.com/2010/09/php-twitter-oauth/&quot; target=&quot;_blank&quot;&gt;http://www.brownphp.com/2010/09/php-twitter-oauth...&lt;/a&gt; has a tutorial going through the new authentication method. </description>
<pubDate>Fri, 17 Sep 2010 01:14:18 +0000</pubDate>
<guid>http://www.brownphp.com/2009/01/use-php-to-twitter-your-tweets/#IDComment99273847</guid>
</item><item>
<title>Brown PHP : Use PHP to Twitter Your Tweets</title>
<link>http://www.brownphp.com/2009/01/use-php-to-twitter-your-tweets/#IDComment97712933</link>
<description>Yeah, Twitter made it super complicated to do something that should be so easy.  Sometimes I have to give a big thumbs down to following the &amp;quot;crowd&amp;quot; for authentication...  Hopefully when I get some free time I&amp;#039;ll update this post with a link to a new tutorial and sample code for using OAuth.  </description>
<pubDate>Thu, 9 Sep 2010 01:00:19 +0000</pubDate>
<guid>http://www.brownphp.com/2009/01/use-php-to-twitter-your-tweets/#IDComment97712933</guid>
</item><item>
<title>Brown PHP : Do You Really Need a Framework for Writing PHP?</title>
<link>http://www.brownphp.com/2008/12/do-you-really-need-a-framework-for-writing-php/#IDComment80564760</link>
<description>Sure, why wouldn&amp;#039;t you continue?  PHP frameworks are great.  They can save a lot of time.  I would suggest you use all the spare time you have to figure out the nuts and bolts of PHP thought.  If you try to learn PHP&amp;#039;s frameworks before you fully understand the language, you could be setting yourself up for failure. </description>
<pubDate>Thu, 17 Jun 2010 11:19:38 +0000</pubDate>
<guid>http://www.brownphp.com/2008/12/do-you-really-need-a-framework-for-writing-php/#IDComment80564760</guid>
</item><item>
<title>Brown PHP : Use PHP to Twitter Your Tweets</title>
<link>http://www.brownphp.com/2009/01/use-php-to-twitter-your-tweets/#IDComment75128292</link>
<description>Sure just add to the $status variable...  $status = $status . &amp;#039;&lt;a href=&quot;http://www.brownphp.com&amp;#039;;&quot; target=&quot;_blank&quot;&gt;http://www.brownphp.com&amp;#039;;&lt;/a&gt;  I would rather use a short URL service here and use that though.  If you have a long url, that could hurt your 140 character length. </description>
<pubDate>Wed, 12 May 2010 20:39:32 +0000</pubDate>
<guid>http://www.brownphp.com/2009/01/use-php-to-twitter-your-tweets/#IDComment75128292</guid>
</item><item>
<title>Brown PHP : Difference between ASP and PHP</title>
<link>http://www.brownphp.com/2009/01/difference-between-asp-and-php/#IDComment63192869</link>
<description>You feel ASP isn\\\&#039;t being used anymore? </description>
<pubDate>Sat, 20 Mar 2010 16:53:13 +0000</pubDate>
<guid>http://www.brownphp.com/2009/01/difference-between-asp-and-php/#IDComment63192869</guid>
</item><item>
<title>Brown PHP : Difference between ASP and PHP</title>
<link>http://www.brownphp.com/2009/01/difference-between-asp-and-php/#IDComment54358426</link>
<description>Well you know it&amp;#039;s ASP if the server side language is contained by &amp;lt;% %&amp;gt; rather than PHP&amp;#039;s &amp;lt;?php ?&amp;gt;  </description>
<pubDate>Fri, 29 Jan 2010 13:28:45 +0000</pubDate>
<guid>http://www.brownphp.com/2009/01/difference-between-asp-and-php/#IDComment54358426</guid>
</item>	</channel>
</rss>