Quantcast
Channel: header – timmurphy.org
Browsing all 5 articles
Browse latest View live

Creating a 2 column layout in HTML / CSS

Standards-compliant layouts can be difficult to do. Below is an example of an HTML 4.01 Transitional / CSS 2.1 compliant two-column layout, with headers and footers. An example can be seen here. Note:...

View Article



Millisecond timer in C / C++

If you’re looking for a timer with fairly good accuracy in C or C++, you can use the functions in time.h and sys/time.h to build a millisecond timer. This is useful for things like evaluating the...

View Article

Getting the current and last page numbers in LaTeX

Standard LaTeX allows you to extract the current page number using the thepage command. That’s an easy one. To get the total number of pages (ie: number of the last page) is a little more involved. To...

View Article

301 Redirects in PHP

If you have a web page which has been moved to another URL, or if the page has been completely removed, chances are people will have that address saved in their bookmarks, or they will try to access...

View Article

Headers and Footers in LaTeX using fancyhdr

There are a number of ways to change the document header and footer styles in LaTeX. One of the easiest and most flexible options is to use the fancyhdr package. fancyhdr is a massive package with a...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images