Archive for the 'Uncategorized' Category

Online code browser

Uncategorized No Comments »

I have created an online code viewer for wpAdMentor as well as the old phpAdMentor code. One of the best ways of learning how to deal with a new framework (or should we call it the WordPress code beast) is to see how other people has done it. So therefore I am offering you to quickbrowse the source files - I know I havn’t done everything (if anything) the best way possible (it’s a learning process for me as well, remember) - so in some ways it might serve as a “don’t do it like this” - at least when it comes to the phpadmentor code from 2001.

I will try to post code for my plugins that way, since it actually helps me as well, having a resonably quick search interface for my own code.
Btw: no it’s not PHP I know. I do a lot of ASP.NET coding as well, and this was created in .NET 2.0. I am using Lucene for indexing and searching and must say I am really impressed with it. I might have some basic articles on that as well coming up any day or week or month :)

Wordpress remote management

Uncategorized No Comments »

I’m trying to automate as much of the WP admin stuff as possible, and the reasons for that is of course because I’m lazy, hehe. Seriously, it takes a lot of to manage 20ish of blogs (on different servers and different hosting accounts etc) if you are supposed to go through the admin GUI  and login/click around etc for each of them.

I have my own Windows client for managing it, where I basically select a blog from a dropdownlist and then by utilizing XML-RPC calls do my stuff. One example of where the existing RPC interface is not enough is blogrolling, therefore I created my own extention plugin for link management. I have a lot of more of these type of RPC extentions, but they are simply not ready to be published yet, but I will.

In the meantime waiting, why don’t you download a really basic remote blog manager program, which gives you the (C# sourcecode is included) very first skeleton program for you to build upon. While the actual article writing GUI is a joke compared to other blog clients, say LiveWriter for instance, the point is that is is totally expandable. And YOU decide on how to expand it. If you know how to implement some XML-RPC on the server side then there is NO limit on what you can achieve from your OWN blog client. For example I am experimenting on some options manager. So please feel free to download and try it out - the code is very simple, but has no error handling at all, but, hey, at least it’s a start.

ArticleMentor PHP

Uncategorized No Comments »

Really simple and old (not updated nor supported for many many years) publishng script.

phpArticleMentor