November 2009
6 posts
7 tags
5 tags
4 tags
4 tags
4 tags
3 tags
October 2009
8 posts
5 tags
5 tags
8 tags
4 tags
7 tags
8 tags
5 tags
7 tags
August 2009
2 posts
4 tags
Twitter in plain English →
Nicely done animated explanation of how most people use Twitter.
5 tags
July 2009
4 posts
3 tags
Freemind - Free mind mapping software →
Mind mapping is a good way to refine your thinking on a subject. There are many software options available. Freemind is a Java based program with an intuitive interface. It’s a good starting point to introduce yourself to the family of mind mapping programs, since it is both free and relatively sophisticated.
The keyboard shortcuts I find most useful are Insert and Enter for child and...
5 tags
Vista style glass border effect in XP →
Neat little program. Some bugs, but it works.
5 tags
7 tags
Tagging your files
While there are some clunky workarounds for tagging files on PCs, it’s not really integrated into Windows.
Tag2Find is working to solve this problem. I’ve found the program useful, though it has a ways to go before it becomes a polished software package. Taggtool is another option I’ve heard about for PCs, but I have not tried it. Tags by Gravity is the main Apple solution, as...
May 2009
23 posts
5 tags
Great photography how to site →
5 tags
5 tags
How not to series: Family Portraiture →
3 tags
Tinychat let's you make multi media chat rooms →
2 tags
2 tags
Get Children of a Category in Wordpress →
5 tags
Zoom Display for Accessibility
Making pages accessible
Implement things with a PHP switcher
4 tags
5 tags
8 tags
5 tags
How to flush your DNS cache →
How to Highlight the Current Category in Wordpress
<?php
$current_cats = get_the_category();
$current_ID = $current_cats->cat_ID;
$categories = wp_list_categories('echo=0&show_count=1&title_li=<h2>Your Categories Title Here¤t_category=' . $current_ID);
$categories = str_replace(array('(',')'), ' ', $categories);
echo $categories;
?>
Use outside of the loop… usually in the sidebar.
This...
7 tags
Dynamic Custom Tumblr Tag Cloud →
10 tags
Three Steps to Setting Up a Tumblr Blog on Your...
One: Sign up for an account
Two: Create a custom theme using HTML, CSS, and Tumblr’s special operators
Three: Change the A-Record of the domain you want to use to 72.32.231.8
You’re done!
PS: You can check the A-Record of you domain with this tool..
- Netlumination Web Design and Development
4 tags