theme.inc error on line 936

http://www.floridagreenbuilding.org/db/

Anyone have a clue why the site won't load any longer?
Admin link is dead as well.

Drupal using SSDs: performance report posted

Sun Microsystems is today announcing SSD drives as options for many of its servers. We tested Drupal 6 performance on these drives, compared against traditional HDDs, and also tested a ZFS-based 'Hybrid Storage Pool', which uses SSDs as a front-end I/O cache.

If interested, the report is posted in Sun's "Using Drupal on Sun" Wiki.

What Makes a Web Form Usable or Unusable

Online forms can be a pain for your readers to fill out, but they don't have to be. With some knowledge of HTML form tags, some CSS and JavaScript, you can create a form that your customers actually want to fill out. Website Designers uses Dreamweaver design notes to describe and annotate files so that your customers won't see them, even if they view the source, but your team mates will.

Font families can be hard to understand, especially when trying to develop a decent style sheet for a Web site. Once you understand what the fonts are, you can better use them to style your pages. Creating a Web site with the most advanced features in Ajax, CSS, and XHTML can be a lot of fun.

But the first time your page is viewed in IE 5 or a cell phone you end up with a page that is hideous at best, and often unusable. Your goal shouls be to write Web pages that degrade gracefully - they still work even on a cell phone or in older browsers.

As Web pages get fancier and fancier, the ability to print out simple versions becomes more necessary. What makes a printer-friendly page printer-friendly Grids are an important part of layout in Web pages. They are a great way to impose order on your Web pages and provide balance to your layouts.

Moving Drupal to XAMPP

I am trying to sort around an older Drupal site prior to upgrading it. I have the site working on a standard server in a folder testsite.

How to update image.module from 4.7 to 5

I need update image.module from 4.7 to Drupal 5 however I can't find anywhere any information on how to do this, only handbook is about updating this module from 5 to 6 http://drupal.org/node/342269, issues doesn't help me a bit http://drupal.org/node/203722 http://drupal.org/node/158334 nothing in readme.txt, author of the module is not responding.

Integrating Drupal Cookies/Login with Custom Backend

Ok I have drupal up and running, now I built a custom members area that just checks on username,password, and user level. Is there any way I can use Drupal's cookie information on login and use that to integrate it with the custom backend? What is the easiest way to integrate Drupal's cookies set with a custom NON-drupal php backend that can be customized to check the cookie? Where do I start?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x