<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Tim Maxey | Tampa Bay Web Design</title>
        <link>http://timmaxey.net/Default.aspx</link>
        <description>Web Design | SEO Marketing | Programming Tips</description>
        <language>en-US</language>
        <copyright>Tim Maxey</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <image>
            <title>Tim Maxey | Tampa Bay Web Design</title>
            <url>http://timmaxey.net/images/RSS2Image.gif</url>
            <link>http://timmaxey.net/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Android and Sprint TV Not working</title>
            <link>http://timmaxey.net/archive/2010/07/27/android-and-sprint-tv-not-working.aspx</link>
            <description>STOP, WAIT! DO NOT call and waste your time on the phone with sprint, unless this doesn't work, lol! &lt;br /&gt;
&lt;br /&gt;
I was on the phone with sprint and they wanted me to reset everything etc, etc when I ported my number over to my new Android EVO when I called and could not get Sprint TV to work, kept getting the Error 3000, you are not authorized to use this application...&lt;br /&gt;
&lt;br /&gt;
I had to go to settings, then applications, manage application, then scroll down and find Sprint TV and "clear data" and if you can "clear cache" and anything else with clear on it etc, etc... &lt;br /&gt;
&lt;br /&gt;
Once I did that, my SprintTV worked again. Hope this helps someone else...&lt;img src="http://timmaxey.net/aggbug/30.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2010/07/27/android-and-sprint-tv-not-working.aspx</guid>
            <pubDate>Tue, 27 Jul 2010 13:10:56 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/30.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2010/07/27/android-and-sprint-tv-not-working.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/30.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Disable hide ASP.NET button after submit click</title>
            <category>VB.NET Code</category>
            <category>C# .NET Code</category>
            <category>JavaScript</category>
            <link>http://timmaxey.net/archive/2010/07/22/disable-hide-asp.net-button-after-submit-click.aspx</link>
            <description>&lt;font face=""&gt;Here is the easiest way to hide or rather disable the asp.net button control, or any other control for that matter, take this:&lt;br /&gt;
