LGF Front Page > TagViewer (entries by tag)

13 entries, in 1 page    per page

Tag(s):

Separate tags with commas. Tags may contain more than one word.

Date range:

Tech Note: Do the Tighten Up

Sun, Oct 12, 2008 at 5:48 pm PDT

In the latest tech note that will inevitably become an open thread, still more outdated code has been trimmed, modernized, and tightened up in the LGF Blog Engine templates. The comment entry form that registered users see is now table-free, using floated elements to create a table-like look for the ...

Tech Note, LGF Blog Engine, Javascript, jQuery, HTML, Comments, Optimization, CSS

Tech Note: Tightening the Systems

Sat, Oct 11, 2008 at 5:56 pm PDT

Behind the scenes, the LGF Blog Engine code is being radically reworked, especially in pages with comments. By optimizing the HTML/Javascript/CSS design, we’ve managed to reduce the size (defined as the amount of HTML code it takes to render the comment in your browser) of each individual comment by about ...

Tech Note, LGF Blog Engine, Javascript, jQuery, HTML, Comments, Optimization

Tech Note: Javascript Reboot

Thu, Oct 9, 2008 at 4:41 pm PDT

It’s time to reload the page, as we’ve made structural changes to the HTML and Javascript code to make comments pages significantly smaller and less complex, which should help keep the hamsters from going totally insane.

Tech Note, LGF Blog Engine, Javascript, jQuery, HTML, Comments

Tech Note: IE6 Needs an Exorcism

Mon, Oct 6, 2008 at 2:32 pm PDT

If you’re using Internet Explorer version 6, you may have noticed the left sidebar seemingly disappearing. It wasn’t really disappearing, it was being pushed down to the bottom of the page when the “Top Rated Links” area opened up. The reason: without getting too technical, Internet Explorer is simply the ...

Tech Note, LGF Blog Engine, CSS, HTML, Web Design, Internet Explorer, IE6

Monday Morning Firefox Bug Fix

Mon, Oct 6, 2008 at 8:17 am PDT

If you were having trouble seeing all the comments in longer threads with Firefox 3, reload the page and this should now be fixed. Apparently the Windows version of Firefox has a serious bug with its implementation of the CSS “overflow” property, which we added to a certain page element ...

Tech Note, LGF Blog Engine, CSS, HTML, Web Design, Firefox

Tech Note: Tabular Exorcism

Sun, Oct 5, 2008 at 2:30 pm PDT

The latest change behind the scenes is huge, but hopefully you won’t even notice. Ever since LGF began, back in the Paleostinky Era, our main template has been based around a simple HTML table with three columns. No nested tables (gasp!) or anything like that, but in the world of ...

Tech Note, LGF Blog Engine, CSS, HTML, Web Design

LGF Technical Update - Email An Article

Thu, Dec 7, 2006 at 3:32 pm PST

The LGF feature that lets you email a copy of one of our posts to a friend has been the latest target of the extreme lizard makeover project. It will now send a nicely formatted HTML email, with a plain text version included for non-HTML email clients or people who ...

LGF, Technical Info, Email, HTML

LGF Technical Update

Mon, Dec 4, 2006 at 7:10 pm PST

Yes, another one. I’ve been on a programming binge, taking a lot of my pre-existing procedural PHP and slowly, carefully transmuting it to nice shiny object oriented code. The latest section of the LGF Blog codebase to come under the microscope is the RSS feed reader, especially on the LGF ...

LGF, Technical Info, CSS, PHP, HTML, PEAR, Google, Search, SOAP, RSS, XML

LGF Technical Update

Sun, Dec 3, 2006 at 2:53 pm PST

The latest improvement to the LGF Blog system is a better way to use Google’s search mechanism. (Yes, it’s Google, and I know they do some things we don’t like—such as including jihad sites as legitimate news sources at Google News—but the bottom line, after much research and investigation of ...

LGF, Technical Info, CSS, PHP, HTML, PEAR, Google, Search, SOAP

LGF Technical Update

Fri, Dec 1, 2006 at 12:57 pm PST

Behind the scenes, a lot is changing. I’ve converted all our code that emails people for any reason (registrations, emailing articles to friends, contact form, etc.) to use an authenticated SMTP account with a very nice PHP mailer class, instead of the ‘sendmail’ based system we used to have. What ...

LGF, Technical Info, CSS, PHP, HTML, PEAR

LGF Technical Update

Sun, Nov 26, 2006 at 5:02 pm PST

The comment posting code has been greatly improved, with a new URL autolinking routine that works much more reliably than the dated, buggy one we’ve been using for at least three years. It also produces prettier links than the previous autolinker; the title for the link is set to the ...

LGF, Technical Info, CSS, PHP, HTML, PEAR

LGF Technical Update

Fri, Nov 24, 2006 at 6:34 pm PST

Progress continues on the LGF back-end renovation project. The HTML code sanitization routines are working really well, producing pages that get much closer to the holy grail of user comment validation. I’ve also made improvements in an important part of the LGF comment posting script: the code that automatically replaces ...

LGF, Technical Info, CSS, PHP, HTML, PEAR

LGF Technical Update

Tue, Nov 21, 2006 at 6:00 pm PST

Most readers probably don’t realize that Little Green Footballs is semi-unique in the blogosphere, because the whole site runs on a custom-designed PHP platform, instead of one of the various open source or commercial blog packages. It’s a flat-file based system, which makes it very fast, and it has many ...

LGF, Technical Info, CSS, PHP, HTML, PEAR