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).

SEO tutorial for beginners


A 9:03 video on general techniques for search engine optimisation and the approch to use.

WordPress: child theme, hooks, functions +

Source View: twentyten_header_image_height

----
How To Modify WordPress Themes The Smart Way - a great tutorial with 4 pages: a smart child theme (css + functions: add and delete), hooks, functions.php

----

Line break and a paragraph space in Wordpress?

How to add line break and extra spaces? (I was looking for this kind of information, solution for more than... 4 years... Thanks!...Finally.
----

Functions:
Add action in WP official - usage, parameters, hooks
Function Reference Official WP - Functions by category: posts, pages, categories, +++
WordPress theme function files on JustinTadlock.com - how to, what is, a child theme functions file, examples

----

Working with WP Hooks:
WordPress Hooks Database - all hooks, all action hooks, all filter hook, all deprecated/renamed hooks
How to Customize Like a Pro with Thesis Hooks - Hook Commands, examples, remove_action, add_action, Thesis WordPress Theme
Define Your Own WordPress Action Hooks -
http://codex.wordpress.org/Plugin_API#Hook_to_WordPress (official wp hook page)

----

Wordpress Security:
----

WordPress BackUp:
- how to make a WP backup

----

Plugins to explore, to test:
- Formidable forms (Quickly and easily build forms with a simple drag-and-drop interface and in-place editing. An alternative to Contact Form 7...the both plugins have the same developer)

Display Widgets (Simply hide widgets on specified pages. Adds checkboxes to each widget to either show or hide it on every site page. A kind of... My snippets, or... Widget Logic)

Breadcrumb Trail for WP (An easy-to-use template tag for showing a breadcrumb menu on your site.)