big buck bunny! blender.org open movie!!

bigbuckbunny

You thought only Disney or Dreamworks can create great animation films?

Think again! Open-source software now allows us to do this! Big Buck Bunny movie is a new open-source movie, like the older Elephants Dream, created using Blender3D, which runs on wind

[tutorial] How to get multilingual content on your php website

Here's how:

  1. You need to use cookies to propagate the language variables
  2. Can also use _GET[] variables but thats extra effort
  3. You read the cookie at the top of each page
  4. Set it to your default language of preference if you dont find any variables set for this purpose
  5. Load your language file

Internet Explorer 6 won't recognize transparent png's?

It is true, im afraid. Been wondering what was wrong with this drupal theme (zubrick, http://www.drupal.org/project/zubrick) that i ported to Drupal 6.x.

It just wouldnt display a transparent .png correctly. Safari, Firefox etc of course, display it correctly without problems.

Explorer, of course, didn't. Therefore I had to switch to transparent .gif to make it work. I don't exactly know what the problem with explorer was, all i know though is that it couldn

...there's something in the attic!

Just finished upgrading an old work of mine, http://www.andromeda-pension.com



New version Improvements (read on...):

  • Div-ified (was tabled before)
  • Uses jQuery effects (better than flash)
  • Added lightbox Gallery
  • Added guestbook
  • Updated photographs (by Thomas Tzadimas)
  • Updated Texts & Search Engine code


php: why does mktime() work, and strtotime() doesnt?

I had a website that was full of validations etc, and used strtotime to get user input for dates and make the timestamp.

All was well till i uploaded to the live server, where it didnt work at all!

Hotel bookings for 10 days were suddenly 2257 days and users had to pay 380000euro for accomodation fees ! :-)

changed to mktime and string split() to make it work.

Any ideas why that happened?

< first   < previous   1  2  3  4  5   next >   last >