Mothers Day Logos Over the Years from Google
By Faisal Arshad Mahmood
On Monday May 11, 2009 / In General / 2 Comments
But for their first year, Google has been changing its home page logo every Mother's Day in a tribute to mothers everywhere. And although the images for the years 2000 and 2001 don't look very different, take a closer look (images below) and you'll find a small but interesting distinction.

e took this year's image from Google Australia, but you should see it on all of Google's sites now.

Google 2009 Mothers Day Logo



Continue reading "Mothers Day Logos Over the Years from Google"


RSS Feed | Leave A Comment (2)



Turn Firefox 3's Location Bar Yellow at https://
By Faisal Arshad Mahmood
On Saturday June 21, 2008 / In Tips & Tricks / 0 Comments
One noticeable change between Firefox 2 and Firefox 3 is the yellow address bar background, which turned on in Firefox 2 when you visited encrypted web sites-the ones that start with https://. After much debate among the developers, Firefox 3 dropped that visual cue, but on Windows, with a little userChrome.css tweak, you can have that yellow background back. Here's how.

If you've got the Stylish extension installed, you can simply add a new style that contains:

#urlbar[level] .autocomplete-textbox-container {
background-color: #FFFFB7 !important;
}




RSS Feed | Leave A Comment (0)



Creating Different CSS Style Selector
By Faisal Arshad Mahmood
On Saturday June 07, 2008 / In Design / 0 Comments

Microsoft is slowly moving towards compliance. The fact that they are not doing so quickly presents an unnecessary challenge to content creators and CSS authors because previously created hacks will not work, and new bugs may arise from the changes that are being made in the new version of the widely used browser that is not standards compliant.

In the past, we have all user the * html, or _ or # and other techniques to serve specific Cascading Stylesheet (CSS) information to Microsoft Browsers to cater for their proprietary implementation CSS units and the box model. Some of the popular methods of isolating IE when styling and doing page layout will not work as some sections of the Microsoft implementation of CSS become Standards Compliant. In a particular case at hand, I discovered that IE 7.0 does not interpret form field heights and padding in the same way as IE 6 in CSS and thus using the # hack to send a different dimensions/units to IE and Firefox leaves either IE6 or IE7 badly aligned.

In this case, I found out that much as both IE6 and IE7 still work with the # hack that prefixes settings, IE7 ignores the underscore '_' hack. This makes it possible to create separate settings for Firefox, IE 6 and IE 7 as shown in the below example:

context_bar_form_field
{
height: 15px;
#height: 15px;
_height: 21px;
}

The first setting will apply to all browsers,
The second setting will only apply to Microsoft Internet Explorer browsers
The third setting will only apply to IE browsers 6.0 and older




RSS Feed | Leave A Comment (0)



Page 1 of 8

« Previous 1 2 3 4 5 6 7 8 Next »

 





 

General
Design
Development

Marketing
Site Launches
Flash
Tips & Tricks

 

 


 








Faisal


Fahad

 

ReadWriteWeb
AralBalkan
GigaOm
ReadBurner

 


 
 © Copyright 2005 - 2008 Calyx Labs, All Right Reserved.
About - Work- Services- Blog- Contact

This Blog Is Powered By CuteNews