Computers are the essence of Society

“Computer Science is no more about computers than astronomy is about telescopes.”
               
                                  – Edsger W. Dijkstra


 

 

 

 

Skip site navigation and move to main content of page.

<Codegeek.co.nr/>

                                           Think.    Feel.    Code.

Welcome to Codegeek.co.nr, your source for programming tutorials. You will find huge amounts of programming language tutorials, lessons, and how-to`s. You can browse through my collection of tutorials or read postings in one of the forums. Just choose the language or tutorial you are interested in learning under the tutorial section, or use the nav menu above to find a lesson, enjoy!


Technical issues Due to a large number of responses concerning the sign-up process, it now will be temporarily diabled until further notice. Any progress on the issue will be posted on the homepage. Dondrey D. (Webmaster)

This will inform you of any important things you may need to know during any tutorial.

 

Site Tour

The player will show in this paragraph

Code Sample (XHTML/CSS)

Code Samples from different tutorials will be posted here depending on the topics for the day.Here are some code samples for a simple list in css.

Type the following code then press Ctrl+S to save the document.

 

          
/* Simple list styling */
ul {
list-style-type: none;
margin: 0 0 .5em .5em;
}
ul li {
padding-left: 14px;
background: #FFF url(i/list-bullet.gif) no-repeat 0 2px;
margin: 0 0 .5em 0;
}

<!-- Begin list -->
<ul>
<li>A list item</li>
<li>A list item</li>
<li>A list item</li>
<li>A list item</li>
</ul>
<!-- End list -->
          

 

TOPIC: Unordered Lists

The above code example shows you how you can use xhtml along with css to create an unordered list.First we start by using the "ul" keyword in css to define the style along with margin sizes that we would like for our list. Then, we use both the "ul" and "li" keywords to describe both padding and to include a background image that we would like to use. After we're finished with css, we create our list using the defined attributes for our html page.

 

          

 

Contact Form

Use this form to contact me of anything you need help with such as Technical problems or programming issues or anything you would like to suggest for the site. I'll be sure to email you back. Just remember I get alot of these so please be paitent.

 

Heading Level 3

Here at Codegeek.co.nr you will be able to see all updates that have occured to the site on the fly.New Blog entries as well as content will be posted here to notifiy everyone of changes

July 29, 2009

            - Updates

July 29, 2009

            -Site Maintenence

July 29, 2009

            - C++ tutorials will be added

 


       Like What You See!!

             

What's New

Learning Path
Choose a path and learn a langugage


HD Tutorials NEW!!
Watch HD Tutorials


Blogs
View Blog Posts


  Notice Board
  View Notices



Heading Level 3

> Piratebay.org                 > w3schools.com

> Demonoid.com                > Chris Pirillo

> java.sun.com

> programmingtutorials.com