How to add, modify or delete a Joomla module position?

Here is a short and clear video on how to add, modify or delete a Joomla module position. We work on templatedetails.xml and index.php:




A short presentation of all Joomla 1.7. modules: * Archived Articles, * Articles - Newsflash, * Articles - Related Articles, * Articles Categories, * Articles Category, * Banners, * Breadcrumbs, * Custom HTML, * Feed display, * Footer, * Language Switcher, * Latest News, * Latest Users, * Login, * Menu, * Most Read Content, * Random Image, * Search, * Statistics, * Syndication Feeds, * Weblinks, * Who's Online, * Wrapper:

Photoshop tutorial - Light star text effect 1 (cs3)


A short tutorial in Photoshop cs3 about how to make a nice light text effect (one of them). It seems to be a kind of a star effect.
Fonts from: http://www.dafont.com/search.php?psize=m&q=planet+kosmos

HTML+CSS

Horizontal lists and more tools, tutorials, float - floating, CSS selectors.

Programming Lecture 4


Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A).
- the compilation process;
- the java interpreter (jvm);
- superclass, subclass, heritage (19.45);
- how is java organised?
- instances of a class = object (25:05);
- acm program hierarchy (applet);
- new object (42.00);
- GLabel label = new GLabel;
- object.method (".....");
- Class diagram for the acm.graphics package;
- lecture slides and code;
- java tutorials on oracle website.

Programming Lecture 3


Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A).

- commun errors (infinite loops, off by one bug: obob)

- comments /* ... */ and // ...

- decomposition (13:10) (top down desing, bottom up design)

- a methode (solve one problem, has 1-15 lines, good names, commets).