Original Article
I couldn’t find a quick reference to .NET string formatting using the String.Format() function, so I created this one (which has also spawned this String Formatting FAQ and strangely enough, this cartoon. Read more…
CSS layouts don’t have to be complicated but sometimes the things that should be simple and easy to do seem impossible at first.
Read more…
(2/13/07 Update: Once again, some great feedback has given us an even better Date() function — and a Time() function as well. Thank you Michael !)
Read more…
Javascript can be used to check if an image exist. An AJAX call cannot be used, because cross-site calls are not supported. However, the javascript Image object can be used for this purpose.
var img = new Image();
<a href="http://www.fruitbatscode.com/javascript/check-if-an-image-exits#more-4" class="more-link">Read more...</a>