Archive for the 'Web Design' Category

10 common Web design mistakes to watch out for

This article is from TechRepublic and the information is based on the article "10 ways to improve the design of your commercial Web site," by Chad Perrin.

tenthings_110x85 When you start designing a Web site, your options are wide open. Yet all that potential can lead to problems that may cause your Web site to fall short of your goals. The following list of design mistakes addresses the needs of commercial Web sites, but it can easily be applied to personal and hobby sites and to professional nonprofit sites as well.

1, Failing to provide information that describes your Web site

Continue reading ‘10 common Web design mistakes to watch out for’

Related posts

WordPress MU 1.3 finally here

WordPress MuFrom one blog of my blogroll links, I was happy to hear that there was a newer version of WordPress MU available now. Finally MU has been upgraded nearly a month after the WordPress was upgraded to 2.3 then 2.3.1.

I downloaded the zip file from the official website of WordPress MU and compared it with WordPress MU 1.25a within WinMerge. And I found that there were a lot of files changed, including the include/kses.php. Since I did something changes on kses.php, I had to merge my changes to the newer file then go ahead to upload the new version to my blog sites.

Continue reading ‘WordPress MU 1.3 finally here’

Related posts

How to forward traffics from my blogger to the same post on my WordPress blog

Before I moved all my blogs to my own WordPress blog platform (http://eblog.lichao.net), I was using blogger (http://lichaonet.blogspot.com) to write articles. I like my wordpress blogs now, but I still want to keep posting new articles on the blogspot site. First, I can use it as my backup or mirror blog sites. Second, I personall think that the blogger is better on Google search than wordPress blogs. But it is very difficult to manage multiple blogs on the same topic. One of these challenges is to centralize all the comments on only one blog site.

Since the wordpress one is my main blog site, I try to collect all blog comments on this blog. What I need to do is to 1) disable all comments feature on other mirror blog sites; 2) create a link to forward all visitors on mirror sites to my main blog for commenting.

Continue reading ‘How to forward traffics from my blogger to the same post on my WordPress blog’

Related posts

How to create a categories link sidebar in classic blogger

Thanks to the new upgrade, blogger finally gets Category option to its bloggers in its both newer and classic versions. I know there are a lot of new features, including this Category one, in the newer blogger, but I still like the classic version because of my FTP setup. So how to create a sidebar with Categories Links is a task of my own instead of waiting for blogger to upgrade its classic version again.

First of all, I really do not want to spend too much digging into the code to put dynamic category sidebar like the new version of blogger. Fortunately I do not have many changing categories for my blog. So a very dumb, simple but effective sidebar was created with the following steps.

Continue reading ‘How to create a categories link sidebar in classic blogger’

Related posts

How to use Javascript to create a simple text validation bar in your web form quickly

javascript_progRef.jpg I know there are a lot of good and working image validation scripts available now, and they have been used widely on the Internet already. But I just need a very simple and quick way to stop the SPAM robots from directly accessing to my web forms and then saving un-wanted information into the database or sending out emails from the web form.

Since I have ASP, ASP.NET and PHP web forms and I need to update them all with this new validation bar. A cross-programming language solution such as Javascript sounds pretty fit. So I decided to write my own Javascript to stop these bots on my web forms. As a result, a very simple, easy-to-implement validation bar solution was born for your free reference.

Continue reading ‘How to use Javascript to create a simple text validation bar in your web form quickly’

Related posts

How to jump directly to the rest of the post when you create expandable summaries in Blogger

blogger.jpg A while ago I wrote a post to explain how to create expandable summaries in classic template and layouts. With this trick, you can choose to display an arbitrary amount of text from the beginning of each post, as a teaser for the whole thing. Then users who want to read the rest of the post can click a link to see the full text. This is handy if you have lots of long articles all on one page. Note that you’ll need to have post pages enabled in order to make this feature work.

Continue reading ‘How to jump directly to the rest of the post when you create expandable summaries in Blogger’

Related posts

How to display different sidebar titles in blogger classic template

blogger.jpgI am using the classic blogger template to write some of my Chinese blogs. Since I could not use the default English titles for my sidebar, I had to make translations. But sometimes the Chinese words could not represent the real meaning of English titles very well, especially the same title appears on Main or Archive and Item pages. For example, I had to use “最近文章” and “更早文章” for “Previous Posts” in different types of pages.

Continue reading ‘How to display different sidebar titles in blogger classic template’

Related posts

New blog, new net dairy

I already had a webblog, which was hosted on www.blogger.com. But it did not have a category feature which one of my clients needs it very much. So I did a lot of researchs to find a good webblog software for him. Either a free webblog hosting, or an easy-to-install blog module put on his web hosting server.
I found both wordpress, Movable support category feature. Both of them are written in PHP, but his web hosting platform is Windows which only supports ASP or ASP.net. Typepad is the biggest blog hosting, but it needs hosting fee. Wordpress.com looks great but lack the FTP feature as blogger since we need use my client’s own domain name.

So I tried some ASP.NET webblogs. .Text was everywhere but I was told it is already discontinued and replaced by communicateserver component which I have to pay (if I need to pay, why I not buy sharepoint service. sniff :-)). DotnetNuke has a blog module now, but it is too much than what I really need now. So I decided to give dasBlog a shot, since everyone says it is pretty easy to get it running.

Guess what? The web hosting provider, networksolutions, does not have any control panel for me to create a virtual directory even it has a directory pointer feature. I uploaded all asp.net web files of dasblog to the web server, but had the following errors:

Parser Error Message: It is an error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Called the tech support, and was told they would get solution back to me within 24 hours. What I should do? Just waiting….

Anyway, since I have to wait, I decide to give wordpress a shot. So I downloaded the source code and installed it on my own Unix web hosting server. Oh, yeah! 2 minutes later, I have this nice blog already.

Maybe I will start to use webblog now!!

Related posts