<feed 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="http://www.w3.org/2005/Atom" xml:lang="en-US">
    <title>Tim Maxey | Tampa Bay Web Design</title>
    <link rel="self" type="application/atom+xml" href="http://timmaxey.net/Atom.aspx" />
    <subtitle type="html">Web Design | SEO Marketing | Programming Tips</subtitle>
    <id>http://timmaxey.net/Default.aspx</id>
    <author>
        <name>Tim Maxey</name>
        <uri>http://timmaxey.net/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 2.1.2.2">Subtext</generator>
    <updated>2010-07-27T09:14:45Z</updated>
    <entry>
        <title>Android and Sprint TV Not working</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2010/07/27/android-and-sprint-tv-not-working.aspx" />
        <id>http://timmaxey.net/archive/2010/07/27/android-and-sprint-tv-not-working.aspx</id>
        <published>2010-07-27T09:10:56Z</published>
        <updated>2010-07-27T09:14:45Z</updated>
        <content type="html">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;</content>
        <wfw:comment>http://timmaxey.net/comments/30.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/30.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/30.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Disable hide ASP.NET button after submit click</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2010/07/22/disable-hide-asp.net-button-after-submit-click.aspx" />
        <id>http://timmaxey.net/archive/2010/07/22/disable-hide-asp.net-button-after-submit-click.aspx</id>
        <published>2010-07-22T12:59:47Z</published>
        <updated>2010-07-22T12:59:47Z</updated>
        <content type="html">&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;</content>
        <wfw:comment>http://timmaxey.net/comments/29.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/29.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/29.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Free File Compare Application</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2010/07/20/free-file-compare-application.aspx" />
        <id>http://timmaxey.net/archive/2010/07/20/free-file-compare-application.aspx</id>
        <published>2010-07-20T13:15:04Z</published>
        <updated>2010-07-20T13:17:54Z</updated>
        <content type="html">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;</content>
        <wfw:comment>http://timmaxey.net/comments/28.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/28.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/28.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Jquery Imageflow iPhone Photo rotation</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2010/03/05/jquery-imageflow-iphone-photo-rotation.aspx" />
        <id>http://timmaxey.net/archive/2010/03/05/jquery-imageflow-iphone-photo-rotation.aspx</id>
        <published>2010-03-05T20:39:25Z</published>
        <updated>2010-03-05T20:39:25Z</updated>
        <content type="html">&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;</content>
        <wfw:comment>http://timmaxey.net/comments/27.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/27.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/27.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Plat Maps Plot Maps Parcel Boundaries</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2010/03/05/plat-maps-plot-maps-parcel-boundaries.aspx" />
        <id>http://timmaxey.net/archive/2010/03/05/plat-maps-plot-maps-parcel-boundaries.aspx</id>
        <published>2010-03-05T17:59:46Z</published>
        <updated>2010-03-05T17:59:46Z</updated>
        <content type="html">&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;</content>
        <wfw:comment>http://timmaxey.net/comments/26.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/26.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/26.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Blackberry BB Curve Facebook Photo Upload</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2009/09/24/blackberry-bb-curve-facebook-photo-upload.aspx" />
        <id>http://timmaxey.net/archive/2009/09/24/blackberry-bb-curve-facebook-photo-upload.aspx</id>
        <published>2009-09-24T22:01:03Z</published>
        <updated>2009-09-24T22:03:04Z</updated>
        <content type="html">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;</content>
        <wfw:comment>http://timmaxey.net/comments/25.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/25.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/25.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Full Text Index on SQL Express</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2009/06/15/full-text-index-on-sql-express.aspx" />
        <id>http://timmaxey.net/archive/2009/06/15/full-text-index-on-sql-express.aspx</id>
        <published>2009-06-15T15:59:16Z</published>
        <updated>2009-06-15T16:02:25Z</updated>
        <content type="html">&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;</content>
        <wfw:comment>http://timmaxey.net/comments/24.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/24.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/24.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Javascript clickable slideshow</title>
        <link rel="alternate" type="text/html" href="http://timmaxey.net/archive/2009/05/14/javascript-clickable-slideshow.aspx" />
        <id>http://timmaxey.net/archive/2009/05/14/javascript-clickable-slideshow.aspx</id>
        <published>2009-05-14T13:49:15Z</published>
        <updated>2009-05-14T13:49:15Z</updated>
        <content type="html">&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;</content>
        <wfw:comment>http://timmaxey.net/comments/23.aspx</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://timmaxey.net/comments/commentRss/23.aspx</wfw:commentRss>
        <trackback:ping>http://timmaxey.net/services/trackbacks/23.aspx</trackback:ping>
    </entry>
</feed>