embedding a flipbook into a blog with issuu


Last time I looked into this (which was a few months ago) it still wasn't possible to do so but I just found out that you can now embed flipbooks which you create with issuu into other domains! Gave it a try just now and as you can see above it works beautifully!

So, all you need to do is create a free account with issuu, make your flipbook by following the instructions on the site which involve combining the images of your left/right pages into a pdf which you then upload into your issuu library. Once the book has been crunched by the system it will be published, at which point you will find the embed icon (looks like this < >) under the thumbnail of the book. Make sure you have all the correct things checked on the menu which appears when you click on the tags (such as having the double page view as default!), then copy and paste everything into the HTML tab of the post editor and you are done! You can also change the height and width of whatever appears on your blog by playing with the values inside the embed code. If you do so remember to use a calculator so that the aspect ratio remains correct.

 Tip:  When you publish this there will be several text links which appear under the small flipbook on your site. If (like me) you do not want these text links simply delete the bottom part of the code, which will look something like this:
<div style="text-align: left; width: 420px;">
<a href="http://issuu.com/elifayiter/docs/ctrl_xyv?mode=embed&amp;viewMode=presentation&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true" target="_blank">Open publication</a> - Free <a href="http://issuu.com/" target="_blank">publishing</a> - <a href="http://issuu.com/search?q=computer" target="_blank">More computer</a></div>

.................................................................................................................................

navigate in style or fail miserably

Good navigation is the most important aspect of a well designed website. If the visitor is not presented with a clear navigation, it won't matter how well your site is designed, it is highly likely that they will leave your page in a matter of seconds. It is a very tough challenge to create a meaningful and unambiguous yet stylish navigation that allows users to view content easily.

Some of the most important rules of a good navigation are;

1- Visibility: Make sure that your navigation is one of the first things that catches the eye. Do not make it obscure. Don't let it get hidden because of clutter or problematic placement.

2- Consistency: Make certain it has a certain style and placement that it keeps on every page.

3- Clarity: Make sure that every item in the menu is %100 understandable. No one likes to guess where the link will take them. Use either clear names, or little explanations, hover titles are a good way as well. If you are using thumbnail images as links in your menu, make sure they are clarified one way or another.

4- Creativity: Creative navigation will always make your site stand out more, just make sure you don't overdo it, sometimes simplicity is the real creativity.

Good Examples of Stylish Navigation

It is both stylish and easy to use. Very clear menu with a classic top tier placement.



Clear well designed navigation. Nice use of typography.



This is especially for those designing blogs, very slick and clear navigation ina 3 column design. Nice use of sidebars and top level menu design.



A very good example of how to fit massive amounts of content into a navigation in a stylish way.

Clear, playful, hand-drawn and animated navigation.



Simplicity, minimalist design, left aligned side navigation.



Nice clear navigation.



Playful navigation consistent with the style and content of the page, usability is top-notch.



Very simple and very attractive, everything is easy to follow and you always get to where you want to go.



Creative way of categorization. Easy to follow, the only problem is it is a bit space consuming.



Interesting and creative menu design. Takes a little bit of getting used to but the filter and sorting menu is a must see.



Impressive use of top tier navigation, clear simple and yet stylish.



Good example of Apple inspired navigation, everything is consistent and clear.



Little explanations when you hover over the menu items is a great way of guiding your visitors through your site.



Another clear navigation



Very slick navigation. 2 tier top level navigation, the sub tier works especially nice in works section. It is a bit graphic heavy when you use the works next, previous project navigation, but it looks really cool.


Unconventional right-side tabbed navigation does actually work very well in this site. Scroll down to see how the navigation changes style beautifully.

Also see these...










And when it fails....




First of you are presented with bouncing links that kind of sattle later on. And guess what not everything that looks like a link is clickable, not a very satisyfying navigation for a visitor.



Seriously.. where is the navigation. Am I supposed click on those bottles, is that it?



Don't get fooled by the top lunch and dinner items, they are unclickable. There is a small thing under the disturbing video called navigation, well it seems to work if you refresh the page 10 times.



When simplicity fails miserably. Worst use of top tier navigation. It looks like a word document rather than a webpage. And that isn't the worst part, just go on, decrease the size of your browser window and see what happens.



Wow simply amazing, the middle menu runs away when you move your mouse to click. Plus the content font is so small that it is impossible to read. Check out the news section and you will see.



Menu items continuously change into images that don't give any clues to what they are connected. Very irritating navigation.

.................................................................................................................................

free flash photo galleries + free swf hosting

Just stumbled upon this:
A lot of these are freebies and some of them could look really cool on a custom designed header, or embedded into a page post as a photo gallery.

In order to be able to do this you will need to host your swf file somewhere - unless you have your own server or a remotely hosted site, that is. Here are a couple of places that seem to do the job, for free:

.................................................................................................................................

blogspot: unlocking the header widget so that you can place it in a different location

Oooops! A couple of posts ago I was talking about making a vertical header and completely forgot to mention something very important related to that: In order to move your header to a different location on the site you will have to do some sniffing around inside the HTML editor (with expanded widgets!), where you need to find this line:
<b:widget id='Header1' locked='true'
and change it to
<b:widget id='Header1' locked='false'

.................................................................................................................................

design + details: padding the widgets


Fairly self-explanatory image I would say... On the left is the default state and on the right is the one where I have tweaked padding values by placing this code in the CSS box on the Advanced Editor:

#Label1 {
padding: 24px;
padding-bottom: 8px;
}

The padding makes a huge difference as to how this looks. The strokes become much sleeker when they stop a bit short of the border, and the top and the bottom of the box is also sitting much better now that I no longer have that big space below the last line.

.................................................................................................................................