Search Results

Results for posts tagged "html" on Lifehacker Australia.

design

WiseStamp Adds HTML Signatures To Your Webmail Service

Posted by Gina Trapani at 5:00 AM on October 2, 2008

All platforms with Firefox: The WiseStamp beta Firefox add-on edits, saves, and applies rich HTML signatures to your web-based email accounts, including Gmail, Yahoo Mail, Hotmail, and AOL mail. With WiseStamp installed, you get a rich HTML editor that lets you create signatures with links, colours, images, and formatting, plus links to your favourite social network profiles. You can make more than one signature, too—like personal and business. Once you're in your webmail account, WiseStamp adds a signature drop-down so you can choose which sig to use with the current email, or it can insert it automatically. Take a look at some screenshots of WiseStamp in action.


Read More »

design

Open Web Design Offers Free Web Design Templates

Posted by Kevin Purdy at 12:00 AM on June 23, 2008

Planning to spend some time during one of those mythical "free" weekends whipping your web site into shape? Open Web Design, a free and frequently-updated collection of site templates handed out without copyright, is a great place to start looking. We've posted similar collections before, but Open Web Design trumps our archives for up-to-date designs and breadth of material—images, CSS templates, and standard HTML are all available. The site is free to use, and registration lets you submit ideas and post to a forum.


Read More »

Convert a Spreadsheet to an HTML Table

Posted by Gina Trapani at 11:00 PM on May 4, 2008

When you want to turn that giant spreadsheet into an HTML table without wrangling too many TD's and TR's by hand, you can use a formula to generate the HTML tags for you. The Design Intellection blog describes how to use the =CONCATENATE("text", cell, "text") spreadsheet formula to turn a row of data into an HTML table row. On Friday, Kevin pointed out a web-based HTML table generator that's a simple, fast solution for small tables; but if your data's already in a spreadsheet and the word "concatenate" doesn't make you want to run screaming, this may be a better way to go.


Read More »

Kotatsu Automates HTML Table Generation

Posted by Kevin Purdy at 12:00 AM on May 3, 2008

If you're one of those folks who handwrites HTML, you know how laborious it can be to type out all the tags and descriptors for a simple but highly-efficient table. Kotatsu, a free AJAX utility, generates clean code for however many rows and columns you need, with optional class options thrown on the cells. The code is blog, personal site, and start page-friendly, and that's all there is to it (thankfully).



Read More »

Convert Word Documents to Cruft-free HTML

Posted by Gina Trapani at 5:00 AM on April 29, 2008

Anyone who's tried saving a Word document as a web page knows you get way more than you bargained for in the HTML and CSS department in the result. The Productivity Portfolio blog offers two alternatives when you want to zip a .DOC to a .HTML file in a jiffy without all the cruft: Using the online Word HTML Cleaner at Textism (files up to 20K only), or sending yourself the document via Gmail and hitting the "View as HTML" link. Handy.


Read More »

Integrate a Personal Wiki into Outlook's Today pane

Posted by Kevin Purdy at 12:20 AM on April 24, 2008

Lifehacker reader and TiddlyWiki enthusiast Fraser has written up a guide that takes the idea of cut-and-paste Outlook Today customising to the next logical (or at least Lifehacker-friendly) conclusion—integrating a TiddlyWiki to-do list and notebook into Outlook. Combine the easy-to-edit power of a personal wiki with the at-a-glance inbox and task information from Outlook, and you've got a powerful start page indeed. For a primer on getting things done with a TiddlyWiki, check out guest-poster Jason Thomas' GTDTiddlyWiki walkthrough. (Original Outlook Today post).


Read More »

Customise Your Outlook Today Pane with Cut-and-Paste HTML

Posted by Kevin Purdy at 12:09 AM on April 19, 2008

Your plain vanilla "Outlook Today" screen could be doing a whole lot more for you, especially if you aren't afraid of a little HTML or can get handy with a free page creator. Even if hand-coding's not your thing, the Tech-Recipes blog offers the big blocks of dense code that let you put your inbox, calendar, tasks, and whatever else anywhere you want on a page, leaving room for other stuff you might find useful. Feel free to mess around to your heart's content, because it's also un-doable with less than two clicks.


Read More »

HTML Trick to Add Page Numbers to Google Docs

Posted by Kevin Purdy at 12:30 AM on March 11, 2008

The Google Operating System blog provides a few blocks of code that anyone can insert into their Google Docs word processing files to add dynamic page numbers to page headers and footers, but which show up only in the online office suite's PDF-powered printing mode. The trick involves added a chunk of code to the top or bottom of a document using the "Edit HTML" toggle at the top of the editing page. Head to GOS for the code, as well as links to ways you can further customise both code blocks.


Read More »

Copy and Paste Text for Later Use with Textsnip

Posted by Kevin Purdy at 12:00 AM on March 8, 2008

Need to send a line of text too long for an instant message, but don't feel like dashing off an email? Find some text you want access to later while using someone else's computer or a remote connection? Textsnip, a free text-capture site that provides TinyURL-like links, has you covered. Throw in the text (or HTML, CSS, PHP or most any kind of formatted code), and TextSnip will put it into a URL, tabbed spacing preserved. Depending on how quickly you email and whether you mind sending to yourself, TextSnip is either redundant or an inbox-saving memory enhancer. TextSnip is free to use, no sign-up required. Thanks Julie!


Read More »