<?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/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
> <channel><title>jappler.com &#187; Javascript</title> <atom:link href="http://jappler.com/blog/archive/category/web-development/javascript/feed" rel="self" type="application/rss+xml" /><link>http://jappler.com</link> <description>random and opinionated thoughts by Jennifer Zelazny</description> <lastBuildDate>Fri, 10 Feb 2012 15:25:47 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator><itunes:summary>random and opinionated thoughts by Jennifer Zelazny</itunes:summary> <itunes:author>jappler.com</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://jappler.com/wp-content/plugins/powerpress/itunes_default.jpg" /> <itunes:subtitle>random and opinionated thoughts by Jennifer Zelazny</itunes:subtitle> <image><title>jappler.com &#187; Javascript</title> <url>http://jappler.com/wp-content/plugins/powerpress/rss_default.jpg</url><link>http://jappler.com/blog/archive/category/web-development/javascript</link> </image> <item><title>Find JS Code Issues and Errors With JSLint</title><link>http://jappler.com/blog/archive/2011/03/30/find-js-code-issues-and-errors-with-jslint</link> <comments>http://jappler.com/blog/archive/2011/03/30/find-js-code-issues-and-errors-with-jslint#comments</comments> <pubDate>Wed, 30 Mar 2011 16:29:23 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[Jappler Recommends]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[JSLint]]></category> <category><![CDATA[validation]]></category> <guid
isPermaLink="false">http://jappler.com/?p=2086</guid> <description><![CDATA[Ever have a page not load properly in IE 7 but it loads fine &#8211; without error &#8211; with all other browsers? After you validate all your CSS/HTML and the error or funky behavior persists&#8230;and you have made sure your doctype is correct &#8211; what can you do? Validate your JS using JS Lint. What is JSLint? JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.... <a
href="http://jappler.com/blog/archive/2011/03/30/find-js-code-issues-and-errors-with-jslint">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>Ever have a page not load properly in IE 7 but it loads fine &#8211; without error &#8211; with all other browsers?  After you validate all your CSS/HTML and the error or funky behavior persists&#8230;and you have made sure your doctype is correct &#8211; what can you do? <strong>Validate your JS using <a
href="http://www.jslint.com/" target="_blank">JS Lint</a></strong>.</p><p>What is JSLint?</p><blockquote><p>JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.</p></blockquote><p>I just got done with some cross browser consulting (my favorite) &#8211; and one of the pages would not load properly in IE 7 due to a JS error which did not make sense to me.  I loaded up the offending JS in JSLint and within a few minutes &#8211; I figured out what the issue was and how to solve it.</p><p>JSLint is invaluable if you do any work with JS &#8211; so keep the link handy!  You will thank me &#8211; and JSLint.</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2011/03/30/find-js-code-issues-and-errors-with-jslint/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Jappler Recommends: jQuery TOOLS</title><link>http://jappler.com/blog/archive/2010/01/26/jappler-recommends-jquery-tools</link> <comments>http://jappler.com/blog/archive/2010/01/26/jappler-recommends-jquery-tools#comments</comments> <pubDate>Tue, 26 Jan 2010 14:03:50 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[User Interfaces]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[jQuery TOOLS]]></category> <guid
isPermaLink="false">http://www.jappler.com/?p=1672</guid> <description><![CDATA[About a year or so back Demitrious shot me over a link to something he thought looked pretty slick: jQuery TOOLS. I took a quick look but never did anything else with it because I had my old standbys in place for most of what jQuery TOOLS offered (overlays, tabs, tooltips, etc). What does jQuery TOOLS offer? Tabs Tooltips Overlays Expose Scrollable Flashembed Last week I decided to finally step out of using what I... <a
href="http://jappler.com/blog/archive/2010/01/26/jappler-recommends-jquery-tools">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>About a year or so back <a
href="http://blog.apokalyptik.com/" target="_blank">Demitrious</a> shot me over a link to something he thought looked pretty slick: <a
href="http://flowplayer.org/tools/index.html">jQuery TOOLS</a>.  I took a quick look but never did anything else with it because I had my old standbys in place for most of what jQuery TOOLS offered (overlays, tabs, tooltips, etc).</p><p>What does jQuery TOOLS offer?</p><ul><li>Tabs</li><li>Tooltips</li><li>Overlays</li><li>Expose</li><li>Scrollable</li><li>Flashembed</li></ul><p>Last week I decided to finally step out of using what I normally used (Thickbox for overlays) and try something from jQuery TOOLS. One look at their demo and I was completely sold.  The overlays were slick, easy to implement and best of all &#8211; really light weight. Demo: <a
href="http://flowplayer.org/tools/demos/overlay/apple.html" target="_blank">click on the photo</a>.</p><p>If you have any web development projects coming up or in the mix, do yourself a favor and check out the demos at <a
href="http://flowplayer.org/tools/index.html">jQuery TOOLS</a>.  You can accomplish a lot with a little (and have fun doing it).</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2010/01/26/jappler-recommends-jquery-tools/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Jappler Recommends: jQuery</title><link>http://jappler.com/blog/archive/2009/02/20/jappler-recommends-jquery</link> <comments>http://jappler.com/blog/archive/2009/02/20/jappler-recommends-jquery#comments</comments> <pubDate>Fri, 20 Feb 2009 20:29:03 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[Jappler Recommends]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[jappler menus]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[jQuery UI]]></category> <guid
isPermaLink="false">http://www.jappler.com/?p=1345</guid> <description><![CDATA[If you ever wanted to do something cool (slideshow, lightbox, accordion, pagination, table sorting, drop down menus etc) &#8211; please do yourself a favor and look at jQuery and all the great jQuery plugins that are available. About a year or two ago I really liked some of the different javascript libraries (YUI, prototype, etc) but over the last several months 99% of all my projects have required some sort of functionality that made me... <a
href="http://jappler.com/blog/archive/2009/02/20/jappler-recommends-jquery">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.jquery.com" target="_blank"><img
src="http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif" class="alignright dark"></a>If you ever wanted to do something cool (slideshow, lightbox, accordion, pagination, table sorting, drop down menus etc) &#8211; please do yourself a favor and look at <a
href="http://jquery.com/" target="_blank">jQuery</a> and all the great jQuery plugins that are available.  About a year or two ago I really liked some of the different javascript libraries (YUI, prototype, etc) but over the last several months 99% of all my projects have required some sort of functionality that made me look at and then use jQuery.</p><p><strong>Why jQuery?</strong> Unlike some of the other libraries, jQuery is very lightweight and does not suffer from a lot of bloat.  You can also find a number of <a
href="http://plugins.jquery.com/" target="blank">well documented plugins</a> to do just about anything. You also have a great deal of UI controls and widgets that are available by using <a
href="http://jqueryui.com/" target="_blank">jQuery UI</a>.  Did I mention the documentation &#8211; it is really great. The learning curve is not steep &#8211; and once you do a few smaller projects &#8211; your comfort level with  jQuery will skyrocket.</p><p>So next time you decide to do something to add some extra pizazz into your web site &#8211; remember, take a look at jQuery first!</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2009/02/20/jappler-recommends-jquery/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Out With the Old, In With the New</title><link>http://jappler.com/blog/archive/2009/01/11/out-with-the-old-in-with-the-new</link> <comments>http://jappler.com/blog/archive/2009/01/11/out-with-the-old-in-with-the-new#comments</comments> <pubDate>Mon, 12 Jan 2009 02:41:21 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML/XTML]]></category> <category><![CDATA[jappler.com]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[User Interfaces]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[new design]]></category> <guid
isPermaLink="false">http://www.jappler.com/?p=1146</guid> <description><![CDATA[As you might have noticed &#8211; I took a week off from blogging in order to focus on something else &#8211; cleaning up Jappler.com. Over the past few months I have learned so much more about WordPress, web site optimization, and what I really used this web site for &#8211; so I decided I needed to take some time to redo this site. From a design perspective, I decided to darken the colors quite a... <a
href="http://jappler.com/blog/archive/2009/01/11/out-with-the-old-in-with-the-new">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>As you might have noticed &#8211; I took a week off from blogging in order to focus on something else &#8211; cleaning up Jappler.com.  Over the past few months I have learned so much more about WordPress, web site optimization, and what I really used this web site for &#8211; so I decided I needed to take some time to redo this site.</p><p><strong>From a design perspective</strong>, I decided to darken the colors quite a bit in order to remove some of the drabness of the old design.  I also added a background pattern to give some depth, and also added in some new pictures in the header that represent changes/additions in my life over the last few years.  I love working with greys &#8211; so I added more grey elements.  I also simplified the layout and got rid of a number of image based elements to keep everything minimal.</p><p><strong>From a UI perspective</strong>, I decided to focus on the content I have created over the past 4-5 years instead of a few static pages here and there.  I moved all of the blog content into the main navigation so it is easier to find/navigate. I also used <a
href="http://www.jappler.com/blog/archive/2008/08/27/jquery-css-xhtml-jappler-menus-v2">Jappler Menus</a> in combination with the WordPress function to list all categories/sub-categories.</p><p><strong>From a functional perspective</strong>, I started from scratch with this new version.  I created a number of custom functions that make presenting content a lot easier.  I dropped the YUI library and went with all jQuery based AJAX functionality.  The code is leaner, faster, and easy to modify for any future needs.  The comments are now using WordPress&#8217;s threaded comment functionality, and a number of other WordPress 2.7 additions.  I also went through and got rid of almost 50% of my old plugins (replaced the functionality with custom functions, WordPress built in functionality &#8211; or completely removed unused plugins.</p><p><strong>From an optimization perspective</strong>, this site uses far less javascript, CSS, and images and will load much faster than the previous site.  I also increased the use of title tags, alt tags, and other easy tricks to help with search engine optimization.</p><p>All in all &#8211; this was something fun that I enjoyed and look forward to adding even more new design/functional elements in the future.</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2009/01/11/out-with-the-old-in-with-the-new/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Lava Lamp Menus</title><link>http://jappler.com/blog/archive/2008/11/26/lava-lamp-menus</link> <comments>http://jappler.com/blog/archive/2008/11/26/lava-lamp-menus#comments</comments> <pubDate>Wed, 26 Nov 2008 22:48:36 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[Javascript]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Lava Lamp Menus]]></category> <category><![CDATA[Yahoo! YUI]]></category> <guid
isPermaLink="false">http://www.jappler.com/blog/archive/2008/11/26/lava-lamp-menus</guid> <description><![CDATA[Check out these fun lava lamp menus. Really &#8211; even though some of this stuff is a little crazy for me &#8211; I like the idea of doing cool things like this without the use of flash.]]></description> <content:encoded><![CDATA[<p>Check out these fun <a
href="http://nicora.net/projects/lavalamp/">lava lamp menus</a>.  Really &#8211; even though some of this stuff is a little crazy for me &#8211; I like the idea of doing cool things like this without the use of flash.</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2008/11/26/lava-lamp-menus/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>jQuery + CSS + XHTML = Jappler Menus v2</title><link>http://jappler.com/blog/archive/2008/08/27/jquery-css-xhtml-jappler-menus-v2</link> <comments>http://jappler.com/blog/archive/2008/08/27/jquery-css-xhtml-jappler-menus-v2#comments</comments> <pubDate>Wed, 27 Aug 2008 19:50:53 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[HTML/XTML]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[jappler menus]]></category> <category><![CDATA[XHTML]]></category> <guid
isPermaLink="false">http://www.jappler.com/?p=902</guid> <description><![CDATA[Previously &#8211; I introduced a nice way to create drop down menus using HTML (lists), Javascript (drop down), and CSS (styling of menu). I put all of this together and called it: Jappler Menus. (See previous post about Jappler Menus). Since writing that post &#8211; I have found a better, faster, cleaner way to work with drop down menus. I had originally seen some nice menus: http://help-developer.com and decided with some changes &#8211; that would... <a
href="http://jappler.com/blog/archive/2008/08/27/jquery-css-xhtml-jappler-menus-v2">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>Previously &#8211; I introduced a nice way to create drop down menus using HTML (lists), Javascript (drop down), and CSS (styling of menu).  I put all of this together and called it: Jappler Menus. (<a
href="http://www.jappler.com/blog/archive/2007/11/12/sliding-doors-sons-of-suckerfish-jappler-menus">See  previous post about Jappler Menus</a>).</p><p>Since writing that post &#8211; I have found a better, faster, cleaner way to work with drop down menus.  I had originally seen some nice menus: <a
href="http://help-developer.com/">http://help-developer.com</a> and decided with some changes &#8211; that would be a much nicer way to work with menus.  For this &#8211; I give you Jappler Menus version 2.</p><p>Here is an example of Jappler Menus in action: <a
href="http://jappler.com/downloads/jappler-menus_v2/">http://jappler.com/downloads/jappler-menus_v2/</a></p><p>There are 3 main components to the Jappler menus: HTML, Javascript (jQuery), and CSS.</p><ol><li><strong>The HTML to generate the menu contents.</strong> All you need to use to create the menu is create a simple HTML list:<pre class="brush: xml; title: ; notranslate">
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;About Us&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Our Story&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Our Clients&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Our Philosophy&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Our Products&lt;/a&gt;
		&lt;ul&gt;
		       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;WordPress Themes&lt;/a&gt;&lt;/li&gt;
		       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;WordPress Plugins&lt;/a&gt;&lt;/li&gt;
		       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;WordPress Consultation&lt;/a&gt;&lt;/li&gt;
	         &lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;HOWTOs&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;bbPress&lt;/a&gt;&lt;/li&gt;
		        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;WordPress&lt;/a&gt;&lt;/li&gt;
		        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;General&lt;/a&gt;
		        	&lt;ul&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;CSS&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;XHTML&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Javascript&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/li&gt;
	         &lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Archives&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;RSS Feed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre></li><li><strong>The javascript that makes the drop downs fade in and out.</strong> This uses <a
