What We Do

Contact Us

-- Merchant Utils --

Manage Documents

ShowRSS Digest

ShowHTML from Website

URL encode & Escape

MD5 & SHA1 Hash

Build Link to Cart

Build Link to Gateway

Secure Data Decoder

-- Learn More --

Post/Blog Syntax

Content Management

Sell Gift Certificates

Add-to-Cart

Gateway Field Names

Email Engine

Shopping Cart Demo

SMS Text to Phone

-- Notice & Contract --

Legal Notice

Client Contract




-- Utilities --

TextTool SHA-1 Hash

CLIDEO Video/Audio Tools

Get Youtube/Vimeo Video

M4A to MP3

Generate .htpasswd

MP4 Compress

VideoSmaller / FC

MP4 Boost Audio

VideoJoiner / FC

MP4 Splitter

ImageSmaller / FC

Images to Base 64

Text Converter/Splitter

Save Twitter Video

Color Hexa (list)

Iloveimg | crop

Image Resizer (Windows)

Domain Tools

FileInfo (.ext)

Online MD5()

Google Language Tools

Excel Viewer

Free Formatter

Epoch Time Converter

Regular Expressions (Regex)

-- Emoji & HTML Symbols --

Charsets & Symbols

HTML Symbols

HTML Entities

Unicode Emoji List

HTML Color Names

-- Services & Reference --

WHOIS Domaintools

WHOIS-PDR

Javascript.INFO

ICANN Wiki .live

All Tech TLDs

Online HEX Tools

7-Zip (file archiver)

Fonts Geek (Free)

AVG Anti-Virus (Grisoft)

Ad-Aware (Lavasoft)

Easy DNS

CodeBlocks C,C++ IDE

WinSCP FTP Client

Ascii Table

Ebcdic Table

Alt Codes French Accents

Convert Youtube to MP3

Number Generator

Regular Expressions

Plausible Analytics

Trace IP Org

-- Graphics & Photos --

ICONS-ICONS

make png transparent

flip png

resize png

change png color

resize canvas

change color from black

MConverter (all types)

Icons 8

Transparent Image Create

Pic Resize

Soft Icons

Find Icons

Fotolia

iStockPhoto





 List / Manage Documents

Enter your merchant id below to list your documents.

MerchantId:



 Document List follows ...

No documents to list 1


** At the end of each document name, in parenthesis, is the shortname used to include the document onto a webpage. If the document is part of a sub-account, there will be a "/" followed by the sub-account name. The sub-account may be called "member name" on reseller pages.




 To include a document onto a webpage



** CMS resellers can substitute their own domain name for shopdaddy.com


PHP include :
<?PHP
@readfile("https://www.shopdaddy.com/utils/echoDoc.php?
merchantId=MERCHANTID&doc=SHORTNAME");
?>



JAVASCRIPT include :
<script type="text/javascript" src="https://www.shopdaddy.com/utils/echoDoc.php?
merchantId=MERCHANTID&doc=SHORTNAME&js=yes"></script>



ASP include :
<%
GotothisURL ="https://www.shopdaddy.com/utils/echoDoc.php?
merchantId=MERCHANTID&doc=SHORTNAME"
' Create the xml object
Set GetConnection = CreateObject("Microsoft.XMLHTTP")
' Conect to specified URL
GetConnection.Open "get", GotothisURL, False
on error resume next
GetConnection.Send
ResponsePage = GetConnection.responseText
Response.write (ResponsePage)
Set GetConnection = Nothing
%>