JapCarForum Club Meetings & Events Events/Shows New OJC Spec Sheets

New OJC Spec Sheets

New OJC Spec Sheets

Pages (6): 1 2 3 4 5 6 Next
Rabster
Posting Freak
10,234
03-05-2018, 09:43 AM
#1
OJC Spec Sheet


If you think these Need any additional info don't hesitate in contacting me

Rabs
Edited 16-06-2011, 03:23 PM by Rabster.



Follow us on Twitter and join us on Facebook


Contact me to get your video hosted on the club YouTube Account

[SIGPIC][/SIGPIC]
Rabster
03-05-2018, 09:43 AM #1

OJC Spec Sheet


If you think these Need any additional info don't hesitate in contacting me

Rabs




Follow us on Twitter and join us on Facebook


Contact me to get your video hosted on the club YouTube Account

[SIGPIC][/SIGPIC]

BOOSST
Banned
1,080
04-05-2018, 10:49 PM
#2
Downloaded this and confused dot com :o All I seem to have is a load of small files when extracted, most relating to dreamweaver..

What have I missed or do I need dreamweaver on my pc ?
BOOSST
04-05-2018, 10:49 PM #2

Downloaded this and confused dot com :o All I seem to have is a load of small files when extracted, most relating to dreamweaver..

What have I missed or do I need dreamweaver on my pc ?

BOOSST
Banned
1,080
04-05-2018, 11:30 PM
#3
Spoke to the guru that is "Oli" (dark Samuri) and it seems wondows 7 doesn't play ball with these files. :confused1: So will concentrate on getting the car finished since its currently in bits and can't work on it in this poxy rain :mad: and leave the spec sheet on this occasion.
BOOSST
04-05-2018, 11:30 PM #3

Spoke to the guru that is "Oli" (dark Samuri) and it seems wondows 7 doesn't play ball with these files. :confused1: So will concentrate on getting the car finished since its currently in bits and can't work on it in this poxy rain :mad: and leave the spec sheet on this occasion.

Sparkystav
Administrator
14,683
05-05-2018, 12:30 AM
#4
windows xp at wokr doesnt like it either!

we need a simple word doc Rabs

OutlawJapClub Admin Team
Sparkystav
05-05-2018, 12:30 AM #4

windows xp at wokr doesnt like it either!

we need a simple word doc Rabs


OutlawJapClub Admin Team

toxo
Posting Freak
4,843
05-05-2018, 12:34 AM
#5
The problem is with the OJC web server. It needs the MIME types for Office 2007 documents adding to it. At present it's serving the file up as a .zip file (which is actually what Office 2007 documents are). You need to add at least:

Code:

.dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template

Or just save it as a .dot file so that it works for people who have either old or new copies of office Smile

Edit: If you want the rest of the Office 2007 MIME types so you can add them all at once, they are:

Code:

.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
.docm application/vnd.ms-word.document.macroEnabled.12
.dotm application/vnd.ms-word.template.macroEnabled.12
.ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12
.ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow
.pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12
.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
.xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
.xlsm application/vnd.ms-excel.sheet.macroEnabled.12
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xps application/vnd.ms-xpsdocument
Edited 16-06-2011, 10:12 AM by toxo.
toxo
05-05-2018, 12:34 AM #5

The problem is with the OJC web server. It needs the MIME types for Office 2007 documents adding to it. At present it's serving the file up as a .zip file (which is actually what Office 2007 documents are). You need to add at least:

Code:

.dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template

Or just save it as a .dot file so that it works for people who have either old or new copies of office Smile

Edit: If you want the rest of the Office 2007 MIME types so you can add them all at once, they are:

Code:

.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
.docm application/vnd.ms-word.document.macroEnabled.12
.dotm application/vnd.ms-word.template.macroEnabled.12
.ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12
.ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow
.pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12
.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
.xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
.xlsm application/vnd.ms-excel.sheet.macroEnabled.12
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xps application/vnd.ms-xpsdocument

FirebirdPhil
Posting Freak
7,101
05-05-2018, 03:13 AM
#6
toxo The problem is with the OJC web server. It needs the MIME types for Office 2007 documents adding to it. At present it's serving the file up as a .zip file (which is actually what Office 2007 documents are). You need to add at least:

Code:

.dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template

Or just save it as a .dot file so that it works for people who have either old or new copies of office Smile

Edit: If you want the rest of the Office 2007 MIME types so you can add them all at once, they are:

Code:

.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
.docm application/vnd.ms-word.document.macroEnabled.12
.dotm application/vnd.ms-word.template.macroEnabled.12
.ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12
.ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow
.pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12
.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
.xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
.xlsm application/vnd.ms-excel.sheet.macroEnabled.12
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xps application/vnd.ms-xpsdocument

