Doodlekit | Website Builder | Website Maker | Website Creator - Latest Blog Entries http://doodlekit.com/blog en-us Add A Custom Header Image To Your Doodlekit Website <span class="wrappedobject"> <script type="text/javascript"><!-- document.write(" \n\n <!-- AddThis Button BEGIN -->\n\n<script type=\"text\/javascript\">addthis_pub = 'doodlekit';<\/script>\n\n<a href=\"http:\/\/www.addthis.com\/bookmark.php\" onmouseover=\"return addthis_open(this, '', 'http:\/\/doodlekit.com\/blog\/entry\/48744\/add-a-custom-header-image-to-your-doodlekit-website', 'Add A Custom Header Image To Your Doodlekit Website')\" onmouseout=\"addthis_close()\" onclick=\"return addthis_sendto()\"><img src=\"http:\/\/s9.addthis.com\/button1-bm.gif\" width=\"125\" height=\"16\" alt=\"\" \/><\/a><script type=\"text\/javascript\" src=\"http:\/\/s7.addthis.com\/js\/152\/addthis_widget.js\"><\/script>\n\n<!-- AddThis Button END --> "); //--></script></span> <p>If you know a little Photoshop (or some other type of image editor) you can significantly alter your Doodlekit <a href="http://www.doodlekit.com">website builder</a> website designs. The following blog post will provide you with the minimal amount of code to incorporate your own custom header image into each of Doodlekit's layouts.</p><ol style="clear:both; margin-bottom: 1em;"><li>Select the layout and color theme you want to use.</li><li>On the main settings page, check the '<em>Hide Titles</em>' checkbox so that your header text is hidden.</li><li>Make sure the '<em>I Don't Want A Header Image</em>' button is selected for the header image.</li><li>Make sure the '<em>Default</em>' Header/Title Font is selected for the font.</li><li>Find the right header image size for your layout (see images below). Using an image editor, design a header image to the appropriate size. Depending upon the layout and color theme you chose, you may want to make sure the background color of your header image matches the background color of your layout.</li><li>Login to your website and then go to the admin tool's Advanced CSS Editor (Settings --&gt; Advanced --&gt; Edit Custom Stylesheet).</li><li>Upload your header image.</li><li>Copy and paste the code below that corresponds with the layout you are using. <em><strong>Be sure to rename the <span class="highlight_text">header.jpg</span> to</strong> <strong>the image name you uploaded</strong></em>.</li><li>Save your work. Make sure the CSS Editor is enabled (check the checkbox at the top of the page).</li></ol><p>If you have done everything appropriately, your new header image should show up on your website. You can, of course, modify the code if you wish to try and increase/decrease your header image sizes, but do so at your own peril! Good Luck!</p><h1 class="header1"><strong>Layout Code &amp; Header Image Sizes</strong></h1><table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="232" /><col width="202" /></colgroup><tr align="left" valign="top"><td><img alt="Default Layout" height="230" src="http://doodlekit.com/media/AA/AA/default/images/257859/main/0.jpg?" style="padding-right: 10px;" title="Default Layout" width="230" /></td><td><p><span class="font_color1"><strong>Default Layout</strong></span></p><pre style="width: 250px; height: 195px; padding:0; margin:0;"> div.title_img{<br /> background: url(header.jpg) center center no-repeat;<br /> margin-left: 30px;<br /> width: 350px;<br /> height: 115px;<br />} </pre></td></tr></table><table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="232" /><col width="202" /></colgroup><tr align="left" valign="top"><td><img alt="Layout 1" height="230" src="http://doodlekit.com/media/AA/AA/default/images/257860/main/1.jpg?" style="padding-right: 10px;" title="Layout 1" width="230" /></td><td><p><span class="font_color1"><strong>Layout 1</strong></span></p><pre style="width: 250px; height: 195px; padding:0; margin:0;"> div#container{<br /> background:url(header.jpg) top left no-repeat;<br /> padding-top: 140px;<br /> margin-top: 20px;<br /> }<br /> div#container_inner_1{margin-top:0;} </pre></td></tr></table><table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="232" /><col width="202" /></colgroup><tr align="left" valign="top"><td><img alt="Layout 2" height="230" src="http://doodlekit.com/media/AA/AA/default/images/257861/main/2.jpg" style="padding-right: 10px;" title="Layout 2" width="230" /></td><td><p><span class="font_color1"><strong>Layout 2</strong></span></p><pre style="width: 250px; height: 195px; padding:0; margin:0;"> div#header{<br /> width: 490px;<br /> height: 250px;<br /> margin-top: 0px !important;<br /> z-index: 0;<br /> background: url(header.jpg) center center no-repeat;<br /> margin-bottom: 25px;<br /> float:right;<br />} </pre></td></tr></table><table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="232" /><col width="202" /></colgroup><tr align="left" valign="top"><td><img alt="Layout 3" height="230" src="http://doodlekit.com/media/AA/AA/default/images/257862/main/3.jpg" style="padding-right: 10px;" title="Layout 3" width="230" /></td><td><p><span class="font_color1"><strong>Layout 3</strong></span></p><pre style="width: 250px; height: 195px; padding:0; margin:0;"> div#container_inner{<br /> padding-top: 200px;<br /> background: url(header.jpg) center center no-repeat;<br /> float:left;<br />} <br />div#container_inner_1, div#right_side{<br /> border-top: 5px solid #fff;<br />} </pre></td></tr></table><table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="232" /><col width="202" /></colgroup><tr align="left" valign="top"><td><img alt="Layout 4" height="230" src="http://doodlekit.com/media/AA/AA/default/images/257863/main/4.jpg" style="padding-right: 10px;" title="Layout 4" width="230" /></td><td><p><span class="font_color1"><strong>Layout 4</strong></span></p><pre style="width: 250px; height: 195px; padding:0; margin:0;"> div#header_image_outer{ <br /> background: url(header.jpg) center center no-repeat;<br />} </pre></td></tr></table><table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="232" /><col width="202" /></colgroup><tr align="left" valign="top"><td><img alt="Layout 5" height="230" src="http://doodlekit.com/media/AA/AA/default/images/257864/main/5.jpg" style="padding-right: 10px;" title="Layout 5" width="230" /></td><td><p><span class="font_color1"><strong>Layout 5</strong></span></p><pre style="width: 250px; height: 195px; padding:0; margin:0;"> div#header_image_outer{<br /> background: url(header.jpg) bottom center no-repeat;<br /> width: 770px;<br /> height: 145px;<br /> display: block;<br />} </pre></td></tr></table><table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="232" /><col width="202" /></colgroup><tr align="left" valign="top"><td><img alt="Layout 6" height="230" src="http://doodlekit.com/media/AA/AA/default/images/257865/main/6.jpg" style="padding-right: 10px;" title="Layout 6" width="230" /></td><td><p><span class="font_color1"><strong>Layout 6</strong></span></p><pre style="width: 250px; height: 195px; padding:0; margin:0;"> div#header{<br /> width: 770px;<br /> height: 150px;<br /> background: url(header.jpg) center center no-repeat;<br />} </pre></td></tr></table><p><br /></p><p><br /></p> Mon, 15 Dec 2008 16:34:00 -0600 http://doodlekit.com/blog/entry/48744/add-a-custom-header-image-to-your-doodlekit-website /blog/entry/48744/add-a-custom-header-image-to-your-doodlekit-website New Doodlekit Website Builder Layout <p>About time,eh? I know, I know... it's long past due. We've been kinda busy (growing pains) and I do apologize for the delay. That being said, here are two Doodelkit demo websites showing off the new layout:</p><table border="0" cellpadding="1" cellspacing="2" style="margin-left: -5px;" width="572"><colgroup><col width="280" /><col width="284" /></colgroup><tr align="left" valign="top"><td><a href="http://demo.doodlekit.com" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;"><img alt="Layout 5 - Color Theme 1" height="286" src="/media/AA/AA/default/images/255969/main/1.jpg" title="Layout 5 - Color Theme 1" width="275" /></a></td><td><a href="http://www.demo2.doodlekit.com" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;"><img alt="Layout 5 - Color Theme 2" height="286" src="/media/AA/AA/default/images/255970/main/2.jpg" title="Layout 5 - Color Theme 2" width="275" /></a></td></tr></table><p>You will notice that there are only a few color themes currently - I will be adding more over the next few weeks. This is where you can make some suggestions! Post some links to other website color themes you like or go out to <a href="http://kuler.adobe.com" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">http://kuler.adobe.com/</a> and find a color theme there that suites your fancy. All Adobe Kuler color themes have a name - just post the name and I will take a look at it. Or you can make your own (it allows you to create your own color theme and name it). However you want to make your suggestion, just make sure its viewable :).</p><p>The header for this layout is pretty cool as well. You can upload any image you want and it puts a fade on it from the left to the right. The fade allows the title and sub-title text to be viewable.</p><p>Take a look and let me know what you think!</p> Thu, 11 Dec 2008 21:10:00 -0600 http://doodlekit.com/blog/entry/48420/new-doodlekit-website-builder-layout /blog/entry/48420/new-doodlekit-website-builder-layout Using Flash With The Doodlekit Website Builder <span class="wrappedobject"> <script type="text/javascript"><!-- document.write(" \n\n <!-- AddThis Button BEGIN -->\n\n<script type=\"text\/javascript\">addthis_pub = 'doodlekit';<\/script>\n\n<a href=\"http:\/\/www.addthis.com\/bookmark.php\" onmouseover=\"return addthis_open(this, '', 'http:\/\/doodlekit.com\/blog\/entry\/45440\/using-flash-with-the-doodlekit-website-builder', 'Using Flash With The Doodlekit Website Builder')\" onmouseout=\"addthis_close()\" onclick=\"return addthis_sendto()\"><img src=\"http:\/\/s9.addthis.com\/button1-bm.gif\" width=\"125\" height=\"16\" alt=\"\" \/><\/a><script type=\"text\/javascript\" src=\"http:\/\/s7.addthis.com\/js\/152\/addthis_widget.js\"><\/script>\n\n<!-- AddThis Button END --> "); //--></script></span> <div><table border="0" cellpadding="0" cellspacing="0" width="530"><tr><td>So you want to insert some flash into your Doodlekit website? No problem!&#160; The following tutorial will show you the basics of how to do this.&#160; There are more advanced coding options you could use, but you will need to research and implement these yourself if you wish to use them.&#160;&#160;</td><td> <span class="wrappedobject"> <script type="text/javascript"><!-- document.write(" \n\n <object width=\"150\" height=\"150\">\n\n<param name=\"movie\" value=\"http:\/\/doodlekit.com\/media\/AA\/AA\/default\/downloads\/2896\/liquid_globe.swf\">\n\n<embed src=\"http:\/\/doodlekit.com\/media\/AA\/AA\/default\/downloads\/2896\/liquid_globe.swf\" width=\"150\" height=\"150\">\n\n<\/embed>\n\n<\/object> "); //--></script></span> </td></tr></table></div><div>1. <strong>Create a Flash File</strong> - You will need to create the flash file. Whether you do this yourself or pay someone else to do it, is up to you.&#160; You might try <a href="http://www.istockphoto.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">www.istockphoto.com</a> to find some already made flash files or if you have a more specific design you want created, you could create a contest on <a href="http://www.99designs.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">www.99designs.com</a> and pay the best entry a prize of $200+ (the more money you're willing to pay, the more entries you will get to pick from, as well as higher quality entries).&#160; Make sure that the flash file is no wider than 420px - 450px.&#160; Anything wider than this will be 'chopped off' at the end because it will exceed the page width.</div><div>&#160;</div><div>2.&#160; <strong>Upload Your Flash File</strong> - Once you have your flash file, you will need to upload it to the web server.&#160; If you&#160;are using a&#160;FREE plan with Doodlekit, you will NOT be able to upload it to Doodlekit.&#160; You will need to use a file storage service that will allow you to upload your flash file to a web server so that you can access it on the web.&#160; You might try <a href="http://www.filedropper.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">www.filedropper.com</a> or <a href="http://www.fileqube.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">www.fileqube.com</a>. If you have an upgraded Doodlekit plan, you have the ability to upload files.&#160; Login to your website, go to the Admin Tool and click on the 'add-ons' menu.&#160; There you will see the 'File Uploader'.&#160; Click on this and upload your file.&#160;&#160;&#160;</div><div>&#160;</div><div>3. <strong>Get the URL to Your Flash File</strong> - Once the file is uploaded to your Doodlekit website, it will be listed as a link.&#160; Click on this link, and it will open a new browser session for your flash file.&#160; Depending upon your browser, it may or may not show the file, but this is not important.&#160; What you want to do is COPY the URL at the top of the page.&#160; This is the path to your file.&#160; If you have a FREE Doodlekit account, you will need to find out how to do this with whichever file storage service you have used.&#160; Once you have the URL, open a text editor (like Notepad) and paste it into here so that you can copy it out later.</div><div>&#160;</div><div><div>4. <strong>Modify the Following Code</strong> - Copy and paste the following code onto a new page in whatever text editor you're using so that you can modify it:</div><pre> &lt;object width=&quot;450&quot; height=&quot;200&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://doodlekit.com/media/mymovie.swf&quot;&gt; &lt;embed src=&quot;http://doodlekit.com/media/mymovie.swf&quot; width=&quot;450&quot; height=&quot;200&quot;&gt; &lt;/embed&gt; &lt;/object&gt; </pre><div>Because web browsers all handle flash code differently, there is some redundancy in the code.&#160; You will need to change everything twice (in two different locations) - once for the 'object' tag and once for the 'embed' tag.&#160; Change the height in both places to the appropriate height of your flash file, and change the width in both places to the appropriate width.&#160; Then copy the URL you pasted in earlier from Step 3 and put it in as the value for both 'src' file locations.&#160; Now highlight all the code and copy it.</div><div>&#160;</div><div>5. <strong>Insert the Code into Your Doodlekit Web Page</strong> -&#160;Login to your&#160;Doodlekit website and go to the page where you want to insert the flash&#160;file.&#160; Edit the page. Place your cursor in the page where you want the file inserted.&#160; Now click on the 'Insert Object' button (it looks like a little red gear).&#160; Make sure your pop-up blocker is turned off.&#160; A small pop-up window will appear where you can paste in your code.&#160; Paste your code into here and click 'Save'.&#160; This will bring you back to the editor.&#160; Now click on the 'Save' button at the bottom of the page to save your changes.</div><div>&#160;</div><div>6. <strong>Done</strong> - If you did everything correctly, you should see your flash file inserted where you want it.&#160; Enjoy!</div></div><p><br /></p> Thu, 13 Nov 2008 11:50:00 -0600 http://doodlekit.com/blog/entry/45440/using-flash-with-the-doodlekit-website-builder /blog/entry/45440/using-flash-with-the-doodlekit-website-builder Why You Should Avoid Background Music On Your Website <span class="wrappedobject"> <script type="text/javascript"><!-- document.write(" \n\n <!-- AddThis Button BEGIN -->\n\n<script type=\"text\/javascript\">addthis_pub = 'doodlekit';<\/script>\n\n<a href=\"http:\/\/www.addthis.com\/bookmark.php\" onmouseover=\"return addthis_open(this, '', 'http:\/\/doodlekit.com\/blog\/entry\/37742\/why-you-should-avoid-background-music-on-your-website', 'Why You Should Avoid Background Music On Your Website')\" onmouseout=\"addthis_close()\" onclick=\"return addthis_sendto()\"><img src=\"http:\/\/s9.addthis.com\/button1-bm.gif\" width=\"125\" height=\"16\" alt=\"\" \/><\/a><script type=\"text\/javascript\" src=\"http:\/\/s7.addthis.com\/js\/152\/addthis_widget.js\"><\/script>\n\n<!-- AddThis Button END --> "); //--></script></span> <p><img alt="Music On Your Website" class="right" height="158" src="/media/AA/AA/default/images/199964/main/music.jpg" title="Music On Your Website" width="245" />Don't put background music on your website. If you want a professional website that has high traffic and retains visitors, it's a good rule of thumb to stick with. There are always rare exceptions (which I will list later), but for the most part, you should take this small tid-bit of wisdom to heart.</p><p>Here are the reasons why: <br /> <br />1. <strong>Credibility</strong> - There are certain hallmarks that newbie website builders cannot help but fall for. Background music on a website is one of them. Unless you're selling music or music services, having background music play on your website makes it seem unprofessional. This lowers your websites credibility, and thus you lose retentions of your visitors. People aren't visiting your website to listen to music... they are probably there to find information. Think about it... does Google, Yahoo, Newsweek, Sprint, or Amazon play music on their websites? Do any 'professional' or 'credible' websites you know of play music? Now think back to all the website that you know of that DO play background music... how credible did they look? Did most of them look like a first grader designed them? Did it look like a MySpace website? How credible are MySpace websites? Would you trust content on websites like these? Hmmmm.....<br /> <br />2. <strong>Bandwidth</strong> - Streaming a full version of a song (4-5 minutes) as a background music for your website takes up too many resources. That being said, if your website is super slow to load and 'choppy' to visitors with slower connections, I can pretty much guarantee you won't have a lot of returning visitors. Not to mention the fact that every time you refresh or load a new page, the song starts over - super annoying.<br /> <br />3. <strong>Repeating Music</strong> - Many people will play smaller segment of background music that loop so as to minimize load times to their websites. If anyone comes to your website and spends any amount of respectable time there, it won't take long before they go crazy listening to a 15-20 second long song segment loop a thousand times. If you 'play that funky music'... you're going to have visitors leaving your website in droves.<br /> <br />4. <strong>Taste In Music</strong> - Everyone has different tastes in music. What songs you like, others may detest. I know, I know, it's hard to believe not everyone loves Barry Manilow as much as you do, but the last thing you want to do is drive people away before they even look at your content. <br /> <br />5. <strong>Music Already Playing</strong> - Now days, people spend a lot of time on their computers. Because of this, they often have music playing from Cd's, MP3s, Internet radio, etc. on their computer to help pass the time. How annoying is it when you visit a website and it starts playing music that mixes in with your music? Nothing fun about trying to listen to two tracks at the same time. The quick fix will be to leave your website. <br /> <br />6. <strong>Public Computers</strong> - Nothing like being at work and hitting a website that all of a sudden starts blaring 'The Piña Colada Song' at 300 decibels. It's highly unlikely you will get many return visitors if half of them are out on the streets looking for a new jobs.<br /> <br />7. <strong>Legal Issues</strong> - Do you have the legal right to broadcast the song you want play as background music? If you don't, you might get away with it for a while, but if you plan on your website ever having any amount of significant traffic, be warned. The more popular your website, the more likely you will get noticed playing songs illegally. Litigation, fines, and law suites are no fun.<br /> <br />8. <strong>Browser Compatibility</strong> - Not every browser is capable of playing every type of music file. Having background music on your website comes with the risk that some of your users may have older browsers that lock up when the music is attempting to upload or play.</p><h2 class="header2"><span class="font_color1">Exceptions</span></h2><p>There always exceptions to every rule. Here are a few cases when playing background music would be considered acceptable.<br /> <br />1. <strong>Musicians And Bands</strong> - If you're a musician or in a band and are creating a website about your work, then it would only be reasonable to have some of your songs playing in the background.<br />2. <strong>Establishments And Events That Revolve Around Music</strong> - Dance clubs, bars, concerts, etc. Playing music might help set the mood of what to expect at your establishment or event.<br />3. <strong>Personal Websites</strong> - Personal websites are off the table. Express yourself freely with whatever song you like if this is what you wish to do.<br /> <br />If you feel its appropriate to play background music on your website, be sure to display PLAY, PAUSE, and VOLUME controls one your website in plain view so that people can have the option to turn it off or lower the volume. You might also consider not having any music play upon page load, but instead, offering the option for them to play it if they want to hear it.</p> Tue, 09 Sep 2008 19:54:00 -0500 http://doodlekit.com/blog/entry/37742/why-you-should-avoid-background-music-on-your-website /blog/entry/37742/why-you-should-avoid-background-music-on-your-website New Statistics Engine & Reports are Live <p><img alt="New Stats Engine" class="right" height="251" src="/media/AA/AA/default/images/197270/main/stats_ss.png" width="250" />Not only does the new Statistics engine have cool new features, but it's also faster and will make the overall system more stable. Here's whats new.</p><ul><li><strong>Nightly Report Generation</strong> - The statistics for the previous day are run through our engine every night and reports are generated. This means the reports will come up instantly, since the data is ready to go.</li><li><strong>Real-time Log</strong> - We know that the nightly process might take away that nice feeling of being able to see what's going on right now. The new Real-time Log will show you the most recent activity on one screen.</li><li><strong>Pretty Charts</strong> - The new Overview page has some nice charts to give you a quick view of the previous day's activity.</li><li><strong>Date Picker</strong> - We've added a date picker to make going back in time easier.</li><li><strong>Improved Visit Tracking</strong> - We used to track visits by IP Address, which isn't entirely accurate. We're now tracking by Session, which means that if someone comes back to your site later, you'll know about it. Existing customers will notice an increase in the number of Visits due to this.</li><li><strong>Referral Domain Tracking</strong> - The new Referral chart groups by the domain name, so you can see what sites traffic is coming from, not just specific pages.</li></ul><p>The best part is that this nightly process will allow us do some more advanced computations, so expect more reporting improvements in the future.</p><p>Hope you like it. As always, feedback is most welcome.</p> Wed, 03 Sep 2008 22:26:00 -0500 http://doodlekit.com/blog/entry/37165/new-statistics-engine-reports-are-live /blog/entry/37165/new-statistics-engine-reports-are-live Scheduled Maintenance this Sunday <p>We will be upgrading the servers this Sunday, the 31st in the morning around 9am. </p> <p>There should be limited downtime. We'll post an update when it's complete.</p> Thu, 28 Aug 2008 13:32:00 -0500 http://doodlekit.com/blog/entry/36509/scheduled-maintenance-this-sunday /blog/entry/36509/scheduled-maintenance-this-sunday New Statistics Engine on the Way - Reports Temporarily Disabled <p>We are currently working on a new statistics reporting engine to provide website usage information in a more convenient format. This will also improve website performance by moving to a nightly report process.</p><p>While that's going on we need to disable the current reports to ensure everything runs smoothly. We are currently targeting the first week of September for the new reports.</p><p>Website usage will still be tracked during this time, so once the new reports are ready, you will be able to see the data for this period.</p><p>Thanks to everyone for their patience.</p> Wed, 27 Aug 2008 19:50:00 -0500 http://doodlekit.com/blog/entry/36452/new-statistics-engine-on-the-way-reports-temporarily-disabled /blog/entry/36452/new-statistics-engine-on-the-way-reports-temporarily-disabled Recent Downtime <p><strong>UPDATE: 8/16</strong> - We are still working on our long term solution for this. We know exactly what to do, it's just taking some time.</p><p>We had a problem with the systems today and the servers weren't responding for a few minutes. We have a number of plans to keep things speedy and up as much as possible. Namely we/ve almost doubled the number of processes, we're looking into improving caching, and working an alternate statistics engine to take load off during the day.</p><p>Just wanted to let you know we're keeping an eye on things, and to apologize for any inconveniences the downtime may have caused.</p> Sat, 16 Aug 2008 20:45:00 -0500 http://doodlekit.com/blog/entry/34244/recent-downtime /blog/entry/34244/recent-downtime Doodlekit Form Builder Updated <p>We just released three new controls on the form builder:</p><ul><li><strong>HR (Horizontal Rule)</strong> - Now you can add a horizontal line to help 'break up' your form into sections.</li><li><strong>Text Paragraphs</strong> - Now you can insert paragraphs of text between form controls to help explain sections of your form.</li><li><strong>Password Field</strong> - Now you can have a textbox that allows people to enter in a password without showing what is being typed. </li></ul><p>These new updates really help improve the look and usability of your forms.</p><p>If you have any other suggestions for form builder improvements, post a comment here and let us know.</p> Sun, 03 Aug 2008 14:47:00 -0500 http://doodlekit.com/blog/entry/34010/doodlekit-form-builder-updated /blog/entry/34010/doodlekit-form-builder-updated New Doodlekit Website Builder Forums <p>Today Doodlekit released a new version of our forums tool. This version has more of a standardized look and feel to it. It should be more familiar to those who have worked with forums before. You can see an example of the new design by going to our forums:</p><p><a href="http://doodlekit.com/forum">http://doodlekit.com/forum</a></p><p>I will update this post later with more details.</p> Tue, 29 Jul 2008 00:30:00 -0500 http://doodlekit.com/blog/entry/33546/new-doodlekit-website-builder-forums- /blog/entry/33546/new-doodlekit-website-builder-forums- Doodlekit Partners With Grassroots.org to Provide Free Website Builder Plans to Non-Profits <span class="wrappedobject"> <script type="text/javascript"><!-- document.write(" \n\n <!-- AddThis Button BEGIN -->\n\n<script type=\"text\/javascript\">addthis_pub = 'doodlekit';<\/script>\n\n<a href=\"http:\/\/www.addthis.com\/bookmark.php\" onmouseover=\"return addthis_open(this, '', 'http:\/\/doodlekit.com\/blog\/entry\/33461\/doodlekit-partners-with-grassrootsorg-to-provide-free-website-builder-plans-to-nonprofits', 'Doodlekit Partners With Grassroots.org to Provide Free Website Builder Plans to Non-Profits')\" onmouseout=\"addthis_close()\" onclick=\"return addthis_sendto()\"><img src=\"http:\/\/s9.addthis.com\/button1-bm.gif\" width=\"125\" height=\"16\" alt=\"\" \/><\/a><script type=\"text\/javascript\" src=\"http:\/\/s7.addthis.com\/js\/152\/addthis_widget.js\"><\/script>\n\n<!-- AddThis Button END --> "); //--></script></span> <table border="0" cellpadding="1" cellspacing="2" width="100%"><colgroup><col width="349" /><col width="14" /></colgroup><tr align="left" valign="top"><td>Doodlekit Online <a href="http://www.doodlekit.com">Free Website Builder</a> has teamed up with <a href="http://www.grassroots.org" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Grassroots.org</a> to provide free websites for valid 501c3 non-profit organizations. Doodlekit will provide qualifying organizations with a $14 a month voucher which can be applied to one of three website building plans we offer:</td><td align="left" valign="top">&#160;</td><td><a href="http://grassroots.org" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;"><img alt="Grassroots.org" height="125" src="http://doodlekit.com/media/AA/AA/default/images/173748/main/grassroots.gif" style="margin-bottom: 0px !important; padding-bottom: 0px !important;" title="Grassroots.org" width="125" /></a></td></tr></table><ul><li><strong>Simple Plan</strong> <em>(normally $14 monthly)</em> - FREE for non-profits</li><li><strong>Business Plan</strong> <em>(normally $29 monthly)</em> - $15 monthly for non-profits</li><li><strong>Advanced Plan</strong> <em>(normally $49 monthly)</em> - $35 monthly for non-profits</li></ul><p>See Doodlekit's <a href="http://www.doodlekit.com/home/pricing">pricing page</a> to compare features for each plan.</p><p>We have had a lot of requests by members for discounted or free websites for non-profit organizations. We are proud to be able to provide that now with the help of Grassroots.org.</p><p>Grassroots.org will validate that all applicants are <strong>valid 501c3</strong> non-profit organization as well as procure their domains for them. They will also provide customer support regarding questions on how to use Doodlekit. All applicants must meet the Grassroots.org <a href="http://grassroots.org/services/terms" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">membership terms</a> to qualify.</p><p>Organizations wishing to get Doodlekit vouchers will need to fill out an <a href="http://tools.grassroots.org/toolbox/registration/register_full" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">online application</a> through Grassroots.org. They will then have access to Doodlekit through the <a href="http://tools.grassroots.org/toolbox" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Grassroots Toolbox</a>.</p><p><a href="http://www.grassroots.org" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Grassroots.org</a> is an organization that serves as a catalyst for positive social change by leveraging modern technologies and best business practices. Grassroots.org provides nonprofit organizations with free valuable technologies and resources to increase their efficiency and productivity.</p> Sun, 27 Jul 2008 16:11:00 -0500 http://doodlekit.com/blog/entry/33461/doodlekit-partners-with-grassrootsorg-to-provide-free-website-builder-plans-to-nonprofits- /blog/entry/33461/doodlekit-partners-with-grassrootsorg-to-provide-free-website-builder-plans-to-nonprofits- Top 10 Content Mistakes Made On Amateur Websites <span class="wrappedobject"> <script type="text/javascript"><!-- document.write(" \n\n <!-- AddThis Button BEGIN -->\n\n<script type=\"text\/javascript\">addthis_pub = 'doodlekit';<\/script>\n\n<a href=\"http:\/\/www.addthis.com\/bookmark.php\" onmouseover=\"return addthis_open(this, '', 'http:\/\/doodlekit.com\/blog\/entry\/32721\/top-10-content-mistakes-made-on-amateur-websites', 'Top 10 Content Mistakes Made On Amateur Websites')\" onmouseout=\"addthis_close()\" onclick=\"return addthis_sendto()\"><img src=\"http:\/\/s9.addthis.com\/button1-bm.gif\" width=\"125\" height=\"16\" alt=\"\" \/><\/a><script type=\"text\/javascript\" src=\"http:\/\/s7.addthis.com\/js\/152\/addthis_widget.js\"><\/script>\n\n<!-- AddThis Button END --> "); //--></script></span> <p>Once you have decided to embark on a journey to create your first website, there are a few things you should consider before creating your content. Most amateur website owners think they can just log into any website builder they want and start typing in whatever content they want. What they don't realize is that the simple mistakes made when creating their website can make visitors leave it as soon as they see it - and not want to come back. But this doesn't have to happen to you.</p><p>Before we begin, here is good <em>Rule Of Thumb</em> to always consider when creating content for your website: <strong>Do professional periodicals and magazines do this with their articles?</strong> If the answer is 'No', then chances are you probably shouldn't do it on your website either.<br /></p><h3 class="header3">1) Centering All Your Text</h3><p>Most people new to website design seem to want to center all of their text. Not only does this make for an unattractive website, but it is the hallmark of an amateur. According to extensive research done on website design, usability and user surfing behavior, visitors read web text from left to right. Knowing this, it only makes sense to align your text this way. There are a few exceptions, but for the most part you should avoid centering all your text.</p><h3 class="header3">2) Too Many Fonts</h3><p>If you have seen all the unique fonts available in Word or other programs, you may think that using a lot of those fancy writing styles is a way to make your website more popular or impressive. The truth is quite the opposite. When a variety of different fonts are used on a website, it makes the page look messy, and even hard to read. Use fonts that are clear and easy to read, like Verdana (which is a common font used for web text). You can use different fonts for headers and sub-headers; but they should be consistent throughout your website.</p><h3 class="header3">3) Over Bolding</h3><p>As you build your website, you may be tempted to try and make a lot of your content stand out by putting it in bold print. Avoid the temptation. If you really have a certain phrase or key sentence that you want to make stand out on your page, you can bold it. However, be aware that bolding a lot of sentences and words does nothing but lessen the overall impact of the bold type.</p><h3 class="header3">4) Over Capitalizing</h3><p>In order to emphasize your website content, you may think it's best to capitalize many of the words you are typing. This is another nasty habit that many novices to web design get into. Putting your content in all capital letters is equal to yelling at those reading your page. This will annoy visitors, dilute your message and will likely send them away.</p><h3 class="header3">5) Over Enlarging All Your Fonts</h3><p>Avoid the overuse of large fonts for the same reasons above. Enlarging too much (or even ALL) of you content dilutes your message and throws off your design. If you make the content text larger than the headers, you are really messing up your website.</p><h3 class="header3">6) Too Many Exclamation Marks!!!!</h3><p><em>Order Now And Get A FREE Sushi Knife!!!!</em></p><p>People will feel like they are in a infomercial - enough said.</p><h3 class="header3">7) Too Many Font Colors</h3><p>It's amazing how colorful you can make your website nowadays. If you have been doing typical store-based marketing, you may also equate all those bright and dazzling colors with signs used to get customers into a store. The Internet is different. When people bring up your website, it's the first, and often only, impression they will get of your company. If you have too many font colors on the screen, it will look cheap and amateurish, plus your marketing message will be hard to read and will send your prospects away.</p><h3 class="header3">8) Spinning Logo / Animation Images</h3><p>For some reason, back in the 90's when web development was first coming out, everyone thought having lots of animation on your website was really cool. It only took a few years for web designers to figure out that this was not the case. Today, amateur web designers make the same mistake. Spinning logos and animation distract people from the most important thing about their website - the content. Over the years, advertising banners on peoples websites have had lots of animation put into them. They do this so they can do just that - get your attention AWAY from the content on the site to look at their ad!</p><h3 class="header3">9) Too Much Data to Load</h3><p>While most website builders will allow you to add a lot of things to your web page, that doesn't mean you need all of them. If you overload your site with pictures, music, videos or other graphics that have long load times, you will send some users - especially those with slower connections, away.</p><h3 class="header3">10) Too Much Content</h3><p>While you may have a lot to say about your company, most people don't want to read that much. They want to know who you are, what you do and if you can help them. Then they want to know how to contact you for that purpose. If they have to read a novel to find the information they need, they will probably go elsewhere.</p><p>Make sure to keep these ideas in mind when you log on to your Doodlekit website&#160;and create your own online masterpiece.<br id="e-2-44" /></p> Fri, 18 Jul 2008 19:09:00 -0500 http://doodlekit.com/blog/entry/32721/top-10-content-mistakes-made-on-amateur-websites /blog/entry/32721/top-10-content-mistakes-made-on-amateur-websites Backend Upgrades and Maintenance <p>The past year has been very good for us, our signups are through the roof! Of course with this type of growth we have to ensure that everything is operating at top efficiency, and to look down the road to make sure we'll be good for a while.</p><p>Over the past two months we've been spending a lot of time fixing smaller issues and tuning the system. You probably haven't noticed much of a change, but that's the whole point.</p><p>If you're wondering what's coming, we've finished our re-design of the forums. All we have to do is finish up some testing and we'll be deploying that very soon. Heath's done a great job with them, and I know everyone will like it.</p><p>We have some more great things to come, including more ways you can use Doodlekit to make money yourself.</p><p>Stay tuned.</p> Tue, 15 Jul 2008 14:00:00 -0500 http://doodlekit.com/blog/entry/32418/backend-upgrades-and-maintenance /blog/entry/32418/backend-upgrades-and-maintenance New Cool Doodlekit Coffee Mugs! <p><a href="http://www.zazzle.com/doodlekit/product/168517021362326418" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;"><img alt="Cool Doodlekit Coffee Mugs!" class="right" height="220" src="/media/AA/AA/default/images/139618/main/coffee2.jpg" title="Cool Doodlekit Coffee Mugs!" width="200" /></a>I designed some <a href="http://www.zazzle.com/doodlekit/product/168517021362326418" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">new Doodlekit coffee mugs</a> for Ben and I, and then I thought, &quot;Hmmmm... why not let other people order them as well?&quot;. Of course, they are little more pricey than I would like because I designed them through <a href="http://zazzle.com" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Zazzle</a> and not through a 'bulk' retailer. In the future, we plan to offer them fairly cheap and give away a lot of them for free. But for now, this will have to do. If you can afford it, we would love it if you would <a href="http://www.zazzle.com/doodlekit/product/168517021362326418" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">order</a> one of our Doodlekit mugs. The design is awesome (that's because I designed them of course!). Seriously, I would love to hear some feed back on the design. I hope you like them!</p> Sun, 01 Jun 2008 14:52:00 -0500 http://doodlekit.com/blog/entry/28275/new-cool-doodlekit-coffee-mugs /blog/entry/28275/new-cool-doodlekit-coffee-mugs Doodlekit's new Partnership with Orange Soda <p>We are very excited to announce our new partnership with Orange Soda, the <a href="http://www.orangesoda.com" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">local internet marketing</a> provider. Among other things, <a href="https://fizz.orangesoda.com/Signup/?osaid=20075" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Orange Soda</a> provides Search Engine Optimization (SEO) services to small businesses at prices our customers are used to.</p><p>After creating a website, our customers first question is usually, &quot;Why am I not showing up on Google?&quot;. Unfortunately the answer to this is not an easy formula we can apply to everyone. <a href="https://fizz.orangesoda.com/Signup/?osaid=20075">Orange Soda</a> does the dirty work by putting their expertise to work on your website.</p><p><a href="https://fizz.orangesoda.com/Signup/?osaid=20075">Orange Soda</a> will among other things...</p><ul><li>Submit you to search engines</li><li>Submit you to business directories</li><li>Perform keyword optimization</li></ul><p>This is a perfect match for our existing SEO tools.</p><p>In addition, very soon we will be releasing extended SEO tools for more finely grained control of keywords and other information. This will allow you to add keywords, descriptions and titles to individual pages.</p><p>And this is just the beginning folks, stay tuned for more exciting developments.</p> Thu, 17 Apr 2008 22:31:00 -0500 http://doodlekit.com/blog/entry/24095/doodlekits-new-partnership-with-orange-soda /blog/entry/24095/doodlekits-new-partnership-with-orange-soda Doodlekit takes on Business 2.0 <p>Two years ago <a href="http://doodlekit.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Doodlekit Online Free Website Builder</a> was nothing more than a vague idea in the back of our minds.&#160; Ben and I had just started our own web development company (<a href="http://doodlebit.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Doodlebit Web Solutions</a>) a few months earlier, and we were selling small custom websites on the side when we had the time.&#160;</p><p>As more and more of our clients started requesting the same tools, we started to develop a custom, reusable framework. We immediately saw an opportunity &#8211; why not just sell this framework to the masses? The currently accepted philosophy at the time (a.k.a. Business 2.0) stated that in order to be a successful internet startup you had to have several millions of dollars in venture capitalist funds, resources, and business connections. The assumption back then was that software and web companies should <strong>break even after $20 million in investment</strong>. Not to mention you would need to move out to Silicon Valley (<em>*see <a href="http://money.cnn.com/magazines/business2/business2_archive/2006/06/01/8378491/index.htm" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">How To Build A Bulletproof Startup</a></em>).&#160;</p><p>Then one day we came across a blog post from a small internet startup company called <a href="http://37signals.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">37Signals</a> that changed everything. The blog post, <em><a href="http://www.37signals.com/svn/archives2/how_to_shoot_a_bullet_through_your_startup.php" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">How To Shoot A Bullet Through Your Startup</a></em>, railed against Business 2.0.&#160; It defied Corporate America&#8217;s view on how to run a web company.&#160; It denounced the waste, bureaucracy, and mindset of these entities that limited others from pursuing their dreams.</p><p>We loved it.</p><p>37Signals explained that you could start your own Web 2.0 company with hardly anything down and just one or two people.&#160; They had done all this themselves and had great success.&#160;&#160; Ben and I raced out to their website and purchased their online book, <em><a href="http://gettingreal.37signals.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">Getting Real</a></em>, that explained in more detail how to achieve this type of success.&#160; We sat down and read the whole thing in one night.</p><table border="0" cellpadding="1" cellspacing="2" width="554"><colgroup><col width="282" /><col width="264" /></colgroup><tr align="left" valign="top"><td><img alt="Doodle Brothers" height="109" src="http://doodlekit.com/media/AA/AA/default/images/107691/main/blues.gif" title="Doodle Brothers" width="280" /></td><td valign="middle"><span class="font_color1"><span class="font_color3"><strong>Heath:</strong></span></span> <em><span class="font_color1">&quot;It's gonna take a few</span> <span class="font_color1">years to get Doodlekit up and</span> <span class="font_color1">running. We got 2 clients, $600,</span> <span class="font_color1">a refurbished PC, it's dark, and</span> <span class="font_color1">we're wearing sunglasses.&quot;</span><br /></em><strong>Ben:</strong> <em><span class="font_color1">&quot;Hit it.&quot;</span></em></td></tr></table><p>The next day we started Doodlekit.&#160; We scrounged up $300 each, grabbed an old refurbished PC from Ben&#8217;s basement, slapped in some extra memory from my old computer, and we were off &#8216;getting real&#8217;!</p><p>A year and a half later (just 4 months ago) we had our first major release of Doodlekit.&#160; Since that time our membership base has increased to over 15,000 and our revenues have gone up 10 fold.&#160; We have zero debt.</p><p>Most of our competitors are multi-million dollar startups from the Business 2.0 way of doing things.&#160; Many of them still have yet to break even. We compete head-to-head with these companies and hold our own.&#160; How?&#160; Because Doodlekit is a much better product than what they offer.&#160; I find it rather humorous that a small company of two employees can successfully compete against so many multi-million dollar startups.&#160; If you put what we offer next to what they offer and let a consumer pick which one they want, they will pick Doodlekit.&#160; The only thing Doodlekit lacks right now is the budget that these larger corporations have for marketing.&#160; That&#8217;s all going to be changing very soon.</p><p>We aren&#8217;t out to be the next MySpace or YouTube.&#160; We aren&#8217;t measuring our success based on millions of dollars. We just want to make a decent living doing what we love doing &#8211; building websites!&#160; Doodlekit and 37Signals has given us both this opportunity, and for that, we are very grateful.</p><p>If your interested in helping us get the word out, please feel free to promote Doodlekit via a <a href="http://doodlekit.com/home/banners">banner on your website</a>. Ben and I would really appreciate it!</p><p>On a side note, I just wanted to let everyone know that 37Signals will soon be coming out with <a href="http://www.37signals.com/svn/posts/950-publish-us-getting-real-2nd-edition" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;"><em>Getting Real (Second Edition)</em></a>.&#160; Ben and I will be the first in line to buy a copy!</p> Thu, 10 Apr 2008 11:39:00 -0500 http://doodlekit.com/blog/entry/23349/doodlekit-takes-on-business-20 /blog/entry/23349/doodlekit-takes-on-business-20 Doodlekit Layout Forums Re-Design? <p>I have had several request to make the forums that come with Doodlekit look more like regular forums &#8211; basically make them a little more &#8216;compact&#8217; and easier to read.&#160; I am looking into redoing the forums for ALL the layouts &#8211; so this will affect all our users that use our forums.&#160;</p><p>I would like to simplify them even more and make them easier to follow.&#160; Any suggestions from the community are appreciated and will be considered.</p> Tue, 01 Apr 2008 11:44:00 -0500 http://doodlekit.com/blog/entry/22441/doodlekit-layout-forums-redesign /blog/entry/22441/doodlekit-layout-forums-redesign Doodlekit now supports external domain hosting <p>For those of you who already have registered your domain name, setting that up with Doodlekit just got a whole lot easier. All you have to do now is setup your Nameservers to point to our new DNS servers, and you're done. This will automatically setup your website and email DNS.</p><p>I recommend that anyone who has already setup your existing domain name using a CNAME take the time to change to this new method.</p><p>The <a href="http://doodlekit.com/forum/topic/727">detailed instructions</a> are in the forums.</p><p>&#160;</p> Thu, 27 Mar 2008 15:04:00 -0500 http://doodlekit.com/blog/entry/21962/doodlekit-now-supports-external-domain-hosting /blog/entry/21962/doodlekit-now-supports-external-domain-hosting Network Upgrade Complete <p>Our network provider has just completed their network upgrade. This upgrade will mean better performance and uptime for all Doodlekit Websites.</p><p>Thank you for your patience.</p> Sun, 16 Mar 2008 12:48:00 -0500 http://doodlekit.com/blog/entry/20766/network-upgrade-complete /blog/entry/20766/network-upgrade-complete Doodlekit Gets A New Layout! <p><img alt="New Doodlekit Website Builder Layout" height="226" src="http://doodlekit.com/media/AA/AA/default/images/93966/huge/0.jpg" title="New Doodlekit Website Builder Layout" width="550" /></p><p>Ok &#8211; I finally got a new layout out!&#160; We have had lots of requests for more layouts, so that&#8217;s been my focus for the last few days.&#160; The new layout currently only has 5 color themes, but I will be adding more throughout the following week.&#160;</p><p>I will also be adding more layouts here shortly.&#160; These will be more &#8216;generic&#8217; and &#8216;simple&#8217; for those that want less complex looking sites.&#160; They will also make good starting layouts for those that know CSS and want to customize their own look and feel.</p><p>As far as color themes go, if you have any suggestions I would love to here them!&#160; Post a link to a website that has color themes you like and I will see If I can incorporate a few requests into the color theme selection.</p> Fri, 14 Mar 2008 13:42:00 -0500 http://doodlekit.com/blog/entry/20575/doodlekit-gets-a-new-layout /blog/entry/20575/doodlekit-gets-a-new-layout