Author Topic: Regarding the writing of tutorials...  (Read 1621 times)

0 Members and 1 Guest are viewing this topic.

Offline WuhtzuTopic starter

  • Devotee
  • Posts: 697
  • Gender: Male
    • View Profile
Regarding the writing of tutorials...
« on: March 04, 2007, 06:39:29 AM »
Hey

I have a tutorial I would like to write and share with the rest of PHPfreaks.com, but I have a few questions regarding how to "write" one.

First of I don't see any obvious way to format your tutorial text (insert code, bold, italic, color ect.) - the "Add tutorial" http://www.phpfreaks.com/tutorials.php?cmd=add  is just one big text area with no interface or help, so:

#1: How do I format the text in a tutorial (insert code, bold, italic, color ect.) ?

Second, almost every other tutorial seem to have a very meaningfull pagination which indicates there must be a way to indicate / add a page break, but how? Again there is no help what so ever on the "add tutorial" page...:

#2: How do I add / indicate a page break in a tutorial?

#3: How is the "caption" formatted - "keyword1,keyword2,keyword3"?

#4: Is it possible to edit the tutorial after posting it?


If I have overseen the answers to these questions somewhere on the site I'm sorry, but if I haven't I would really like it to be added somewhere.... :)


Best regards
Wuhtzu
Feel free to correct me if I'm wrong.

Servage.net: Get 25 Gb of extra storeage by using this coupon code when buying their hosting service - http://www.servage.net/?coupon=cust42005

Offline wildteen88

  • Guru
  • 'Insane!'
  • *
  • Posts: 12,021
  • Gender: Male
    • View Profile
Re: Regarding the writing of tutorials...
« Reply #1 on: March 04, 2007, 07:23:17 AM »
You use normal HTML for formatting the text in the tutorial -  When they revamped the site I though there was a WYSIWYG type editor for doing a tutorial but it must of been taken down - I swear I saw a screenshot of it but don't know where it was.

For adding a new page just add [PAGEBREAK] on its own on a line. Then carry on coding for the next page.

For the caption box you type your tutorials description in there

You should be able to edit your submitted tutorials when you view your tutorial or from the sites control panel I believe.

Note when you edit your tutorial it will have to re-approved before the edits are shown.

Offline WuhtzuTopic starter

  • Devotee
  • Posts: 697
  • Gender: Male
    • View Profile
Re: Regarding the writing of tutorials...
« Reply #2 on: March 04, 2007, 10:28:56 AM »
Thanks wildteen88... the [PAGEBREAK] makes sense, but regarding the formatting using normal HTML, shall I use:

<b>text</b> instead of [b]text[/b]
<i>text</i> instead of [i]text[/i]

(i know the difference between bbcode and html - it's just be be sure :))

How about the code boxes, they seem to consistent throughout the tutorials to have been made up by each writer...

Is the [code][/code] available or something like that?
« Last Edit: March 04, 2007, 11:00:24 AM by redbullmarky »
Feel free to correct me if I'm wrong.

Servage.net: Get 25 Gb of extra storeage by using this coupon code when buying their hosting service - http://www.servage.net/?coupon=cust42005

Offline Daniel0

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Regarding the writing of tutorials...
« Reply #3 on: March 05, 2007, 01:45:28 AM »
Just plain HTML. Anything (if the IPS will let it pass through) will do. The code boxes are generated from the <code> tags.

Offline wildteen88

  • Guru
  • 'Insane!'
  • *
  • Posts: 12,021
  • Gender: Male
    • View Profile
Re: Regarding the writing of tutorials...
« Reply #4 on: March 05, 2007, 01:14:44 PM »
Yes you use just normal HTML tags when creating a tutorial.

All styling to the HTML tags is done by CSS and a bit of processing in the backend of the site.

Offline steelmanronald06

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,599
  • Gender: Male
    • View Profile
    • Ronald Steelman
Re: Regarding the writing of tutorials...
« Reply #5 on: March 05, 2007, 04:02:18 PM »
I thought i emailed you about this?