Computer Programming
WPXtensions.com is finally here!
May 2nd 2011
OK so the business website is finally up and running. Check it out!!!!! https://wpxtensions.com
Plugins Updates With SVN Repos and WebSVN
Feb 17th 2011
I have been creating and configuring all sorts of new applications and wanted a way to track and update my plugins and projects easily and conveniently, so I created Plugin Updates plugin. This plugin makes a breeze to configure and update all things related to plugins. I first installed SVN and WebSVN on my server…
Escape html tags in xml files
Jan 29th 2010
HTML tags must be escaped!
If you do not properly escape the < , > and ” characters, flash driven xml files will not work. Here is a handy utility you can use to convert your html code to escaped text that can be used in xml files.
Arras theme page comments
Jan 17th 2010
Ok so I ran into this while looking at my site after upgrading to wordpress version 2.9 and found that all my comments for pages disappeared but the post comments were fine, So I googled and found that arras theme has a conflict with wordpress v2.9. and this is the issue and wamo-bamo it worked!
Top 20 WordPress Plugins I’m featured #11
Jan 5th 2010
Thanks to Kerry Webster for the table and the download link to the pdf download!
I’m featured in a Magazine!
In issue 164 of Web Designer Magazine there is a feature article on WordPress plug-ins, “Electrify Your Blog: The Top 20 WordPress Plug-ins for the Next-gen Blogger”. Matt Mullenweg
My own RSS for music files from PHP
May 29th 2009
If you have read the previous post about the Website Music Player than you should be able to understand a little more about what is said in this post.
I was searching for hours and hours the other day and found some snippets of code to generate my music RSS and wow I love IT! I used PHP and xml to generate the RSS format.
I first had thought about how I generated the .xml code from the media player list and then found some things that could help in order to generate the correct information for the RSS feed.
So here is the code that I made that works: (put this code in a music_rss.php file)
Website Music Player
May 17th 2009
I am finally able to sit down and tell you about the media player that I put on my website. As you can see to the right is a music player and the code that I used is valid XHTML. So here we go:
Javascript Confirmation and variations
May 1st 2009
I wanted to make a pseudo login scheme for my page and came across some really cool stuff so take a look….
wp_get_archives(‘type=alpha’)
Apr 21st 2009
Thanks to great find I was able to make some sweet adjustments to my site. With some modification to what JTK said on his website I used some really cool drop down boxes to achieve what I wanted on my site. I will give you the code for both…
HTML Encoder
Apr 16th 2009
Have you ever wanted to encode your html to make it show up inside of um say wordpress post and not be ran through html scripting? Well here yah go: This will output that for you!…

