|
|
| About site: Publishing and Printing/Publishing/Self-Publishing/On Demand - Outskirts Press |
Return to Business also Business |
| About site: http://www.outskirtspress.com |
Title: Publishing and Printing/Publishing/Self-Publishing/On Demand - Outskirts Press Turning writers into successful novelists with print-on-demand publishing services and e-commerce webpages for each published book. |
|
|
|
|
Creamy_Creation Supplying beverage companies with cream liqueur ingredients for alcohol and non-alcohol based cocktails, cream liqueurs, health drinks, dairy and non-dairy beverages.
| Centertex_Srl Italy. Consultants to the textile industry, specialised in knitted fabrics. Fabric research and sourcing. Quality assurance services. List of ISO codes.
| Fabrifoil,_Inc_ Manufactures brand identification products such as printing foil, coated label tapes, printed labels, and woven labels.
| Abbey_Design UK. Designers and builders of coating, laminating, and slitting machinery, web handling machines, and related equipment. Applications include the printing, paper, and packaging industries.
| Metallist,_Inc_ Metal stamping and fabricating for the automotive, furniture, and agriculture industries.
| Agriscape An online directory on agriculture and its surrounding industry. Links to companies, universities, publications, weather, news.
|
|
| Alexa statistic for http://www.outskirtspress.com |
Please visit: http://www.outskirtspress.com
|
| Related sites for http://www.outskirtspress.com |
| Semas_Academy Semas leadership training program that help to increase business performance and manage stress | | Lien_Exchange,_Inc_ Provides marketplace and other resources for investors interested in buying and selling tax liens and mortgage notes. Subscription required to buy or sell. | | Oxford_Hardware_Ltd UK based company specializing in commercial plumbing and electrical supplies, including sink bowls, gastronorm pans and quartz zone heaters. United Kingdom. | | Toan_Luc_Trading Distributor of paper for label, brochure, catalogue, packaging, boxes, designing, and advertising. Based in Vietnam. | | Mountain_States_Lineman_Rodeo The Mountain States Lineman Rodeo is gearing up for a new competition. Make your way to Charleston WV for the AEP Mountain States Lineman's Rodeo | | Birkelbach Provides IT consulting services to management, banking and finance, marketing, media and the hi-tech sectors. | | International_Window_Corporation Manufacturer of aluminum, vinyl and wood windows and doors. | | Mekes Purchases, sells and exports a variety of secondhand printing machines and bindery equipment. | | Applied_Optoelectronics,_Inc_ Manufactures 1310nm, 1550nm, and quantum cascade lasers for telecommunications and spectroscopy applications, and offers molecular beam epitaxy units for wafer growth. Product data sheets and company | | C&L_Development_Corp_ We produces rare earth materials in application fields such as catalysts, lighting, glass, ceramic and electronics industries. Our products also cover refractory metals, nonferrous metals, and metal f | | Three-In-One_Enterprises_Co_,_Ltd_ Manufacturer of anti-freeze testers, auto circuit testers, auto windshield tools, radiator flush kit, battery testers, and professional windshield hand tools. | | Kinetic_Solutions UK based developer of event management and conference software. | | Staff_Market Serves customers and providers for the employee leasing and PEO (Professional Employer Organization) industry. | | GDB_International Manufacturer and supplier of filing cabinets, chairs, storage system, lighting, office accessories, and canteen furniture. | | Rasna Soft drink manufacturer in India offering soft drink concentrates, instant drink mixes, cordials and processed foods, among other products. | | Jones_and_Palmer_Ltd_ Specializing in the design and printing of Annual and Interim Reports. Options for converting your financial reports into website compatible formats. | | Shakespeare_Composites Manufacturing fiberglass reinforced composite antennas for marine applications. | | P_&_A_Beverages,_Inc_ Supplier of spirits, wine, liqueurs, brandy and beer. | | Kuhne_Electronic Microwave components for professional and amateur radio applications. | | Enrico_Sacchetti_Photography Editorial, and commercial fashion photographer based in London, England, and Milan, Italy. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.15 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Outskirts Press - Self Publishing, Book Publishing, Print-on-Demand Full-Service Self-Publishing with Outskirts Press
.non_print_block{
//display:none;
display:block;
}
.print_block{
//display:block;
display:none;
}
.hide_header{
display:none;
}
.print_block{
display:none;
}
.hide_header{
display:block;
}
function preload_images(){
// images preloading
var img_array = Array("/images/public/n.gif","/images/public/l_capsule.gif","/images/public/cont_capsule.gif","/images/public/r_capsule.gif","/images/public/cart.gif","/marketing/newsite/home_icon_.gif","/images/public/tab_sel_lc.gif",
"/images/public/tab_sel_rc.gif","/images/public/tab_sel_bg.gif","/marketing/newsite/home_icon.gif","/images/public/tab_gold_lc.gif","/images/public/tab_gold_rc.gif","/images/public/tab_gold_bg.gif","/images/public/arrow_btn_blue.jpg",
"/images/public/menu_bar_bg.gif","/marketing/newsite/ReliabilitySeal4.gif","/images/public/bord1.gif","/images/public/bord2.gif","/images/public/left_box_left_bg.gif");
var i=0;
var img= new Array();
while(i!=img_array.length){
img[i]=new Image();
img[i].src = img_array[i];
i++;
}
return true;
}
Search site:
Go
About Us |
Contact Us |
Affiliates |
Tell a Friend |
Cart
What We Offer
Write Your Book
Publish Your Book
Market Your Book
Help
Author's Center Sign-In
Welcome, Guest
function refresh_form_content_block_fm(bl_id, status) {
var tmp = bl_id+'_cl';
if (status=='Open'){
//$("#"+bl_id).hide("slow");
//$("#"+tmp).show("slow");
}else{
$("#"+tmp).hide("slow");
$("#"+bl_id).show("slow");
}
}
function highlight_button(btn_id){
var tmp_l = 'left_gold_btn_'+btn_id;
var tmp_r = 'right_gold_btn_'+btn_id;
var tmp_c = 'middle_gold_btn_'+btn_id;
var tml_lbl = 'lbl_'+btn_id;
left_btn = document.getElementById(tmp_l);
right_btn = document.getElementById(tmp_r);
mid_btn = document.getElementById(tmp_c);
lbl = document.getElementById(tml_lbl);
if (btn_id==0){
var tmp_img = 'img_btn_'+btn_id;
img = document.getElementById(tmp_img);
img.style.backgroundImage = 'url(/marketing/newsite/home_icon_.gif)';
}
left_btn.style.backgroundImage = 'url(/images/public/tab_sel_lc.gif)';
right_btn.style.backgroundImage = 'url(/images/public/tab_sel_rc.gif)';
mid_btn.style.backgroundImage = 'url(/images/public/tab_sel_bg.gif)';
lbl.style.color='#FFFFFF';
return true;
}
function unlight_button(btn_id){
var tmp_l = 'left_gold_btn_'+btn_id;
var tmp_r = 'right_gold_btn_'+btn_id;
var tmp_c = 'middle_gold_btn_'+btn_id;
var tml_lbl = 'lbl_'+btn_id;
left_btn = document.getElementById(tmp_l);
right_btn = document.getElementById(tmp_r);
mid_btn = document.getElementById(tmp_c);
lbl = document.getElementById(tml_lbl);
if (btn_id==0){
var tmp_img = 'img_btn_'+btn_id;
img = document.getElementById(tmp_img);
img.style.backgroundImage = 'url(/marketing/newsite/home_icon.gif)';
}
left_btn.style.backgroundImage = 'url(/images/public/tab_gold_lc.gif)';
right_btn.style.backgroundImage = 'url(/images/public/tab_gold_rc.gif)';
mid_btn.style.backgroundImage = 'url(/images/public/tab_gold_bg.gif)';
lbl.style.color='#000000';
return true;
}
function select_book(){
window.location.href="diamond.php";
//document.location.href="authors.php?ap=select_book";
}
function get_cart_items_count() {
var req= new xRequest('post');
req.onReceive= function() {
if (req.data>0){
show_cart_q();
}else{
submitmenu('public//logout');
}
}
var action='is_sh_c_null';
data= 'actioncontext[todo]='+action;
req.send('./cart.php', data);
}
$(function() {
$('#no').click(function() {$.unblockUI();return false;});
$('#no_trash').click(function() {$.unblockUI();return false;});
$('#close_popup_help').click(function() {$.unblockUI();return false;});
});
var cart_question = '';
function show_cart_q(){
// cache the question element
if (cart_question == ''){
cart_question = $('#cart_question')[0];
}
$.blockUI(cart_question, { width: '275px' });
}
function confirm_logout(){
// update the block message
$.blockUI("Please wait..." );
var req= new xRequest('get');
req.onReceive= function() {
$.unblockUI();
document.location="http://www.outskirtspress.com/index.html";
}
req.send('./cart.php?act=logout', '');
//document.location="./cart.php?act=logout"
return false;
}
//function test_function(hlp_name){
// $("#help_popup_content").attr("src","?ap=help&at=show-"+hlp_name);
//}
//-------------------------
var SCREEN_X = 0, SCREEN_Y = 1;
var bIE = (String(typeof(document.all)) != "undefined");
var iMs = 25;
var popup_help = '';
function display_popup_help(hlp_name,type,is_public){
if (popup_help == ''){
popup_help = $('#popup_help')[0];
}
// calculate window coords
var corrector_x = 10;
var corrector_y = 6;
center_x = (getScreenSize(SCREEN_X) / 2);
login_pos_x = ((center_x-357)*100)/getScreenSize(SCREEN_X)+corrector_x;
center_y = (getScreenSize(SCREEN_Y) / 2);
login_pos_y = ((center_y-200)*100)/getScreenSize(SCREEN_Y)+corrector_y;
$.blockUI(popup_help, { width: '700px', left: login_pos_x+'%', top: login_pos_y+'%'});
$("#help_popup_content").attr("src","");
if (is_public=='true'){
$("#help_popup_content").attr("src","index.php?ap=help&at=show-"+hlp_name+"&type="+type);
}else{
$("#help_popup_content").attr("src","?ap=help&at=show-"+hlp_name+"&type="+type);
}
}
function getScreenSize(s)
{
if (s == SCREEN_X)
{
if (bIE)
return document.body.offsetWidth;
return window.innerWidth;
}
else
{
if (bIE)
return document.body.offsetHeight;
return window.innerHeight;
}
}
// calculate window coords
var corrector_x = 10;
var corrector_y = 6;
center_x = (getScreenSize(SCREEN_X) / 2)-8; // 19 - scroll width
login_pos_x = ((center_x-350)*100)/getScreenSize(SCREEN_X)+corrector_x;
center_y = (getScreenSize(SCREEN_Y) / 2);
login_pos_y = ((center_y-200)*100)/getScreenSize(SCREEN_Y)+corrector_y;
var login_fm = '';
function display_login_fm(){
if (login_fm == ''){
login_fm = $('#login_fm')[0];
}
//$("#main").css('border','solid 1px;');
$("#main").css('cursor','default');
//return false;
$.blockUI(login_fm, {width: '702px', left: login_pos_x+'%', top: login_pos_y+'%'});
return false;
}
function login_action(fm_act){
// action is 'login' || 'forgot' || 'register'
var module_name = '';
var req= new xRequest('post');
req.onReceive= function() {
switch (req.data){
case 'login_ok':{ // login - ok
window.location.href="./authors.php";
break;
}
case 'Your password was sent on email!':{ // forgot pwd action
document.getElementById('err_box_2').style.display = 'none';
document.getElementById('err_box_1').style.display = '';
document.getElementById('err_box_1').style.color = 'green';
document.getElementById('err_box_1').innerHTML = req.data;
break;
}
case 'ok_author_published':{ // author registered succsessfully
window.location.href="./index.php?p_reg=true";
break;
}
case 'author_registered':{
document.lgn_fm.login_selection[0].checked=true;
login_radio_action();
document.getElementById('err_box_1').style.display = 'none';
document.getElementById('err_box_2').style.display = '';
//document.getElementById('err_box_1').style.fontSize = '11px';
document.getElementById('err_box_2').style.color = 'red';
document.getElementById('err_box_2').innerHTML = ' You have already registered with that email address. Please enter your password below to log-in.';
break;
}
default : { // error message
document.getElementById('err_box_2').style.display = 'none';
document.getElementById('err_box_1').style.display = '';
document.getElementById('err_box_1').style.color = 'red';
document.getElementById('err_box_1').innerHTML = ' ';
document.getElementById('err_box_1').innerHTML += req.data;
}
}
return false;
}
if (document.lgn_fm.login_selection[0].checked==true){
action = 'login';
if (fm_act=='forgot'){
action = 'forgot';
}
module_path = 'author//login';
module_name = 'authors.php';
// if form is data - send request
data = 'actioncontext[page]='+module_path+
'&actioncontext[todo]='+action+
'&Login='+document.lgn_fm.uLogin.value+
'&Password='+document.lgn_fm.Password.value;
req.send('./'+module_name, data);
}
else if (document.lgn_fm.login_selection[1].checked==true){
action = 'register';
module_path = 'public//register';
module_name = 'registration.php';
// if form is data - send request
data = 'actioncontext[page]='+module_path+
'&actioncontext[todo]='+action+
'&au_firstName='+document.lgn_fm.uName.value+
'&au_email='+document.lgn_fm.uLogin.value+
'&au_email_='+document.lgn_fm.uLogin_.value;
req.send('./'+module_name, data);
}else{
document.getElementById('err_box_1').style.display = '';
document.getElementById('err_box_1').style.color = 'red';
document.getElementById('err_box_1').innerHTML = ' ';
document.getElementById('err_box_1').innerHTML += 'Please select one of the choices below.';
}
return false;
}
function login_affiliate_action(fm_act){
var module_name = '';
var req= new xRequest('post');
req.onReceive= function() {
//alert(req.data);
if (req.data=='login_ok'){
$.blockUI("Please wait..." );
window.location="./authors.php";
$.unblockUI();
return true;
}else{
if (req.data=='Your password was sent on email!'){
$("#login_err_msg").attr("font-color","#FFFFFF");
}
document.getElementById('login_err_msg').innerHTML=req.data;
}
return false;
}
action = 'login';
if (fm_act=='forgot'){
action = 'forgot';
}
module_path = 'author//login';
module_name = 'authors.php';
// if form is data - send request
data = 'actioncontext[page]='+module_path+
'&actioncontext[todo]='+action+
'&Login='+document.aflgn_fm.uLogin.value+
'&Password='+document.aflgn_fm.Password.value;
req.send('./'+module_name, data);
}
/*
function login_action(action){
// action is 'login' || 'forgot'
//alert(action);
var req= new xRequest('post');
req.onReceive= function() {
//alert(req.data);
if (req.data=='login_ok'){
$.blockUI("Please wait..." );
window.location="./authors.php";
$.unblockUI();
return true;
}else{
if (req.data=='Your password was sent on email!'){
$("#login_err_msg").attr("font-color","#FFFFFF");
}
document.getElementById('login_err_msg').innerHTML=req.data;
}
return false;
}
data = 'actioncontext[page]=author//login'+
'&actioncontext[todo]='+action+
'&Login='+$("input[@name=Login]").val()+
'&Password='+$("input[@name=Password]").val()
;
req.send('./authors.php', data);
}
*/
var confirm_trash_box='';
function display_confirm_trash(){
if (confirm_trash_box == ''){
confirm_trash_box = $('#confirm_trash_box')[0];
}
$.blockUI(confirm_trash_box, { width: '275px' });
}
function trash_ar_msg(){
var req= new xRequest('post');
req.onReceive= function() {
if (req.data=='msg_trashed'){
$.unblockUI();
$("#ar_message").animate({opacity: "hide"}, 1500);
}
return false;
}
data = 'actioncontext[todo]=trash_ar_msg';
req.send('./authors.php', data);
}
function start_publishing(){
if ($("#publ_name").val()==''){
$("#publ_error").text('You need to enter your name.');
return false;
}
if ($("#publ_email").val()==''){
$("#publ_error").text('You need to enter your email address.');
return false;
}
var req= new xRequest('post');
req.onReceive= function() {
if (req.data!='ok_author_published'){
document.getElementById('publ_error').innerHTML=req.data;
return false;
}else{
document.getElementById('publ_error').innerHTML='Please, wait...';
window.location.href="index.php?p_reg=true";
}
return false;
}
data = 'actioncontext[todo]=instant_publishing'
+'&p_name='+$("#publ_name").val()
+'&p_email='+$("#publ_email").val();
req.send('./index.php', data);
return false;
}
function upgrade_func(packages_list){
document.getElementById('upgr_packages').value= packages_list;
document.upgrade_form.submit();
return false;
}
publishing.html">
Free Publishing Guide E-book
Click
First Name
Email Address
DOWNLOAD
Free Publishing Guide E-book
Open
More Author Testimonials
Click
“I could not ask for better support from start to finish and into the future!”
-Bee Biggs-Jarrell
More Author Testimonials
Open
Today’s Promotion Code
Click
Save 50% on the CD Media/Press Kit when you start publishing today.That is a savings of $249!
Click for details.
Today’s Promotion Code
Open
Visit the Bookstore
Click
Just Whisper
by Regina Phelps
$11.95
More info
Visit the Bookstore
Open
Publishing Newsletter
Click
What's in this issue of the newsletter?
* Helpful hints* Success stories* Promotions for
Wednesday, October 15
function submit_form_subscribe() {
var req= new xRequest('post');
req.onReceive= function() {
if (req.data!=''){
//document.getElementById('main_content_box').innerHTML=req.data;
//scroll(0,0);
//alert(req.data);
//alert('ADDED TO THE CMS NEWSLETTERS');
if (req.data!='db_subscribe_action_ok'){
$("#subscr_err").text(req.data);
}else{
document.subscr_fm.submit(); // submit request on .bravenet.com
}
return false;
}
}
data = 'act=subscribe&substype='+
$("input[@name=action]:checked").val()+
'&email='+$("input[@name=emailaddress]").val()
;
req.send('./index.php', data);
}
Enter email to subscribe:
SUBMIT
Subscribe Unsubscribe
Publishing Newsletter
Open
Phone Support/Help
Click
We can help you start your publishing process over the phone. Our telephone hours are Monday-Friday, 8-4 Mountain Time. Customer service is at: 888-OP-BOOKS ext 703.
Phone Support/Help
Open
Wednesday, October 15
Publish Your Book
The Futureof Book Publishing is Here
Publish your book and sell high-quality paperbacks, full-color books, hardbacks, and e-books. Keep 100% of your rights Keep 100% of your royalties Set your own retail price Set your own profit Set your own discountOnly Outskirts Press offers somuch flexibility and control. Start publishing your book today.
Book Publishing Packages
Click to View
Diamond Book Publishing - Our ultimate book publishing package offers the best profit margin and the most options available anywhere. Get a free e-book edition, free press release distribution, a free author webpage, and more. All Diamond books include professional interior layout (with "drop caps" and headers), an ISBN number, and wholesale distribution via Ingram, Baker & Taylor, Amazon, Barnes & Noble, and elsewhere.
Pearl Book Publishing - Our full-color book publishing package brings your publishing dreams to life, with 2 paperback sizes to choose from. Ideal for children's storybooks, cookbooks, and whatever else your imagination desires. All Pearl books include an ISBN and wholesale distribution via Ingram, Baker & Taylor, Amazon, Barnes & Noble, and elsewhere.
Ruby Book Publishing - Our standard book publishing package offers authors flexibility and control over their options. All Ruby books include professional interior layout (with headers), an ISBN number, and wholesale distribution via Ingram, Baker & Taylor, Amazon, Barnes & Noble, and elsewhere.
Sapphire Book Publishing - Our basic book publishing package offers a great value for publishing and distributing your book for wholesale availability through Ingram, Amazon, Barnes & Noble, and elsewhere.
Emerald Printing - Our most economic package offers the cheapest way to experience the convenience of on-demand printing; however this package does not include an ISBN, nor any of the distribution, fulfillment, or marketing services available with our other book publishing packages.
Copyright 2008 Outskirts Press, Inc. All Rights Reserved. 1-888-OP-BOOKS.
info@outskirtspress.com
Book Publishing | Get
Published | What We Offer | Help
& FAQ | Publishing Packages
| Marketing Support | Writing
Resources | Author's Center
About Us | Contact Us
| Affiliates | Newsletters
| Privacy Policy
Outskirts Press
You have items in your shopping cart. Do you really want to log-out now?
Outskirts Press Help
Outskirts Press Log In
Welcome back. Log-in to your Author's Center here...
Enter your email:
Enter your password:
Login
Forgot password?
Outskirts Press
Are You sure?
|
|
| |
Turning | writers | into | successful | novelists | with | print-on-demand | publishing | services | and | e-commerce | webpages | for | each | published | book. |
|
http://www.outskirtspress.com
Outskirts Press 2008 October
dvd rental
dvd
Turning writers into successful novelists with print-on-demand publishing services and e-commerce webpages for each published book.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Buy Anything On eBay - Bad Credit Loan - Loans - Electricity - Buy Anything On eBay
|