Was sich so tut..

Ein neuer BlogSkin hat sich getan. Ich konnte diesen grünen Hintergrund nicht mehr sehen.. 😀 Auf einem 24″ Monitor hat der so viel Platz eingenommen,.. grausig.
Jetzt ist das ganze wieder etwas dunkler. Viel angenehmer fürs Auge. 🙂
Der Skin tümpelte jetzt eh schon einen Monat oder so auf meiner Festplatte. Ein paar Kleinigkeiten könnten sicher noch verändert werden, das mach ich dann im Laufe der Zeit.. oder auch nicht.

..und sonst so: Bin jetzt noch zusätzlich Geo Student. 😀

Contaxe XML Schnittstelle

Da ich noch immer einen Contaxe Account habe, sah ich mir mal vor kurzem an, wie sich seit meiner letzten Benutzung dieses Werbeanbieters die Situation entwickelt hat.

Dabei bin ich auf deren XML Schnittstelle gestossen, welche nun eh schon ein Zeiterl in Betrieb ist.

Ich finde dies sehr interessant, bietet es doch die Möglichkeit Werbung besser in das Seitenlayout zu integrieren.

Nach einem Blick in die Dokumentation habe ich meinem „wiesel aus dem Loch“ prompt die Fähigkeit des Denkens geschenkt. Aber irgendwie.. es denkt nur an Werbung.. 😉

Bin gespannt wie es sich entwickelt, aufjedenfall ist es eine witzige Präsentationsweise der Werbung.

Übrigens, sehr überrascht war ich, als ich sah, dass der Contaxe Support auch via ICQ erreichbar ist, und das auch um 1 Uhr früh.

TextFormatter update

9 months ago I presented my TextFormatter Extension. I’ve used it for my posts since then, and I’m very happy with it…

…but one important feature of BlogEngine.net doesn’t work with my textformatter extension so far: trackbacks.

BlogEngine.net searches for a-tags in your posts, and uses them for sending trackbacks. With my extension you have a different markup for your links, so they aren’t recognized.

Now there are 2 approaches to solve this problem:

  1. Change the mechanism used to find links
  2. Add the missing functionality to the extension

The first solution would be the easiest, but has one big problem. The concerned code is located in the core project. So on every update to a newer version of BE, requires a change in that code. To complex for simple users.

So the second solution is the best one. Most of the needed code is already written by the BE team, but some of it isn’t reachable from outer code. So some stuff has to be copied, but that’s not so much.

Another update: the extension now uses the extensionmanager. So you don’t have to take a look at the code to change some settings.

Get it here

Irgendwie nur langsam

Blog am Stock?

Irgendwie geht hier im Sommer nicht viel weiter… Zumindest nicht mit neuen Beiträgen, aber es freut mich immer wenn ich mal wieder auf eine meiner BlogEngine Extensions ein Kommentar erhalte.

Sollte ein paar mehr erstellen, vielleicht häufen sich dann auch die Kommentare irgendwann. lol 😉

Neues Theme

So, das mooblog erstrahl nun in einem neuen Theme…

Ich hoff es sieht überall so halbwegs ident aus. Bei den beim Testen verwendeten Browsern hats gepasst. 😉

Just released: mail2blog Extension

Its late.. I need some sleep.. so just a few words:

Have fun with it. 😀

Mail2Blog Extension v0.1 – 21. June 2008

As every extension it’s released under the Ms-PL

For usage informations, installation notes and so on, take a look into the readme.txt in the zip file…

Later I will create a page for the extension, where I’ll put those informations too, but now I have to go to bed. 😀

Oh.. and.. I have used this extension several times on this blog and it worked without problems, but the released one is a little bit pimped up.. So there could be some bugs, or other crazy things. Please inform me about weird behaviour. 🙂

Mhm.. and you need a current version of BlogEngine.net (at least with this extensionmanager thing..) and it would be fine when you’re able to do some changes to the code of BlogEngine.net. (Reason is explained in the readme file, and here is some explanation too )

And now.. good night. 🙂

whoops..I forgot to mention how to write an email to your blog:

Just write a normal email to the configured email address, but some special information in the subject:

