Tag Archive: Posts tagged Wordpress
Who Would Want to Break Us?
Posted by Erundur Anwamehtar on July 29th, 2008, at 8:04pm

I am a pirate, you are a princess, we could sail the seven seas.” – PlayRadioPlay!

I’ve done much in the last Eleven Days. Written, rewritten, applied, and phone interviewed. Now applying for more.

On the side, people continue to pay me for being creative. I enjoy this. It’s nice to have positive cashflow.

On Saturday, I wrote a Python script to parse Apache log files and dump the data into a MySQL database. I worked on improving it Sunday. Monday night, I had to do some other work, but I’m looking forward to getting back to the Python. Coding is fun and I love it especially when I’m in the groove. The zone. Focused in, ignoring everything else, and just coding.

I watched the season finale for Deadlist Catch tonight. Somehow, a show about crab fishermen has become one of my favorite television shows. I’ve been pairing back the number of shows on the DVR “to record” list in an attempt to free myself from the constraints of the television. I called up the satellite co. and threatened to cancel my service, but I settled for a price drop of $12/month. I like to watch the occasional Nebraska Huskers football game in the fall and it’ll be here soon enough.

Upgraded the blog to Wordpress 2.6. Whee. A few minor tweaks and improvements to the back-end as usual. On the front-end, the only difference you’ll notice is an extra smattering of Quenyan words I grabbed from some dictionaries and language guides recently as inspired by comments on a recent post.

MyTwitter 1.6 Beta
Posted by Erundur Anwamehtar on March 30th, 2008, at 2:48pm

I released MyTwitter 1.6 beta last night/this morning. A few minor tweaks that you can read about in the changelog. The main thing I did was ensure that it functions properly on the newly-released Wordpress 2.5. It does.

If you’re curious, Cal has a decent writeup about the Wordpress 2.5 release and things you should consider before upgrading.

Minor Threats
Posted by Erundur Anwamehtar on March 27th, 2008, at 7:09pm

I’ve upgraded to the newest version of Wordpress (2.3.3, not quite ready for 2.5 beta). 2.3 had some vulnerabilities so I’m doing the smart thing and closing out some of the holes. Even 2.3.3 has been reportedly having some issues recently and I hope Wordpress will fix the problems and not just ignore the issue in favor of finishing 2.5. Yeah, I want 2.5, but I want a stable version of the platform I’m currently on.

If you noticed the site had a bit of downtime earlier today, this would be why. I needed to update it as soon as possible, so I did.

MyTwitter 2 for Wordpress (Official Plugin Page)
Posted by Erundur Anwamehtar on January 19th, 2008, at 9:51am

MyTwitter @ Twitter: twitter.com/Elitwee

Current MyTwitter Version: 2.02 (December 13, 2008) — Wordpress 2.7 Compatible!
Download (Zip) (hosted at official Wordpress Plugins site)

About: MyTwitter allows users to display their Twitter status updates (tweets) on their Wordpress site and update their status through the Settings page for MyTwitter. Includes customization options including avatar display, number of tweets to display, formatting options, and stylesheets. It can be called as a widget or a function.

Donate: If you appreciate the MyTwitter for Wordpress plugin, please consider leaving a donation for the author.


Compatibility: MyTwitter 2.01 has been tested to work with Wordpress 2.7. It should work w/ versions 2.3 and higher.

Requirements: The current version of MyTwitter requires PHP 5.2 or higher to be installed on your web server as it uses the json_decode function and Twitter’s JSON API.

Installation: Extract the contents of the archive. Upload the mytwitter folder to your Wordpress plugins folder (e.g. http://example.com/wp-content/plugins/). Set your preferences in the Wordpress Settings panel for “MyTwitter” (including username, password, and formatting options). Set the Cache Life to the length of time for the Twitter feed to be cached before checking for updates.

Be sure to set the cache location to the appropriate location on your server. It defaults to the “cache” folder located in the MyTwitter plugin directory.

Stylesheets: Example CSS code is included in example.css. To incorporate on your site, copy/edit the code to the stylesheet for your current wordpress theme. For most themes, this can be done by going to Presentation -> Theme Editor and then select “Stylesheet” from the theme files list. The following is the CSS classes/IDs you can use to style your tweet output (additional notes available in the example.css file).

CSS Classes: mytwitter, mytwitter_tweet, mytwitter_tweet_time, mytwitter_separator
CSS IDs: mytwitter_tweet-1, mytwitter_tweet_time-1, mytwitter_separator-1 — the number increases sequentially for each tweet displayed. If you are displaying 5 tweets, they will be numbered from 1 to 5, (mytwitter_tweet-1, mytwitter_tweet-2, etc.)

To Display Your Tweets:
If you have a widget-enabled theme, you can add it to your sidebar by going to the Wordpress Widgets administration screen, selecting “Widgets” from the menu, and then drag “MyTwitter” to the location you want it displayed on your sidebar. If you’d rather add it into your theme manually, use the code below.

<?php if (function_exists(‘mytwitter’)) { ?>
  <li><? mytwitter();?></li>
<?php } ?>

Comments/Questions/Errors: Please leave a comment if you have errors or suggestions. If commenting about an error, include your versions of MyTwitter, Wordpress, and PHP. (Note: First-time comments are moderated.)

Warranty: This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Newest Version: Download Newest Version
Old Versions: Download MyTwitter 1.6 or view other old versions.

MyTwitter Wordpress Plugin
Posted by Erundur Anwamehtar on October 20th, 2007, at 12:29pm

NEW ADDRESS: http://anwanore.com/projects/mytwitter — The plugin has a new address at a project page I created exclusively for the MyTwitter for Wordpress plugin

Plugin: MyTwitter
Current Version: 1.5 (Updated February 10, 2008)
Download (Zip) (from official Wordpress Plugins site)
Download (Zip) (from my server)
Note: Only download from sites you trust. I’ve seen a few illegitimate spam sites popping up with ripped-off copies of the text and files with no attribution.

About: MyTwitter allows users to display their Twitter status updates (tweets) on their Wordpress blog and update their status through the Options page. Includes customization options including number of recent twitters to display, formatting options, and stylesheets. It can be called as a function or used as a widget.

MyTwitter @ Twitter: http://twitter.com/MyTwitt3r

Please see the new project page for MyTwitter for installation assistance and to leave any comments about the plugin.