You lost me at "The problem":Chair:

"Life's goal is not to arrive safely at the grave in a well preserved body. But, rather to skid in sideways........
totally worn out and broken, shouting 'Holy ****, WHAT A RIDE!'"
FirebirdPhil
05-05-2018, 03:13 AM #6

toxo The problem is with the OJC web server. It needs the MIME types for Office 2007 documents adding to it. At present it's serving the file up as a .zip file (which is actually what Office 2007 documents are). You need to add at least:

Code:

.dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template

Or just save it as a .dot file so that it works for people who have either old or new copies of office Smile

Edit: If you want the rest of the Office 2007 MIME types so you can add them all at once, they are:

Code:

.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
.docm application/vnd.ms-word.document.macroEnabled.12
.dotm application/vnd.ms-word.template.macroEnabled.12
.ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12
.ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow
.pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12
.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
.xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
.xlsm application/vnd.ms-excel.sheet.macroEnabled.12
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xps application/vnd.ms-xpsdocument

You lost me at "The problem":Chair:


"Life's goal is not to arrive safely at the grave in a well preserved body. But, rather to skid in sideways........
totally worn out and broken, shouting 'Holy ****, WHAT A RIDE!'"

toxo
Posting Freak
4,843
05-05-2018, 03:15 AM
#7
In a nutshell, it's 2011 and the hosting company haven't made their (Linux) web server aware of (Microsoft) products from 2007. Slack!

I dunno if it's the kind of thing that Rabster can configure from a hosting control panel or suchlike or whether he will just have to copy and paste my post and send it to their support department.

Either that or as I said, Rabster can save the MS Word template file as a .dot file which is compatible with Office 97 onwards, which is probably the better solution as not everyone is running Office 2007 or higher.
Edited 16-06-2011, 12:57 PM by toxo.
toxo
05-05-2018, 03:15 AM #7

In a nutshell, it's 2011 and the hosting company haven't made their (Linux) web server aware of (Microsoft) products from 2007. Slack!

I dunno if it's the kind of thing that Rabster can configure from a hosting control panel or suchlike or whether he will just have to copy and paste my post and send it to their support department.

Either that or as I said, Rabster can save the MS Word template file as a .dot file which is compatible with Office 97 onwards, which is probably the better solution as not everyone is running Office 2007 or higher.

jomo
Senior Member
709
05-05-2018, 03:37 AM
#8
2tongues You lost me at "The problem":Chair:

I'm with him ^^^^^^^^^^^^^^^^^^^^

[Image: is200%20catoon.jpg] [Image: 104113415648fa201e2ecb5.gif] [Image: 91-bluescreen.gif]
jomo
05-05-2018, 03:37 AM #8

2tongues You lost me at "The problem":Chair:

I'm with him ^^^^^^^^^^^^^^^^^^^^


[Image: is200%20catoon.jpg] [Image: 104113415648fa201e2ecb5.gif] [Image: 91-bluescreen.gif]

purplewitch
Posting Freak
3,953
05-05-2018, 03:44 AM
#9
[COLOR="DarkOrchid"]:confused: ya what ?

I got one as a word document, so has DaveEdin if anyone wants to pm an email addy to send it to lol [/COLOR]

[SIGPIC][/SIGPIC] [COLOR="DarkOrchid"]That symbol on the side of my door.. Definition by FirebirdPhil 'Translated it means -
"try to overtake - go on give it a go I dare you......." [/COLOR]
I'm not an Outlaw; I'm a Poutlaw! Purple Supras are the bestest! I love purple .. a lot lot lot Smile
Follow us on Twitter and join us on Facebook
purplewitch
05-05-2018, 03:44 AM #9

[COLOR="DarkOrchid"]:confused: ya what ?

I got one as a word document, so has DaveEdin if anyone wants to pm an email addy to send it to lol [/COLOR]


[SIGPIC][/SIGPIC] [COLOR="DarkOrchid"]That symbol on the side of my door.. Definition by FirebirdPhil 'Translated it means -
"try to overtake - go on give it a go I dare you......." [/COLOR]
I'm not an Outlaw; I'm a Poutlaw! Purple Supras are the bestest! I love purple .. a lot lot lot Smile
Follow us on Twitter and join us on Facebook

toxo
Posting Freak
4,843
05-05-2018, 03:50 AM
#10
There's a custard/jam imbalance.
toxo
05-05-2018, 03:50 AM #10

There's a custard/jam imbalance.

Pages (6): 1 2 3 4 5 6 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)
Related Threads…
Replies 2
Views 295
17-02-2024, 05:03 AM
Last Post by Lexuspat