[BLOG] *these are tags* #these are categories# ‚i am the author‘ „this is the subject of the posting“

The [BLOG] part is needed, but can be configured to some other text. (Called prefix on the configure page)
Then you have a tag and a category list. You can specify the author, and the subject. These infos are recognized by the characters surrounding the information.
So remember:

* -> surrounds tags

-> surrounds categories

‚ -> surrounds the author name
“ -> surrounds the title

None of them are required infos, except the prefix part. ([BLOG] in the example above..)

Update 3. July 2008:
Here is the patched core dll to use with the mail2blog extension. It’s the code from the official 1.4 release but with the 2 modifications needed.

mail2blog Extension in Arbeit

Arbeite seit gestern Abend an einer mail2blog Extension für BlogEngine.net.

Das ist so ziemlich das einzige Feature das mir abgeht. dasBlog hatte diese Funktion schon als ich began diese Blog-Software zu benutzen, und ich habe sie auch mehrere male benutzt. Alle Einträge der mobile-Kategorie (ausgenommen der Ankündigung vom m600i) wurden von meinem alten Handy (SE v600i) geschrieben.

Habe damals einfach eine MMS an die eingetragene E-Mail Adresse geschickt, und dasBlog hats dann irgendwann abgeholt und ins Blog gestellt.

Zuerst hats nicht ganz funktioniert, weil soweit ich mich erinnern kann war einer der E-Mail Header nicht ganz korrekt, und wurde deswegen nicht erkannt. Das Problem wurde aber schnell behoben, und dem Mobile-Blogging stand nichts mehr im Wege.

In letzter Zeit vermisste ich diese Funktion zunehmends, und gestern rappelte ich mich auf und habe mit der Umsetzung einer solchen Extension begonnen. Alles lesen

How to get rid of TinyMCE in BE.net

TinyMCE can be a pain in the neck, especially when you like to have full control over your blog posts, or you’re using something like my Text Formatting Extension

Removing it from the blog engine is very easy, but it has some sideeffects. The smilie-extension isn’t working anymore. 😉 Okay.. it’s possible to bring it back to life. 😀

So let’s begin with our operation.
Alles lesen

Another BlogEngine Extension

Deutschsprachige User aufgepasst! Es folgt Englisch!

Well, it was a long time of nothing here on blog.furred.net, but today I wrote another extension for BlogEngine.net.

It was a quit simple task, because I just used two nice libraries, which are already existing for serveral years.

I had the idea for this extension a few weeks ago, but unfortunately I forgot the name of this libary. lol! But I found it again. 🙂

You may ask what the extension is for, and I will answer with two words: wiki-like (one) formatting (two).
Yeah. That’s it!

The whole thing works quite fine, even with my syntax highlighter. Before you ask: No, I’m not using TinyMCE or some other wysiwyg editor to write my blog posts. Plain old textarea (or let’s say multiline textbox 😉 )

Lets come to the libraries I mentioned.
The first one ist a Markdown library for .net written by Milan Negovan.

And the other one is Smarty Pants. A .NET version comes with Markdown.Net

Please notice:
Original Markdown and SmartyPants © John Gruber
Markdown.NET and SmartyPants.NET © Milan Negovan

The extension will be released when I know if it works with the current version of the engine. I had no time to perform an upgrade.

Update 07.Dec.2007
Today I performed an upgrade to the most recent BlogEngine version from svn, and tested the extension. It worked, so I put the code online. So grab the extension now! 🙂

Update 17.Dec.2007
Mh. It seems that nobody is using this extension. Because today I found out, that there was a little mistake in the uploaded version. The text is formatted, but it isn’t replaced, so the original text is written to the user. Download is updated, now it works. 🙂

I’m already using it, and yes, this post is written with it.

Here is some demonstration of the features

Heading..

Another heading… <- ellipsis

Oh, it’s a quote!

Nested quotes?

Nested quotes!

harhar
yay?

yay!

[code=Markdown;markdown markup of demonstration stuff]

Heading..

Another heading… <- ellipsis

Oh, it’s a quote!

Nested quotes?

Nested quotes!

harhar
yay?

yay!

[/code]