<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Today I Searched</title>
	
	<link>http://www.todayisearched.com</link>
	<description>...And Found Awesomeness</description>
	<lastBuildDate>Fri, 20 Jan 2012 02:17:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TodayISearched" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="todayisearched" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Gravatar WordPress Comments</title>
		<link>http://www.todayisearched.com/2012/01/gravatar-wordpress-comments.html</link>
		<comments>http://www.todayisearched.com/2012/01/gravatar-wordpress-comments.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 02:17:46 +0000</pubDate>
		<dc:creator>michaelafowler</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=215</guid>
		<description><![CDATA[Today I searched gravatar wordpress comments trying to figure how to get the gravatar images next to the comments in a wordpress.org theme. I was surprised to find that wordpress natively supports gravatars in 2.5 and above. To use it you just call get_avatar and pass in the email and an optional size and it [...]]]></description>
			<content:encoded><![CDATA[<p>Today I searched <strong>gravatar wordpress comments</strong> trying to figure how to get the gravatar images next to the comments in a wordpress.org theme. I was surprised to find that <a href="http://codex.wordpress.org/Using_Gravatars" target="_blank">wordpress natively supports gravatars in 2.5</a> and above. To use it you just call get_avatar and pass in the email and an optional size and it spits out the image html. Once I found the loop of comments in the template code, I just added the below code in a div next to the comment text. </p>
<p><textarea name="code" class="php" cols="60" rows="10"><?php echo get_avatar($comment->comment_author_email, &#8220;55&#8243;) ?></textarea></p>
<p>I used comment_author_email on the php comment object to get the email address of the person who made the comment. It was pretty painless to do and a great feature to add to my template.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=jCohM4509v0:IeBZH3HOTFI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=jCohM4509v0:IeBZH3HOTFI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=jCohM4509v0:IeBZH3HOTFI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=jCohM4509v0:IeBZH3HOTFI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2012/01/gravatar-wordpress-comments.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Sortable Placeholder Height Issue</title>
		<link>http://www.todayisearched.com/2012/01/jquery-sortable-placeholder-height-issue.html</link>
		<comments>http://www.todayisearched.com/2012/01/jquery-sortable-placeholder-height-issue.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 03:47:03 +0000</pubDate>
		<dc:creator>michaelafowler</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=210</guid>
		<description><![CDATA[Today I searched jQuery Sortable Placeholder Height Issue because when I dragged my sortable list the placeholder was shrinking to have a 0 height. It was tough tell where exactly I was moving it to. I needed to get this working or it would drive me crazy. So I tried a couple things before I [...]]]></description>
			<content:encoded><![CDATA[<p>Today I searched <strong>jQuery Sortable Placeholder Height Issue</strong> because when I dragged my sortable list the placeholder was shrinking to have a 0 height. It was tough tell where exactly I was moving it to. I needed to get this working or it would drive me crazy. So I tried a couple things before I found a solution.  I made sure that there was a height on the element and in my jQuery call I used the options placeholder: &#8216;ui-state-highlight&#8217; and forcePlaceholderSize:true, none of these things worked. Then I found that you could set the height of the placeholder on the start event of your sortable like this. </p>
<pre name="code" class="js">
$( ".selector" ).sortable({
   placeholder: 'ui-state-highlight',
   start: function(event, ui) {
        ui.placeholder.height(ui.item.height());
   }
});
</pre>
<p>Once I added this code and refreshed, it a beautiful site to see a jQuery sortable placeholder work. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=kcnv8PN62aQ:eWbhFEKpnKQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=kcnv8PN62aQ:eWbhFEKpnKQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=kcnv8PN62aQ:eWbhFEKpnKQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=kcnv8PN62aQ:eWbhFEKpnKQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2012/01/jquery-sortable-placeholder-height-issue.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 301 Redirect</title>
		<link>http://www.todayisearched.com/2012/01/php-301-redirect.html</link>
		<comments>http://www.todayisearched.com/2012/01/php-301-redirect.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:20:37 +0000</pubDate>
		<dc:creator>michaelafowler</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[301 Redirect]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=205</guid>
		<description><![CDATA[Today I searched PHP 301 Redirect and I found that it was very simple. All you need to do is add this code to the header of the the php page. Then you just change &#8220;http://www.new-url.com&#8221; to the url you want the page to get redirect to. Once that is done you have successfully redirected [...]]]></description>
			<content:encoded><![CDATA[<p>Today I searched <strong>PHP 301 Redirect</strong> and I found that it was very simple. All you need to do is add this code to the header of the the php page.<br />
<textarea name="code" class="php" cols="60" rows="10"><?  Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.new-url.com" ); ?></textarea ></p>
<p>Then you just change &#8220;http://www.new-url.com&#8221; to the url you want the page to get redirect to. Once that is done you have successfully redirected a page using a 301 redirect.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=Ej-P1e5AE3s:7wbS_s05r7A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=Ej-P1e5AE3s:7wbS_s05r7A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=Ej-P1e5AE3s:7wbS_s05r7A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Ej-P1e5AE3s:7wbS_s05r7A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2012/01/php-301-redirect.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get Google Reader Back</title>
		<link>http://www.todayisearched.com/2011/12/how-to-get-google-reader-back.html</link>
		<comments>http://www.todayisearched.com/2011/12/how-to-get-google-reader-back.html#comments</comments>
		<pubDate>Fri, 02 Dec 2011 18:40:28 +0000</pubDate>
		<dc:creator>pzeppy</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=193</guid>
		<description><![CDATA[Today I searched for New Google Reader Themes in hopes to change their current eye strain of a theme. The switch had annoyed me so much that I have been using NewsBlur as my reader of choice. It has not been bad, but it has it&#8217;s quirks. When the Google Reader update was made, I [...]]]></description>
			<content:encoded><![CDATA[<p>Today I searched for <strong>New Google Reader Themes</strong> in hopes to change their current eye strain of a theme.  The switch had annoyed me so much that I have been using <a href="http://www.newsblur.com/">NewsBlur</a> as my reader of choice.  It has not been bad, but it has it&#8217;s quirks.  When the Google Reader update was made, I searched in vain on how to get back the old theme.  In my search I saw that people had built themes for the previous version of reader, which I did not even know existed.  Of course, the new update had broke all these themes out there.</p>
<p>Today I decided to take another stab and see if there was any new themes for the current Reader.  </p>
<p>Google brought me over to this page:</p>
<p><a href="http://userstyles.org/styles/browse?search_terms=google+reader">http://userstyles.org/styles/browse?search_terms=google+reader</a></p>
<p>I then found a style titled <a href="http://userstyles.org/styles/55583/gooder-plus-old-google-reader-style">&#8220;Gooder Plus-Old Google Reader Style&#8221;</a>.  Now we&#8217;re talking!!!  Here is what is needed to get this going:</p>
<ol>
<li>You must be using Chrome</li>
<li>Install the <a href="https://chrome.google.com/webstore/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe">Stylish</a> extension</li>
<li>Install the <a href="http://userstyles.org/styles/55583/gooder-plus-old-google-reader-style">Gooder Plus-Old Google Reader Style</a> into Stylish</li>
<li>Go to your<a href="http://google.com/reader"> Google Reader</a></li>
</ol>
<p><a href="http://www.todayisearched.com/wp-content/uploads/2011/12/googlereader.jpg"><img src="http://www.todayisearched.com/wp-content/uploads/2011/12/googlereader-300x100.jpg" alt="" title="Google Reader" width="300" height="100" class="size-medium wp-image-194" /></a></p>
<p>Now if I could only get back the original Reader sharing&#8230;sigh</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=PjLsjr58-pA:E8jObXzVxKk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=PjLsjr58-pA:E8jObXzVxKk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=PjLsjr58-pA:E8jObXzVxKk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=PjLsjr58-pA:E8jObXzVxKk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2011/12/how-to-get-google-reader-back.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery UI Combobox Widget Improved</title>
		<link>http://www.todayisearched.com/2011/11/jquery-ui-combobox-widget-improved.html</link>
		<comments>http://www.todayisearched.com/2011/11/jquery-ui-combobox-widget-improved.html#comments</comments>
		<pubDate>Tue, 29 Nov 2011 17:54:05 +0000</pubDate>
		<dc:creator>pzeppy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Comobox]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=183</guid>
		<description><![CDATA[Today I searched for a JQuery UI Combobox. I found a custom widget on the jQuery UI site. By default it populates the combobox off of a select element. I was really wanting to load this off of a Ajax call instead, but only load the top 50 from the DB if they were to [...]]]></description>
			<content:encoded><![CDATA[<p>Today I searched for a <strong>JQuery UI Combobox</strong>.  I found a custom widget on the <a href="http://jqueryui.com/demos/autocomplete/#combobox" target="_blank">jQuery UI site</a>.  By default it populates the combobox off of a select element.  I was really wanting to load this off of a Ajax call instead, but only load the top 50 from the DB if they were to click on the arrow to browse.  I made some modifications to the Combobox code to allow for the &#8216;source&#8217; callback which is implemented on their current autocomplete.  I also implemented the &#8216;select&#8217; callback and &#8216;delay&#8217; property.</p>
<p>I also have it setup to be able to combobox off of a text element if desired, instead of the select.</p>
<p>This widget should go into a js file and be included on the page</p>
<pre  name="code" class="javascript">
(function( $ ) {
		$.widget( "ui.combobox", {
			_create: function() {
				var self = this,
					select = this.element.hide(),
					selected = select.children( ":selected" ),
					value = select.is('input:text') ?
								select.val() :
									selected.val() ?  selected.text() : "";
				var input = this.input = $( "
<input>" )
					.insertAfter( select )
					.val( value )
					.autocomplete({
						delay: self.options.delay ? self.options.delay : 0,
						minLength:  self.options.minLength ? self.options.minLength : 0,
						source: function( request, response ) {
							if (!self.options.source) {
								var matcher = new RegExp( $.ui.autocomplete.escapeRegex(request.term), "i" );
								response( select.children( "option" ).map(function() {
									var text = $( this ).text();
									if ( this.value &#038;&#038; ( !request.term || matcher.test(text) ) )
										return {
											label: text.replace(
												new RegExp(
													"(?![^&#038;;]+;)(?!<[^<>]*)(" +
													$.ui.autocomplete.escapeRegex(request.term) +
													")(?![^<>]*>)(?![^&#038;;]+;)", "gi"
												), "<strong>$1</strong>" ),
											value: text,
											option: this
										};
								}) );
							} else {
								self.options.source(request, response);
							}
						},
						select: function( event, ui ) {
							if (!self.options.select) {
								ui.item.option.selected = true;
								self._trigger( "selected", event, {
									item: ui.item.option
								});
							} else {
								self.options.select(event, ui);
							}
						},
						change: function( event, ui ) {
							if ( !ui.item ) {
								var matcher = new RegExp( "^" + $.ui.autocomplete.escapeRegex( $(this).val() ) + "$", "i" ),
									valid = false;
								select.children( "option" ).each(function() {
									if ( $( this ).text().match( matcher ) ) {
										this.selected = valid = true;
										return false;
									}
								});
								if ( !valid ) {
									// remove invalid value, as it didn't match anything
									$( this ).val( "" );
									select.val( "" );
									input.data( "autocomplete" ).term = "";
									return false;
								}
							}
						}
					})
					.addClass( "ui-widget ui-widget-content ui-corner-left" );

				input.data( "autocomplete" )._renderItem = function( ul, item ) {
					return $( "
<li></li>

" )
						.data( "item.autocomplete", item )
						.append( "<a>" + item.label + "</a>" )
						.appendTo( ul );
				};

				this.button = $( "<button type='button'>&nbsp;</button>" )
					.attr( "tabIndex", -1 )
					.attr( "title", "Show All Items" )
					.insertAfter( input )
					.button({
						icons: {
							primary: "ui-icon-triangle-1-s"
						},
						text: false
					})
					.removeClass( "ui-corner-all" )
					.addClass( "ui-corner-right ui-button-icon" )
					.click(function() {
						// close if already visible
						if ( input.autocomplete( "widget" ).is( ":visible" ) ) {
							input.autocomplete( "close" );
							return;
						}

						// work around a bug (likely same cause as #5265)
						$( this ).blur();

						// pass empty string as value to search for, displaying all results
						input.autocomplete( "search", "" );
						input.focus();
					}).find('.ui-button-text').removeClass('ui-button-text'); //added the remove ui-button-text to remove the padding
				//and make it the same size as our input
				//see button in Message Center -> New Message for reference
			},

			destroy: function() {
				this.input.remove();
				this.button.remove();
				this.element.show();
				$.Widget.prototype.destroy.call( this );
			}
		});
	})( jQuery );
</pre>
<p>Here is an example usage of the widget:</p>
<pre name="code" class="javascript">
$('#myTextField').combobox({
		source: function(req,add) {
                      $.ajax({
                        url: "test.html",
                       dataType:"json",
                       success: function(data, textStatus, XMLHttpRequest){
                         add(data);
                       }
                   });

		},
		select: function(event, ui) {
                              //call back when the user selects an item on the list
	                        alert('Item id selected [' + ui.item.id + ']');
		},
		delay: 500
		});
</pre>
<p>Here is an example of json structure that the add() method takes above</p>
<pre name="code" class="javascript">
[{"id":"1","label":"Option1"},{"id":"2","label":"Option2"},{"id":"3","label":"Option3"}]
</pre>
<p>This mod does not break the traditional means of creating the combobox off of a select element</p>
<pre  name="code" class="javascript">
$( "#MySelectElement" ).combobox();
</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=MZZvYXITp1M:ezE9bPG6cBQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=MZZvYXITp1M:ezE9bPG6cBQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=MZZvYXITp1M:ezE9bPG6cBQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=MZZvYXITp1M:ezE9bPG6cBQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2011/11/jquery-ui-combobox-widget-improved.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Renumbering Ordered Rows In An Update Statement</title>
		<link>http://www.todayisearched.com/2011/10/mysql-renumbering-ordered-rows-in-an-update-statement.html</link>
		<comments>http://www.todayisearched.com/2011/10/mysql-renumbering-ordered-rows-in-an-update-statement.html#comments</comments>
		<pubDate>Sat, 08 Oct 2011 00:10:15 +0000</pubDate>
		<dc:creator>pzeppy</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=172</guid>
		<description><![CDATA[Today I searched How To Reorder Column Numbering In MySQL. This can be accomplished by using MySQL variables. We were able to use this solution to reorder a column that had gaps in the numbering after we had run a delete in the DB. Below is an example of how to do this through a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I searched <strong>How To Reorder Column Numbering In MySQL</strong>.  This can be accomplished by using MySQL variables.  We were able to use this solution to reorder a column that had gaps in the numbering after we had run a delete in the DB.</p>
<p>Below is an example of how to do this through a select.</p>
<pre name="code" class="sql">
SET @line = 0;

SELECT @line := @line + 1, some_field FROM my_table;
</pre>
<p>Here is how to accomplish an update</p>
<pre name="code" class="sql">
SET @line = 0;

update mytable set myordercolum = @line := @line + 1 order by myordercol;
</pre>
<p>Don&#8217;t forget to adding in your where or proper field to order by for the correct numbering if needed!!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=Y5hwbunl9AA:XjNVRp-R5WY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=Y5hwbunl9AA:XjNVRp-R5WY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=Y5hwbunl9AA:XjNVRp-R5WY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=Y5hwbunl9AA:XjNVRp-R5WY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2011/10/mysql-renumbering-ordered-rows-in-an-update-statement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi Select PHP</title>
		<link>http://www.todayisearched.com/2011/09/multi-select-php.html</link>
		<comments>http://www.todayisearched.com/2011/09/multi-select-php.html#comments</comments>
		<pubDate>Thu, 29 Sep 2011 20:48:51 +0000</pubDate>
		<dc:creator>michaelafowler</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=158</guid>
		<description><![CDATA[Today I searched multi select php to find out how php handled the passing of this input field. I found out that you need add the square brackets to the end of the name value of your select element for PHP to pick up all of the values in an array. Below is an example [...]]]></description>
			<content:encoded><![CDATA[<p>Today I searched <strong>multi select php</strong> to find out how php handled the passing of this input field. I found out that you need add the square brackets to the end of the name value of your select element for PHP to pick up all of the values in an array. Below is an example of the code:</p>
<h3>The Multiple Select Box</h3>
<select name="selectData[]" multiple="multiple">
<option value="1">Today</option>
<option value="2">I</option>
<option value="3">Searched</option>
</select>
<h3>The HTML</h3>
<pre name="code" class="html">
<select name="selectData[]" multiple="multiple">
<option value="1">Today</option>
<option value="2">I</option>
<option value="3">Searched</option>
</select>
</pre>
<h3>The PHP</h3>
<pre name="code" class="php">
	$selectData=$_POST['selectData'];
	if ($selectData){
	    foreach ($selectData as $sd){
               echo 'Selected Value '.$sd;
            }
	}
</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=wUdOYpBTsAU:txKJav3hZ6o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=wUdOYpBTsAU:txKJav3hZ6o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=wUdOYpBTsAU:txKJav3hZ6o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=wUdOYpBTsAU:txKJav3hZ6o:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2011/09/multi-select-php.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free/Open Source PDF Editor</title>
		<link>http://www.todayisearched.com/2011/09/freeopen-source-pdf-editor.html</link>
		<comments>http://www.todayisearched.com/2011/09/freeopen-source-pdf-editor.html#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:58:03 +0000</pubDate>
		<dc:creator>pzeppy</dc:creator>
				<category><![CDATA[Open Office]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[pdf editor]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=145</guid>
		<description><![CDATA[Today I searched for a free PDF editor&#8230; I was looking to replace an image in a PDF file that I had. After some time with the Google&#8217;s, I found out that this can be achieved with Open Office!! It does not edit the PDF directly, but it is very simple. You just need to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Today I searched for a free PDF editor&#8230;</strong>  I was looking to replace an image in a PDF file that I had.  After some time with the Google&#8217;s, I found out that this can be achieved with Open Office!!</p>
<p>It does not edit the PDF directly, but it is very simple.  You just need to install the <a href="http://extensions.services.openoffice.org/project/pdfimport">PDF Import</a> extension.  It will open the PDF up in Draw for editing.  After editing you can export back to a new PDF with the changes.  Follow the steps below to give it a whirl:</p>
<ol>
<li>
<p>Download the PDF Import extension from the link above.  After Downloading it you can double click on it and Open Office will bring up the extension manager to install it</p>
</li>
<li>
<p>Open Open Office Draw</P</li>
<li>
<p>Select File &#8211;> Open and navigate to the PDF you wish to edit</p>
</li>
<li>
<p>The file should now be imported into draw.  Make the necessary edits.  At this point I also recommend saving the native draw file in case you want to make future edits</p>
</li>
<li>
<p>Click on the PDF icon on the toolbar or navigate to File &#8211;> Export as PDF.</p>
</li>
<ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=QGU4_Veq2JU:5YU7zlDvo8s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=QGU4_Veq2JU:5YU7zlDvo8s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=QGU4_Veq2JU:5YU7zlDvo8s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=QGU4_Veq2JU:5YU7zlDvo8s:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2011/09/freeopen-source-pdf-editor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50GB Free Online Storage With ADrive</title>
		<link>http://www.todayisearched.com/2011/09/50gb-free-online-storage-with-adrive.html</link>
		<comments>http://www.todayisearched.com/2011/09/50gb-free-online-storage-with-adrive.html#comments</comments>
		<pubDate>Fri, 16 Sep 2011 22:03:04 +0000</pubDate>
		<dc:creator>pzeppy</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[adrive]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=139</guid>
		<description><![CDATA[Today I Searched free online storage for my home backup solution. I was in search for a large amount of free disk space and found ADrive They offer 50GB of free storage space. This this is the catch, you must use their Java Applet file upload to send your files into the cloud. They do [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Today I Searched free online storage for my home backup solution.</strong>  I was in search for a large amount of free disk space and found <a href="http://www.adrive.com">ADrive</a></p>
<p>They offer 50GB of free storage space.  This this is the catch, you must use their Java Applet file upload to send your files into the cloud.  They do not have any SSL option for the free storage, but I am using it to backup static media (pictures and video).  I have started to upload files to their server, and found the applet a little bit more handy than I expected.  You can pick entire directories to upload and will will keep you directory structure when the files are sent up.  Here are a couple gotchas that I ran into using the applet and did not see these documented anywhere:</p>
<ol>
<li>You can only upload no more than 1000 files per transfer</li>
<li>You can&#8217;t upload more than 2GB per transfer</li>
</ol>
<p>Other than those 2 things it is working out well so far.  </p>
<p>The applet allows you to download files back to your computer and will retain the directory structure, which is helpful if needing to restore from a backup.  I have not yet tested to see if the same files and transfer size limitations apply to the download as well.  I suspect that they may.</p>
<p>Another bonus it the ability to share files that are in the cloud.  They cannot be password protected, but it will create a URL that can be emailed to someone.  It is kind of a security by obscurity philosophy on the free version.</p>
<p>Adrive can be purchased for $6.95 / month if you are in need of the ability to do a remote transfer.  This includes FTP, WebDav, and SSL encryption.</p>
<p>I am going to look for a free backup solution for my files that change on a regular basis.  Feel free to let me know what you think is the best free option for secure backup&#8217;s in the cloud and has the ability to install a client with scheduling.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=t1NKp4mTGMY:wxltnvv3a_g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=t1NKp4mTGMY:wxltnvv3a_g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=t1NKp4mTGMY:wxltnvv3a_g:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=t1NKp4mTGMY:wxltnvv3a_g:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2011/09/50gb-free-online-storage-with-adrive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtuemart For Joomla Database Model 1.1.2</title>
		<link>http://www.todayisearched.com/2011/09/virtuemart-for-joomla-database-model-1-1-2.html</link>
		<comments>http://www.todayisearched.com/2011/09/virtuemart-for-joomla-database-model-1-1-2.html#comments</comments>
		<pubDate>Wed, 14 Sep 2011 14:47:36 +0000</pubDate>
		<dc:creator>pzeppy</dc:creator>
				<category><![CDATA[Joomla / Virtuemart]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[toad]]></category>
		<category><![CDATA[virtuemart]]></category>

		<guid isPermaLink="false">http://www.todayisearched.com/?p=126</guid>
		<description><![CDATA[Today we searched for a Virtuemart DB model and failed, so we created our own We created this model in Toad Database Designer. We have provided the link to the design file if anyone would like to utilize it, and a link to the PNG of the model. Please provide feedback on any relations that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Today we searched for a Virtuemart DB model and failed, so we created our own <img src='http://www.todayisearched.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></p>
<p>We created this model in Toad Database Designer.  We have provided the link to the design file if anyone would like to utilize it, and a link to the PNG of the model.  Please provide feedback on any relations that may not be correct, or are missing.</p>
<p><strong>To download the Toad design file</strong> <a href="https://docs.google.com/leaf?id=0B_IKBB3t6rm4OTcwMzQ2ZWUtNzdmYi00ZjczLWEyNTctOTE2NDYxZDJmZjc0&#038;hl=en_US">CLICK HERE</a></p>
<p><a href="http://www.todayisearched.com/wp-content/uploads/2011/09/Virtuemart1.1.2.png"><img src="http://www.todayisearched.com/wp-content/uploads/2011/09/Virtuemart1.1.2.png" alt="" title="Virtuemart1.1.2" class="alignnone size-full wp-image-127" height="550" width="550" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=UdNbYECHocI:xsFY12R8ygQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=UdNbYECHocI:xsFY12R8ygQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TodayISearched?i=UdNbYECHocI:xsFY12R8ygQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TodayISearched?a=UdNbYECHocI:xsFY12R8ygQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TodayISearched?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.todayisearched.com/2011/09/virtuemart-for-joomla-database-model-1-1-2.html/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/

Served from: www.todayisearched.com @ 2012-01-19 20:26:51 -->

