Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding custom classes to the existing project
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316412
Message ID:
01316652
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
>>Naomi,
>>
>>>
>>>I'm not sure which type it is. Anyway, I dropped them in App_Code, I'm having this problem now
>>>
>>
>>Just a comment on this. If you had a web app project you would get an error with the App_Code directory when you try to build. Only Web site projects are allowed the App_Code directory as it is treated special.
>>
>>Tim
>
>Hi Tim,
>
>Do you know does it matter what Image file format I use for my images? In the original class Scott uses gif files and I have 2 bmp files. I can re-save them in different format, I guess, but can I use them as is?
>
>What is the best format to show in web sites?

It depends. Usually JPG for photo-style images, GIF if I need a lossless format (no fuzzy edges) with transparency, or PNG if I just need lossless (since it's full color). Internet Explorer 6.x doesn't correctly handle transparent PNG's, otherwise I'd just use that and drop GIF altogether.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform