
carolyn@10541
Explorer
carolyn@10541
Explorer
Activity
‎Oct 03, 2022
05:59 PM
I’ve been able to combine pdfs before. I’m using Adobe Acrobat Reader DC. It does combine the pdfs but when I open the new document several of the pages are the same. Thanks, Carolyn
... View more
‎Oct 03, 2022
02:34 PM
This problem just started today. Up until Saturday, I was able to combine multiple pdfs into one pdf adn suddenly now I can't. All the files are in separate files but when I combine them all the pdf become the same page. For example a page with dates of 9/3. 9/16, 9/24, etc all become the 9/16 page with he same info on each page. I don;t understand what;s going on. Can someone help me please. Thank you. Carolyn
... View more
‎Aug 07, 2020
12:24 PM
Hi I am creating a website in Bootstrap and am unable to change the top part of the page where the logo and navbar are. I am able to change the background to the color my client wants. I would appreciate nay thoughts. Thank you in advance. Carolyn Josephs
... View more
‎Aug 01, 2020
08:12 AM
I had to save it for legacy so that the graphic stayed the correct size
... View more
‎Jul 31, 2020
12:54 PM
How can I get the attached to be in an oval without the blue outline of the oval. As you can see it is currently in a square. Thank you in advance for your help.
... View more
‎Jul 25, 2020
07:16 AM
Hi Barbara, When I saved it before, I just did a straight export as png and the width changes. In Illustrator it is still 500x500 however when you upload it or open it the width dimensions change so that instead of a square it looks like a rectangle and I can't get the entire logo to be seen when I crop it. I tried an experiment last night after leaving this message and apparently if I save as legacy, the dimensions stay the say (500x500). I'm not sure why. I would appreciate any assistance you can provide. Thank you. Carolyn
... View more
‎Jul 24, 2020
08:09 PM
I created my logo in Illustrator and when I created a new document for a project, the dimensions on my logo were 500x500 pixels, however, when I saved it the document became a rectangle. Can anyone explain this? Thank you. Carolyn
... View more
‎Dec 05, 2018
01:07 PM
Nancy, I was simply asking if this works across devices. I was in client meetings all day so I had a chance to try anything! I hope you will think before leaving such a message again. Thank you Sent from my iPhone
... View more
‎Dec 05, 2018
01:05 PM
Thank you. Sent from my iPhone
... View more
‎Dec 05, 2018
08:19 AM
And it will align center on ALL devices? Thanks Sent from my iPhone
... View more
‎Dec 04, 2018
05:32 AM
Ben Pleysier, I mentioned in my post that I know I have to clean up my code, however at the moment I would like to know how to center the animated gif on desktop as well as on mobile devices. You said it was really easy to center the gif but you did not say how. Thank you in advance.
... View more
‎Dec 03, 2018
11:59 AM
Hi, I'm able to center an animated gif I made in Giphy and when I center it on the desktop, it is moved right too far on mobile devices. Here is the link and yes I know I need to clean up the code. CJ Design & Consulting Homepage Thank you in advance. Carolyn
... View more
‎Mar 21, 2018
04:48 PM
Thank Ben. Carolyn
... View more
‎Mar 20, 2018
07:04 PM
Hi, I hope everyone is well. I have been trying to link a button to my email address in Bootstrap and everything I try does not work. Does anyone have a solution? Thank you. Carolyn
... View more
‎Jan 01, 2018
03:50 PM
Thanks again Nancy. You've been such a great resource and have been very professional. Carolyn
... View more
‎Jan 01, 2018
10:04 AM
Thanks Nancy. I thought about that after I submitted the question. So what you’re saying is that I should link it to my contact form in my website. Thanks and happy new year Carolyn Sent from my iPhone
... View more
‎Dec 31, 2017
07:42 PM
First off, Happy New Year to everyone on this board. 2017 has been amazing and I wish you all a happy, healthy & prosperous 2018. Now for my question. How do I link an image I created in Adobe Photoshop and imported into Adobe Dreamweaver CC to an email address without any extra text? Thank you. Carolyn
... View more
‎Jul 30, 2017
02:38 PM
Hmm. That was the code I was given. I'm pasting the code below. Thank you Nancy and thank for the link. It's great reading. <!doctype html> <html> <head> <link rel="stylesheet" href="../css/examplespcstyle.css" type="text/css" /> <script src="../js/jquery-1.11.1.min.js"></script> <script src="../js/jquery.number.min.js"></script> <script src="../js/simplepricecalc.min.js"></script> <script> $(document).ready( function ($) { $("#quoteform").SimplePriceCalc(); $("#quoteform #submit").click( function (e) { e.preventDefault(); alert("Form submission has been disabled for demo purposes"); }); }); </script> </head> <body> <div id="main"> <div class="spc-container"> <header> <img src="spcthumb2.png" /> <ul id="nav"> <li><a href="compproduct.html">Detailed Product Form</a></li> <li><a href="webestimate.html"> Web Estimate Form</a> </li> <li><a href="pizzaform.html">Pizza Form</a></li> <li><a href="pizzamultiform.html">Multi-select Pizza Form</a></li> </ul> </header> <h1 style="color:#17526e; text-transform:uppercase; margin:40px 0;"> Website Estimate Form</h1> <form id="quoteform" class="fixed-total"> <h2> Product Type </h2> <select> <option data-price="0"> Choose a type of website </option> <option data-price="800" data-label="Basic Website"> Basic Website </option> <option data-price="1500" data-label="E-Commerce Website"> E-Commerce Website </option> <option data-price="2000" data-label="Custom Website"> Custom Website </option> </select> <br /> <h2> Optional Features </h2> <h4> Features </h4> <input type="checkbox" name="feat1" value="100" data-label="Mobile Friendly" >Mobile Friendly <input type="checkbox" name="feat2" value="200" data-label="SEO Optimized" >SEO Optimized <input type="checkbox" name="feat3" value="50" data-label="Google Analytics" >Google Analytics <br /> <h4> WordPress/CMS Based Site? </h4> <input type="radio" name="css" value="0" data-label="No CMS"> No CMS <input type="radio" name="css" value="400" data-label="WordPress/CMS Based Site">WordPress/CMS Based Site <br /> <h4> Other Comments </h4> <textarea rows="5" cols="40"></textarea> <br /> <h4> E-mail:</h4> <input type="email" /> <br /> <button id="submit"> Submit </button> </form> </div> </div> </body> </html>
... View more
‎Jul 30, 2017
01:32 PM
Nancy, I'm learning php. Any chance you would be able to help me with the processing part of the form I shared? Thank you. Carolym
... View more
‎Jul 30, 2017
12:46 PM
Thank you Nancy and everyone. I appreciate everyone's suggestions. Carolyn
... View more
‎Jul 30, 2017
12:23 PM
This is the code I received for the website calculator: <!doctype html> <html> <head> <link rel="stylesheet" href="../css/examplespcstyle.css" type="text/css" /> <script src="../js/jquery-1.11.1.min.js"></script> <script src="../js/jquery.number.min.js"></script> <script src="../js/simplepricecalc.min.js"></script> <script> $(document).ready( function ($) { $("#quoteform").SimplePriceCalc(); $("#quoteform #submit").click( function (e) { e.preventDefault(); alert("Form submission has been disabled for demo purposes"); }); }); </script> </head> <body> <div id="main"> <div class="spc-container"> <header> <img src="spcthumb2.png" /> <ul id="nav"> <li><a href="compproduct.html">Detailed Product Form</a></li> <li><a href="webestimate.html"> Web Estimate Form</a> </li> <li><a href="pizzaform.html">Pizza Form</a></li> <li><a href="pizzamultiform.html">Multi-select Pizza Form</a></li> </ul> </header> <h1 style="color:#17526e; text-transform:uppercase; margin:40px 0;"> Website Estimate Form</h1> <form id="quoteform" class="fixed-total"> <h2> Product Type </h2> <select> <option data-price="0"> Choose a type of website </option> <option data-price="800" data-label="Basic Website"> Basic Website </option> <option data-price="1500" data-label="E-Commerce Website"> E-Commerce Website </option> <option data-price="2000" data-label="Custom Website"> Custom Website </option> </select> <br /> <h2> Optional Features </h2> <h4> Features </h4> <input type="checkbox" name="feat1" value="100" data-label="Mobile Friendly" >Mobile Friendly <input type="checkbox" name="feat2" value="200" data-label="SEO Optimized" >SEO Optimized <input type="checkbox" name="feat3" value="50" data-label="Google Analytics" >Google Analytics <br /> <h4> WordPress/CMS Based Site? </h4> <input type="radio" name="css" value="0" data-label="No CMS"> No CMS <input type="radio" name="css" value="400" data-label="WordPress/CMS Based Site">WordPress/CMS Based Site <br /> <h4> Other Comments </h4> <textarea rows="5" cols="40"></textarea> <br /> <h4> E-mail:</h4> <input type="email" /> <br /> <button id="submit"> Submit </button> </form> </div> </div> </body> </html>
... View more
‎Jul 30, 2017
12:06 PM
I'm just trying to get the Website Calculator to work. When you hit the submit button, a message comes up "cjdesignandconsulting.com says Form submission has been disabled for demo purposes." I want the form to be able to be submitted error free. Carolyn
... View more
‎Jul 30, 2017
09:26 AM
This is an old document and I am only focusing on the "web calculator and as previously stated I am not yet proficient in jquery or php. Thank you.
... View more
‎Jul 29, 2017
08:56 PM
Sorry it's http://www.cjdesignandconsulting.com/webpricingcalculator.html
... View more
‎Jul 29, 2017
05:54 PM
Here is the url. www.cjdesignandconsulting.com/webpricingcalculator Thank you. Carolyn
... View more
‎Jul 29, 2017
05:07 PM
Yes. I was told to put the following links in and I did. <script src="../js/jquery-1.11.1.min.js"></script> <script src="../js/jquery.number.min.js"></script> <script src="../js/simplepricecalc.min.js"></script>
... View more
‎Jul 29, 2017
03:03 PM
I used the product you recommended and it worked well, except that when I try the calculator, I receive the following message. "Form submission has been disabled for demo purposes" I am still learning JQuery and sent an email to the company that produces the product you mentioned. I was hoping that you might see something in the code to speed things up. If anyone has recommendations, I would appreciate them. The code is below. <div id="main"> <div class="spc-container"> <a href="IMAGES/logoform3.gif"><img src="IMAGES/logoform3.gif" /></a><br /> <h1><p class="text-primary"><strong>Website Estimate Form</strong></p></h1><br /> <h3><p align="center"><a href="CJDesign&ConsultingWebDesignProposal.pdf"><img class="acrobat_file.pdf" src="CJDesign&ConsultingWebDesignProposal.pdf" alt= "CJ Design & Consulting Web Design Proposal.pdf"></a></p></h3><br /> <form id="quoteform" class="fixed-total"> <h2><p class="text-primary"><strong>Product Type</strong></p></h2> <select> <option data-price="0"> Choose a type of website </option> <option data-price="800" data-label="Basic Website"> Basic Website </option> <option data-price="1500" data-label="E-Commerce Website"> E-Commerce Website </option> <option data-price="2000" data-label="Custom Website"> Custom Website </option> </select> <br /> <h2><p class="text-primary"><strong>Optional Features</strong></p></h2> <h3><p class="text-primary"><strong><em>Features</em></strong></p></h3> <input type="checkbox" name="feat1" value="100" data-label="Mobile Friendly"> Mobile Friendly <input type="checkbox" name="feat2" value="200" data-label="SEO Optimized"> SEO Optimized <input type="checkbox" name="feat3" value="50" data-label="Google Analytics"> Google Analytics <br /> <h3><p class="text-primary"><strong><em>WordPress/CMS Based Site?</em></strong></p></h3> <input type="radio" name="css" value="0" data-label="No CMS"> No CMS <input type="radio" name="css" value="400" data-label="WordPress/CMS Based Site"> WordPress/CMS Based Site <br /><br /><br /> <h3><p class="text-primary"><strong>Other Comments</strong></p></h3> <textarea rows="5" cols="40"></textarea> <br /> <h4> E-mail:</h4> <input type="email" /> <br /> <button id="submit"> Submit </button> </form> </div> </div> </body> </html> </div> </div> <div class="container"> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#topFixedNavbar1"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> <a class="navbar-brand" href="#">CJ Design & Consulting</a></div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="topFixedNavbar1"> <ul class="nav navbar-nav"> <li class="active"><a href="home.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="testimonials.html">Testimonials</a></li> <li> <a class="dropdown-toggle" data-toggle="dropdown" href="service.html">Services <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="webdesign.html"><strong>Responsive Web Design</strong></a></li> <li><a href="whatareresponsivewebsites.html">What Are Responsive Websites <li><a href="whyresponsivedesign.html">Why Responsive Design <li class="divider"></li> <li><a href="graphicdesign.html"><strong>Graphic Design</strong> <li><a href="corporateidentity.html">Corporate Identity <li><a href="newsletters.html">Newsletters <li><a href="photoretouching.html">Photo Retouching <li><a href="digitalphotography.html">Digital Photography <li class="divider"></li> <li><a href="emailmarketing.html"><strong>Email Marketing</strong> <li><a href="constant contactsolutionsprovider.html">Constant Contact Solutions Partner</a></li> <li><a href="constant contactpricing.html">Constant Contact Pricing <li><a href="cjdesignandconsultingemailmarketingpackagesandpricing.html">CJ Design & Consulting Email Marketing Services & Pricing <li class="divider"></li> <li><a href="socialmedia.html"><strong>Social Media</strong></a></li> </a></li></li></a></li></a></li></a></li></a></li></a></li></a></li></a></li></a></li></ul> <li><a href="contact.html">Contact</a></li></li></ul> <!-- ADD SEARCH FORM HERE --> <form class="navbar-form navbar-right" role="search"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search"> <span class="input-group-btn"> <button type="submit" class="btn btn-default"> <span class="glyphicon glyphicon-search"></span> </button> </span> </div> </form></div> </div> Thank you.
... View more
‎Jul 27, 2017
03:46 PM
Hi, I would like to include on my website a page where clients can get an estimate on their project by using a calculator. Does anyone have any suggestions? Thank you, Carolyn
... View more