Today during the WWDC07 Apple announced that Safari 3 will be released also for Windows platform. A beta version is already available here: http://www.apple.com/safari/ According to Apple, Safari is 2 times faster than Internet Explorer 7 and up to 1.6 times faster than Mozilla Firefox. I downloaded the beta version of Safari and installed it [...]
Archives for June, 2007
How to display referer-based contents in your web pages using PHP
In this article I’ll explain how to use PHP in order to offer your visitors targeted content based upon their referring page. PHP and CSS allow you to create a customized box which appears in a defined place of your webpages and gives help to visitors who satisfy predetermined conditions: the PHP variable $_SERVER consists [...]
The importance of !important in CSS
In this article I’ll introduce the declaration !important in CSSs and explain how to use it as a “workaround” to avoid adopting IE proprietary code to obtain the max-width effect in your web pages. When a CSS propriety is specified twice, the browser will commonly use the last one. Let’s see an example: #main { [...]
RSS Feed (All posts)