Author Topic: What it looks like when it's done (CarpeChaos.com)  (Read 674 times)

Ecnassianer

  • Sr. Member
  • ****
  • Posts: 126
    • Carpe Chaos
What it looks like when it's done (CarpeChaos.com)
« on: June 01, 2010, 08:43:34 am »
I have labored over these many xml files for weeks. I now know how hard it can be, those long nights hacking through ASUL. Wondering, pondering, can megazine do this?

Well, to those of you who are still in that dark valley, there is yet hope! I have traversed it's shadowy recesses and now find myself upon the mountaintop of completion.

Let me offer you a glimpse of that brilliant paradise to embolden you on your trek.

This is what it looks like when it's done.

Go forth! Strive to integrate Megazine with your site! Join me on the mountaintop!

And to those who feel lost, and wish to follow the path that I have tread, leave your questions here and I will do my best to guide you along the same narrow precipices that I once walked.

And to those whose feet grace even higher peaks than mine, I welcome your wise guidance and council on improving my own Megazine even further.

CHEERS!!!!! Hip Hip Hooray for a successful launch!
See my megazine at CarpeChaos.com

Ecnassianer

  • Sr. Member
  • ****
  • Posts: 126
    • Carpe Chaos
Re: What it looks like when it's done (CarpeChaos.com)
« Reply #1 on: July 07, 2010, 08:29:34 pm »
Hans wanted me to talk more specifically about some of the features I used at CarpeChaos.com, and now that our second issue is out, I've got enough of a lull to spend some time on the forums. :)

What may be the most noteworthy is our integration with Drupal. There's an open source module on Drupal.org that includes all the features we used on our site. It allows us to easily create books with 720p and 1080p sized pages, and use adaptive zoom to switch between them. By default, each page contains only one image(at two resolutions of course), but there's a per-page XML overrides that allow you to do anything you want.


Once you've created a page, you can add it to a chapter, and you can add chapters to books.

Each page has it's own XML override, and each chapter does as well. Currently the settings for all books have to be the same, but in a future release (hopefully around August), you'll be able to override attributes of the book tag on a per-attribute per-book basis.

It's also integrated with the ad module, which means ad pages are dynamically run in all our books, and can be added or expired site-wide without changing any of the books.

It takes us less than 15 minutes to publish a 15 page book.

Other features that I'm particular proud of, include:
*Adaptive zoom so users can see our images exclusively in their native resolutions, and important feature, since much of our text is embedded in jpegs, and scaling those images makes them hard to read.
*SWFaddress links are automatically generated pointing to all our chapters and pages
*Mouse drag before 2.0.9 I hacked together a pretty decent implementation of mouse drag before it was so well supported in 2.0.9, but that's nothing too special since it's much more standard now.

We're planning to upgrade to Megazine 2.0.9 or 2.0.10 later this summer to take advantage of the new mouse_drag features.
« Last Edit: July 07, 2010, 10:29:03 pm by Ecnassianer »
See my megazine at CarpeChaos.com

Hans Nücke

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 787
  • MegaZine3 Sales Manager
Re: What it looks like when it's done (CarpeChaos.com)
« Reply #2 on: July 07, 2010, 10:24:16 pm »
Thanks Eric, appreciate!