LGF Front Page > TagViewer (entries by tag)
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
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
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
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
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 ...
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 ...
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 ...
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
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
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 ...
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 ...
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 ...
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 ...