Blogtailv1.0 was released yesterday, because this version mainly attempts to remotely publish weblog Based on IE and to what extent it can support. Therefore, the software has a relatively simple function,ProgramThe interface is also ugly, and it must have made many friends laugh. Many of these problems will be improved in version 2.0.
Next, let's talk about some of the functional design goals of blogtail2.0 and some of the difficulties that may be encountered. I really hope that some friends who are interested can give me some suggestions and help.
Basic Function goals:
1. create, edit, and delete weblog locally
2. weblog Remote Management
· Remote publishing to multiple sites
· Update and delete a released remote weblog version
· Automatically obtain the weblog remote version's reply comment content
· Directly add and delete remote weblog version reply comments
3. More extensible Blog system plug-ins
4. Publish weblog content details
· Basic printable text
· Images are automatically uploaded to a remote server.
· ProgramCodeColoring
· Optional whether to publish and display on the home page of the remote site
· Public or private
· Whether to allow comments
5. Brand new user interface
6. Plug-in multi-language support
Expected difficulties:
The main difficulty is the two marked as colored above: Image Upload and user interface.
Image Upload:
To support Image Upload, the key issue is that in the mshtml model, input type = file is not allowed to set the value attribute. Only one common file selection box can be displayed and one file can be selected, if the log is published to multiple sites at the same time without additional processing, it is unreasonable to manually select all images multiple times. Some offline blog publishing programs use ftp to upload images. This is of course a method, but the limitations are too great. How many people have an online FTP account? As a windowform program, all I can think of is to use a hook thread to intercept the pop-up universal file selection box, automatically fill in the file path, and click OK, to achieve automatic upload (some tests may be required to verify the feasibility ).
User Interface Design:
I think most programmers and friends are the most worried about creating user interfaces. I am also a programmer. There is really no artistic talent and there is no concept of color, I never thought I had a good experience with the interface that I made :) so what kind of interface users will be easier to use, more beautiful and more scalable. To be honest, I have no idea, I don't know, I hope you can give me some suggestions on how to solve similar problems. If there is no way, I can only try to use the common XP or office2003 style, at least it is easier to get started.
This weblog is published by blogstores V1.0.