BBCode Converter

BBCode Converter

am 15.03.2007 15:37:26 von unknown

hi there,

i'm desperately looking for an HTML to BBCode (and vice versa) converter,
either as a COM component or vbScript for use in an ASP (not .NET)
web-application. i sure could write one on my own, but my vbscript/COM
skills are a little rusty since I work with C# and .Net for almost the last
decade.

does anyone know of something or has a snippet of code in his/her bottom
drawer? any hint/help is greatly appreciated.

cheers!

Re: BBCode Converter

am 15.03.2007 16:58:33 von me

..net for a decade?


"Matthias S." wrote in message
news:OIpwl8wZHHA.4940@TK2MSFTNGP05.phx.gbl...
> hi there,
>
> i'm desperately looking for an HTML to BBCode (and vice versa) converter,
> either as a COM component or vbScript for use in an ASP (not .NET)
> web-application. i sure could write one on my own, but my vbscript/COM
> skills are a little rusty since I work with C# and .Net for almost the
> last
> decade.
>
> does anyone know of something or has a snippet of code in his/her bottom
> drawer? any hint/help is greatly appreciated.
>
> cheers!
>
>

Re: BBCode Converter

am 15.03.2007 17:43:08 von Jon Paal

google:

HTML to BBCode



"Matthias S." wrote in message news:OIpwl8wZHHA.4940@TK2MSFTNGP05.phx.gbl...
> hi there,
>
> i'm desperately looking for an HTML to BBCode (and vice versa) converter,
> either as a COM component or vbScript for use in an ASP (not .NET)
> web-application. i sure could write one on my own, but my vbscript/COM
> skills are a little rusty since I work with C# and .Net for almost the last
> decade.
>
> does anyone know of something or has a snippet of code in his/her bottom
> drawer? any hint/help is greatly appreciated.
>
> cheers!
>
>

Re: BBCode Converter

am 15.03.2007 18:41:43 von unknown

Thanks for the hint. I've done this already and since the results were
either for php or javascript, I'm on my way of roling my own parser. I was
just wondering, if there is something prebuilt out there. I don't want to
reinvent the wheel twice a day and the issue looks like something, a lot of
people come along. It's not that exotic, is it?

"Jon Paal [MSMD]" schrieb im
Newsbeitrag news:12viqcf6e9tmh02@corp.supernews.com...
> google:
>
> HTML to BBCode
>
>
>
> "Matthias S." wrote in message
news:OIpwl8wZHHA.4940@TK2MSFTNGP05.phx.gbl...
> > hi there,
> >
> > i'm desperately looking for an HTML to BBCode (and vice versa)
converter,
> > either as a COM component or vbScript for use in an ASP (not .NET)
> > web-application. i sure could write one on my own, but my vbscript/COM
> > skills are a little rusty since I work with C# and .Net for almost the
last
> > decade.
> >
> > does anyone know of something or has a snippet of code in his/her bottom
> > drawer? any hint/help is greatly appreciated.
> >
> > cheers!
> >
> >
>
>

Re: BBCode Converter

am 15.03.2007 18:42:10 von unknown

almost, it reads... almost

:)


"ThatsIT.net.au" schrieb im Newsbeitrag
news:310B9A6C-D012-43E1-A92E-53B1D17B67D9@microsoft.com...
> .net for a decade?
>
>
> "Matthias S." wrote in message
> news:OIpwl8wZHHA.4940@TK2MSFTNGP05.phx.gbl...
> > hi there,
> >
> > i'm desperately looking for an HTML to BBCode (and vice versa)
converter,
> > either as a COM component or vbScript for use in an ASP (not .NET)
> > web-application. i sure could write one on my own, but my vbscript/COM
> > skills are a little rusty since I work with C# and .Net for almost the
> > last
> > decade.
> >
> > does anyone know of something or has a snippet of code in his/her bottom
> > drawer? any hint/help is greatly appreciated.
> >
> > cheers!
> >
> >
>

Re: BBCode Converter

am 15.03.2007 19:24:54 von Anthony Jones

"Matthias S." wrote in message
news:eewPkjyZHHA.2436@TK2MSFTNGP06.phx.gbl...
> Thanks for the hint. I've done this already and since the results were
> either for php or javascript, I'm on my way of roling my own parser. I was
> just wondering, if there is something prebuilt out there. I don't want to
> reinvent the wheel twice a day and the issue looks like something, a lot
of
> people come along. It's not that exotic, is it?
>

What's BBCode??

> "Jon Paal [MSMD]" schrieb im
> Newsbeitrag news:12viqcf6e9tmh02@corp.supernews.com...
> > google:
> >
> > HTML to BBCode
> >
> >

Re: BBCode Converter

am 15.03.2007 20:12:35 von unknown

bulletin board code

used in many forum board... looks like [b] for bold text [/b] for example...


"Anthony Jones" schrieb im Newsbeitrag
news:Ohug78yZHHA.2436@TK2MSFTNGP06.phx.gbl...
>
> "Matthias S." wrote in message
> news:eewPkjyZHHA.2436@TK2MSFTNGP06.phx.gbl...
> > Thanks for the hint. I've done this already and since the results were
> > either for php or javascript, I'm on my way of roling my own parser. I
was
> > just wondering, if there is something prebuilt out there. I don't want
to
> > reinvent the wheel twice a day and the issue looks like something, a lot
> of
> > people come along. It's not that exotic, is it?
> >
>
> What's BBCode??
>
> > "Jon Paal [MSMD]" schrieb im
> > Newsbeitrag news:12viqcf6e9tmh02@corp.supernews.com...
> > > google:
> > >
> > > HTML to BBCode
> > >
> > >
>
>

Re: BBCode Converter

am 16.03.2007 00:42:04 von McKirahan

"Matthias S." wrote in message
news:epvvVWzZHHA.4552@TK2MSFTNGP05.phx.gbl...
> bulletin board code
> >
> > What's BBCode??

[snip]

Do you just want to replace [ and ] with < and > ?

A couple of uses of Replace() would do it.

Re: BBCode Converter

am 16.03.2007 09:09:05 von Mike Brind

"McKirahan" wrote in message
news:9aednWXJic0jVmTYnZ2dnUVZ_u-unZ2d@comcast.com...
> "Matthias S." wrote in message
> news:epvvVWzZHHA.4552@TK2MSFTNGP05.phx.gbl...
>> bulletin board code
>> >
>> > What's BBCode??
>
> [snip]
>
> Do you just want to replace [ and ] with < and > ?
>
> A couple of uses of Replace() would do it.
>

BBCode uses a bunch of non-standard tags such as [url], [code], [big] etc.
Personally, I'd look at implementing a basic rich text editor instead. I
like the one here: tinymce.moxiecode.com

--
Mike Brind