Click the titles below to read the full post or use the drop-down Archives menu in the sidebar to select a different category:

April 2, 2008: Drag Links from firefox sidebar to your TypePad compose window
Comments: 0 | Categories: Blog Tools , Browsers , Hacks for Layout + Design , Hacks for Navigation
Just on a hunch, it occurred to me that I might be able to create links in a TypePad post by dragging a bookmark from the sidebar in Firefox to the compose window… you know what? It works! Oh man,... Read full article

May 25, 2007: Add Links to Recent Posts on Your Individual Entries
Comments: 12 | Categories: Advanced Templates , Hacks for Navigation
Kevin C. Tofel wrote me this morning to share a cool hack he had come up with which he hopes will make his blog stickier for people who discover individual entries through search. He wrote: I was looking for a... Read full article

January 11, 2007: New Features for TypePad!
Comments: 3 | Categories: Agenda Updates , Basic Templates , Changes + Updates , Hacks for Navigation , News , TypePad
I've had an IM window open with Michael Sippey all week, just holding my breath till the moment I could tell you about the new items and changes to the TypePad app that went live last night. The big one... Read full article

December 27, 2006: How To Add Expanding-Collapsing Menus With Subcategories to your TypePad Blog
Comments: 7 | Categories: Agenda Updates , Basic Templates , Blog Tools , Hacks for Layout + Design , Hacks for Navigation , Hacks for Typelists
Drop-down menus with subcategories that can be used in TypeLists is one of the most common feature requests I get. This hack goes out to pieman, who first requested it. See an example of how it looks at johntunger.com in... Read full article

December 7, 2006: How To Change the Order of TypeLists on your "About" Page
Comments: 2 | Categories: Advanced Templates , Agenda Updates , Basic Templates , Hacks for Navigation , Hacks for Typelists
Some time back, Nuthatch requested the ability to change the order of TypeLists on the "About" page. Although there is currently no way to do this using TypePad's About Page Default Template, there are several hacks you can use to... Read full article

November 13, 2006: How To: Display Excerpts Rather Than Full Posts on Your Blog's Archive Pages
Comments: 15 | Categories: Advanced Templates , Agenda Updates , Hacks for Categories , Hacks for Layout + Design , Hacks for Navigation
Debra Hamel alerted me in a comment some time ago to a clever hack to she had discovered. Frustrated by the load time of long archives, she found a way to manipulate her template code so that it displays a... Read full article

July 27, 2006: Use TypePad's New Technorati Tag Feature to Embed Tags in Your Blog Posts Without Editing HTML
Comments: 12 | Categories: Blog Tools , Hacks for Categories , Hacks for Navigation , News , TypePad

I was able to speed it up somewhat by keeping a text file of the code ready to paste in, but still… It's so much easier to have it integrated into the app. Built-in tagging is one of the three biggest reasons I started writing most of my posts using Ecto.... Technorati Tags are used by Technorati and other blog-oriented search engines to index your posts so people can find them.... The other reason Tags are great is that they allow you to pare the categories you use on your blog down to the essential. If you have too many categories it can be just as bad as having none… there's a limit to how much attention span the averagee reader is going to have, and they aren't likely to scroll down an endless sidebar list of categories to see if you have what they want.... I just did a remake of one of my other blogs and one of the things I was most excited about was revamping the categories so that they made more sense and took up less space.

Read full article

May 29, 2006: How To: Put Google Search in Your New Menu Bar
Comments: 4 | Categories: Advanced Templates , Basic Templates , Blog Tools , Hacks for Navigation , Typelists + Sidebars

I've been delaying the post until I can get it to work across all browsers… right now, it doesn't display properly in Internet Explorer but seems fine in all the other browsers I've tried.... Actually, what I'm really hoping is that someone cleverer than I am can figure out a better way to add the search field to the CSS menu so that it does work right in IE.... So I enclosed the google code in it's own div tag, used some CSS for alignment and text style and pasted it in just above the menu list as shown below.... <div id="chromemenu"> <div style="float: right; font-weight: bold; color: #494949; padding: 4px; "> <!-- SiteSearch Google --> <form method="get" action="http://www.google.com/search">Search: <input type="text" name="q" size="5" maxlength="150" style="width:150px;" /><input type="hidden" name="domains" value="http://www.typepadhacks.org/" /><input type="hidden" name="sitesearch" value="http://www.typepadhacks.org/" /></form> <!-- SiteSearch Google --></div> <ul> <li><a href="http://www.typepadhacks.org/2006/03/start_the_purpo.html">Manifesto</a></li> When I figure out a better way to do this, I'll replace this post with clearer instructions.... Oh, and if you're using basic templates and want to add google search to a typelist, you can find great instructions for that in this post at Everything TypePad.

Read full article

May 24, 2006: A Link Widget I Really Like, And A Hack to Use it In Advanced Templates
Comments: 13 | Categories: Advanced Templates , Basic Templates , Hacks for Navigation , Hacks for Typelists , Widgets

This widget will install an invisible snippet of JavaScript on your site that will scan the page for links that point outside of your domain, and force those links to open in a new browser window. Any links that point inside your domain -- archive links, category links, individual entry links, etc. -- will open in the current browser window. Note that because this Widget just installs JavaScript on your blog, there will be nothing for you to preview during the Widget installation process.... No problem… I just added it to a basic blog, viewed the source code, found the JavaScript and pasted it into one of the TypeLists here. ...<script type="text/javascript"> (function() { var x = function() { var links = document.getElementsByTagName ?

Read full article

May 16, 2006: How To: Create a Dynamic Horizontal Navigation Menu for TypePad Blogs
Comments: 93 | Categories: Advanced Templates , Blog Tools , CSS , Hacks for Layout + Design , Hacks for Navigation

Navigate to this page in TypePad's Knowledge Base (preferably in a new tab or browser window) and copy the entry-individual template module code.... Scroll down until you see the following line of code: <h3 class="entry-header"><$MTEntryTitle$></h3> Replace that line of code with the following: <h3 class="entry-header"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3> Click save. Navigate to this page in TypePad's Knowledge Base and copy the entry-list template module code.... Scroll down until you see the following line of code: <h3 class="entry-header"><$MTEntryTitle$></h3> Replace that line of code with the following: <h3 class="entry-header"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3> and click save.... If you created new template modules in the previous steps, follow the next set of instructions: If you created new template modules for entry-individual and entry-list, return to the Design tab.

Read full article

typepad hacks is a typepad featured weblog typepad hacks is listed on Alltop social media

Subscribe

Email RSS Comments  
Subscribe to TypePad Hacks with email Read TypePad Hacks posts via RSS Join the conversation at TypePad Hacks via RSS (comments feed) subscriber count

Search

Socialize

Twitter Logo
    follow typepadhacks on twitter

    Read and reply to the 100 most recent comments at the TypePad Hacks Community Page


    Grazr

    Colophon

    Powered by TypePad
    Member since 03/2005

    TypePad Status

    Creative Commons License