Blog

Filtering all blogs archived in "March 2010"    Clear filter

BadrIT is gitting on the hub3

We are on github pushing a lot of Rails, Ruby and iPhone gadgets

Read More

AnyTime Card hits the app store

I am happy to announce that AnyTime Card (another iPhone app built by BadrIT) is now available at the app store.

Read More

Creating a Mechanize redirects log1

In this post, we will see how to create a redirects log to mechanize library. Mechanize is following redirects, but what if I want to know which pages it visited? It is simple and easy to add redirects logs to mechanize.

Read More

Shopify API overview

Most of inventory applications have the same models and functionalities. Most of them should have shops, products, orders and line items. They need also to handle order payment status and fulfillment status. The products stock status is also a common requirement in most of them.

Shopify handles all of that overhead and can do all of that for you. You won't need to handle this work every time. You can build your complete shop in just 2 minutes. Shop owners can create their shops, add products and product variants. Then shopify partners can create applications to integrate with the shop.

Shopify API is an XML API that allows applications to integrate with Shopify via RESTful actions using verbs (GET/POST/PUT/DELETE).

Read More