<?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>A Divine Studio &#187; Web Development</title>
	<atom:link href="http://www.adivinestudio.com/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.adivinestudio.com</link>
	<description>McAllen, Pharr, TX Web Design, Photography &#38; Creative Services</description>
	<lastBuildDate>Mon, 24 May 2010 17:04:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Website (re)Design &#8211; WordPress, NextGEN, Galleria &amp; jQuery</title>
		<link>http://www.adivinestudio.com/website-redesign-wordpress-nextgen-galleria-jquery</link>
		<comments>http://www.adivinestudio.com/website-redesign-wordpress-nextgen-galleria-jquery#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:03:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.adivinestudio.com/?p=392</guid>
		<description><![CDATA[If you are a new visitor, welcome to our site!  If you&#8217;ve been here before, you&#8217;ve probably noticed that we&#8217;ve recently changed a few things around here.
After nearly a year with the previous web design, it was time to refresh our website with a new look.
Still built on top of WordPress, our favorite content management [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a new visitor, welcome to our site!  If you&#8217;ve been here before, you&#8217;ve probably noticed that we&#8217;ve recently changed a few things around here.</p>
<p>After nearly a year with the previous web design, it was time to refresh our website with a new look.<span id="more-392"></span></p>
<p>Still built on top of WordPress, our favorite content management platform, this new web design contains a some new features, such as a brand new custom photography portfolio display for our <a href="http://www.adivinestudio.com/mcallen-photography">McAllen Photography</a> pages.  What started out as an experiment with <a href="http://devkick.com/lab/galleria/" target="_blank">Galleria</a> (a Javascript image gallery written in <a href="http://jquery.com">jQuery</a>) and <a href="http://alexrabe.de/" target="_blank">NextGEN Gallery</a> (a WordPress photography gallery plugin) turned into a very easy to manage, and cool-looking (non-Flash based), photography portfolio.  The best part is that it is all controlled through the WordPress administration.  It could probably use some additional tweaking to be a truly great feature, but it does a good job right now.  You can see an example running on our <a href="http://www.adivinestudio.com/mcallen-photography/wedding-engagement-photography">McAllen Wedding Photography</a> portfolio page.</p>
<p>It&#8217;s always a welcome challenge in web design to find the perfect balance between function and form.  Over the 12+ years that I&#8217;ve been developing websites I&#8217;ve found that I really love to make a website as simple as possible for the end user, while retaining powerful features and functions for a site administrator.  That&#8217;s one of the primary reasons I love WordPress so much.  It&#8217;s very balanced in terms of it&#8217;s power and simplicity.</p>
<p>I hope you find this website visually appealing and intuitive to use.  Please feel free to comment on anything you see here!  And as always, think of A Divine Studio for your Pharr, Edinburg, Mission and <a href="http://www.adivinestudio.com">McAllen web design</a>, development and creative needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adivinestudio.com/website-redesign-wordpress-nextgen-galleria-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress large navigation menu and wp_list_pages()</title>
		<link>http://www.adivinestudio.com/wordpress-large-navigation-menu-and-wp_list_pages</link>
		<comments>http://www.adivinestudio.com/wordpress-large-navigation-menu-and-wp_list_pages#comments</comments>
		<pubDate>Wed, 03 Feb 2010 04:50:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.adivinestudio.com/?p=317</guid>
		<description><![CDATA[In a previous blog post I mentioned that I have been working on a new website for the City of Pharr, Texas.  It&#8217;s nearing completion and I thought I&#8217;d share a few technical details about the WordPress implementation that may be useful to someone.
First off, as of this writing, the website is not launched yet.  [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous blog post I mentioned that I have been working on a new website for the City of Pharr, Texas.  It&#8217;s nearing completion and I thought I&#8217;d share a few technical details about the WordPress implementation that may be useful to someone.<span id="more-317"></span></p>
<p>First off, as of this writing, the website is not launched yet.  It is scheduled to go live on February 16th.</p>
<p>Websites with a lot of content need to be optimized to perform well.  This website for the City of Pharr is certainly not a huge site, but it&#8217;s got a couple hundred pages with a fair amount of content.  More importantly, it has a fairly large hierarchy of pages that has created the need for an intuitive navigation system.</p>
<p>The current (or old) site used a vertical navigation with practically unlimited levels of sub-pages.  Some of these were over five levels deep!  I don&#8217;t know about you, but those pop-out navigation menus with so many levels annoy me tremendously.  By the time you get down to the third or fourth level, if your mouse moves off of the menu for a moment the menu disappears and you are forced to start over again.  Yuk!</p>
<p>This large menu issue was resolved through the use of large horizontal drop down menus, driven by <a href="http://jquery.com/" target="_blank">jQuery</a> and CSS, and a little <a href="http://cherne.net/brian/resources/jquery.hoverIntent.html" target="_blank">hoverIntent</a> goodness to give the user a better experience by delaying the mouseout event long enough for the pointer to leave the menu and come back within a few milliseconds without closing.</p>
<p>Functionally, it is great and looks beautiful.  However, I encountered a problem with performance and load times due to the number of queries needed to retrieve the different page lists.  Originally, I used the standard wp_list_page() function, passing in a child_of parameter based on the pages I wanted.  The largest menu was for the City&#8217;s departments and used eight function calls to wp_list_pages().  In conjunction with the other menu items, this turned out to be unacceptably slow.  Every page would load sluggishly and (in Firefox) I could see the navigation menu bar rendering slowly with each page load.</p>
<p>So I removed all of the calls to wp_list_pages() and opted for a temporary hard-coded navigation menu.  What a difference!  Now what I plan to do is build a custom function that will generate the navigation structure that I want without using wp_list_pages().  This way I can have fine-grain control over the query and pull out all the pages I need with a single function call.</p>
<p>I&#8217;m not into writing tutorials, so if you are interested in the code, feel free to check out <a href="http://pharr-tx.gov" target="_blank">pharr-tx.gov</a> (after Feb. 16th) to see how the menu system works.  If you are interested in the WordPress/PHP side, just shoot me an email.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adivinestudio.com/wordpress-large-navigation-menu-and-wp_list_pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
