In the past year, I have had the pleasure of having to write a lot of scripts that accomplish certain tasks inside Magento. It is not immediately obvious how to do this, but once you know how, you will love the power that it gives you. In your PHP script simply put the following at… Read more »
Posts Tagged: lt
Use cURL to Connect To Another System
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
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
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.