Browse by Tags
All Tags »
Web Images (
RSS)
There are some nice tutorials on how to display text as an image. Some examples of when you might wish to use something like this is perhaps if you wish to display your email address on a web page, but don't want it to be harvested by spammers; a CAPTCHA...
In ASP.NET, you may easily resize images without using a third-party control. Whether reducing or enlarging, or creating a thumbnail image, ASP.NET is your oyster. I'd like to review a solution by Alex Hildyard and demonstrate his custom ImageResize class...
By Nannette Thacker In ASP.NET, you may define multiple themes to be used within your web applications. In this example, let's say you have a theme based around the color purple, and another theme based around the color blue. When using your purple theme...
by Nannette Thacker It would be rare for a developer to work on a website without having to do something with the images. And if you're a one-person team, you'll likely have to do the image compression yourself. To show the importance of image optimization...
By Nannette Thacker As a developer, many times I work with web graphic designers who provide me a layered template in Adobe Illustrator. It is my job to take each image and save it for the web, as well as design the style sheets and master pages. Using...
More Posts