Team:UCL/FAQ/WikiDesign
From 2014.igem.org
Line 33: | Line 33: | ||
</p></div><br> | </p></div><br> | ||
Now, if you're familiar with HTML and CSS; let's delve a bit deeper into web design concepts. Javascript was something I stayed away from for a <a data-tip="true" class="top large" data-tip-content="Until I started editing this wiki!" href="javascript:void(0)"><b>long time</b></a>. Being able to simple incorporate javascript into your website makes it so much better. Over the course of the summer, I have learned to use and <a data-tip="true" class="top large" data-tip-content="To a very small degree..." href="javascript:void(0)"><b>manipulate</b></a> jQuery plugins. jQuery plugins offer a huge bunch of formatting and <a data-tip="true" class="top large" data-tip-content="From dropdown menus, tabs, galleries etc." href="javascript:void(0)"><b>styling oppotunities</b></a>. If you are looking for a bunch of jQuery plugins, have a look at <a data-tip="true" class="top large" data-tip-content="Unheap is a jQuery plugin repository, and they have all kinds of cool things!" href="javascript:void(0)"><b>unheap</b></a>! | Now, if you're familiar with HTML and CSS; let's delve a bit deeper into web design concepts. Javascript was something I stayed away from for a <a data-tip="true" class="top large" data-tip-content="Until I started editing this wiki!" href="javascript:void(0)"><b>long time</b></a>. Being able to simple incorporate javascript into your website makes it so much better. Over the course of the summer, I have learned to use and <a data-tip="true" class="top large" data-tip-content="To a very small degree..." href="javascript:void(0)"><b>manipulate</b></a> jQuery plugins. jQuery plugins offer a huge bunch of formatting and <a data-tip="true" class="top large" data-tip-content="From dropdown menus, tabs, galleries etc." href="javascript:void(0)"><b>styling oppotunities</b></a>. If you are looking for a bunch of jQuery plugins, have a look at <a data-tip="true" class="top large" data-tip-content="Unheap is a jQuery plugin repository, and they have all kinds of cool things!" href="javascript:void(0)"><b>unheap</b></a>! | ||
- | + | <br><br> | |
- | + | <div class="SCJHIGHLIGHT"><p> | |
- | There are other web design languages and other aspects to Javascript as well, but my lack of experience with those means I won't be able to explain any further. When it comes to the basics of web design, the best thing to do is experiment. Download a text editor for coding, and experiment different things you come across. There are many | + | There are other web design languages and other aspects to Javascript as well, but my lack of experience with those means I won't be able to explain any further. When it comes to the basics of web design, the best thing to do is experiment. Download a text editor for coding, and experiment different things you come across. There are many <a data-tip="true" class="top large" data-tip-content="And free!" href="javascript:void(0)"><b>different</b></a> styles, plugins etc. out there; and whilst some may be a little difficult to work with, many are simple and elegant on a variety of web pages. |
+ | </p></div> | ||
<!--- Content end---> | <!--- Content end---> | ||
</div></div><br> | </div></div><br> |
Revision as of 02:04, 16 October 2014
Every iGEM team must produce a wiki to upload and present their work. When it comes to building your wiki, it helps to have some members with experience in web design.
If you haven't had the chance to familiarise yourself with these basic aspects of web design, w3schools offers a good beginners platform to web design. Sooner or later, you'll be able to recognise whats going on.
In the first section, I'll explain the basics of making a website. If you're looking to learn about wiki building approaches, read the second section. The third section explores the design process of our UCL iGEM 2014 wiki, and the fourth section explains a little about the basics of building your very own iGEM team wiki.
Of course, I'm really really simplifying this; so if you really want to learn more, I suggest checking out mozilla developer, codecademy and w3schools.
I suggest you get on Tumblr and start playing around with the themes and learn the ropes there. In web design as a beginner, you just need to imagine what you want. The community of web developers is perhaps one of the most helpful online communities out there, it's just a matter of trial and error.
Now, if you're familiar with HTML and CSS; let's delve a bit deeper into web design concepts. Javascript was something I stayed away from for a long time. Being able to simple incorporate javascript into your website makes it so much better. Over the course of the summer, I have learned to use and manipulate jQuery plugins. jQuery plugins offer a huge bunch of formatting and styling oppotunities. If you are looking for a bunch of jQuery plugins, have a look at unheap!
There are other web design languages and other aspects to Javascript as well, but my lack of experience with those means I won't be able to explain any further. When it comes to the basics of web design, the best thing to do is experiment. Download a text editor for coding, and experiment different things you come across. There are many different styles, plugins etc. out there; and whilst some may be a little difficult to work with, many are simple and elegant on a variety of web pages.