Breadcrumbs
- Home
- Blogs
- April 2005
Blog Entries from April 2005
Browse Blog Archives
- Previous Month
- March 2005
- This Month
- April 2005
- Next Month
- May 2005
-
- Author
- Frans de Jonge
- Date
- Fri 22 Apr 2005 at 13:31
- Comments
A few days ago Jon S. von Tetzchner, CEO of Opera Software, said:
I will swim from Norway to the USA if download numbers of Opera 8 reach 1 million in four days
Further the official press release said:
Opera has now installed additional servers with increased capacity, and it was the download counter showing 600 000 downloads in 48 hours that sparked Mr Tetzschner's enthusiasm and thus his courageous promise to boldly swim where no man has swum before. "I am not sure he realizes how cold the Norwegian Sea is in April," says Anne Stavne…
-
- Author
- Frans de Jonge
- Date
- Mon 18 Apr 2005 at 8:57
Well, what is there to say about it? The most interesting thing for myself is that this will most likely mean the end of the separate Dreamweaver and GoLive applications. Dreamweaver is a commercially more successful and better known product, so my bet would be a Dreamweaver extended with all the good sides of GoLive *coughs*Presto*coughs*.
Another interesting thing to watch will be Illustrator (Adobe)/Freehand (Macromedia). While Illustrator is arguebly the best vector graphics product on the market, Freehand offers some interesting things …
-
- Author
- Ethan Poole
- Date
- Wed 6 Apr 2005 at 19:52
Designing a web page can prove to be a challenge at first when you have to decide on the perfect color scheme. It can be the most challenging design practice as you have to find the perfect colors. You want colors that are easy going, have good readability, and look great!
Color Generators
True designers have created tools for those of us who are 'Color-Palette-Impaired'. Although there are quite a few effective color generators, I find wellstyled.com's to be the best.
Their color scheme generator allows for a variety of useful opti…
-
- Author
- Frans de Jonge
- Date
- Mon 4 Apr 2005 at 9:41
- Comments
Adobe GoLive CS2 is out. What does this offer? It uses Presto (Opera's rendering engine) for the WYSIWYG interface. This is great news in various aspects. First, according to some (including myself) Presto is the best rendering engine out there. Second, because this software is easy to use everybody can do his thing with this and create a standards supporting web without even realising it! (in Dreamweaver as well, but that's still more IE oriented)
It also comes with WYSIWYG handheld authoring and everything else Opera's rendering engine sup…
-
- Author
- Frans de Jonge
- Date
- Fri 1 Apr 2005 at 1:52
In this entry I will discuss how to use content negotiation to your advantage and offer the correct mime-type for your code to the browsers which can handle it.
Last year, I only used to check the HTTP_ACCEPT header of a browser for the presence of application/xhtml+xml, which can be done easily by using:
<?php
if (stristr($_SERVER, 'application/xhtml+xml'))
{
}
?>
However, conversations with others showed me that this is not the right way to do this, because if a browser adds a q value to the HTTP_ACCEPT header (like …
Browse Blog Archives
- Previous Month
- March 2005
- This Month
- April 2005
- Next Month
- May 2005