Archives for: "November 2008"

Speed up eZ publish

The following steps can be taken to make an existing eZ publish installation run more quickly: Empty the trash Clear the collected information Clear the search stats Delete all the drafts, especially those of the administrator These steps re… more »

PHP session management and temporary file cleanup

By default, PHP manages sessions during requests. This simplifies installation, because no cron job is required. To allow performance tuning, several configuration settings are allowed to adjust the frequency of the session cleanup checking and executi… more »

Questions to Ask References for Web Development Companies

Check references for sites similar to the one you would like. Key questions / topics: Tell them about how much you are willing to spend to get an idea of what the site cost. If your budget is far below the site cost, it may not be a good match… more »

javascript - Common applications

I consider javascript the language of last resort. The browser compatibility and security issues associated with it can make it the most complex part of a page. For this reason, I strive to deliver pages to the browser ready for display. This isn't al… more »

Google Map - Flying Ladybug (US)

The code snippet below allows you to add a ladybug (or any other image), to fly over a map. The coordinate boundaries are for the United States (min_lon, min_lat, max_lon, max_lat), but you can change them to suit your needs. After a random number of… more »
1 3 5