Use cURL to Connect To Another System

Posted by & filed under Learn PHP Now.

cURL is a very useful tool used to pragmatically connect and interact with other systems to do various tasks like download a Web Page or RSS feed. It is also used to send information to another computer and get a response. A common example of using cURL is when you are purchasing something online. When… Read more »

PHP Hello World

Posted by & filed under Learn PHP Now.

Not be cliché, but I any book, tutorial or website discusses a programming language always begins with a program that simply displays the text “Hello World” on the screen and I intend to follow that tradition. The process of writing text in PHP requires you to use either the “echo” of “print” function. There are… Read more »

Put Your Twitter Feed On Your Website Using jQuery

Posted by & filed under Uncategorized.

Twitter has become an amazing way to share thoughts, ideas, and information (not to mention what you are actually doing). Displaying your Twitter feed on your website is a great way to promote your Twitter to increase your followers.