Posts Tagged ‘press’
Getting Wordpress To Ping Google Blog Search
Written by Chris on July 5, 2008 – 11:07 pm -I noticed today that my blog wasn't included in Google blog search, so I set out to find out why.
The reason was google didn't know about it, so I added it to my list of update notification services as this blogcarta post explains how to do: http://www.blogcarta.com/2006/10/17/how-to-ping-google-blog-search/
Oddly enough, though I know what pinging is, how it works, etc. I'd not really thought about/researched wordpress pinging to any great extent, and found out that I was missing a lot!
Firstly, I have a feed burner account (http://www.feedburner.com) and can automate a massive amount of the pinging from there so I turned all that on (see the PingShot option under the Publicize tab).
Secondly this got me thinking about what may be missed as feedburner wasn't pinging them, so I turned to the codex list of ping service (which oddly enough I had been to a number of times before but never used): http://codex.wordpress.org/Update_Services and I added all of these to my list too.
Next I saw the Smart Update Pinger on the codex and downloaded and installed that - It basically improves the pinging wordpress does by default by only pinging services when a new post is published and logging the responses.
And then I started looking at all the other posts that existed about pinging services and who should be pinged when and how. And as I'm tired my head started swimming.
So ultimately, what's needed here? Yes, you've guessed it, another improved plugin.
I shall be writing my own plugin to improve the pinging functionality in wordpress. It will be based on previous work, namely Smart Update Pinger but improve the existing functionality of that by including the following features:
- Central list of sites to ping automatically updated via webservice, so you're always on top of the game (would be so nice if this wasn't necessary, but hey ho!)
- Re-ping feature to notify ping services that are temporarily down about your post once they're back up
- Centralized logging to determine when a service goes off-line for extended periods of time or for good
All of the options will be turned on/off-able for users concerned about privacy.
If the guys who write Smart Update Pinger want to add this functionality in themselves, then fine, please go ahead but please let me know first. otherwise I'll be coding this up in a few days time.
If you want to be informed when the first release of my pinging plugin is made then either subscribe to my feed or leave me a comment
Popularity: 32% [?]
Sphere: Related ContentTags: ideas, improvements, in, ping, plug, plugin, press, updater, word, Wordpress
Posted in Plugins, Pot O' Ideas, Web Development, Wordpress | No Comments »
Advanced Syntax-Hilighting Online Code Editors - A Wordpress IDE?
Written by Chris on July 2, 2008 – 6:10 pm -When I write plugins for wordpress I like to do it on a test blog in a live environment.
Maybe not the best idea, but it's how I like to do it, and it also flags up any weird and wonderful restrictions to the development of the plugin as a result of my hosting company's security policy.
For a while now I've worked with just the plain old plugin editor that comes with wordpress, but this is cumbersome to say the least and as such I went looking for a syntax highlighting editor which I could (if necessary) convert into a plugin to (ironically enough) improve the plugin editor.
Turns out that there's quite a few good syntax highlighting online code editors available (list at the end of this post) and at least one neat one (CodePress) has been converted to a wordpress plugin for theme editing and plugin editing.
This is a really great start, but there's a couple of things I'd really like to see to progress this work - If I have the time I'll do it myself, otherwise someone else reading this post may like to take it up!
Basically the current Codepress for wordpress plugin is missing (in my opinion) a few additional functions to create backups of the plugin or theme files you're working on, to an extent a rudimentary versioning system could and should be implemented within the editor.
There should be an option to package up the plugin you're editing and release it to the community/tie updates into the automatic plugin updater of 2.5
The current CodePress release is great but what would make it even greater would be code hinting when editing.
I don't know enough JavaScript to say whether or not this is possible but it would be cool for the editor to notice that you've just typed or started to type a PHP (or other language) function name, and provide you with a syntax hint for the function.
This would work (in my mind) by noticing the opening of ( and then checking what preceded it back to the last space or operator (*, ., /, etc.), then looking up this string from a function definition array and displaying a tooltip near where you are editing in the text area to remind you of the syntax - possibly with an autocomplete if you press enter.
I think the main problem with this is knowing where you are in the text area to display the div with the tool tip text in it in the right place. I know you can monitor where you are in a text area in terms of columns and rows, so surely if you know the location of the start of the text area and the size of the character in the text area and the co-ordinates of the cursor in the text area via row/column values you should be able to determine the optimal position for the <div>?
I think it would be really great to see that kind of functionality in any of the online code editors listed below on it's own let alone any other stuff such as versioning that I've already mentioned.
So there it is!
I probably will end up doing some work on the codepress plugin myself from a versioning point of view, but if any one else out there can figure out a way of doing the code hinting in JS that'd be fantastic!
Existing On line Code Editors:
Autosuggest example (could be used to provide the tool tip if the positioning is worked out): http://gadgetopia.com/post/3773
Wordpress plugins:
- Codepress plugin for Wordpress: http://rulesplayer.890m.com/blog/?page_id=4
- Flash based code editor with wordpress plugin (dated solution IMO): http://www.flashtexteditor.com/ftf/
Popularity: 22% [?]
Sphere: Related ContentTags: code, codepress, editor, high, highlight, java, JavaScript, light, PHP, plugin, press, script, syntax, theme, Wordpress
Posted in JavaScript, PHP, Plugins, Pot O' Ideas, Web Development, Wordpress | No Comments »
Wordpress 2.5 Released!
Written by Chris on March 31, 2008 – 8:32 am -Version 2.5 of wordpress has been released and we have a nice new admin interface at last, not to mention the plugin auto-updater (something I was planning to write myself sometime soon) and a number of other nice features!
Personally I think the update is a great, but I can't help wondering if, as other wordpress users upgrade, they will find nicer = better?
It may be just the fact that I was used to the old interface that causes me to say this, but somehow, though clunky, the old interface seemed easier to use. From a new user perspective however, the interface is probably more obvious to navigate and generally deal with, so when it comes to attracting new users to wordpress then it's probably a good thing - after all this isn't going to deter wordpress's current x million users, hopefully just attract more!
So what else is new?
Well there's a nice little gallery making the display of collections of images a LOT easier. Couple this with the multi-file up-loader and the EXIF extractor and we now have a system that really aids those who display a lot of multimedia content in their blogs.
At last (I wish I could emphasise this more), the search function covers the scope of a whole wordpress site i.e. posts and pages - about time!
Tag and permalink management has been vastly improved so there's no need to use a third party solution to control these.
And the last most significant upgrade is the improvement (some would say actual implementation) of sensible multi-user management during editing. i.e. If user x is authoring a post along with user y, user x now actually locks the post while editing, meaning that user y's updates and auto-saves can't overwrite or conflict with those of user x.
From a technical point of view, there are some good security updates well worth having, as well as features that allow you to override and add to the new media buttons feature of the editor. There is also the shortcode API which really eases the placement of special code within the content of a standard post without screwing up the html of either - again the insertion of media galleries is a prime example of this.
All round then, the new version shows some really useful progression in wordpress and can only aid its uptake by new users, as well as adding some good solid updates for those of us who have been using it for years!
Popularity: 10% [?]
Sphere: Related ContentTags: 2.5, post, press, update, word, Wordpress
Posted in Wordpress | 1 Comment »
Meld Wordpress And Facebook Together With Wordbook
Written by Chris on January 30, 2008 – 6:18 pm -Now this is a pretty neat plugin:
Wordbook allows you to send your wordpress blog posts directly to your Facebook mini feed without any cut and paste nastyness - fantatsic if you tend to used wordpress as a blog and Facebook for networking rather than the other way round
You can get the plugin here: http://wordpress.org/extend/plugins/wordbook/
Popularity: 8% [?]
Sphere: Related ContentTags: blog, book, face, facebook, feed, post, press, update, word, Wordpress
Posted in Wordpress | No Comments »
Make Money With Wordpress And Matched.co.uk
Written by Chris on November 21, 2007 – 1:34 am -Everybody out there at the moment is trying to make money from their blog in one way or another, and one great way I found recently was via matched.co.uk, who will pay you up to £75 per month just for putting their ads on your sites.
This is great, but the way they do it is by allocating you one ad per page, up to 5 pages per site which can be a problem for wordpress users:
- Because the wordpress editor interferes with the ad code if it's pasted into a post
- Because if you were to dump all the ads in to your sidebar so they appear on all pages they'd look a mess
To get around this, I have written a neat little ad rotator plugin / sidebar widget for matched ads which will display each ad correctly in the sidebar of each page you have an ad allocated to.
You can see this in action by visiting the following links:
http://www.coderchris.com/
http://www.coderchris.com/2007/09/21/making-flash-sites-easy/
http://www.coderchris.com/2007/09/19/installing-red5-open-source-flash-media-server-on-centos-42/
A screen shot of the interface is here:
http://www.christopher-dean.co.uk/images/main.php?g2_itemId=1980
If you too would like to make money from matched.co.uk easily with wordpress, then you can buy my ad rotator via paypal for just £10 by clicking this button:
Popularity: 7% [?]
Sphere: Related ContentTags: ad, blog, matched, monetise, money, press, rotator, word, Wordpress
Posted in PHP, Products, Wordpress | 6 Comments »














Feed 
