|
 |
|
|
|
|
|
5/22/2008
Creating the Photo Gallery posting function
After successfully inserting the image with the new C# program, I have created the Coty Photo Gallery function and successfully attached the new Photo Gallery to the newly created Coty blog.
|
However, it took more than 2 weeks to do that because of the long absence in handling and loading digital pictures. During this process, I found the following two important points.
- “Int.parse(TextBox.Text)” method used by the Conversion Program was compiled but did not work. Instead, I had to use the conventional “Convert.ToInt32(TextBox.Text)” method.
- The appropriate picture size of the Web image to be created by Adobe Photo Shop Elements is the following;
- For Blog message image – size 250/188 pixels, 8.82/6.63 cm, resolution 72
- For Photo Gallery image – size 380/285 pixels, 13.41/10.05 cm, resolution 72
After revising the Photo Gallery function to correct the problem discovered in the initial loading of the Photo Gallery, I attached another new Photo Gallery to one of the three existing Coty blogs that do not have the Photo Gallery. I have also tested the image replacement program by replacing the three big pictures with the pictures of the above-mentioned sizes on the front page of Coty Blog, in order to shorten the loading time which was too long. |
|
TrackBack Address: http://www.timeo.com/TrackBack.aspx?ID=116
|
|
|
 |
|
|