YakJive FAQ

  Accessibility: YakJive Generated Websites

YakJive generated websites have a variety of features intended to make them more friendly to users with text-only web browsers, including:

  • ALT and TITLE text on links and images
  • Skip-to links in web pages
  • Light-weight, 95% HTML web pages
  • Consistent text-based page navigation

We are doing our best to make all aspects of YakJive sites available to the entire Web-using public.

  Add a Weather Map from WeatherBonk.Com

I just found a cool site called WeatherBonk that allows you to embed a map in a webpage showing the temperature at any location. Pretty cool

  Add a Yahoo Stock Tracking Widget

The things you can do on the web now will blow you away.  You can now add a Yahoo stock tracking widget like the one below.  Just visit Yahoo's finance area, enter your stocks after you sign in, and paste the code they give you into the article edit box.  Note that you have to paste the code into the HTML Source... so be sure to click the Source button on the editor.

  Add an address and map your article

You've possibly noticed before that you can enter address information for an article. Well how nice it would be if that address could be translated into a coordinate so that you could show the article's location on a map. Well, now YakJive does that automatically for you!

To get this to work, simply enter an address, save the article, and republish your site. When you view the article, you'll see that, if the address was accurately entered, the article now has a coordinate and you can plot it on a map!

Please note that we are not responsible for map or coordinate accuracy.

  Anti-spam Devices

Indeed, after some heinous, profane spam, we've implemented some tools that will hopefully help us to reduce the ability of spammers to put spurious comments and guestbook submissions on your site. That's why you'll see that your visitors will now have their math skills tested when they try to submit a comment.

Please note that we will do all we can to prevent spam submissions to your website, but we can't rule them all out. If you have any complaints or problems, let us know.

  Can I point www.mydomain.com at my YakJive account? Absolutely.

The best way to do this is to use a service like GoDaddy.com, a great low cost domain provider that also provides a bunch of cool features like something called Domain Masking.

Domain Masking is the technical term describing the ability of a domain registrar, like GoDaddy, to be able to interpret requests for your domain name, point them at another site, but filter the web URL so that your visitors only see your domain, such as www.mydomain.com.

If you're actually interested in hosting the YakJive technology on your own server... that's a different story. If that's something you're interested in, drop us a line here.

  Can you give me help with HTML or CSS?

Unfortunately, we don't have a ton of time to help out with HTML and CSS for you site. However, we will give you some tips to get started.

One thing to keep in mind is that you need very little HTML knowledge to work with YakJive.com.  If you figure out how to read HTML, that should be good enough.  Perhaps the most important items in the HTML elements in our pages are the attributes of the elements that allow you to control the styles.  There are generally four parts of the element that will allow you to do so, the element type, the class, the id, or the name.  Here's an example (a span is used to simply designate that a section of text will be styled differently from surrounding text):

<span id="someSpan" name="someSpan" class="someStyle">Some text goes here</span>

element type - Element type, such as the span that we are using here, tells the browser what type of content or page element to render in your web page.  CSS can be used to change the properties of element types directly.

In a CSS document, the element style declaration will look something like this:

