Author Archive

blogPost – XMLRPC Windows Blogging client

No
responses
by
on
November 23rd, 2003
in
Code

I am almost done with blogPost. This application (written at my own behest, to learn) is a client application to post to blogs. Some of the final features will include: Ability to post to multiple blogs with the same item blogPostComment, ping and post status controls (which are lacking in w.bloggar) Ability to code RPC calls into the application (with associated help files) for new blogging applications and APIs not implemented Pure XMLRPC implementation, so simple code, existing methodology Open Source, ThankYouWare Features NOT part of the agenda include: Fancy interface with lots of XP like icons which are never used by the average blogger Ability to edit or modify previous posts Category name retrieval from blog(might be included in forthcoming editions, just not this one) Multi-threading (this example will NOT be thread safe) I have gotten the XMLRPC++ modded enough to work with my application and I am presently […]

[Continue Reading...]

More WordPress Hacks

No
responses
by
on
November 23rd, 2003
in
WordPress Hack

Jon Anhold has listed his hacks for WordPress and a link to those hacks belongs on this page. They include: Email Notification stuff Archives (older stuff) page Random logo

[Continue Reading...]

FeedDemon Tutorial

No
responses
by
on
November 22nd, 2003
in
General

Daynah has a handy tutorial for those just starting out with FeedDemon and RSS. …excerpt from: http://nick.typepad.com/blog/2003/11/feeddemon_tutor.html

[Continue Reading...]

FeedDemon RC4

No
responses
by
on
November 20th, 2003
in
General

Nick has released the 4th and probably the final release candidate of his amazing RSS reader for Windows. I haven’t had the time to install or use it yet as my computer is still in pieces due to the redecorating….…excerpt from: http://www.twenty4.org/archives/2003/11/20/feeddemon_rc4.php

[Continue Reading...]

Blogroll Hacked ?

2
responses
by
on
November 19th, 2003
in
General

Has your blogroll been hacked recently? If so I have some quick solutions for you which might get you off your Blogroll kick and might save you some hassles in the long run. 1) Use WordPress which has a built-in BlogRoll – no subscriptions needed! 2) Use my LinkTours php script which emulates a blogroll, is stored on your own webserver and is very slim and tidy, but it lacks the pinging scripts (so no updated sites list) 3) MT has a hack (I know it exists, Im still trying to find it) which emulates a BlogRoll 4) TypePad has built-in blogroll functionality, as well, using the TypeLists feature – Added by Anil 5) The online RSS reader Bloglines will let you export folders of your subscriptions as a blogroll. This means your blogroll is automatically synchronised with what you are really reading. – Added by Ben 6) Make Backups! […]

[Continue Reading...]

Corrupted MySql Database or recovering from a backup mess in Mysql

No
responses
by
on
November 18th, 2003
in
General

This ( http://www.mysql.com/doc/T/a/Table_maintenance.html ) is a good place to start with corrupted MySql databases. If you backup again and run myisamchk on your tables, you could recover the information. There are a couple of other methods. Your Mysql setup information in stored in a file called my.cnf inside your etc directory. Make sure your data directories are pointing to the base dir. e.g. Here is my setup [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock [mysql.server] user=mysql basedir=/var/lib Restart mysql and httpd if you made those changes (with /etc/init.d/mysqld restart and /etc/init.d/httpd restart from a prompt, logged in as root) Now, once you have that setup correctly, PhpMyAdmin might come to your rescue. On a default install of MySql (both from binaries and compiled) a new database called mysql is created which lists all the users for the mysql server, etc. Make sure you re-create the users and passwords as they existed in your previous […]

[Continue Reading...]

Automatically shut off comments for stale blog entries in WordPress Hack

10
responses
by
on
November 18th, 2003
in
WordPress Hack

I got a request in the WordPress forums to have a way of autmatically turning off comments for entries that fall off the first page and here are the results. My idea is turn off comments for the posts that fall off your list once you post. Quite simple actually. It takes the post_ID of your new post (which is published status) , subtracts a pre-determined value to get the post for which comments need to be shut off, and then sets that information in the database. Now that I try to post the hack, I realize it might be really difficult to find for non-programmers. Click here http://dinki.mine.nu/weblog/b2-img/b2edit.phps to get the hacked b2edit.php and save it under your wp-admin directory. For WordPress 1.0+ : Find post.php in your wp-admin folder and find this line: } // end if publish (this shows up twice, you want the one that is […]

[Continue Reading...]

How did your blog name come about?

No
responses
by
on
November 17th, 2003
in
General

Here is an excerpt from a recent thread of conversation from the WP support forums that I like to help out at. I have used the nickname LaughingLizard since my undergrad days. I did nothing special to think of the name, just sounded like I fit right into it. After graduation I wanted to register the name but found some restaurant owner (very lascivious business genre) had registered it already. The desire to name my blog after my nickname had to come to an end for the time being. As for the present name of my blog, I worked very little to acquire it. I love the word muse, worked it around a little, kept in mind that I wanted it to be something that is easily searchable and distinct as a word group, and there it was. As luck would have it, when I could finally afford to purchase […]

[Continue Reading...]

ZonkBoard

1
response
by
on
November 16th, 2003
in
Weblog Add-Ons

ZonkBoard is a fun blabber board made specifically with weblogs in mind. It’s simple to use and simple to set-up! If you’ve already got a ZonkBoard, go ahead and log in now to configure it. Otherwise, sign-up and grab one now! ZonkBoard features include: Personal Color Configuration Simple Cut & Paste Install Online Entry Manager Ban Nasty Users! Date/Time Stamped Messages Lots More…

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php