Oct
22
2005
0

My First Flash Photogallery

I’m working on a project currently that needs a flash photo gallery. After much searching, I’ve decided to modify one from a great tutorial. You can find it here:

http://www.kirupa.com/developer/mx2004/xml_slideshow3.htm

Written by Tom in: Random |
Oct
10
2005
0

Quote of the Day

Google’s Quote of the Day had a quote today:

In a few minutes a computer can make a mistake so great that it would have taken many men many months to equal it.
– Unknown

Having experienced this I would say more appropriately:

In a few minutes someone with a computer can make a mistake so great that it would have taken many men many months to equal it.

Written by Tom in: Random |
Oct
01
2005
2

Turning off IE and Firefox’s AutoComplete Feature

Sometimes it is inconvenient or inappropriate to have the autocomplete feature of IE or FireFox. I found it blocked the custom autocomplete feature I was building for my app. Just add autocomplete="off" to the form to turn it off:

<form id="formSignOn" autocomplete="off" method="post" runat="server"></form>

In ASP.NET I added it by using the following line:
Me. Form.Attributes.Add("autocomplete", "off")

Written by Tom in: ASP.NET |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes