Scrambled Eggs

Eggs are one of my favourite foods. Here is a recipe for deliciously rich scrambled eggs .

Ingredients

Method

  1. Melt butter in a frying pan over a medium heat
  2. Gently mix the eggs and cream in a bowl
  3. Once butter has melted add cream and eggs
  4. Using a spatula fold the eggs from the edge of the pan to the center every 20 seconds (as if you are making an omelette)
  5. When the eggs are still moist remove from the heat (it will continue to cook on the plate until served)

Some random glossary

HTML
Abbreviation for HyperText Markup Language - a language used to make web pages.
CSS
CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content.
jQuery
is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. Used by over 60% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today. jQuery is free, open source software, licensed under the MIT License.
Javascript
JavaScript is a programming language commonly used in web development. It was originally developed by Netscape as a means to add dynamic and interactive elements to websites. JavaScript is a client-side scripting language, which means the source code is processed by the client's web browser rather than on the web server.
PHP
(PHP: Hypertext Preprocessor) A scripting language that is widely used to create dynamic Web pages. Combining syntax from the C, Java and Perl languages, PHP code is embedded within HTML pages for server side execution. It is commonly used to extract data out of a database on the Web server and present it on the Web page. Originally known as "Personal Home Page," PHP is supported by all Web servers and widely used with the MySQL database.