<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/abc" --><rss version="0.92">
<channel>
	<title>J3 Web Works</title>
	<link>http://j3webworks.com</link>
	<description>Web Design and Blog Consulting</description>
	<lastBuildDate>Thu, 26 Aug 2010 02:47:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/J3WebWorks" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="j3webworks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Wordpress comments meta data: Adding a checkbox</title>
		<description>Recently at work, there was a need to ask for additional data in the comments section of a WordPress site.  A checkbox needed to be added to the comments form asking a question.
This sounded like a good use for WordPress comments meta data.  There isn&amp;#8217;t a lot of information out on the interwebs [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/0c6P1n3B0zs" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/wordpress-comments-meta-data-adding-a-checkbox</link>
			</item>
	<item>
		<title>WordPress: make posts expire or auto-delete</title>
		<description>While working on a website, the client needed the homepage to function differently from other websites and blogs.
Rather than having the home page show the last x number of posts or editing the loop through query_posts to only show posts within a certain timeframe, the posts would either need to appear on the homepage until:

a [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/I67obMgQA4k" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/wordpress-make-posts-expire-or-auto-delete</link>
			</item>
	<item>
		<title>How to display the number of users in a WordPress site</title>
		<description>Recently at work I needed to display the number of users registered in a WordPress blog.
Searching the web gave me the following PHP and mySQL code to display the number of registered users:

&amp;#60;?php $users = $wpdb-&amp;#62;get_var(&amp;#34;SELECT COUNT(ID) FROM $wpdb-&amp;#62;users&amp;#34;);
echo $users.&amp;#34; registered users.&amp;#34;; ?&amp;#62;

But we were using the Register Plus plugin with user moderation. Register Plus [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/Ylq_eGqPqL8" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/how-to-display-the-number-of-users-in-a-wordpress-site</link>
			</item>
	<item>
		<title>WordPress Custom Write Panels &amp; prioritizing what to display</title>
		<description>At work, I received a project for a vlog (video blog).
Each WordPress blog post would have at most one video (some blog posts might have no video).  Also, videos would be hosted either on an online video hosting site (i.e. Youtube, Vimeo..) or self hosted and accessed through a URL to a video ASX [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/OHlUMJPLjSg" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/wordpress-custom-write-panels-prioritizing-what-to-display</link>
			</item>
	<item>
		<title>WordPress: Display an image from a post or custom field</title>
		<description>In my other blog, Pet Turtles And More, I wanted to display one image from the content of my posts and be able to over-ride that image with another, if I so choose, within the WordPress loop .
The result I wanted (which is what I got) looks like this:

The first image in the post is [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/Jl7e8XZZFaA" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/how-to-display-an-image-from-a-post-or-custom-field</link>
			</item>
	<item>
		<title>Going to WordCamp NYC</title>
		<description>I&amp;#8217;ve been wanting to go to a WordCamp since I got into blogging&amp;#8230;it took a few short years and now I&amp;#8217;m finally going.

WordCamp is going to be two whole conference days of nothing but WordPress.  I like the sound of that&amp;#8230; 
I even know one of the speakers!
Sometimes, I work with WordPress all day [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/YumO-FwrljU" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/going-to-wordcamp-nyc</link>
			</item>
	<item>
		<title>Updated blog design</title>
		<description>Since I do more Twitter updates and don&amp;#8217;t blog here on this website as much as I do for my pet turtles or Brazilian Jiu-Jitsu websites &amp;#8211; I decided to update the look of J3WebWorks.com.
The blog page now features my latest tweets (Twitter messages) on top of my blog posts.
I&amp;#8217;m using the javascript Twitter Statuses [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/iqoLVhrfPOc" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/updated-blog-design</link>
			</item>
	<item>
		<title>The Warx Theme</title>
		<description>Presenting my first free theme:  Warx.

The Warx theme has a two column layout, dropdown pages menu, five widget-ready placement areas (including a page template with widget areas), gravatar support, threaded (nested) comment support, and separated trackbacks &amp;#38; pingbacks.
For CMS solutions, it offers five different widget areas, allowing for different presentation and locations of widgets.  [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/12r7QwXtDiI" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/the-warx-theme</link>
			</item>
	<item>
		<title>WP-Cycle plugin: better than hacking NextGen Smooth</title>
		<description>A few weeks after I posted How to make NextGEN Smooth Gallery link to any URL (or fake a flash banner) I discovered the WP-Cycle plugin.
It&amp;#8217;s a great plugin, much easier to use than hacking NextGen Smooth, and I wish I had found it sooner.  It is way simpler for getting each image in [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/dInbCExZJxg" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/wp-cycle-plugin-better-than-hacking-nextgen-smooth</link>
			</item>
	<item>
		<title>How to make NextGEN Smooth Gallery link to any URL (or fake a flash banner)</title>
		<description>The following does not always work.  If there are other instances of JS running on the public web page, there is a good chance that it will not work properly.  That is the reason why the Smooth Gallery plugin gives the option to use iframes to fix the problem.
I couldn&amp;#8217;t find any free [...]&lt;img src="http://feeds.feedburner.com/~r/J3WebWorks/~4/IOd34uq0QLY" height="1" width="1"/&gt;</description>
		<link>http://j3webworks.com/blog/how-to-make-nextgen-smooth-gallery-link-to-any-url-or-fake-a-flash-banner</link>
			</item>
</channel>
</rss>
