Archive

Archive for March, 2008

10 Principles Of Effective Web Design

March 4th, 2008 No comments

I have heard recently that Angelina Jolie recently revealed that she doesn’t know how to turn on a computer although she acts as the famous Lara Croft, an adventurer and sadly a computer hacker.
Anyway, I found out this great article on how to make a good web design. The article also explains how users interact with different web site design styles and it also gives 10 Principles of Effective Web Design… I don’t really have time to write more about it :p

Categories: General Web Development Tags:

Craft Ajax applications using JSF with CSS and JavaScript

March 2nd, 2008 No comments

I’m working on a web site using JSP and I found this great article that should be helpful for JSP programmers.

Typical Web applications require the use of Cascading Style Sheets (CSS) and JavaScript, together with a server-side framework, such as JavaServer Faces (JSF). CSS lets you change the visual characteristics of Web components within Ajax and other applications so they can have a pleasant and distinctive look. In the first installment of this two-part series, find out how to use the CSS-related attributes of standard JSF components. In addition, learn how to create a custom JSF component that sets the default styles of nested components, making it very easy to ensure a consistent look for all pages of your Web application. You can also use this technique to programmatically set other component attributes, as you’ll see in Part 2, which will show how to make JSF forms more dynamic using JavaScript.

Categories: JAVA Tags: