Shoutbox

My MP!L Scripts website - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: General Chit Chat (/forumdisplay.php?fid=14)
+----- Thread: My MP!L Scripts website (/showthread.php?tid=62243)

My MP!L Scripts website by ramik on 07-01-2006 at 01:44 PM

I made a couple of scripts, more on the way, and I though it will be great to have my them listed on my own website, so in about 30 mins I made this, what do you think?

http://www.kattanweb.com/msgpluslive

Main structure was made with Dreamweaver and notepad, graphics with Fireworks, then mostly notepad to render it XHTML 1.0 Strict Valid (what to do, my university thesis is about accessibility, I can't make non valid website) and make updates while not at home.


RE: My MP!L Scripts website by RaceProUK on 07-01-2006 at 01:50 PM

There's also http://www.msgpluslive.net/scripts/, the official database ;)

Edit: But your site looks pretty good, and the Language script should prove very useful to those who speak Arabic.


RE: My MP!L Scripts website by NanaFreak on 07-01-2006 at 01:53 PM

its a pretty good website seeing that you made it in 30 mins


RE: My MP!L Scripts website by ramik on 07-01-2006 at 02:07 PM

quote:
Originally posted by RaceProUK
There's also http://www.msgpluslive.net/scripts/, the official database ;)

Edit: But your site looks pretty good, and the Language script should prove very useful to those who speak Arabic.

I know about the Scripts database, but there I put latest versions before they are released on the DB, and/or I can put more details...

and about the language fixer, it can be converted to any other language with minor work on the files: change character mapping in XML and rename the menus :)
RE: My MP!L Scripts website by -dt- on 07-01-2006 at 02:20 PM

quote:
Originally posted by ramik
XHTML 1.0 Strict Valid (what to do, my university thesis is about accessibility, I can't make non valid website)
you know its only really counted as xhtml if you send the correct mimetype of application/xml+xhtml otherwise every browser will render it as normal html
RE: My MP!L Scripts website by RaceProUK on 07-01-2006 at 05:14 PM

quote:
Originally posted by -dt-
quote:
Originally posted by ramik
XHTML 1.0 Strict Valid (what to do, my university thesis is about accessibility, I can't make non valid website)
you know its only really counted as xhtml if you send the correct mimetype of application/xml+xhtml otherwise every browser will render it as normal html
ut ehy should also look at the DOCTYPE and base processing on that too. In fact, I believe browsers do do this, as many web servers don't use the application/xml+xhtml MIME type.
RE: My MP!L Scripts website by ramik on 07-01-2006 at 06:31 PM

quote:
Originally posted by -dt-
quote:
Originally posted by ramik
XHTML 1.0 Strict Valid (what to do, my university thesis is about accessibility, I can't make non valid website)
you know its only really counted as xhtml if you send the correct mimetype of application/xml+xhtml otherwise every browser will render it as normal html

you are right for mimetype as application/xml+xhtml, but only in the case of XHTML 1.1 (otherwise they call is soup of html tags), for XHTML 1.0 (trad, strict, frameset) it doesn't matter...

@RaceProUK
yes, current servers doesn't send xhtml pages as application/xml+xhtml, only if you set it in scripting languages (such as php), and only firefox can render the page with no problems, in IE it will open the download file dialog...
RE: My MP!L Scripts website by Thor on 07-01-2006 at 06:38 PM

Good site for the fact that it's made in 30 mins. The scripts are good too! :) (Y)


RE: My MP!L Scripts website by Plik on 07-01-2006 at 06:50 PM

quote:
Originally posted by ramik
you are right for mimetype as application/xml+xhtml, but only in the case of XHTML 1.1 (otherwise they call is soup of html tags), for XHTML 1.0 (trad, strict, frameset) it doesn't matter...
IIRC, it applies for XHTML 1.0 strict aswell as XHTML 1.1
RE: My MP!L Scripts website by ramik on 07-01-2006 at 08:20 PM

To use XHMTL in compatibility mode, you can use text/html for mime type, which is good for now until IE supports applicatiopn/xhtml+xml...

the big problem with application/xml is that you have to modify much of the javascript of the page, document.write will no longer work. i tried once to make a php project i worked on to be real xhtml 1.1, but i changed because of these js which i had a lot in the website.... it need to be projected as xhtml from the beginning...