href="http://www.jquery.com">jQuery</a> and then some custom JS that takes care of our menu:<pre class="brush: jscript; title: ; notranslate">
function japplerMenu(){
$(&quot; #navigation ul &quot;).css({display: &quot;none&quot;}); // Opera Fix
$(&quot; #navigation li&quot;).hover(function(){
		$(this).find('ul:first').css({visibility: &quot;visible&quot;,display: &quot;none&quot;}).fadeIn(200);
		},function(){
		$(this).find('ul:first').css({visibility: &quot;hidden&quot;});
		});
}
 $(document).ready(function(){
	japplerMenu();
});
</pre><p>}</li><li><strong>The CSS to make things look pretty.</strong>Here is the custom CSS that is needed:<pre class="brush: css; title: ; notranslate">
#mainNav {height:30px;background: url('images/mainNav_bg.gif') repeat-x;width:623px;}
#navigation, #navigation ul{position:relative;z-index:1000;list-style-type:none;list-style-position:outside;margin:0;padding:0;}
#navigation a {display:block;padding:0 20px 0 20px;font-size:1.1em;font-weight:bold;color:#fff;text-decoration:none;line-height:30px;}
#navigation li:hover {background: url('images/mainNav_bg-over.gif') repeat-x;}
#navigation li:hover a {color:#fff;}
#navigation li{float:left;position:relative;}
#navigation ul {width:165px;position:absolute;left:-1px;top:29px;display:none;background:#f1f4f2;border:1px solid #4b4d5b;border-bottom:none;}
#navigation li:hover li a {color:#333;}
#navigation li ul a {float:left;width:155px;line-height:normal;font-weight:normal;font-size:.95em;text-align:left;border-bottom:1px solid #4b4d5b;background:#f1f4f2;height:auto;padding:5px;}
#navigation li ul a:hover {background:#a4a5a9;color:#000;}
#navigation ul ul{top:auto;}
#navigation li ul ul {left:160px;margin:0;}
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul{display:none;}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{display:block;}
</pre><p>There is also some additional CSS for IE 6. (<a
href="http://www.jappler.com/downloads/jappler-menus_v2/style-ie6.css">See IE 6 specific CSS</a>).  You can add some conditional logic to include this for only IE 6 (See the example source above &#8211; look in the header for the conditional code.)</li></ol><p>These menus are compatible with IE 6+, Safari 2+, Opera 9+, and FF 2+. If you want it to work in IE 6 &#8211; I have <a
href="http://jappler.com/downloads/jappler-menus_v2/style-ie6.css">a start on some CSS that will make it work</a>.</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2008/08/27/jquery-css-xhtml-jappler-menus-v2/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Quick Expandable List</title><link>http://jappler.com/blog/archive/2008/06/16/quick-expandable-list</link> <comments>http://jappler.com/blog/archive/2008/06/16/quick-expandable-list#comments</comments> <pubDate>Mon, 16 Jun 2008 19:11:30 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Web Development]]></category> <guid
isPermaLink="false">http://www.jappler.com/?p=870</guid> <description><![CDATA[Ever need a list which you can easily show/hide the content? Check out: http://cssglobe.com/post.asp?id=940]]></description> <content:encoded><![CDATA[<p>Ever need a list which you can easily show/hide the content?  Check out: <a
href="http://cssglobe.com/post.asp?id=940">http://cssglobe.com/post.asp?id=940</a></p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2008/06/16/quick-expandable-list/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Jappler Recommends: Lightview Plus WordPress Plugin</title><link>http://jappler.com/blog/archive/2008/05/02/jappler-recommends-lightview-plus-wordpress-plugin</link> <comments>http://jappler.com/blog/archive/2008/05/02/jappler-recommends-lightview-plus-wordpress-plugin#comments</comments> <pubDate>Fri, 02 May 2008 14:44:43 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[Javascript]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Jappler Recommends]]></category> <category><![CDATA[Lightview Plus]]></category> <category><![CDATA[wordpress plugin]]></category> <guid
isPermaLink="false">http://www.jappler.com/?p=849</guid> <description><![CDATA[I recently switched from using a gallery WordPress plugin called fGallery to something that is more elegant and updated: NextGen Gallery During this transition, I found a really cool lightbox-ish plugin called Lightview Plus which is more polished than your typical lightbox plugin. Example: You do not have to add in extra code to get the images to show up in the lightview &#8211; it automatically takes care of everything for you.]]></description> <content:encoded><![CDATA[<p>I recently switched from using a gallery WordPress plugin called <a
href="http://www.fahlstad.se/wp-plugins/fgallery/">fGallery</a> to something that is more elegant and updated: <a
href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGen Gallery</a> During this transition, I found a really cool lightbox-ish plugin called <a
href="http://wordpress.org/extend/plugins/lightview-plus/">Lightview Plus</a> which is more polished than your typical lightbox plugin.</p><p><strong>Example:</strong><br
/> <a
href='http://media.jappler.com/files/2008/05/img_0165.jpg'><img
src="http://media.jappler.com/files/2008/05/img_0165.jpg" alt="" title="img_0165" class="alignnone size-thumbnail wp-image-851" /></a></p><p>You do not have to add in extra code to get the images to show up in the lightview &#8211; it automatically takes care of everything for you.</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2008/05/02/jappler-recommends-lightview-plus-wordpress-plugin/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Add a &quot;Pseudo&quot; Pseudo Class Hover in Inline CSS.</title><link>http://jappler.com/blog/archive/2008/02/15/add-a-pseudo-pseudo-class-hover-in-inline-css</link> <comments>http://jappler.com/blog/archive/2008/02/15/add-a-pseudo-pseudo-class-hover-in-inline-css#comments</comments> <pubDate>Fri, 15 Feb 2008 15:28:54 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Hints]]></category> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[:hover]]></category> <category><![CDATA[pseudo class]]></category> <guid
isPermaLink="false">http://www.jappler.com/blog/archive/2008/02/15/add-a-pseudo-pseudo-class-hover-in-inline-css</guid> <description><![CDATA[I have been busy this week with a few really cool projects &#8211; one of them to create a widget for any site that will show the latest news items from a RSS feed &#8211; while not limiting the widget to servers with PHP. After putting that together, I had to add inline CSS to style the feed output. Everything looked great but I could not figure out how to add a :hover to an... <a
href="http://jappler.com/blog/archive/2008/02/15/add-a-pseudo-pseudo-class-hover-in-inline-css">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>I have been busy this week with a few really cool projects &#8211; one of them to create a widget for any site that will show the latest news items from a RSS feed &#8211; while not limiting the widget to servers with PHP.  After putting that together, I had to add <a
href="http://www.w3schools.com/css/css_howto.asp">inline CSS</a> to style the feed output.  Everything looked great but I could not figure out how to add a :hover to an inline style&#8230;until I realized I could fake it by adding some basic javascript: onmouseover and onmouseout to change the font color.</p><pre class="brush: xml; title: ; notranslate">
&lt;a href=&quot;file.html&quot;&gt;Title&amp;lt;/a
</pre>]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2008/02/15/add-a-pseudo-pseudo-class-hover-in-inline-css/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Tabs With the Yahoo User Interface Library (YUI).</title><link>http://jappler.com/blog/archive/2008/01/21/tabs-with-the-yahoo-user-interface-library-yui</link> <comments>http://jappler.com/blog/archive/2008/01/21/tabs-with-the-yahoo-user-interface-library-yui#comments</comments> <pubDate>Mon, 21 Jan 2008 20:21:29 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[jappler.com]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[code]]></category> <category><![CDATA[SDAC]]></category> <category><![CDATA[YUI]]></category> <guid
isPermaLink="false">http://www.jappler.com/blog/archive/2008/01/21/tabs-with-the-yahoo-user-interface-library-yui</guid> <description><![CDATA[I have recently been asked to create a tabbed interface for a few projects which does not require any page reloading. I am familiar with working with the Yahoo! User Interface Library (YUI) and decided to use their tabview component to make this happen. What you need: Yahoo User Interface Library CSS HTML (View Source) A simple example: Check this code out in action (reusing the tabs I created from the jappler menus). You can... <a
href="http://jappler.com/blog/archive/2008/01/21/tabs-with-the-yahoo-user-interface-library-yui">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>I have recently been asked to create a tabbed interface for a few projects which does not require any page reloading.  I am familiar with working with the <a
href="http://developer.yahoo.com/yui/">Yahoo! User Interface Library</a> (YUI) and decided to use their <a
href="http://developer.yahoo.com/yui/tabview/">tabview component</a> to make this happen.</p><p><strong>What you need:</strong></p><ol><li><a
href="http://developer.yahoo.com/yui/download/">Yahoo User Interface Library</a></li><li><a
href="http://www.jappler.com/downloads/yui-tabs/yui.css"> CSS</a></li><li><a
href="http://www.jappler.com/downloads/yui-tabs/yui-tabs.html">HTML</a> (View Source)</li></ol><p><strong>A simple example:</strong><br
/> <a
href="http://jappler.com/downloads/yui-tabs/yui-tabs.html">Check this code out in action</a> (reusing the tabs I created from the <a
href="http://www.jappler.com/blog/archive/2008/01/09/jappler-menus-in-wordpress">jappler menus</a>).</p><p>You can easily &#8220;View Source&#8221; and use that as an example.  The possibilities of customizing the &#8220;tabview&#8221; component are endless and can also be seen on <a
href="http://www.jappler.com/">jappler.com&#8217;s home page</a>.</p><p><strong>Moral of the story</strong><br
/> Check out the YUI library, look at the examples and start using and reusing the code!  This speeds up development and will make your life easier!</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2008/01/21/tabs-with-the-yahoo-user-interface-library-yui/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
