a-fung | September 1, 2011 in Website Update 網站更新 | Comments (0)
Just spent a day setting up WordPress and importing posts.
After importing I need to fix the links and image sources.
And the multisite had some problem, I used Google search and found no solution and I need a setting that is not mentioned anywhere.
a-fung | April 13, 2010 in Website Update 網站更新 | Comments (0)
Tags: RSS
I’ve added RSS Feed Function to this website.
You can enter the url http://a-fung.net/Blog.aspx?site=0&rss=1 to subscribe to my blog!
(Update: this is not working now coz I am now using wordpress!)
If you are using Firefox, you can click on the RSS icon in the address bar to go to my RSS page.
a-fung | April 8, 2010 in Website Update 網站更新 | Comments (0)
Tags: bmp, jpg, Photos, png
I was changing the photo processing to save image format according to the original.
|
Original |
Thumbnails |
|
Animated GIF |
No thumbnail |
|
GIF |
GIF |
|
PNG |
PNG |
|
Other |
Jpeg |
However, I discovered a bug in my code. That is it will always save thumbnails in BMP format! I forgot to specify the image format in Image.Save() function! It's fixed now.
a-fung | March 10, 2010 in Website Update 網站更新 | Comments (0)
Tags: Photo, Rar
Just added a function to extract rar file when uploading files.
Now the admin page will extract uploaded rar file and add the files to the photo page. This makes uploading lots of pictures easier.
So I will be uploading more pictures.
a-fung | March 1, 2010 in Website Update 網站更新 | Comments (0)
I didn't do anything to my website for a long time.
This time I rewrote it in ASP.NET using .NET Framework 4.0 RC.
I hope I will write more frequently.