<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Josh Betz &#187; Theme</title> <atom:link href="http://joshbetz.com/tag/theme/feed/" rel="self" type="application/rss+xml" /><link>http://joshbetz.com</link> <description>Just Another JB Website</description> <lastBuildDate>Mon, 06 Sep 2010 05:01:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>WordPress login/out</title><link>http://joshbetz.com/2009/12/wordpress-loginout/</link> <comments>http://joshbetz.com/2009/12/wordpress-loginout/#comments</comments> <pubDate>Thu, 31 Dec 2009 04:42:20 +0000</pubDate> <dc:creator>Josh</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[admin]]></category> <category><![CDATA[Theme]]></category><guid
isPermaLink="false">http://joshbetz.com/?p=1971</guid> <description><![CDATA[Lately I&#8217;ve been putting a login link in the footer of my site, but it&#8217;s also nice for that to be a logout link when you&#8217;re already logged in as well as inserting a link to the site admin section. This line of code does exactly that: &#60;?php if ( is_user_logged_in() ) { echo &#34;&#60;a [...]]]></description> <content:encoded><![CDATA[<p>Lately I&#8217;ve been putting a login link in the footer of my site, but it&#8217;s also nice for that to be a logout link when you&#8217;re already logged in as well as inserting a link to the site admin section. This line of code does exactly that:</p><pre class="brush: php;">
&lt;?php if ( is_user_logged_in() ) { echo &quot;&lt;a href='&quot; . get_option('siteurl') . &quot;/wp-admin/'&gt;Site Admin&lt;/a&gt; |&quot;; } ?&gt; &lt;?php wp_loginout(); ?&gt;
</pre><img
src="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1971" width="1" height="1" style="display: none;" />]]></content:encoded> <wfw:commentRss>http://joshbetz.com/2009/12/wordpress-loginout/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>JoshBetz.com v3.0</title><link>http://joshbetz.com/2009/10/joshbetz-com-redesign/</link> <comments>http://joshbetz.com/2009/10/joshbetz-com-redesign/#comments</comments> <pubDate>Wed, 07 Oct 2009 04:20:56 +0000</pubDate> <dc:creator>Josh</dc:creator> <category><![CDATA[Blogs]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://joshbetz.com/?p=1684</guid> <description><![CDATA[For the past few weeks I&#8217;ve been working on a new website layout and here it is. The logo at the top actually goes back few months when I started a new design to incorporate my portfolio into this website, but ended up ditching the design. After a recent design job, I decided to give [...]]]></description> <content:encoded><![CDATA[<p>For the past few weeks I&#8217;ve been working on a new website layout and here it is. The logo at the top actually goes back few months when I started a new design to incorporate my portfolio into this website, but ended up ditching the design. After a <a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3Vzd2xvY2FsMjAwNi5jb20=" target=\"_blank\">recent design job</a>, I decided to give it another go. This time I&#8217;m very pleased with the results. I took my time, for the most part, and tried not to rush anything. In the end, I couldn&#8217;t wait to push the site live though, and it currently is not completely finished. There are probably a handful of little things to go back and finish along with the only major part of the design to finish, the portfolio page.<span
id="more-1684"></span></p><div
id="attachment_1683" class="wp-caption aligncenter" style="width: 750px"><a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2pvc2hiZXR6LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8xMC93ZWJzaXRlLmpwZw=="><img
class="size-large wp-image-1683 " title="website" src="http://joshbetz.com/wp-content/uploads/2009/10/website-740x210.jpg" alt="website" width="740" height="210" /></a><p
class="wp-caption-text">The old and new themes side-by-side</p></div><p>There were many things that I liked about the old site. When I first did the design, I really liked the two sidebars. It gave me lots of space to display information such as my twitter, delicous, and last.fm feeds, as well as my blogroll, web projects and google ads. The problem with all the feeds is that they really slowed the site down and there was too much static content taking up space on the hompage. I&#8217;ve replaced the feeds from the old design with <a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Nzcy10cmlja3MuY29tL3ZpZGVvLXNjcmVlbmNhc3RzLzU1LWFkZGluZy1yc3MtY29udGVudC13aXRoLXNpbXBsZXBpZS8=">one feed to rule them all</a>. To do this, I&#8217;ve used <a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3NpbXBsZXBpZS5vcmcv">SimplePie</a>, which caches the feeds, so everything is much faster.</p><p>My favorite part of the design has got to be the portfolio scroller on the homepage (seen in the image above), which will eventually be dynamically generated when I add something to the portfolio. I also only included the latest post on the homepage with the next 5 excerpts.</p><p>This is the third major design of the site since it <a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2pvc2hiZXR6LmNvbS8yMDA4LzA3L2pvc2hiZXR6Y29tLw==">moved to joshbetz.com in July 2008</a>.</p> <img
src="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1684" width="1" height="1" style="display: none;" />]]></content:encoded> <wfw:commentRss>http://joshbetz.com/2009/10/joshbetz-com-redesign/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Dvorak Theme for Release</title><link>http://joshbetz.com/2009/06/dvorak-theme-for-release/</link> <comments>http://joshbetz.com/2009/06/dvorak-theme-for-release/#comments</comments> <pubDate>Thu, 18 Jun 2009 02:04:04 +0000</pubDate> <dc:creator>Josh</dc:creator> <category><![CDATA[Blogs]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://joshbetz.com/?p=1516</guid> <description><![CDATA[Well, here is the Dvorak theme as promised: Dvorak 1.0 for WordPress. This theme is provided as is, and will probably not be upgraded in the future, but it works with current versions, so go for it. If you want to take it and change it, go for it and let me know about it. [...]]]></description> <content:encoded><![CDATA[<p>Well, here is the Dvorak theme as promised:</p><p><a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2pvc2hiZXR6LmNvbS9mb3Jkb3dubG9hZC9kdm9yYWsuemlw">Dvorak 1.0</a> for WordPress.</p><p>This theme is provided as is, and will probably not be upgraded in the future, but it works with current versions, so go for it.</p><p>If you want to take it and change it, go for it and let me know about it. I&#8217;d like to know of anything that comes out of this. If you want to use this theme as a base for another theme you are building, also go for it. It&#8217;s pretty basic in terms of CSS and graphics, so it should be pretty easy to wade through the code.</p><p>If you have any questions, email me. Why not?</p> <img
src="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1516" width="1" height="1" style="display: none;" />]]></content:encoded> <wfw:commentRss>http://joshbetz.com/2009/06/dvorak-theme-for-release/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Dvorak Theme</title><link>http://joshbetz.com/2009/05/dvorak-theme/</link> <comments>http://joshbetz.com/2009/05/dvorak-theme/#comments</comments> <pubDate>Sat, 30 May 2009 03:33:53 +0000</pubDate> <dc:creator>Josh</dc:creator> <category><![CDATA[Blogs]]></category> <category><![CDATA[Dvorak]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://joshbetz.com/?p=1493</guid> <description><![CDATA[For awhile now I&#8217;ve been wanting to redesign the &#8220;Dvorak Uncensored&#8221; blog. It&#8217;s not the bets looking website that I&#8217;ve seen and thought it could use a cleaner, simpler layout. Back when Mr. Dvorak had the competition for a redesign of http://dvorak.org/home.html, there were some great designs submitted. I really like the winning layout and [...]]]></description> <content:encoded><![CDATA[<p>For awhile now I&#8217;ve been wanting to redesign the &#8220;Dvorak Uncensored&#8221; blog. It&#8217;s not the bets looking website that I&#8217;ve seen and thought it could use a cleaner, simpler layout.</p><p>Back when Mr. Dvorak had the competition for a redesign of http://dvorak.org/home.html, there were some great designs submitted. I really like the winning layout and thought It would be great as a blog template, so I went ahead and created one.</p><p><a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2pvc2hiZXR6LmNvbS9ibG9nL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA5LzA1L2R2b3Jhay10aGVtZS5qcGc="><img
class="size-medium wp-image-1494  alignnone" title="Dvorak Theme" src="http://joshbetz.com/blog/wp-content/uploads/2009/05/dvorak-theme-530x339.jpg" alt="This new theme would go right along with the hompage that was redesigned last year on dvorak.org" /></a></p><p>I will offer this template exclusively to Mr. Dvorak first, as most people want a unique looking website. If he declines my offer for the new theme, I will make it available for public download.</p> <img
src="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1493" width="1" height="1" style="display: none;" />]]></content:encoded> <wfw:commentRss>http://joshbetz.com/2009/05/dvorak-theme/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New &#8216;REtro&#8217; Theme</title><link>http://joshbetz.com/2009/05/new-retro-theme/</link> <comments>http://joshbetz.com/2009/05/new-retro-theme/#comments</comments> <pubDate>Sun, 10 May 2009 07:18:53 +0000</pubDate> <dc:creator>Josh</dc:creator> <category><![CDATA[Blogs]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://joshbetz.com/?p=1400</guid> <description><![CDATA[I just activated the new theme I&#8217;ve been working on for the past week. Even though it&#8217;s not 100% completed, I wanted to get it up so I could see how it acted live on the site. So far it seems to be working great. Here are the top 10 things I need to fix: [...]]]></description> <content:encoded><![CDATA[<p>I just activated the new theme I&#8217;ve been working on for the past week. Even though it&#8217;s not 100% completed, I wanted to get it up so I could see how it acted live on the site. So far it seems to be working great. Here are the top 10 things I need to fix:</p><ol><li>Link Colors: The color that I picked for links is too light and needs to be a little darker on the white background.</li><li>Pre-Load Navbar: There&#8217;s a delay when you mouse over the navbar right after the page loads. I need to preload the images on pageload so that they appear right away.</li><li>The &#8216;the_tags()&#8217; function seems to be broken on most pages. I&#8217;m not sure what&#8217;s going on with that, I&#8217;ll have to investigate.</li><li>Hide overflow on #content.</li><li>Put photo info in the sidebar on the individual photo pages.</li><li>pre load down state of the search button</li><li>display pingbacks and trackbacks</li><li>make a submit button for the comments form and contact form</li><li>make a &#8220;down-over&#8221; arrow for comment replies</li><li>fix styling on the facebook connect button</li></ol><div
id="attachment_1405" class="wp-caption alignnone" style="width: 540px"><a
href="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2pvc2hiZXR6LmNvbS9ibG9nL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA5LzA1L3NpZGUtYnktc2lkZS5qcGc="><img
class="size-medium wp-image-1405 " title="The Old and New" src="http://joshbetz.com/blog/wp-content/uploads/2009/05/side-by-side-530x162.jpg" alt="The old theme with the new theme, side-by-side" width="530" height="162" /></a><p
class="wp-caption-text">The old theme with the new theme, side-by-side</p></div><p><strong>Update:</strong> I also changed the upload sizes for gallery images, so I&#8217;m going to have to download the originals and batch contvert them to the new sizes. Should be fun!</p> <img
src="http://joshbetz.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1400" width="1" height="1" style="display: none;" />]]></content:encoded> <wfw:commentRss>http://joshbetz.com/2009/05/new-retro-theme/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 8/36 queries in 0.071 seconds using disk

Served from: joshbetz.com @ 2010-09-10 03:00:07 -->