<?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>eligeske &#187; Wordpress</title>
	<atom:link href="http://eligeske.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://eligeske.com</link>
	<description>My day to day journey through the world wide web.</description>
	<lastBuildDate>Tue, 15 Jun 2010 20:39:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php_exif.dll &#8211; The specified module could not be found.</title>
		<link>http://eligeske.com/wordpress/php_exif-dll-the-specified-module-could-not-be-found/</link>
		<comments>http://eligeske.com/wordpress/php_exif-dll-the-specified-module-could-not-be-found/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 01:31:17 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=193</guid>
		<description><![CDATA[<img style="float: left;" src="http://eligeske.com/wp-content/uploads/2009/11/category-wordpress.jpg"   width="150" height="150" class="alignnone size-full wp-image-73" />I had an error in my wordpress with my php_exif.dll - The specified module could not be found. This is how I fixed it. It may help.]]></description>
			<content:encoded><![CDATA[<p>I recently did some changes to my server and some time had lapsed before I needed to do anything on the wordpress installations on my machine. But for some reason the admin panel menus and javascript functions were not working on any of my wp installs. Which as of right now I haven&#8217;t fixed.  But if I do I will write a post and come back put a link.</p>
<p>But for this post, I found after doing some research on the required extensions to be loaded for wordpress. &gt;&gt; php_exif.dll being one of those.  But it was still commented out in my php.ini.  So the natural thing to do is uncomment and restart your services, but it crashed with the error below. EEK!  Hmmm.  The next thing is to check the directory for the dll. YUP! It was there.</p>
<p>Warning:<br />
PHP Startup: Unable to load dynamic library &#8216;Path://todrive/ext/php_exif &#8216; &#8211; The specified module could not be found.</p>
<p style="text-align: center;">
<div id="attachment_194" class="wp-caption aligncenter" style="width: 540px"><img class="size-full wp-image-194 " title="exifError" src="http://eligeske.com/wp-content/uploads/2010/02/exifError.png" alt="The specified module could not be found." width="530" height="86" /><p class="wp-caption-text">The specified module could not be found.</p></div>
<p>Then I stumbled upon this post, <a href="http://www.iis-aid.com/articles/trouble_shooting/php_exifdll_reported_not_found" target="_blank">iis-aid.com/php_exif.dll</a> , which stated the php_mbstring.dll extension needed to load before the the php_exif.dll loads.  Inside my php.ini file the php_exif.dll was before the php_mbstring.dll in the list of extensions in my php.ini file.  Does that make sense? Why is that coming before the other if it can&#8217;t be loaded that way? Maybe it is a Windows thing. I&#8217;m guessing someone will comment on there theory or possibly even a logical reasoning behind.</p>
<p>Oh yeah, so for the fix you just need to move your php_mbstring.dll above your php_exif.dll in the php.ini file extensions list and make sure they are both uncommented, then restart your server.</p>
<p>This worked for me to get rid of this error. Probably not the only fix for this error, but it worked for me.  If you found this post and have had similar errors but this didn&#8217;t fix it, please share your findings.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/wordpress/php_exif-dll-the-specified-module-could-not-be-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;»&#8221;  Magically Appears in WP!</title>
		<link>http://eligeske.com/css/%c2%bb-magically-appears-in-wordpress/</link>
		<comments>http://eligeske.com/css/%c2%bb-magically-appears-in-wordpress/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 17:12:10 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=156</guid>
		<description><![CDATA[<img style="float: left;" src="http://eligeske.com/wp-content/uploads/2009/11/category-wordpress.jpg" alt="Wordpress Firefox bullet issues"  width="150" height="150" class="alignnone size-full wp-image-73" /> » = &#038; #187; or & raquo; is showing up in my < li >'s in Firefox but not in IE. What the heck! Here is how to fix this very unusual CSS placement. ]]></description>
			<content:encoded><![CDATA[<p>THIS HAS NOTHING TO DO WITH LIST-STYLE-TYPE!!!!</p>
<p>So today a client&#8217;s wordpress theme was having these »&#8217;s show up next to all their bullets in Firefox, but not in IE.  I used firebug but the css was not showing up for what was creating it.  <img src='http://eligeske.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  Very strange.<br />
»  	  	is an angle quotation mark (right), and can be displayed using &amp;#187; or &amp;raquo; .  So naturally I searched my css and all theme files for these HTML snippets.  I found a bunch but none I needed.  After doing some online searching I found that in some themes they use the li:before to place, a not so commonly used css element (firebug didn&#8217;t even display it), the symbol there.  But the weird thing is the css.  Check it out below, if you find this in your css anywhere, just remove it or comment it out and it will remove the arrows.</p>
<div class="wp-synhighlighter-inner"><pre class="css" style="font-family:arial;"><span style="color: #6666ff;">.entry</span> ul li<span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#sidebar</span> ul ul li<span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\0</span>0BB <span style="color: #000099; font-weight: bold;">\0</span>020&quot;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></p>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/css/%c2%bb-magically-appears-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress error in Apache log.</title>
		<link>http://eligeske.com/php/wordpress-error-in-apache-log/</link>
		<comments>http://eligeske.com/php/wordpress-error-in-apache-log/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 15:57:08 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=140</guid>
		<description><![CDATA[<img style="float: left;" src="http://eligeske.com/wp-content/uploads/2009/11/category-wordpress.jpg" alt="wordpress" title="wordpress" width="150" height="150" class="alignnone size-full wp-image-73" />Wordpress error in Apache log, WHERE category_nicename = , Could be many things creating this error. Here are some common and easy fixes.]]></description>
			<content:encoded><![CDATA[<p>This error was driving me nuts.</p>
<p>Error in Apache Log:<br />
[error] [client 127.0.0.1] WordPress database error Table &#8216;wp_categories&#8217; doesn&#8217;t exist for query SELECT cat_name FROM wp_categories WHERE category_nicename = &#8216;12&#8242; made by require, require_once, include, get_header, locate_template, load_template, require_once, breadcrumbs, referer:</p>
<p>I edited the core files to no end.  Of course the last thing I checked after four to five hours of hacking was the breadcrumb plugin by <a title="Visit author homepage" href="http://drnaylor.co.uk/">Daniel R Naylor</a>.  Because I was sending custom URL Params it was trying to grab the category out of a depecrated table.</p>
<p>FIX: Either use another breadrumb if your going to be using custom URL Parameters or edit the current one.<br />
&#8211; comment out this entire elseif statment:<br />
elseif ( !empty($category_name)</p>
<p>That keeps it from looking for that table and will end the errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/php/wordpress-error-in-apache-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Single Post&#8217;s Content in WP</title>
		<link>http://eligeske.com/wordpress/display-single-posts-content-in-wp/</link>
		<comments>http://eligeske.com/wordpress/display-single-posts-content-in-wp/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:32:12 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=114</guid>
		<description><![CDATA[<img style="float: left;" src="http://eligeske.com/wp-content/uploads/2009/11/category-wordpress.jpg" alt="jQuery-Star-Rating" title="jQuery-Star-Rating" width="150" height="150" class="alignnone size-full wp-image-73" />Here is the Wordpress methods to query just a single Post into one of your pages. Really simple, so simple no one posts in on the web!... .err.]]></description>
			<content:encoded><![CDATA[<p>Here is the Wordpress methods to query just a single Post into one of your pages.</p>
<p>Here it is:</p>
<div class="wp-synhighlighter-inner"><pre class="php" style="font-family:arial;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> query_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'p=11'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #666666; font-style: italic;">/* assign page id */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* start the loop */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* prints the content */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* end the loop */</span>  <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div>
<p><strong>REMEMBER THIS IS FOR POSTs and NOT PAGEs</strong></p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/wordpress/display-single-posts-content-in-wp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Display Single Page&#8217;s Content in WP</title>
		<link>http://eligeske.com/wordpress/display-single-pages-content-in-wp/</link>
		<comments>http://eligeske.com/wordpress/display-single-pages-content-in-wp/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:30:19 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=109</guid>
		<description><![CDATA[<img style="float: left;" src="http://eligeske.com/wp-content/uploads/2009/11/category-wordpress.jpg" alt="jQuery-Star-Rating" title="jQuery-Star-Rating" width="150" height="150" class="alignnone size-full wp-image-73" />Despite looking around on the web it is really hard to find just the basic query syntax for adding a single wordpress' page content to your own page. ]]></description>
			<content:encoded><![CDATA[<p>Despite looking around on the web it is really hard to find just the basic query syntax for adding a single wordpress&#8217; page content to your own page.  I guess it is so simple that when anyone figures it out they don&#8217;t post about it.</p>
<p>Here it is:</p>
<div class="wp-synhighlighter-inner"><pre class="php" style="font-family:arial;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> query_posts<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'page_id=11'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #666666; font-style: italic;">/* assign page id */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* start the loop */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* prints the content */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* end the loop */</span>  <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div>
<p><strong>REMEMBER THIS IS FOR PAGEs and NOT POSTS</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/wordpress/display-single-pages-content-in-wp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
