miCRoSCoPiC^eaRthLinG
Apr 5 2006, 12:26 PM
Hi guys, Mastercomputers just came up with two new cool BBCodes for Antilost - and I prompty adapted them for this board. They're ACRONYM and ABBR (Abbreviation). These are the two much needed and literally indispensible BBCodes for any technical board. With ACRONYM you'll be able to write the acronym in your posts and link it with its full-form. Whenever you hover your mouse over the acronym, the full-form of the term pop's up around the mouse cursor. The same goes for ABBR - but it's purpose is slightly different. It allows you to post abbreviated forms of words and hook up the unabbreviated form with it. Examples:QUOTE(mastercomputers @ Apr 5 2006, 03:02 PM) I have added a new BBCode based on XHTML's acronym element and the abbr element. It follows the same principles as acronym and abbr except in the bbcode format with the option being the title, hover over it with your cursor and hopefully a text tooltip will appear with the meaning. So here's a few tests as well as tests in the above paragraph: XHTMLOMGPOS (did I fool anyone with this one?) Now to test it with font formating: W3CSource: Testing The Acronym And Abbr BbcodeHave fun & many thanks to MC, m^e 
Reply
pyost
Apr 5 2006, 08:26 PM
Great thing, but I'm really not sure I see the difference. Both are used by typing [ codename = smth ] smth [ /codename ] and the effect is the same. Maybe my test exaple was wrong, but why are there two seperate codes?
Reply
mastercomputers
Apr 6 2006, 12:55 AM
QUOTE(pyost @ Apr 6 2006, 08:26 AM)  Great thing, but I'm really not sure I see the difference. Both are used by typing [ codename = smth ] smth [ /codename ] and the effect is the same. Maybe my test exaple was wrong, but why are there two seperate codes?
Hey pyost, First of all let me explain my intentions for this, both have different uses and are based off W3C's XHTML element tags. The effects are the same, except their tag uses in XHTML are different. For acronym's from a web accessibility side of things, if you use a voice reader for websites the word is actually spoken as a whole or spoken character by character. The abbreviation however is read as a whole word. The styling is kept similar as there's no need to differentiate what tag is what, as long as you understand that in this style, you can hover over it to understand what it means, no need to confuse them with two different looking formats, and I'm sure you'd be able to understand which is acronym and which is the abbreviation. If you wanted to use a shorter version of a word, say no., then you can also provide the full word of what it means, mainly an accessibility issue really, but it's informative for people who don't know what you mean, especially if translating is required for those who are not english speakers. If I wanted to use initials like TV, then using the right method for it is beneficial for voice readers who may speak either the initials of the word or the whole word, depends on settings. The tests are [ acronym=television ] TV [ /acronym] for initials and [ abbr=number ] no. [ /abbr ] for abbreviations, If uncertain of what to use, always use acronym because it can be handled both ways by being spelt out to the user or spoken the word in full. In which case it provides the user better understand. For us visual browser users though, it may seem irrelevant what means we use but if we get into more professional looking article formats (in which I'm deciding on how to create more BBCodes related to this) then by providing these means, we'll have better success with our readers who could have some disabilities as we are not detering them away because they can't make use of our resources we provide. Cheers, MC
Reply
pyost
Apr 6 2006, 08:13 AM
Let's say I understood all of that  But I think I'll stay away from these two codes..
Reply
evought
Apr 10 2006, 01:05 PM
QUOTE(mastercomputers @ Apr 5 2006, 07:55 PM)  <snip> The tests are [ acronym=television ] TV [ /acronym] for initials and [ abbr=number ] no. [ /abbr ] for abbreviations, If uncertain of what to use, always use acronym because it can be handled both ways by being spelt out to the user or spoken the word in full. In which case it provides the user better understand. For us visual browser users though, it may seem irrelevant what means we use but if we get into more professional looking article formats (in which I'm deciding on how to create more BBCodes related to this) then by providing these means, we'll have better success with our readers who could have some disabilities as we are not detering them away because they can't make use of our resources we provide. Cheers, MC
I appreciate the new tags and you are right: I think they make a difference For more professional articles, a reference/citation tag would be awfully nice. Basically they need to look like this [BLORK06] with a link to the full citation below. It is just an automated interior link with the link id as the abbreviation. With abbreviation or acronym, I can maybe get a bit closer. [BLORK06] "Using Citatations in Astahost Articles". Bobby Blork. Non Existant Publications Weekly. Never-Never-Land. 2006 Also, would it be possible to have an upload feature where we can actually provide a subset of xhtml? It would be easy to check the subset against a DOM for proper use of tags, but the article can then be written offline. You can use a stylesheet to convert it for posting. I usually write mine offline anyway, but I then have it stored in my files in BBCode rather than something more useful. If I have it in xhtml (or heck, DocBook article format), it may be more useful to me down the road. Hmmm... I wonder if I can write a BBCode stylesheet for my DocBook articles...
Reply
evought
Apr 10 2006, 01:32 PM
Two more quick things: - I updated my Tutorial to use the new tags. One of the main effects is that there are now less abbreviations in my tutorial ;-)
- Is there a list of the valid BBCodes for this board somewhere? I do not see it in the FAQs, Support, or Announcements.
Reply
Kushika
Apr 10 2006, 06:59 PM
I've never seen forum boards with this code. It may be a good idea to add two new buttons on the rich-text editor as peple may forgot about these new tags with time. Great work guys!
Reply
mastercomputers
Apr 10 2006, 11:35 PM
QUOTE(evought @ Apr 11 2006, 01:05 AM)  I appreciate the new tags and you are right: I think they make a difference
For more professional articles, a reference/citation tag would be awfully nice. Basically they need to look like this [BLORK06] with a link to the full citation below. It is just an automated interior link with the link id as the abbreviation. With abbreviation or acronym, I can maybe get a bit closer.
[BLORK06] "Using Citatations in Astahost Articles". Bobby Blork. Non Existant Publications Weekly. Never-Never-Land. 2006
Also, would it be possible to have an upload feature where we can actually provide a subset of xhtml? It would be easy to check the subset against a DOM for proper use of tags, but the article can then be written offline. You can use a stylesheet to convert it for posting. I usually write mine offline anyway, but I then have it stored in my files in BBCode rather than something more useful. If I have it in xhtml (or heck, DocBook article format), it may be more useful to me down the road. Hmmm... I wonder if I can write a BBCode stylesheet for my DocBook articles...
Hey evought, We already share the same thoughts, I'm currently working on BBCodes to make articles/books, etc and referencing tags would definitely be in this, so far I'm looking at how the page will layout, what type of heading tags to have, separator tags, tags that you can use to bookmark within the document so that you can skip to parts of the article, table of contents, etc. That's just for displaying in posts, other ideas outside of this is allow it to be converted into PDF, printable, opened in it's own separate window so you don't have to read other posts in the thread, using RSS for them and maybe indexing them all on one site categorised by what relevant topics they match so we can build an extensive knowledgebase. The problem I face is that not everyone would have the time to make use of these tags, so I'm thinking of building a form that is easy to use and can be used to generate the relevant informformation, or I could create MS Word Templates/Open Office Templates that can help you do the process more easily. Whether I turn it into a BBCode formatted document or turn it into an XML document is still in the "should I" process. Cheers, MC
Reply
evought
Apr 11 2006, 04:20 AM
QUOTE(mastercomputers @ Apr 10 2006, 06:35 PM)  Hey evought,
<snip>
The problem I face is that not everyone would have the time to make use of these tags, so I'm thinking of building a form that is easy to use and can be used to generate the relevant informformation, or I could create MS Word Templates/Open Office Templates that can help you do the process more easily. Whether I turn it into a BBCode formatted document or turn it into an XML document is still in the "should I" process.
Cheers, MC
Look at http://xml.openoffice.org/xmerge/docbook/. There is a style template for producing DocBook articles in OpenOffice. Why invent when you can borrow? Let folks submit using DocBook (or subset) and use XSLT to convert and post. Myself, I prefer to use a decent text editor, but that is just me.
Reply
twitch
Apr 11 2006, 10:24 AM
Excellent Mc. SWIPER
Reply
Latest Entries
plot
Apr 18 2006, 01:42 AM
This is definetly a very cool addition to astahost, congradulations microscopic^earthling
Reply
szupie
Apr 16 2006, 12:54 PM
It works on my Opera (version 8.54). However, it displays "Title: Oh My God" instead of just "Oh My God". But that's not really important, is it?
Reply
mastercomputers
Apr 16 2006, 11:35 AM
QUOTE(OpaQue @ Apr 16 2006, 09:03 PM)  The hover thing fails in Opera. Works perfectly in IE.  Hey OpaQue, I'm positive Opera does work with these as I'm sure I've tested it in the past with it, however I don't have Opera on here yet. The only thing I can think of is that you've turned tooltips off in Tools | Preferences | Advanced | Browsing | Show Tooltips. If that doesn't solve it, I'll install Opera and see if I can sort it. Could possibly add an "alt" attribute, but that may invalidate the acronym/abbr elements. Cheers, MC
Reply
Recent Queries:--
cool bbcodes - 260.56 hr back. (1)
-
new bbcodes - 378.98 hr back. (1)
Similar Topics
Keywords : bbcodes, astahost
- Recent Events At Astahost, The Hosting Server Problem, And The Xisto Corporation
Everything is related it seems. (23)
Astahost Faqs And Web Directory Reinstated
(0) Hi folks, The Astahost Website Directory and FAQs System have been reinstated and are fully
functional again. I've added links to them on the main forum page and they're accessible by
clicking the links right on the topmost menubar of the main page. You'll find the last two items
titled - "FAQs" & "Web Directory" - use these links to access the respective features. The
service disruption was most likely caused by the last hacking attempts - but they were nothing other
than stupid defacing of some useful feature. Not to worry, nothing gained and nothi....
New: Astahost Search Plugin For Mozilla Firefox
Make fluid searches on Astahost (13) Dear members, I'm proud and happy - all under the same breath - to present you with a brand
new Search Plugin for Mozilla FireFox browsers. It was created to make your searches on Astahost
a mere breeze. It installs itself in the same space as your Google Search Bar in Firefox - and
does direct search of the Astahost Forums. This eliminates the need to load the Search page
completely, unless you want to use any of the Advanced Search features. Installation All you
need to do is visit our Plugins & Extensions page at: http://plugins.astahost.com ....
Whatpulse - Get Pulsing!
Join the astahost team! (40) WhatPulse?!?!?! For a little more community fun please join our WhatPulse team
http://whatpulse.org/stats/teams/6382/ WhatPulse is a program that counts how many keys and how
many clicks you use, it does NOT log what you type. It is a little competition and we can be at the
top! I mean come on look at our member count "2,056" with that we could go far, we could
definately get in the top 25 but we need your help. We NEED you to join our team. To get whatpulse
join at there site whatpulse.org and download there client. Its FREE! Then log into t....
Prodigy Leaves Astahost...
(0) Prodigy decided to leave Astahost yesterday ( January 30, 2005 ) due to his own busy life and also
his new company. He has contributed a lot to this forum. Not only that, but all the free web
hosting accounts, configurations, modification.. were managed by him. Without his help, It would had
been very difficult for me to get the sites up and to keep the hosting requests updated. I
sincerely wish him luck on behalf of the entire Xisto Corporation to his new company and his career.
Also, From today, I will taking all the responsiblity for approving, upgrading and perfor....
FANTASTICO and ADDON SCRIPTS at Astahost.
These are pre-installed scripts. (0) These are the Pre-installed scripts at our servers under the Scripts section allowing them to
install them at the click of a button. QUOTE phpBB phpBB is a web bulletin board system.
4Images 4images is a powerful web-based image gallery management system.
AardvarkTopsites Aardvark Topsites PHP has all the features you will ever need
AdvancedGuestBook Advanced Guestbook is a PHP-based guestbook script. AdvancedPoll
Advanced Poll is a polling system with powerful administration tools. Classifieds Higly
customizabl....
Looking for bbcodes, astahost
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for bbcodes, astahost
|
advertisement
|
|