Portfolio

Spree Commerce, eBay Trading API, and the eBay Accelerator Toolkit from Intradesys EbatNs

In this bit, I talk about using the EbatNs SDK for the eBay Trading API, to list items from your Spree Commerce store, or really any rails application. Filled with production code examples from an honest to god real live and working spree site that interfaces with the eBay trading API to Add, Revise, and End items, on ebay when they sell in your store, or on your store when they sell on eBay.

Tags: , , ,

Posted in: eBay, PHP Tutorials, PHP/MySQL, Tips and Tricks, Web Design | No Comments »

Rails Migrations, Primary key is not allowed in a has_and_belongs_to_many join table

I was working like a fiend on a project, and forgot to add :id => false to a join table migration. For completeness, here’s the migration as it is supposed to look: class CreateEmployeesRoles < ActiveRecord::Migration def self.up create_table :employees_roles, :id => false do |t| t.references :employee t.references :role end end def self.down drop_table :employees_roles [...]

Tags: , ,

Posted in: Ruby on Rails, Ruby on Rails, Ruby on Rails, Topics, Tutorials | No Comments »

HowTo JavaScript/jQuery place divs in a circle, calculate a cirlce etc.

So, I was working with my father, a physicist and mathematician, who wants to have a little math example done in javascript. We haven’t finished the meat and potatoes of the project, but one hurdle was the necessity to place 8 divs in a circle on the page. This is a variation on the Tirgrams [...]

Tags: , , ,

Posted in: Javascript Tutorials, jQuery/JavaScript, Tips and Tricks, Topics | 2 Comments »

HowTo html input find/replace regex

Whenever I make a form, it’s a bit of a hassle to add in the php support. That is, if the page gets reloaded of sent back, we want to insure that all the valid data that was entered before is maintained. And easy way to do this is: Here is an easy way, tested [...]

Tags:

Posted in: PHP, PHP Tutorials, PHP/MySQL | No Comments »

Editable eBay Item Template

This is an editable template, using jQuery, that produces customized versions of an eBay auction item template. I didn’t do the original design, I simply converted it from a table to div based layout, and fixed the spacing and css, then added in the necessary javascript to make it editable. The template hooks into a [...]

Posted in: eBay, jQuery/JavaScript, PHP, Portfolio | 7 Comments »

northofthewall.co.uk Ruby on Rails Website

This is another rails e-commerce site, with some backend modification to allow for stock management with csv, and the ability to make art submissions. The art on this site is great, you should give it a look just for that. Related Posts:No Related Posts

Posted in: eCommerce, Portfolio, Ruby on Rails | No Comments »

MySmallWorld.co.uk Ruby on Rails Hosting

This is another rails site which features a heavily modified backend to allow for AJAX manipulation of items and CSV editing. The backend uses jQuery and Prototype for some javascript magic and push button editing for ease of use. Related Posts:No Related Posts

Posted in: eCommerce, jQuery/JavaScript, Portfolio, Ruby on Rails | No Comments »

Philatelic Website Design and Hosting

This website has been an ongoing project for sometime. It features highslide.js on the frontend for that cool image popup functionality. On the backend, all items can be managed via webforms, or via excel .csv uploads/downloads. It integrates with eBay FileExchange, and produces printable code39 Barcodes for all of the items. Related Posts:No Related Posts

Posted in: eBay, eCommerce, jQuery/JavaScript, Portfolio, Ruby on Rails | No Comments »

Powered by Wordpress. Design: Supermodne.