What We Do

Contact Us

Shopping Cart Demo

-- Merchant Utils --

List / Manage Documents

Build Link to Cart

Build Link to Gateway

URL encode & Escape

MD5 & SHA1 Hash

ShowRSS Digest

BuildRSS Feed/Blog

ShowHTML from Website

Secure Data Decode

-- Learn More --

Content Management

Sell Gift Certificates

Add-to-Cart

Gateway Field Names

Email Engine

-- Notice & Contract --

Legal Notice

Client Contract




-- Expiring Domains --

JustDropped.com

WSMDomains.com

CIRA TBR

-- Utilities --
Domain Tools

FileInfo (.ext)

Epoch Converter

-- Hosting --
Blue Fur

Dot Easy Free Hosting

Host Gator

Host Monster

(The) Hosting Service

Korax Web Hosting

Netfirms Hosting

-- Other Services --
AVG Anti-Virus (Grisoft)

Ad-Aware (Lavasoft)

Easy DNS

Core FTP

Smart FTP

Fast PDF

PDF Online

Google Language Tools

Ascii Table

Alt Codes French Accents

-- Illustrations & Photos --
Brad Fitzpatrick

Fotolia

iStockPhoto





 Build RSS file (BLOG)


RSS feeds can be displayed with shopdaddy.com/utils/rssDigest.php5
Merchant Blogs are generally RSS feeds (XML) with a single item.

The Shopdaddy rssDigest will :
  • Ignore the link tag for channel and channel image.
  • Recognize and translate custom "markup" into HTML.
  • Recognize and expand custom tags like [image=url,width,largeurl], [contact=..], and [map=...]
  • Remove all HTML tags from the item description(s).

*bold* ... _italics_ ... _*bold italics*_

double-backslash \\ becomes a line-break <br />
triple-backslash \\\ becomes 2 line-breaks <br /><br />
quadruple-backslash \\\\ becomes 3 line-breaks <br /><br /><br />
... and so forth.

(tag=) translates to the equivalently named HTML tag
(tag^) ... (^) translates to the equivalently named HTML tags
(.class^) ... (^) translates to a <span> tag with a class as specified
(a^) link text http://whatever.com (^) becomes a link to the url

(img^) url , width , title, css-properties (^) loads an image
The mandatory arguments are "url" and "width" (number of px)
Ex. (img^) http://whatever.com/hat.jpg , 250 , fancy hat , float:left; (^)
Id and Class can be specified within css-properties

Any string beginning with http:// or https:// will become a link.

Place custom [image=url,width,largeurl], [map=...], and [contact=...] tags inside HTML comment tags to prevent them from being displayed.

In [image=url,width,largeurl],
  • both commas (,) are required
  • url is for the item image to display
  • width is required
  • largeurl is optional for link to larger image.

The image specified will appear right-justified immediately following the item title. The maximum width is either the default 400px or that specified by the "maxWidth" argument to the utility.

For an example of a feed, see ottawafood.xml


The arguments available to the digest are:
  • rss=url to specify the file name of the feed/blog.
  • image=url to override the feed image to display.
  • title=whatever to override the feed title to display.
  • js=yes if you are using a javascript tag to include the feed.
  • dlength=# to override default maximum description length of 500 characters.
  • maxWidth=# to override default maximum image width(s) of 400px.
  • links=no to ignore the link tag for item titles.

Remember to urlencode your argument values !



 Classes written in HTML result


The following classes can/will appear in the resulting HTML so you can use your own CSS for appearance.

  • newslineup-title, newslineup-itemtitle, newslineup-desc, newslineup-desclink, newslineup-cartlink, newslineup-map and newslineup-date (which is used for the [contact=...] tag as well as the date the item was published).




 Page/File processing for your website


Any non-rss file containing markup/tags can be processed with shopdaddy.com/utils/markup.php5
Merchant Blogs can be of this form.

The arguments available to the markup utility are:
  • file=url to specify the file to be processed.
  • js=yes if you are using a javascript tag to include the file.
  • maxWidth=# to override default maximum image width(s) of 400px.