web-design

How can I leverage a CMS to create dynamic websites?

I know HTML, CSS and .NET pretty well, but I've only ever built static sites. A lot of my clients are small businesses whose sites are made up of 5-10 pages. Even though the sites are small, the business owners want to be able to edit the content themselves. Question: should I code up the pages myself and pull the content from a CMS lik...

Best Practices & Considerations when writing HTML Emails

I've been developing websites for over a decade now, but quickly found that many of my habits in developing for the web are useless when developing for email clients. This has caused me an enormous amount of frustration, so I thought I would ask a question that would hopefully surface the best practices and necessary considerations for o...

Has anyone actually encountered a calendar widget that was better than just text input for DOB?

Im learning asp.net mvc and have been investigating jquery and the like. As yet I havent found a calendar that is actually any good for inputting a date of birth. It often involves masses of scrolling to find the correct year! It is often easier/quicker to just type it in. Just wondering if anyone had found any examples of good calenda...

Is it a good technique to load different CSS for different browsers?

I have designed many web-templates. But (except my first one) I've never used browser detection scripts to load corresponding CSS. I am not sure whether it is a good technique, or just an alternative way (to struggle with a single CSS to satisfy all the browsers)? ...

When is it appropriate to use accordions?

Accordions can provide flashy effects, but with regard to usability, when is it appropriate to use them? For example, in a menu tree with lots of options, an accordion can provide better overview of the categories. On the other hand, if I want to see all options available, I have to click around a lot. When do you use accordions? Thank...

Simple JavaScript/jQuery plug-in that 'quicklooks' images.

Is there any good JavaScript/jQuery plug-in that will 'quicklook' an image on click? I want it simple so when you click the image thumbnail it just zooms out to full size. Ideally it would be set up by just giving said image a class and the JavaScript/jQuery does the rest. Similar to the some on the images on this page of Apple.com, s...

Relation between web design, interface design and web development in the professional world ?

Hello, I'm a student from france, and I'm passionated by building websites. I don't care if it's about interface design, web design or web development, I love them all! Although these domains are very related to each other, the educational world seems to make a huge difference between them so there are no studies having all of them (in ...

Using TR instead of DIV for AjaxOptions UpdateTargetId?

basically, i have a Comments.ascx and a Comment.ascx file, and do the typical For Each loop to display comments using both files... Now, as you'd expect, the Comments.ascx contains the header stuff, like this... <table> ... </table> and in the middle (the Comment.ascx file), i have the typical... <TR><TD>....</TD></TR> type stu...

Clip borders/ rounded corner of webpage like twitter?

I want to build a webpage like twitter or microsoft hohm. Like clipping borders, buttons, clipped text box. How can I do this in Dreamweaver? Is these things are done by photoshop? Any tutorial or links will be very helpful. If there are any webdesign template of twitter of something like twitter please let me know. ...

what is Xhtml "best Practice" ???

any body have any check list on Xhtml best practice ? @Uberneet YES ...

Website design question

Is it too confusing for users, to have the right sidebar on your main page, and on all others left sidebar ? Thank you ...

Advice on getting started in web design and web applications?

I am an experienced programmer, and I have a few little ideas that I think would work really well as PHP based web applications. I have no problem with learning PHP, mySQL, etc, but I do have a problem with the design of a webpage in itself. I am used to interface design ala Interface Builder and Swing, where there are some clearly defi...

What to do with a big image that's slowing website loading down significantly

Hi I'm working on a website that's already been designed by someone else. The designer has used a big image (900x700 100KB) which contains a big logo right across the top, then the background for two columns. This image loads every time a page is loaded as it forms the basis for the website. What should I do with it to improve loading ...

Creating HTML: PHP server-side vs. jQuery client-side

This is a design question. I have data that needs to go into an HTML table, which will later be manipulated by the user. Basically the user will be able to select items in the table rows. I have two options - in both cases I'm using AJAX to get the data: Create the HTML code using PHP on the server side, send it to the client as HTML....

Selecting Users For A/B (Champion/Challenger) Testing

We have a framework that offers A/B split testing. You have a 'champion' version of a page and you develop a 'challenger' version of it. Then you run the website and allocate some of your users the champion and some the challenger and measure their different responses. If the challenger is better than the champion at achieving your me...

Share On Twitter Button Code Question - Which is the best?

I feel like this should be an easy question but I can't seem to find the answer. I just added a Share on Facebook button on a web page that I am working on. Works great. Simply pasted the javascript. I am looking for a button that will allow the user to "share this page" on twitter. I can find one for "follow me on twitter" but not where...

mouse pointer and thumb nail for selection

What would be the appropriate way for selecting a particular row in a paginated view. For example, while trying to select a particular row in Yahoo Inbox you can use the pointer to select the check box and if you try to click beyond the check box, no action is taken. But while trying to select a particular row in GMail Inbox you can us...

How to design a List Which Google shows it besideof Searched Site Result

I have always design sites and application Menu with UL/OL - LI and I want Google shows my Main Menu beside my Site . what should I consider ? ...

What's the Best UI Design pattern for designing large-scale application ?

We have a large M.I.S system which contain 12 sub systems. Version 1.0 is completly finished and We decide to change the User Interface in Version 2.0. So We are looking for some good UI design pattern for large-scale web based system. If you know any good UI Design Patterns, please let us know ? Also if you think we should consider so...

In a website design, does it make sense to use an FAQs section in place of several smaller sections?

I am developing requirements for a new website design for my company. I have noticed that we have a fair number of pages that have only a few sentences of information on them. These pages cover a range of topics that are unrelated to each other and unrelated to other larger sections. I was thinking about incorporating them into an FAQ...