<?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>eli geske &#187; Wordpress</title>
	<atom:link href="http://eligeske.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://eligeske.com</link>
	<description>Good information for the geeky kind.</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:20:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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>Thu, 18 Feb 2010 19:31:17 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[xamp]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=193</guid>
		<description><![CDATA[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>7</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 11:12:10 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[ul]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=156</guid>
		<description><![CDATA[ » = &#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;0BB 020&quot;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/css/%c2%bb-magically-appears-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

