SEARCH

Archive for October, 2011

Grep To Find Code Video 0035

Friday, October 28th, 2011

A Video for the Ojambo.com Grep to find code article.
Part One of One

(more…)

Tags: , , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »

CSS Sticky Footer

Wednesday, October 26th, 2011

Keep Footer On Bottom

Several methods exist for keeping the footer content on the bottom. Some use JavaScript or server-side programming. CSS can be used to position the footer on the bottom.

All methods for keeping the footer on the bottom need to know the specific height of the page. CSS can utilize absolute positioning, but a simpler method exists using negative margins.

(more…)

Tags: , , , , , , , ,
Posted in Tips & Tricks | 1 Comment »

JavaScript Replace Text Video 0034

Friday, October 21st, 2011

Video for the Ojambo.com JavaScript replace text article.
Part One of One

(more…)

Tags: , , , , , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »

CSS Change Text

Wednesday, October 19th, 2011

CSS Change Text On Hover

CSS is known for styling, but it can be used to emulate a complex programming language. For example, the pseudo-selector hover can be manipulated to replace text. This works with CSS 2.1 and up and all browsers that support the hover function.

The entire text is present on the screen. The text is broken up into parts to be hidden until required and parts that are shown by default. When a user hovers over the text, the hidden part is shown and the default text is hidden.

(more…)

Tags: , , , ,
Posted in Tips & Tricks | 2 Comments »