Kiyoshi's Blog
Kiyoshi Kusachi is a web developer living in Hawaii
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
AJAX
ASP.NET
Community News
Sponsors
advertise here
Navigation
Home
Blogs
Archives
August 2008 (1)
July 2008 (1)
February 2008 (2)
January 2008 (1)
Recent Posts
0
Comments
Update browser cache for CSS and JS files for modified files
by
Kiyoshi
When working with CSS and JS I've noticed that sometimes the browser (ex: Firefox) doesn't download the latest version of the .css or .js files that I'm working on and goes straight to it's cached version. So my solution for this is to add a querystring...
0
Comments
DateTime.ToString() Patterns
by
Kiyoshi
I've taken this from: http://www.geekzilla.co.uk/View00FF7904-B510-468C-A2C8-F859AA20581F.htm because I use it so much and would be devastated if it ever went down :) 0 MM/dd/yyyy 08/22/2006 1 dddd, dd MMMM yyyy Tuesday, 22 August 2006 2...
3
Comments
Cool Javascript Tools for the Web
by
Kiyoshi
The AJAX control toolkit is great, but it's always better to have more tools and controls. I found a few great sites that have really nice demos and open source javascript code to make your site look cool. http://orangoo.com/labs/GreyBox/ http://cow.neondragon...
Filed under:
AJAX
3
Comments
Call Javascript Function on Postback
by
Kiyoshi
I ran into this problem when I had to call a javascript on page load after my server-side code threw an exception to the user. If you want to call a javascript function on page postback, you'll need to add an EventListner to the current document. <script...
Filed under:
ASP.NET
1
Comments
Hello Community
by
Kiyoshi
Hi everyone! Big thanks to Joe and my friend Aaron for opening me up to a community that's actually worth being in. All of this Web2.0 technology is pretty interesting. Also big thanks to Telligent for making this magnificent Community...
Filed under:
Community News
More Posts