span {color: #000000;} /* forces the text color of spans to be black */

id or name - We do our best to make sure that "id" and "name" are the same because that affects how easily it is to style unique elements directly in your HTML.  The header title line of each page should have a unique id and name across section pages, for example.

In a CSS document, the id or name style declaration will look like this:

#someSpan { color: #FF0000; font-size: 12pt; } /* Red text and 12pt font */

class - Style classes allow you to style a bunch of related elements in a similar manner.  The CSS declaration for this may look like one of the following:

.someStyle { color: #0000FF; background-color: #777777; } /* Blue text, gray highlight for all elements with this class */

span.someStyle { color: #0000FF; background-color: #777777; } /* Blue text, gray highlight for all span elements with this class */

For starting to take a look at learning HTML, we'd recommend that you start with the tutorial at W3Schools.

You're going to need to use some imagination and stretch your brain when it comes to web technologies. The reality is that they typical website out there these days uses way more than one of the following technologies:

HTML - used for content

CSS - used for styles (colors, fonts, etc.)

JavaScript - used to add dynamic interaction to a page (along with CSS and DHTML [D = Dynamic])

XML - used for data formatting

ASP/Python/PHP/Perl/Ruby - any of a variety of scripting languages for server side functionality

Graphics tools - anything from windows Paint to Corel Draw or Illustrator used to create graphics for webpages

We're trying to make things as simple as possible for you, but we know that you'll run into some issues.  If there's something that you really can't get around, feel free to contact us, but also be sure to do your research on the web.  There's a ton of info out there on how to style and build websites.

Thanks for using YakJive.com!

  FRAPPR maps on YakJive

Frappr is a map-based social networking tool.

It's easy to add a Frappr map to your YakJive site, like this:

Just visit Frappr and follow their directions to create a new map once you've created an account. You can do that by becoming one of my buddies using the map above

  Free Electronic Greeting Cards for Every Site
Image page[Milo says... send me as a greeting card!]
Image link[Send this photo as an ecard!]
Milo says... send me as a greeting card!

So you're asking yourself... did I read that right?

Yes! You did. We're now offering free electronic greeting cards for every site. Simply upload an image for an article, publish your website, then visit your public website. You should see a small mail icon below the image in your article. Click on that and you should be taken to the greeting card wizard. Fill in the info and send away!

We are still working on the styles a bit and hope to have those figured out in a few days. In the meantime, send away!

  GeoRSS - Location and Syndication Feeds

We happen to be geospatial hobbyists at YakJive. We've watched the industry and added the ability to plot your articles on maps, automatically geocode addresses, and even allow you to assign icons to your newspages.

Now, we've also added your article coordinates to your RSS feeds. This means that any tool that can read GeoRSS and plot it on a map can plot your articles on their maps, too!

See a YakJive site on the ACME GeoRSS Reader here.

How cool is that? In the increasing presence of spatial search and context on the Web, now people can have the opportunity to find your articles by their spatial position in addition to their content!

Check out this page's feed on the ACME GeoRSS Reader.

  Google Maps Directory

YakJive has been added to the Google Maps Directory.  Those folks are trying to become a one-stop-shop for a variety of mashups that use Google Maps, such as YakJive!

We wish them luck.

  How can I build my own website using YakJive?

The coolest thing about YakJive.com is that when you sign up and add content, you automatically get a website!

Try it out!  Sign up, follow the instructions in the welcome email that is sent to you, then login to your site's administrative interface and push the publish button.  You should then be able to immediately go to your website address and see the simple site that is generated with a single welcome article.  (Hint: click on Milo's picture in the upper left on the administrative console and you'll be taken to your website.)

  How do I change my About, Legal, and Contact pages?

For your convenience, we provide 'About,' 'Legal,' and 'Contact' pages out of the box.  They are simple pages that appear in the top level of your menu, and you can even hide them if you want.


To change the text in the pages, follow these steps:

  1. From the wizard page, click on manage your site
  2. Click on properties
  3. Click on info pages
  4. Simply type into the Page content box on each section to change the content of each page.  HTML is allowed to make the text a bit prettier.

From there, simply save, then publish your site and you should see the changes on your website.

  How do you get coordinates for articles?

Now that YakJive integrates with Google Maps, it's fun to try to add travellogs, hurricane tracks, trip journals... just about anything that can be plotted on a map. The hardest thing is... where do you get the coordinates?

If you're hiking around the countryside, you may be stuck and have to use a GPS unit to get the longitude and latitude points (in decimal degrees) that you'll need for your articles. However, if you're doing a travellog or place journal, try typing the city, country and the phrase "decimal degrees" into Google or one of the other search engines. you'll be surprised how often a result comes up with the coordinates for that place.

Updated 9/7/06... NEW COORDINATE PICKER!

Now we've added a tool to allow you to select the coordinates for your article right from a mapping interface. You should see a small map icon next to the longitude and latitude boxes in the add/edit article interface. Simply click on that to zoom in, pan around, and select a point for your article!

(Please note that although we are using the free Google Maps service, our site is not endorsed in any way by Google.)

  How is my site on YakJive.com like a newspaper? Just like a newspaper, YakJive.com allows you to group articles about things you want to write about into their own newspages and sections of related newspages. Just like the New York Times, you could create an online newspaper with YakJive.com that had Sports, Lifestyles, Politics, and Business sections, all linked to the main page of your choice. Of course, all the content is created by you, but YakJive.com hopes to offer a simple interface that allows you to focus on content without having to worry about the technical aspects of maintaining a website.
  How is YakJive.com different from BlogSpace, MySpace, etc.? YakJive.com is group-ware. Blog sites allow a single user to post a web page, add some content to a fixed set of 'windows' or 'blogs' on the page and they might allow you to change some styles.

YakJive.com offers the ability to create a group-focused dynamic site with content organized how you want it, where you want it. Every member of the site can be all powerful and edit/change anything they want, or the site creator can arrange a hierarchy of administrators, superusers, and users who each have different abilities and responsibilities when contributing to the site.

Think of YakJive.com as your way to create a newspaper about whatever you want, updated whenever you want to update it.

  HTML: Why can't I put object tags in my HTML?

For security purposes, we are forced to restrict some tags from HTML that you submit to the site. We're sorry, but we can't allow anything that can possibly degrade server performance, violate our hosting services security policies, or adversely affect the page HTML. Ugly styles are one thing, but premature termination of your page is another... and not one that you would probably want!

  KML and Google Maps

KML files are the "Keyhole Markup Language" files originally created by the Google Keyhole team to serve data to Google Earth. Recently, Google added the ability to automatically map KML (and GeoRSS) files in Google Maps, so of course we added the functionality here.

Here are some things you can do with KML:

  • Plot bike, hiking, or other off road routes you collect with your GPS
  • Plot travel locations and trips
  • Plot points of interest to you and your fans
  • Plot every where your dog has gone this year

If you have a handheld GPS unit, we highly recommend this free tool to convert your files to KML: GPSBabel

Try it below! (You'll have to zoom out to see the blackbird points.)

  Maps on Yakjive!

YakJive is now integrated with Google maps so that anyone who signs up, adds articles to a site, and adds coordinates to those articles, can allow their site viewers to plot their articles on a map. We offer the ability to plot single articles, to plot all the articles in a newspage, or to plot all the articles as a route. So if you've taken a trip through Africa and post an article per city in order of the dates that you traveled, you'll see a route of your trip!

Coordinates need to be in decimal degrees for the mapping tool to work.

Coming soon... automatic address geocoding...

  Page breaks: How to format articles for printing

You may have noticed several things if you try to print out one of the pages on your website.  For starters, you'll see that the menus don't print out.  We have intentionally removed those from the print styles so that your users don't waste paper or page space.  Also, you'll occasionally notice that long articles will run over into more than one page and may even be cut off.

 

Using the rich text editor when you add or edit articles, there's an easy way to insert page formatting in your printed page that will help you control where pages get broken.  In the middle tool bar in the editor, the next-to-last button allows you to insert a page break anywhere in your article.  Experiment with it and see how well it works for you.  Page breaks will not affect the onscreen view of your website.

 

As you play with adding content to your site, you'll notice that adding more articles or changing the content of an article may change your printed page layout somewhat.  HTML, the source language for coding webpages, is great for formatting content for the screen, but not always ideal when also combined with printed media.  We do our best to provide you with a style for printing that is sparse and clean, but you may have to experiment to get things to come out exactly the way you like.

 

(Hint: Try a print preview on this page and you should see that this article is broken up into several pages by hidden page breaks.  The best part is that they don't impact the onscreen view!)