Read More……(read more)
Sudheer Satyanarayana has this new post on his blog today talking about a simple way (via a PEAR package) to make an XML-RPC connection to ping technorati about updates to your blog.
In a previous blog post we discussed how to consume the Technorati ping web service using XML-RPC. The PEAR package XML_RPC2 provides convenient client and server objects. You can call the remote methods as if they were the methods of the client object. In this post, let us accomplish the same using a PEAR package XML_RPC2. We will write a client script to update Technorati when there is new post in your blog site.
You’ll need to grab the XML_RPC2 PEAR package to make this all work, but once that’s installed, you’re a quick few lines of code away from a client to update Technorati with the ping information for your site.
It seems my posts lately are always in relation to solving a problem or answering a question for someone else. If you're looking for a way to display categories in the sidebar, change category display, or create a category menu then …
Clayton M…
A friend asked me to help out import some products and categories from an old database to a brand new magento install. What I first did was to construct a CSV file with all the categories from the old store (that was the easy part. …
My Science Is …
One of the most edited file in Magento is the template file View.phtml file. Reason for this is that a lot of clients would like to rearrange it differently on their online stores. Here is the analysis of that file and the list of all …
Asia Connec…
Nothing can put a smile on your face quite like a ginormous pink bunny welcoming you with open arms. Up until now, we thought that such a delight existed only in our imaginations, but then we received word that there really is a larger than life cotto…
This PHP / jQuery tutorial explains how-to upload a file PHP from ThickBox and how after successful upload the filename is passed to the parent document. The function is a useful addition for custom content management systems.