Jul 8, 2009 by Matt | Posted in Featured, WordPress
I’ve been working on a neat enhancement for my Tweetable WordPress plugin. Already I have a handy “Documentation” link on the plugin’s pages in the WordPress admin. When clicked, it opens a ThickBox dialog pointing to the README.txt file.
Not bad, but it had a few rough edges. Raw markdown doesn’t look look stellar, and then there was the problem with the horizontal scrollbars that would appear from loading a plain text file into the ThickBox. So I made a new script that would load-up the README.txt file and use Regular Expressions to parse some of the more basic markdown syntax into good old HTML.
Continue reading →
Jul 7
If you’ve ever wanted to put a list of the headlines from an RSS feed, perhaps that of another blog of your’s, somewhere on a WordPress site, there’s no need to resort to a plugin or some external script. WordPress includes the functions to…
Jul 6
Joost de Valk thinks WordPress.org should have a section for commercial GPL-compliant plugins, like the new one for the themes. I couldn’t agree more. Of course, we plugin authors get to host our own plugins on wordpress.org, and we can get links back to…
Jul 5
Back in March I wrote a post about the Online Publishers Association’s plans to foist ginormous banner ads upon the masses of people who haven’t yet given into using ad-blocking software. Well, they’re on their way now. CNN, MSNBC, Forbes, and the New York…
Jul 2
Digging Into WordPress recently put up an interesting article, WordPress Configuration Tricks, that covers a bunch of useful features hidden in that little-accessed part of WordPress: The wp-config.php file. [What] many users don’t know is that the wp-config.php file may be used to specify…
Jul 1
TweetBoard is an interesting new service that sprang up a few days ago. It’s sort of a way of bringing Twitter conversation onto your website. Tweetboard is a fun and engaging micro-forum type application for your website. It pulls your Twitter stream in near…
Jun 30
Usability authority Jakob Nielsen recently published a new article suggesting that developers “abandon legacy design” and stop masking password fields with bullets or asterisks, because of “reduced usability to protect against a non-issue.” Most websites (and many other applications) mask passwords as users type…
Jun 29
I recently read an interesting post over at Blogsessive on the big controversy over the GPL and WordPress. It covers the other perspective, that of the smaller theme developers trying to earn a living, from a somewhat neutral standpoint of someone who on one…
Jun 28
Do you know what the Twitter API is missing? A way to sync the last status you read. I use a Twitter client on my laptop (Tweetie), and I use another (Twitterific) on my iPod Touch. And sometimes I might use either Twitter.com or…