BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 HTML Cards
 movie_bigcover update
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 35 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

JDommi
Administrator

Germany
4653 Posts

Posted - 16 Apr 2011 :  12:38:41  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Prinz, what do you think about a rating indicator for _MOVIE_RATED_ ?

Just a first test by adding this code:
<tr>
                  <td width="207" height="20" class="style19" bordercolor="#000000"><em> _TMOVIE_RATED_</td>
                </tr>
                <tr>
                  <td width="207" height="40" class="style20">

<script type="text/javascript">
  document.write('<div align="center"><img id="status" src="MovieCards/Images/spacer1.gif" width="1" height="10" style="background-color: #FF0000;"><img id="status2" src="MovieCards/Images/spacer2.gif" width="1" height="10" style="background-color: #BBBBBB;"></div>');
  var zaehler = _MOVIE_RATED_;
  if (zaehler >> 0) {
    document.getElementById("status").style.width = zaehler*10 + "px";
  } else {
    document.getElementById("status").style.width = "0px";
  }
  if (zaehler << 10) {
    document.getElementById("status2").style.width = 100-(zaehler*10) + "px";
  } else {
    document.getElementById("status2").style.width = "0px";
  }
  if (zaehler == 0) {
    document.getElementById("status2").style.width = "0px";
  }
</script>

                  <div align="center"> <font face="Tahoma" class="fsize1"><span style="font-weight: 400">_MOVIE_RATED_</span></font></div></td>
                </tr>
http://www.mediafire.com/?8l6sl1vde3q566d

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse

Edited by - JDommi on 16 Apr 2011 13:02:30
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 16 Apr 2011 :  20:26:28  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Modified movie_bigcover.htm http://www.mediafire.com/?27p7h6afyaewb87

At first only this card as Prinz is still working on the colorpicker function (with background picture choser?)

Added:
- Movie Rated indicator
- Serie Status (text and sign)

ToDo:
- Release Date (from Custom9) prepared on card but javascript function is missing (should be done by Prinz as he is better than me on that!)

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 16 Apr 2011 :  22:28:26  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by JDommi

(with background picture choser?)


No. Javascript has for security reasons no way the read/write the local file-system (without "nasty" hacks)
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 16 Apr 2011 :  23:10:21  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sure, you're right.
I thought of replacing the body background tag maybe by a movie's fanart pic with transparency, for every movie it's own. If no pic exists then to take the "original" background.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse

Edited by - JDommi on 16 Apr 2011 23:12:14
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 16 Apr 2011 :  23:55:40  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
At the moment I changed the background Image to png format and made the white part transparent. So you can choose the page background color.
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 16 Apr 2011 :  23:59:16  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
That's a good idea, too.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 17 Apr 2011 :  09:58:08  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Bugfix on modified movie_bigcover.htm:
- Missing information will show it's own status sign now
- Status signs are now with transparent background

*Edit*
Movie rating changed to jquery
http://www.mediafire.com/?hvi0ziviwpfac35

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse

Edited by - JDommi on 17 Apr 2011 13:11:48
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 17 Apr 2011 :  18:34:25  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I also have added already a ratings bar:



That is not a Image, that is a gradient background effect via IE CSS function.

Colors Start,End will be configurable via Color-picker.

Maybe i could also change the personal ratings graphic to this bar...

Edited by - Prinz on 17 Apr 2011 18:49:34
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 17 Apr 2011 :  19:03:55  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Great Prinz!
Looks really better than mine.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 18 Apr 2011 :  15:22:53  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
What do you think about placing distributors beneath the stusios instead of under. I think that could be look better.

_MOVIE_ORIGINAL_ is now added as variable. So it can be added to card

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 18 Apr 2011 :  18:06:23  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Why does this code doesn't work?

<tr>
    <td width="100%" valign="top">
    <div align="center" class="style22"><span id="title_line" style="text-overflow:ellipsis;overflow:hidden;white-space:nowrap;"><b>_MOVIE_TITLE_ 
    <script type=text/javascript>
    	var mOriginal = new Boolean(_MOVIE_ORIGINAL_);
    	if (mOriginal == false) {
    		document.write('*Remake* ');
    	}
    </script>
    (_MOVIE_YEAR_)</b></span></font> <span id="country_flags"><country id="country"></span></div>
	      <font class="fsize1" color="#FFFF00"><div align="center" id="m_tagline" style="text-overflow:ellipsis;overflow:hidden;white-space:nowrap;"><b><i>_MOVIE_TAGLINE_</i></b></div></font>
  </tr>

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 18 Apr 2011 :  19:13:21  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
_MOVIE_ORIGINAL_ doesn't work. It's not replaced by XMM.
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 18 Apr 2011 :  19:17:02  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Yes, I have just wrote Ale an email because of that.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 19 Apr 2011 :  15:36:08  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Regarding Serie Status:

It's there even a site that has both Ended and Deposed ?

I think it's more or less the same thing in reality.
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 19 Apr 2011 :  16:13:59  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Deposed is only an info you have to manually set. All sites I know provide only continuing and ended.
But it's important to know if the series is deposed as there are often (or always) cliff hanger at the end...

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 19 Apr 2011 :  16:28:33  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
But in the End almost all series are deposed. It's rare that a show has a planed ending and even these have cliffhangers and/or simply stupid endings (*cough* Lost *cough*)

I'm still working on Page Preferences... some things still make problems (especially the jquery-UI stuff)
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 19 Apr 2011 :  18:35:10  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Okay, you're right. I thought of a early termination like "Flash Forward".
Deposed is only for those people who wanna know that

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 20 Apr 2011 :  11:37:26  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I think I almost have it now. Only a strange bug again with UI-Dialog: If I add new elements to it, it gets smaller. Normally it shouldn't change size.

Somehow i have to fix this. If I can't fix it and I add a few more Options it disappears.
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 20 Apr 2011 :  11:42:34  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Found a solution via google, but I can't use it because now the Cover Popup doesn't work anymore.
Go to Top of Page

JDommi
Administrator

Germany
4653 Posts

Posted - 20 Apr 2011 :  12:01:37  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
hmm... As far as I know you I think you will manage that soon

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page
Page: of 35 Previous Topic Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.11 sec. Powered By: Snitz Forums 2000 Version 3.4.07