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

 WEB DESIGN


  Why my Website Contact form is not converting enough traffic?

Contact forms are a very common part of any website and anybody can overlook them. Generally people try to choose it as their first solution but they do not realize that they are actually hurting the growth of their business.WordPress currently power more than 66 million websites but it would be good if your website is existing because of one of the most popular Content Management Systems of the world. Everyone starting from blogger to the person sitting next door use this tool for making their website look more amazing.Because of this it looks very easy to browse your plugin directory, findin...

13,014 5       WEBSITE CONTACT FORM TUTORIAL


  Examples of bad design

Good designs always help users solve their problems in a convenient and familiar way. It takes little or no time for users getting used to the product with a good design. In contrast, bad designs frequently introduce confusion and complexity to users. Before we design any product, we should think carefully about every aspect of the product. We share some really bad design here to show how they can affect people's life.1. USB ConnectorHave you ever put one in right on the first try? We frequently put them wrongly the first time.2. The Apple puck mouseNot only was it incredibly uncomfortable and...

11,927 1       WEB DESIGN BAD DESIGN USABILITY


  Essential skills any web developer should have

As a web developer, besides writing HTML code, there is much more to do before the site can go live. You may consider about user experience, device compatibility, security etc. To be a good web developer, you should acquire some essential skills for web development. Below we list some of them. Some of them you may be familiar with a long time ago, but definitely some of them you may not be so familiar with or even never hear about before.Interface and User ExperienceBe aware that browsers implement standards inconsistently and make sure your site works responsively on all major browsers, espec...

11,370 1       WEB DEVELOPMENT USER EXPERIENCE


  Sites to go if you want to learn web development

Before you start to do web development, either for a hobby or for your start up project, you should be prepared for learning many different technologies including both front end and back end. You may need to deal with UI design, business logic design, data store and infrastructure setup etc. This seems a very complex. Indeed, if you know where you should go, the  it's actually not so hard.Here are some sites you should go when you face issues while you are doing web development. These sites are not language specific, they will not cover only one specific web programming language, instead ...

11,211 0       WEB DEVELOPMENT RESOURCE SITE


  How to play with cross domain request

What is cross domain requestIn simple, cross domain request is to request resource from other domain in one domain. Note, the "other domain" doesn't just mean domain name only, it includes much more. If the protocol, domain name, port is not the same, two domains will be considered different. Below example describes what is considered as different domain.http://www.a.com/a.jshttp://www.a.com/b.js               # Same domainhttp://www.a.com/lab/a.js         # Same domainhttp://www.a.com/script/b.js     # Same domainhttp://www...

10,873 0       FRONT END JSONP CROSS DOMAIN CROSS ORIGIN CORS DOCUMENT.DOMAIN WINDOW.NAME


  Responsive Web Design

With the popularity of 3G, more and more people are surfing the Internet using mobile phones. Mobile devices are becoming common devices for accessing internet. So web design faces a big challenge which is how to display the same webpage on different devices with different screen  resolutions.Screen resolution of mobile device are usually not very large, the width is below 600px, while PC usually has a resolution over 1000px. It is not an easy task to display the same content with satisfying effect on different screens with different resolution.One common solution is to provide different ...

10,667 0       WEB DESIGN CSS LAYOUT RESPONSE WEB DESIGN


  Some laws of interactive design

The well known quote from Alan Cooper is   Conforming to the standard unless there is a better choice. There are some best practices in interaction design. How many do you know?1. Fitts' LawThe time from one start point to target point is determined by two parameters: The distance to the target and the size of the target. )D and W in above picture), the formula is : T=a+blog2(D/W+1).It was first proposed by Paul Fitts, it is mathematical model used to predict the time from any point to the target point. It has great influence in HCI and design field. The transform from Start Menu to ...

10,558 0       INTERACTION DESIGN LAWS


  Understanding Twitter Bootstrap 3

On 27, July, Twitter Bootstrap 3 RC 1 was released, if there are no major bugs found in this release, then it will be the final released Twitter Bootstrap 3 with some minor changes. What changes does Bootstrap 3 have compared to Bootstrap 2? After checking the documents, we can find that there are mainly 3 changes.Embrace flat designIn Bootstrap 3, it begins to embrace flat design. First from the official webpage of Bootstrap 3, we can find elements are flat designed. Also, all buttons have no box shadows now, they are flat and simple. But the flat design is not complete, in some components, w...

10,385 0       CHANGE BOOTSTRAP 3 BOOTSTRAP 2