Technical Blog III

Monday 12 March 2018

Back To Square One

What a responsive site is, and why responsiveness is important?

A responsive site is a web page that changes automatically depending on the user's device and screen size. If your website is not responsive, it will take away from the user experience, which is the exact opposite of what you want to do. If a visitor to your site has to zoom into the text because its too small or scroll right on the screen because they can't read a full sentence, then that person's experience will be frustrating and they're less likely to spend time on your website.

What mobile first design is, and why it's important?

The mobile first design is the concept to build a website specifically mobile friendly in both size and design, and then go on to produce it for larger screens like tablets and desktops. This ensures that all of the key information is available on screen and that it is not overcrowded. If we were to design our web page off desktop dimensions, we would have to cut a lot out of our mobile view. Also, something to note, more people are viewing web content on their mobile devices compared to laptops and desktops, so it makes sense to first make your website mobile friendly.

What frameworks are, and their pros and cons?

Frameworks are templates of code, such as HTML and CSS, that allow a simpler approach to coding as you can just fill it in and have a website in a short amount of time. The pros of using framework are that there are great web designs out there and they are easily accessible and encouraged. Alongside that, you don't have to fully copy a webpage design! You can copy it and then change it to make it your own. The cons are it allows you to get a bit lazy in terms of creativity and making something brand new. It is good practice to build your code yourself and can make it easier to identify faults if you start having problems with your webpage.

What a wireframe is and why we use it

The wireframe method is using rows and columns to put each element of our webpage exactly where we want it to go. We use it because it helps us visualise what our website will look like.

wireframe-index-mobile

Mobile Index Page Wireframe

wireframe-index-desktop

Desktop Index Page Wireframe

wireframe-blog-mobile

Mobile Blog Page Wireframe

wireframe-blog-desktop

Desktop Blog Page Wireframe

The aspects of your wireframes you found difficult to implement, and why?

Just understanding the whole concept really. I feel like its something I do need to keep revising and practising. It is another thing that the more I do it, the better I'll get.