snydersoft.com

Sharing Web Development Information

Tag archive for ‘Wordpress’

Upgraded to WordPress 2.5

Followed the simple 3-step upgrade process at WordPress.org and had no problems getting it installed.

Twitter and WordPress

I wanted to document one of the hacks that I have made to a the Twitter Wordpress Sidebar Widget.
Edit to “Twitter Wordpress Sidebar Widget”
I wanted a line break after the time, so I added the following line:
li.appendChild(document.createElement(’br’));
As the last line inside the following “if” statement:
if ( showTimeFirst == 1) {
I also attempted to [...]

Twitter’n

Now that I have successfully moved to my new web hosting provider, I am ready to get back to blogging more regularly. The move was relatively easy, but took time to get everyone to play nicely and move the DNS records and get WordPress upgraded and all the old articles restored.
One of the first [...]