iOS Tutorial – Creating an Image View (UIImageView)

Create An Image ViewThis tutorial will be just about as simple as the Splash Screen tutorial a little while back. We are going to load an image that we add to our project, resize it, and color the background. This will be done with absolutely no code.

(Note: In future tutorials, we will be adding more functionality to our apps.)

Let’s begin.
Read More…

The Best Custom Dialog Box For Websites

Custom Dialog Box For WebsitesI recently created a custom dialog box for two separate projects, and I figured that since I was going to use the same code on both, I wanted it to be the best code I could do.  To determine what the best method was for creating a dialog box, I decided to create a few versions of it and to see which one would work for these two projects and any future projects I may have.  In this post, I’ll go over some of the code and decisions I made while creating the design I eventually chose to use. Read More…