web publishing

Work

Polaris Brings Google Analytics To Your Desktop

9:00AM Adam Pash | Windows/Mac/Linux (with Adobe AIR): Polaris is a free Adobe AIR application that brings Google Analytics (Google’s statistics tracking tool for web publishers) to your desktop with an attractive look and feel. More »

Work

Webslug Rates Your Site’s Loading Time Against Others

12:00PM Angus Kidman | Testing your own site’s loading time doesn’t need much more than a stopwatch, but if you want to see how your site measures up against rivals, Webslug could be a handy option. More »

Work

Google 404 Pages Help Your Web Visitors Find the Right Page

8:00AM Kevin Purdy | Google offers a free, embeddable widget for web site owners that can help fight back against link typos, permalink problems, and other issues that send visitors to non-existent pages. The customisable JavaScript widget suggests the URLs on your site closest to the link visitors come in on, and offer a search box pre-loaded with search terms relevant to the bad link. Anyone who’s run a site for a long while knows that page URLs are a hard thing to keep linked and standing properly, and this widget is a nice step to preventing aggravation on both sides of the site. The widget requires signing up for a free Google Webmaster account and heading to the Tools menu, then the “Enhance 404 pages” link. Custom 404 pages [Google via Google Blogoscoped] More »

AjaxDaddy Adds Slick Applets to Your Web Site

8:45AM Kevin Purdy | Need to give your blog or personal site a more modern look? AjaxBuddy, a free repository of Web 2.0-style site tools, is great for site owners who don’t have time to learn an entire programming language, or just need a starter block of code to get building. Grab free, easy-to-modify code for Flickr-like editing fields, quick-loading slideshows and tabbed galleries, instant graphs, date-choosing calendars, and dozens more examples. Many require replacing just a few values to get working, but even the more complex tools are great learning tools. AjaxDaddy [via Online Tech Tips] More »

Google Sites Now Open to Non-Google Apps Users

7:20AM Gina Trapani | Google’s free web site creation tool, creatively named Google Sites, is now open to users who have a non-Google Apps account. The What You See Is What You Get (WYSIWYG) web page editor lets folks who don’t know a lick of HTML put together a good looking web site quickly and easily. You can also allow only certain people to view the site, edit its pages, and you can even hook up Google Analytics to get your web site traffic charts going. Your Google Sites URL will be something like http://sites.google.com/site/yournamehere/ and you get 100MB of file storage space for free, as well as page templates for common uses, like announcements, lists, and a “file cabinet.” Hit the play button above for a closer look. Like most of the big G’s stuff, for the low price of free, this is an impressive offering. Google Sites now open to everyone [Official Google Blog] More »

Top 10 Tools to Get Blogging Done

2:00AM Kevin Purdy | Writing your blog should be a fun way to stretch your mind and stay connected to trends, friends, and the greater world, not another computer task that takes far too long to get done. But that’s exactly what it can feel like if it takes you more time to find your post ideas, tweak your markup, and make everything look right than to actually get your thoughts down. Being somewhat experienced at this blogging thing, your Lifehacker editors have pinpointed a few tools and tricks that make our posts go faster and smoother. After the jump, we round up 10 of them. More »

Style Your Google Docs with CSS

1:30AM Gina Trapani | Web monkeys comfortable with CSS can now apply their style skills to Google Docs. A new (to us) item in the Edit pulldown menu lets you apply standard CSS styles to your Google Doc. A Google Group exists to help you work out any kinks in the process, and a Googler offers a beautiful resume template (available for you to copy into your own Docs account) all styled with CSS. More »

Convert a Spreadsheet to an HTML Table

11:00PM Gina Trapani | 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. Using Spreadsheets to Easily Create HTML Tables and Forms [Design Intellection] More »

Convert Word Documents to Cruft-free HTML

5:00AM Gina Trapani | 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. Word HTML File Conversion Tips and Resources [Productivity Portfolio] More »

Do You Handwrite HTML?

3:30AM Gina Trapani | Most web page authoring software like Dreamweaver—or even blog publishing systems like Blogger or WordPress—all come with WYSIWYG (What You See Is What You Get) mode, which formats web content without exposing the HTML and CSS behind it. But even in 2008, lots of web authors turn off WYSIWYG and just hand-code their own markup—even at the NY Times. Mac news site TidBITS reports: The New York Times’s design director Khoi Vinh noted in a recent reader Q&A segment on the Web site, “It’s our preference to use a text editor, like HomeSite, TextPad or TextMate, to ‘hand code’ everything, rather than to use a wysiwyg (what you see is what you get) HTML and CSS authoring program, like Dreamweaver. We just find it yields better and faster results.” More »