Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 WEB DESIGN


  Does Microsoft lack of UI designers?

I believe that many of us visited one or more of Microsoft's website before. We may want to know what new products Microsoft has presented, or we may be developers who want to discuss some Microsoft products on their forums. I have to say that Microsoft has presented many amazing products to the world such as Windows OS, XBox, Office etc. But for its website, I don't know about you guys, every time I visit Microsoft's websites, I wonder whether they lack of UI designers or not. Their websites are not so attractive compared to their  products.Why are Microsoft websites unattractive? The re...

9,661 1       WEBSITE UI DESIGN MICROSFT WEBSITE


  Cache them if you can

“The fastest HTTP request is the one not made.”I always smile when I hear a web performance speaker say this. I forget who said it first, but I’ve heard it numerous times at conferences and meetups over the past few years. It’s true! Caching is critical for making web pages faster. I’ve written extensively about caching:Call to improve browser caching(lack of) Caching for iPhone Home Screen AppsRedirect caching deep diveMobile cache file sizesImproving app cacheStorager case study: Bing, GoogleApp cache & localStorage surveyHTTP Archive: max-ageThings are g...

3,241 0       CACHE HTTP REQUEST WEBSIITE


  Tomcat vs. Apache: Why One Over the Other?

When determining which type of web server to use, the differences and technical details can be daunting. It can be a difficult task to compare web servers and make the decision on which is best for you and your project. Since Apache is currently the most popular web server, this article will discuss the differences between the Apache Web Server and Apache Tomcat, which are very different and fulfill different needs.The Apache Web Server, often just called “Apache” or “httpd”, was developed in 1995 by Robert McCool and continuous development as well as maintenance is...

77,702 3       APACHE TOMCAT CHOICE WEB SERVER


  Communicating Between Widgets in a Rich Internet Application

As a part of our October Free Dojo Support initiative, we received the following question from Manu Subramanian about how to manage communication between distinct components in a rich internet application:We are building an application with dojo. It does have many inter connected interface parts. For example it does have a top bar with drop down buttons. The menu items opens tabs in a tab controller. In general we need to call functions from different widgets or there are many interconnections between widgets. Is it good to create a widget containing the small widgets to handle these interconn...

4,753 1       INTERNET APPLICATION RICK INTERNET WIDGET COMMINUCATION


  A Fun Approach To Creating More Successful Websites

As Web designers and developers, each project we work with has a unique set of goals and requirements. But one goal we have for all of our projects is that we want them to make an impression on people — we want the websites that we create to be memorable.A fun experience is often an enjoyable one and an enjoyable experience is usually a memorable one. Therefore, it stands to reason that one of the ways to create a memorable experience is to make it a fun experience. In this article, we’ll take a look at how adding a bit of “fun” into the mix can help us produce more e...

3,613 0       UI WEB DESIGN SUCCESS ELEMENTS


  How To Find Link Prospects Without Using Google

I’m obsessed with Google. (I mean, you kind of have to be if you’re in this industry.) But sometimes, you need a break from the hand that feeds. There’s no denying the power of advanced search queries, but you’d be surprised how many other and different prospects you can find without using the search engine at all.Curated ListsOK, I lied. You do have to use Google for this, but not nearly in the capacity you would with normal searches.With lists, you have less sources to sift through but the value of the sites far outweigh normal SERPs.My favorite searches — ...

5,142 0       SEO SEARCH ENGINE WEB SITE PROSPECT


  Building the new AJAX mail UI part 2: Better than templates, building highly dynamic web pages

This is part 2 of a series of technical posts documenting some of the interesting work and technologies we’ve used to power the new interface (see also part 1, Instant notifications of new emails via eventsource/server-sent events). Regular users can skip these posts, but we hope technical users find them interesting.As dynamic websites constructed entirely on the client side become de rigueur, there are a number of templating languages battling it out to become the One True Way™ of rendering your page. All follow essentially the same style: introduce extra control tags to intersp...

2,802 0       WEB DESIGN DYNAMIC AJAX UI


  the Performance Golden Rule

Yesterday I did a workshop at Google Ventures for some of their portfolio companies. I didn’t know how much performance background the audience would have, so I did an overview of everything performance-related starting with my first presentations back in 2007. It was very nostalgic. It has been years since I talked about the best practices from High Performance Web Sites. I reviewed some of those early tips, like Make Fewer HTTP Requests, Add an Expires Header, and Gzip Components.But I needed to go back even further. Thinking back to before Velocity and WPO existed, I thought I might ...

2,928 0       WEB DESIGN PERFORMANCE GOLDEN RULE