Friday, November 28 2008
by Cory Rauch
So you have invested in an awesome website design complete with flash
animation and fancy AJAX effects. You have increased your level of hosting
service to maybe even a dedicated server or cluster of servers. But you still
notice a slight delay? It may look like a blank screen with the status bar
showing tons of CSS and Javascript files loading then the content renders. Or
it maybe where the page loads and it hangs for a while and then goes and
finishes loading. Whatever it looks like, you maybe suffering from rendering
speed due to the design of your site. In this article we will go over what
this is and some things you can do to increase the speed of rendering on your
website.
Wednesday, November 26 2008
by Cory Rauch
At times you may need the ability to detect if your javascript code is in an html frame. I will cover a simple way to do this.
Wednesday, September 17 2008
by Cory Rauch
Have you have ever seen those awesome panorama pictures and wondered how you could do with out spending tons of money on photography hardware? Well, In this article I am going to cover using the photo stitcher program called Hugin, which can stitch multiple images together seamlessly into a continuous panorama picture. You will need just a standard digital camera and a computer running Windows, Mac, or Linux.
Monday, September 01 2008
by Cory Rauch
JavaScript does not have native support for multidimensional arrays but using this technique you can create something similar.
Tuesday, August 26 2008
by Cory Rauch
In this article I will cover how to do custom sorting of both singular and multi-dimensional arrays in JavaScript.