 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Ibuildings techPortal: Installing Magento Enterprise
by Chris Cornutt February 23, 2011 @ 09:17:37
New on the Ibuildings techPortal site, there's an article from Rupert Jones that walks you through the installation of Magento Enterprise on a linux-based platform (LAMP).
Magento is an increasingly popular e-commerce platform due to its sheer flexibility, wide range of features and the facility to customise it relatively easily. In this post we will examine how to get Magento Enterprise set up and running. We assume a debian-based LAMP stack but these instructions could be adapted for any other platform as required.
He shows you how to install ionCube first (a requirement for Magento) and how to get the latest Magento package, unpack it and set up some permissions so the application can write to things correctly. From there it's a simple database creation and Apache config away from being setup and working.
voice your opinion now!
magento ecommerce install tutorial enterprise
Ibuildings techPortal: Doing the Heavy Lifting Gearman and Magento
by Chris Cornutt January 17, 2011 @ 14:09:38
New from the Ibuildings techPortal today, there's a tutorial from Michael Davey looking at using Gearman with Magento to do some of the "heavy lifting" of queuing jobs from inside the tool.
With most web applications, there comes a time where there is a need to perform either CPU or I/O intensive work based on user actions. Whether processing uploaded files, or performing system-wide database updates, developers are increasingly turning to Gearman as a simple way to hand off the heavy lifting to another server to be performed asynchronously.
He's created a basic module that can be downloaded and dropped right into your Magento install to make it work with your Gearman queues. He includes an installation guide and a bit of code on how to make a sample job to run an event and the class sitting on the other side for the worker to use in handling it.
voice your opinion now!
gearman magento tutorial ecommerce worker
Christoph Dorn's Blog: FirePHP on Magenting
by Chris Cornutt December 17, 2010 @ 10:08:47
Christoph Dorn has a new post to his blog today about using the FirePHP extension for Firefox/FireBug to help debug applications running on the Magenting service.
FirePHP can be useful when debugging remote PHP applications on shared or dedicated servers. This tutorial illustrates how to setup FirePHP 1.0 on Magenting which is a managed Magento hosting service. Go to http://magenting.com/ and create an account. This tutorial was prepared by using a Spark account, but it should work just the same with all plans.
He walks you through all the steps you'll need - getting the FirePHP extension installed, getting the PHP libraries set up on the remote server and configuring it to work with your application. A snippet of code is included that can be used to test the connection.
voice your opinion now!
firephp debug tool firefox firebug tutorial magenting magento
Lorna Mitchell's Blog: Retrieving Product Attributes from Magento's V2 API
by Chris Cornutt July 12, 2010 @ 08:28:14
Lorna Mitchell has posted a sort of follow-up to her previous post about accessing the Magento A{I to pull information about products from the application. In this new post she takes it a step further and shows how to get attributes from those products.
I've been working with the API for Magento in recent weeks and I had a bit of a struggle explaining to the V2 API which attributes of a product I wanted to retrieve. Actually I had issues talking to the V2 API at all, but that's a different post so I'll skate over those for now. Instead I thought I'd share (or rather, record for the next time I have the same problem!) how to specify which attributes about a product to retrieve.
She figured out that you could use the info method for the product_catalog call and specify the attributes you want. Her code example shows how to fetch the title, description, a shorter description and the price of an item.
voice your opinion now!
magento product attribute tutorial api
Godaddyhostingreview Blog: How to move Magento from Production to Live Server
by Chris Cornutt July 05, 2010 @ 10:47:26
Setting up and using the Magento e-commerce application can be a difficult process in itself, but when you start moving things around from server to server, things can get even more complex. In this new post from the Godaddyhostingreview blog they talk about moving a Magento instance from your local install out to a live site.
This is the method I used to move my local copy of magento store from WAMP on windows to a shared hosting account. In my case am using magento1.3.x.
The instructions are detailed right down to which configuration values to change, how to update your database for the move, what will need to be removed before you and push everything over. There's even a bit of instruction on what to change if your database structure is slightly different.
voice your opinion now!
magento move tutorial production live server
Lorna Mitchell's Blog: Accessing the Magento V2 API
by Chris Cornutt June 24, 2010 @ 11:44:18
Lorna Mitchell has a new post to her blog today looking at one of the differences she's found in her work with the Magento API between version 1 and version 2.
I must say that I am always pleased when I see that these products do include some kind of API. The Magento one is a bit interesting, although there is some half-decent API documentation for the original API. However they have then released a new version of the API, with very little documentation.
Her example code shows the difference in a call to grab a customer list from the SOAP interface - the version 1 method used a "customer.list" request while the version 2 method just made use of a normal SOAP method call to the "customerCustomerList" method on the service.
voice your opinion now!
magento version difference api soap
Ibuildings techPortal: Writing a Custom Magento Module
by Chris Cornutt April 21, 2010 @ 13:44:02
On the Ibuildings techPortal Matt Setter has written up an excellent guide to help you along the quick and easy path to creating a custom Magento module tailored to fit your needs.
[This tutorial] details some of the key sections of how to build a custom Magento module, some of the concepts, assumptions and key points that that you are likely to encounter on a regular basis when building ecommerce installations with this software. [...] Looking through these splintered [documentation] resources can be time-consuming so in this article I give you the key details when building a module in Magento.
He talks about doing how you'll need to do things "The Magento Way" to get it up and working correctly, what the directory structure needs to look like, key points and files to look out for and plenty of code to show you how to push, pull and manipulate data from a source. There's even things mentioned like cron automation, handling events and module deployment.
voice your opinion now!
custom module magento tutorial development
|
Community Events
Don't see your event here? Let us know!
|