&lt;br /&gt;
&lt;font face=""&gt;&amp;lt;div id="dwait" style="display:none"&amp;gt;please wait, creating account...&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id="dBut"&amp;gt;&amp;lt;asp:Button ID="Button1" runat="server" Text="Submit" OnClientClick="HideMe();" /&amp;gt;&amp;lt;/div&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function HideMe() { &lt;br /&gt;
var dw = document.getElementById("dwait"); &lt;br /&gt;
var db = document.getElementById("dBut"); &lt;br /&gt;
db.style.display = "none"; &lt;br /&gt;
dw.style.display ="block"; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When the asp.net button is clicked, it just hides the div of the button, or imagebutton (if you want) and shows the "wait" div. In the wait div you could put/style it however, like with an animated waiting or whatever... Enjoy! &lt;img src="http://timmaxey.net/aggbug/29.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2010/07/22/disable-hide-asp.net-button-after-submit-click.aspx</guid>
            <pubDate>Thu, 22 Jul 2010 16:59:47 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/29.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2010/07/22/disable-hide-asp.net-button-after-submit-click.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/29.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Free File Compare Application</title>
            <link>http://timmaxey.net/archive/2010/07/20/free-file-compare-application.aspx</link>
            <description>If you just need a program to compare to files, I found this one to be really easy and nice, check it out! &lt;a target="_blank" href="http://www.prestosoft.com/edp_examdiff.asp"&gt;http://www.prestosoft.com/edp_examdiff.asp&lt;/a&gt;&lt;img src="http://timmaxey.net/aggbug/28.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2010/07/20/free-file-compare-application.aspx</guid>
            <pubDate>Tue, 20 Jul 2010 17:15:04 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/28.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2010/07/20/free-file-compare-application.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/28.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Jquery Imageflow iPhone Photo rotation</title>
            <category>JavaScript</category>
            <link>http://timmaxey.net/archive/2010/03/05/jquery-imageflow-iphone-photo-rotation.aspx</link>
            <description>&lt;p&gt;Cool thing I found and broke it up for easy copy and use... Check out the code below and the links. Just grab the js and css files yourself off my server...&lt;/p&gt;
&lt;p&gt;Take a look at the &lt;a target="_blank" href="http://timmaxey.com/i/i.html"&gt;ImageFlow IPhone like Photo viewer&lt;/a&gt; you can view the source and get the goods, but below is the just of the code:&lt;/p&gt;
&lt;p&gt;In the HEAD tag:&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&amp;lt;link rel="stylesheet" href="imageflow.css" type="text/css" /&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript' src='jquery.js?ver=1.3.2'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript' src='jquery.cycle.js?ver=1.0'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript' src='jquery.thumb-hover.js?ver=1.0'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript' src='imageflow.js?ver=1.0'&amp;gt;&amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt; jQuery(function($){&lt;br /&gt;
  &lt;br /&gt;
  //sliding content&lt;br /&gt;
        $('#image').cycle({&lt;br /&gt;
   timeout: 5000,&lt;br /&gt;
   fx: 'fade'&lt;br /&gt;
  });&lt;br /&gt;
 &lt;br /&gt;
 });&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Then somewhere in the BODY TAG:&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&amp;lt;div id="slider" class="imageflow"&amp;gt; &lt;br /&gt;
   &amp;lt;img src="images/1.jpg" width="600" height="450" alt="One" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/2.jpg" width="600" height="450" alt="Two" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/3.jpg" width="600" height="450" alt="Three" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/4.jpg" width="600" height="450" alt="Four" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/5.jpg" width="600" height="450" alt="Five" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/6.jpg" width="600" height="450" alt="Six" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/7.jpg" width="600" height="450" alt="Seven" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/8.jpg" width="600" height="450" alt="Eight" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/9.jpg" width="600" height="450" alt="Nine" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/10.jpg" width="600" height="450" alt="Ten" /&amp;gt;&lt;br /&gt;
   &amp;lt;img src="images/11.jpg" width="450" height="600" alt="Eleven" /&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;You can have as many images as you like, but they do "pre-load..." Have fun!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://timmaxey.net/aggbug/27.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2010/03/05/jquery-imageflow-iphone-photo-rotation.aspx</guid>
            <pubDate>Sat, 06 Mar 2010 01:39:25 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/27.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2010/03/05/jquery-imageflow-iphone-photo-rotation.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/27.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Plat Maps Plot Maps Parcel Boundaries</title>
            <category>VB.NET Code</category>
            <category>JavaScript</category>
            <link>http://timmaxey.net/archive/2010/03/05/plat-maps-plot-maps-parcel-boundaries.aspx</link>
            <description>&lt;p&gt;A new service was just release (BETA) for Florida county plat maps, Florida county plot maps, Florida county parcel boundary maps.&lt;/p&gt;
&lt;p&gt;Really cool application. Check it out: &lt;a target="_blank" href="http://www.earthplat.com"&gt;Florida County Plat, Plot, Zoning, Parcel Boundary Maps&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Technologies used: Google Earth Plugin, KML, Google Maps, Mobile device support for Android and iPhone platforms. Search the entire state of Florida for parcel boundaries, owner information, Google Street View, etc...&lt;/p&gt;&lt;img src="http://timmaxey.net/aggbug/26.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2010/03/05/plat-maps-plot-maps-parcel-boundaries.aspx</guid>
            <pubDate>Fri, 05 Mar 2010 22:59:46 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/26.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2010/03/05/plat-maps-plot-maps-parcel-boundaries.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/26.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Blackberry BB Curve Facebook Photo Upload</title>
            <category>JavaScript</category>
            <link>http://timmaxey.net/archive/2009/09/24/blackberry-bb-curve-facebook-photo-upload.aspx</link>
            <description>Facebook downgrade&lt;br /&gt;
&lt;br /&gt;
Ok I had an issue with my new Blackberry curve and Facebook. The photo upload sucked! So I did some research and I found a post for version 1.5 of Blackberry Facebook software.&lt;br /&gt;
&lt;br /&gt;
Version 1.5 is the version that worked!!! &lt;a href="http://www.timmaxey.com/dl/Facebook_1.5.0c.zip"&gt;Here is a link to my zip file that worked&lt;/a&gt;. And &lt;a href="http://forums.crackberry.com/f52/downgrade-facebook-254961/" target="_blank"&gt;here is the post&lt;/a&gt;. Note my zip file was for BB 4.5, not 4.6, BUT the post has both versions...&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://timmaxey.net/aggbug/25.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2009/09/24/blackberry-bb-curve-facebook-photo-upload.aspx</guid>
            <pubDate>Fri, 25 Sep 2009 02:01:03 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/25.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2009/09/24/blackberry-bb-curve-facebook-photo-upload.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/25.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Full Text Index on SQL Express</title>
            <category>SQL (Miscrosoft) TSQL</category>
            <link>http://timmaxey.net/archive/2009/06/15/full-text-index-on-sql-express.aspx</link>
            <description>&lt;p&gt;On SQL Express I had to do the following to get FULLTEXT index setup. I also had to make sure there was a primary key, then I went to the design of the table and right clicked on the primary key (or any colum) and select the fulltext index, when the dialog came up on the right side I selected the columns I wanted to add, click close and I was set...&lt;/p&gt;
&lt;p&gt;use mydatabase&lt;/p&gt;
&lt;p&gt;exec sp_fulltext_database 'enable'&lt;br /&gt;
go&lt;br /&gt;
exec sp_fulltext_catalog 'tblMyTable', 'create'&lt;br /&gt;
go&lt;/p&gt;&lt;img src="http://timmaxey.net/aggbug/24.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2009/06/15/full-text-index-on-sql-express.aspx</guid>
            <pubDate>Mon, 15 Jun 2009 19:59:16 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/24.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2009/06/15/full-text-index-on-sql-express.aspx#feedback</comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/24.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Javascript clickable slideshow</title>
            <category>JavaScript</category>
            <link>http://timmaxey.net/archive/2009/05/14/javascript-clickable-slideshow.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;I did NOT write this, I wanted a javascript slidshow to show off project screen shots and found this code and wanted to make sure I had it in my archives to search for later! Got this off: &lt;font face="Arial"&gt;&lt;a target="_blank" href="http://www.javascriptkit.com/howto/show3.shtml"&gt;http://www.javascriptkit.com/howto/show3.shtml&lt;/a&gt;&lt;/font&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;in head:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
//preload images&lt;br /&gt;
var image1=new Image()&lt;br /&gt;
image1.src="images/screenshot.jpg"&lt;br /&gt;
var image2=new Image()&lt;br /&gt;
image2.src="images/screenshot2.jpg"&lt;br /&gt;
var image3=new Image()&lt;br /&gt;
image3.src="images/screenshot3.jpg"&lt;br /&gt;
var image4=new Image()&lt;br /&gt;
image4.src="images/screenshot4.jpg"&lt;br /&gt;
//--&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;In the body where you want the "images" to show up...&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&amp;lt;a href="javascript:slidelink()"&amp;gt;&lt;br /&gt;
&amp;lt;img src="images/screenshot.jpg" name="slide" border="0" width="492" height="354" /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
var step=1&lt;br /&gt;
var whichimage=1&lt;br /&gt;
function slideit(){&lt;br /&gt;
if (!document.images)&lt;br /&gt;
return&lt;br /&gt;
document.images.slide.src=eval("image"+step+".src")&lt;br /&gt;
whichimage=step&lt;br /&gt;
if (step&amp;lt;4)&lt;br /&gt;
step++&lt;br /&gt;
else&lt;br /&gt;
step=1&lt;br /&gt;
setTimeout("slideit()",4000)&lt;br /&gt;
}&lt;br /&gt;
slideit()&lt;br /&gt;
function slidelink(){&lt;br /&gt;
if (whichimage==1)&lt;br /&gt;
window.location="page1.html"&lt;br /&gt;
else if (whichimage==2)&lt;br /&gt;
window.location="page2.html"&lt;br /&gt;
else if (whichimage==3)&lt;br /&gt;
window.location="page3.html"&lt;br /&gt;
else if (whichimage==4)&lt;br /&gt;
window.location="page4.html"&lt;br /&gt;
}&lt;br /&gt;
//--&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://timmaxey.net/aggbug/23.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Maxey</dc:creator>
            <guid>http://timmaxey.net/archive/2009/05/14/javascript-clickable-slideshow.aspx</guid>
            <pubDate>Thu, 14 May 2009 17:49:15 GMT</pubDate>
            <wfw:comment>http://timmaxey.net/comments/23.aspx</wfw:comment>
            <comments>http://timmaxey.net/archive/2009/05/14/javascript-clickable-slideshow.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://timmaxey.net/comments/commentRss/23.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>